You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.