cooklang 0.18.6

Cooklang parser with opt-in extensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
# `cooklang-rs` playground

To run, ensure that you have Rust and Node >v20 installed.

From the root after `npm i`, run the following to watch for changes and reload the playground.

```sh
npm run watch
```

This runs `wasm-pack` as required and Vitejs will reload the local development server as needed.