Skip to content

A micro library for simple parsing combinators.

License

Notifications You must be signed in to change notification settings

faber-1/parsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for the help and inspiration.