Skip to content

User Defined Parsers

PhilippeSigaud edited this page Mar 11, 2012 · 9 revisions

User-Defined Parsers

To define your own parser, inherit from the Parser class and add a static parse member. parse should accept an Input as argument and must return an Output.


Next lesson Four Levels of Openness


Pegged Tutorial

Clone this wiki locally