The scala version of the org.parboiled.parserunners.ParseRunner.
A simple wrapper for org.parboiled.parserunners.BasicParseRunner which returns a scala ParsingResult.
A simple wrapper for org.parboiled.parserunners.BasicParseRunner which returns a scala ParsingResult. Note that the ParseRunner only accepts rules with zero or one value type parameter, as parsers leaving more than one value on the value stack are considered to be bad style.
A TracingPredicate selecting only rules that have matched.
A TracingPredicate selecting only rules that have not matched.
A simple wrapper for org.parboiled.parserunners.RecoveringParseRunner which returns a scala ParsingResult.
A simple wrapper for org.parboiled.parserunners.RecoveringParseRunner which returns a scala ParsingResult. Note that the ParseRunner only accepts rules with zero or one value type parameter, as parsers leaving more than one value on the value stack are considered to be bad style.
A simple wrapper for org.parboiled.parserunners.ReportingParseRunner which returns a scala ParsingResult.
A simple wrapper for org.parboiled.parserunners.ReportingParseRunner which returns a scala ParsingResult. Note that the ParseRunner only accepts rules with zero or one value type parameter, as parsers leaving more than one value on the value stack are considered to be bad style.
A wrapper for org.parboiled.parserunners.TracingParseRunner which returns a scala ParsingResult.
A wrapper for org.parboiled.parserunners.TracingParseRunner which returns a scala ParsingResult. It provides for the ability to attach filter expressions for limiting the tracing printout to certain input and/or grammar areas. Note that the ParseRunner only accepts rules with zero or one value type parameter, as parsers leaving more than one value on the value stack are considered to be bad style.
The scala version of the org.parboiled.parserunners.ParseRunner. Expects the parsing input as an "Input" object, which provides a number of implicit conversions from popular input types.