Parle\RLexer::buildFinalize the lexer rule set Descriptionpublic void Parle\RLexer::build()
Rules, previously added with Parle\RLexer::push are finalized. This method call has to be done after all the necessary rules was pushed. The rule set becomes read only. The lexing can begin. ParametersThis function has no parameters. Return ValuesNo value is returned. |