This commit is contained in:
2025-09-19 19:54:59 +01:00
commit bc6aee7bb7
5 changed files with 142 additions and 0 deletions

13
README 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