PHP-Yacc icon indicating copy to clipboard operation
PHP-Yacc copied to clipboard

A PHP port of kmyacc

Results 4 PHP-Yacc issues
Sort by recently updated
recently updated
newest added

Typo issue : camel-case to camelCase

If I want to see how code in `examples` is working, what Lexer class should I use? I tried to run 00-basic-usage example with Lexer from `nikic/php-parser`, but I keep...

PR for issue #8 grammar.y is tmp_grammar.y (php7) from PHP-Parser 3.1.4 kmyacc version: 4.1.4 OS: MacOS I rebuild the parser based on the correct grammar (tmp_grammar.y with all the fixed...

The code generated from the yacc file in the example directory for php7 is not valid. All the class instantiations have square brackets instead of normal ones. It seems that...