Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faber-1/parsite
A micro library for simple parsing combinators.
https://github.com/faber-1/parsite
dune ocaml parsing-combinators parsing-library string
Last synced: 3 months ago
JSON representation
A micro library for simple parsing combinators.
- Host: GitHub
- URL: https://github.com/faber-1/parsite
- Owner: faber-1
- License: mit
- Created: 2024-07-23T20:04:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T16:31:30.000Z (5 months ago)
- Last Synced: 2024-09-30T06:24:30.855Z (3 months ago)
- Topics: dune, ocaml, parsing-combinators, parsing-library, string
- Language: OCaml
- Homepage:
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# Parsite
Parsite is a micro tiny parser combinator library for parsing strings that I originally made for a language project (coming soon hopefully).
Right now this is just for fun, however I do plan to develop this project more.
**Now in opam shape!** Instructions for installation along with docs and examples can be found at https://faber-1.github.io/parsite/
I'd also like to thank [this video](https://www.youtube.com/watch?v=RDalzi7mhdY) for the help and inspiration.