Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 281 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 281 Bytes

simple_parser_combinator

A very simple (and even more inefficient) parser combinator. My goal was to make an interface that is similar to other parser combinators (which are in turn similar to grammars) while showing how simply a recursive descent parser could be implemented.