# usagi - simple ocaml parser combinator library

## compilation

```bash
$ make lib
```

generate `.cma` that can be linked with `ocamlc -I . parser.cma`

## todo

- [ ] error recovery
