wit-parser 0.9.2

Tooling for parsing `*.wit` files and working with their contents.
Documentation
# A Markdown file!

containing stuff, and also some code blocks, wit and other.

```wit
package foo:foo

interface foo {
```

```wit
x: func()
```

Intervening content, including a non-wit codeblock:
```js
function func() {}
```

```wit
y: func()
```

## A new section

In which, another wit code block!

```wit
z: func()
```

```wit
}
```