Skip to content

jimenezrick/parser-combinators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages