Parle\Parser::build
PHP function
Edit on GitHub ✎
(PECL parle >= 0.5.1)
Finalize the grammar rules
Description
Parle\Parser::build(): void
Any tokens and grammar rules previously added are finalized. The rule set becomes readonly and the parser is ready to start.
Parameters Parameters
Return Values
Void