fixed README

This commit is contained in:
2025-09-19 19:56:43 +01:00
parent bc6aee7bb7
commit 961b3f00fb

13
README.md Normal file
View File

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