Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.