mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fd950d4476
- move tidal repl to examples - make hs2js synchronous
11 lines
142 B
Markdown
11 lines
142 B
Markdown
# @strudel/tidal
|
|
|
|
This is an experiment in implementing tree-sitter for parsing haskell.
|
|
|
|
```sh
|
|
pnpm i
|
|
cd haskell
|
|
pnpm copy-wasm
|
|
pnpm dev
|
|
```
|