Making it easier to use generated Parsers/Lexers
- OCaml 51.6%
- Shell 27.8%
- Dune 14.6%
- Makefile 6%
| .github/workflows | ||
| .vscode | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| .headache.config | ||
| .ocamlformat | ||
| CHANGES.md | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| COPYING.HEADER | ||
| dune | ||
| dune-project | ||
| dune-workspace.5.2 | ||
| dune-workspace.5.3 | ||
| dune-workspace.5.4 | ||
| dune-workspace.5.5 | ||
| dunolint | ||
| headache.sh | ||
| LICENSE | ||
| Makefile | ||
| parsing-utils-dev.opam | ||
| parsing-utils-tests.opam | ||
| parsing-utils.opam | ||
| README.md | ||
parsing-utils
A library to make it easier to use generated Parsers/Lexers.
Code Documentation
The code documentation of the latest release is built with odoc and published to GitHub pages here.
Examples & tests
As of yet, there are no examples or tests in this repository. However, this library is extensively used and tested in the bopkit project.