overhaul the remaining readmes

This commit is contained in:
Felix Roos 2023-02-01 16:29:18 +01:00
parent b58f5232c7
commit 54a61dcdae
9 changed files with 29 additions and 41 deletions

View file

@ -6,8 +6,6 @@ This package contains a JS code transpiler with the following features:
- converts pseudo note variables to note strings
- adds return statement to the last expression
The transpiler is written with [acorn](https://github.com/acornjs/acorn) and aims to replace the `@strudel.cycles/eval` package, which uses [shift-ast](https://www.npmjs.com/package/shift-ast).
## Install
```sh