14 lines
186 B
Markdown
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
|