Files
usagi/README
2025-09-19 19:54:59 +01:00

14 lines
186 B
Plaintext

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