Files
usagi/README.md
2025-09-19 19:56:43 +01:00

14 lines
186 B
Markdown

# usagi - simple ocaml parser combinator library
## compilation
```bash
$ make lib
```
generate `.cma` that can be linked with `ocamlc -I . parser.cma`
## todo
- [ ] error recovery