-
Notifications
You must be signed in to change notification settings - Fork 0
Simple monadic parser combinators library: pure functional joy
jimenezrick/parser-combinators
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Monadic Parser Combinators ============================== Simple monadic parser combinators library for OCaml. Pure functional joy. Inspired By ------------- - Monadic Parser Combinators, Graham Hutton and Erik Meijer. - pcl: Parsec-style parsers for OCaml. - Parsec Haskell library. Description --------------- Top-down parser which handles an internal lazy list with all the possible applications of the parser to the input that makes possible to backtrack when necessary. The parser can take as input: functions, strings, lists, streams and channels.
About
Simple monadic parser combinators library: pure functional joy
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published