https://github.com/mbarbin/parsing-utils
Making it easier to use generated Parsers/Lexers
https://github.com/mbarbin/parsing-utils
Last synced: about 1 year ago
JSON representation
Making it easier to use generated Parsers/Lexers
- Host: GitHub
- URL: https://github.com/mbarbin/parsing-utils
- Owner: mbarbin
- License: mit
- Created: 2023-11-12T21:18:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:50:28.000Z (over 1 year ago)
- Last Synced: 2024-11-10T19:42:07.632Z (over 1 year ago)
- Language: OCaml
- Homepage: https://mbarbin.github.io/parsing-utils/
- Size: 815 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# parsing-utils
[](https://github.com/mbarbin/parsing-utils/actions/workflows/ci.yml)
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](https://mbarbin.github.io/parsing-utils).
## 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](https://github.com/mbarbin/bopkit) project.