A monad transformer library, inspired by the paper Functional Programming with Overloading and
Higher-Order Polymorphism, by Mark P Jones (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html),
Advanced School of Functional Programming, 1995.
TDP4R is a ruby library that helps us to construct a top-down parser.
The main features are
(1) parser combinators as in Parsec (Haskell library),
(2) backtracking with unlimited lookahead, and
(3) writing EBNF grammars using ruby's objects.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy