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.
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.