Create a RecoveringParseRunner for the given rule.
Create a RecoveringParseRunner for the given rule. The timeout value specifies the maximum number of milliseconds a parsing run may take. If the run takes longer it will be terminated with a org.parboiled.parserunners.RecoveringParseRunner.TimeoutException.
Create a RecoveringParseRunner for the given rule.
Create a RecoveringParseRunner for the given rule.
Create a RecoveringParseRunner for the given rule. The timeout value specifies the maximum number of milliseconds a parsing run may take. If the run takes longer it will be terminated with a org.parboiled.parserunners.RecoveringParseRunner.TimeoutException.
Create a RecoveringParseRunner for the given rule.
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.