improve readmes

This commit is contained in:
Felix Roos 2022-11-04 20:15:46 +01:00
parent 698f560d56
commit 96c49689ec
3 changed files with 54 additions and 3 deletions

View file

@ -33,3 +33,12 @@ yields:
## Mini Notation API
See "Mini Notation" in the [Strudel Tutorial](https://strudel.tidalcycles.org/tutorial/)
## Building the Parser
The parser [krill-parser.js] is generated from [krill.pegjs](./krill.pegjs) using [peggy](https://peggyjs.org/).
To generate the parser, run
```js
npm run build:parser
```