Function to process the input that was parsed.
Function to process the input that was parsed. console and emitter are used for input and output. Return true if everything worked, false otherwise.
(Changed in version 2.9.0) The p0 call-by-name arguments is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.
The usage message for an erroneous invocation.
(Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0
(Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0
A driver which parses a program file and runs the semantic analyser.