Parle\Parser::trace
PHP function
Edit on GitHub ✎
(PECL parle >= 0.5.1)
Trace the parser operation
Description
Parle\Parser::trace(): string
Retrieve the current parser operation description. This can be especially useful for studying the parser and to optimize the grammar.
Parameters Parameters
Return Values
Returns a String with the trace information.