inhabitedtype / angstrom

Parser combinators built for speed and memory efficiency
Other
637 stars 74 forks source link

Official reference manual #155

Closed XVilka closed 5 years ago

XVilka commented 5 years ago

I found it is surprising there is no official reference manual, except a few 3rd party articles, API reference and a couple examples. So creating parser for something non-trivial is a hard work, requiring reading sources of the Angstrom itself.

Would be nice to have to understand better the means of creating different parsers, probably something based on https://ocamlverse.github.io/content/monadic-parsers-angstrom.html

seliopou commented 5 years ago

Thanks for pointing this out. Do you have links to other examples or tutorials on the web? I'd be good to collect them in the README for newcomers to visit.