Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtoohey31/starpath
A position-aware parser combinator library for OCaml with readable errors.
https://github.com/mtoohey31/starpath
ocaml ocaml-library parser parser-combinators
Last synced: 13 days ago
JSON representation
A position-aware parser combinator library for OCaml with readable errors.
- Host: GitHub
- URL: https://github.com/mtoohey31/starpath
- Owner: mtoohey31
- License: bsd-3-clause
- Created: 2024-01-04T03:40:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T18:46:20.000Z (9 months ago)
- Last Synced: 2024-11-11T10:15:12.861Z (2 months ago)
- Topics: ocaml, ocaml-library, parser, parser-combinators
- Language: OCaml
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starpath
A position-aware parser combinator library for OCaml with readable errors.
Currently in a very early state with no documentation. Expect breaking changes.
Heavily based on [Angstrom](https://github.com/inhabitedtype/angstrom). If performance is important for your use-case, definitely check it out.