Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 225 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 225 Bytes

Combinator-Parsing

An exploration into implementing combinator parsing in Haskell. Note that the way Parser.hs is written, it only works for non-left-recursive, non-abiguous (use of Maybe for the Parser type) grammars.