Releases: ircmaxell/PHP-Yacc
Releases · ircmaxell/PHP-Yacc
PHP-Yacc 0.0.7
PHP-Yacc 0.0.6
Preserve tokens that are not used in the grammar, unlike the original kmyacc. This makes it easier to maintain multiple parsers using the same tokens (but possibly not all of them), like the PHP 5 / PHP 7 support in PHP-Parser.
PHP-Yacc 0.0.5
Print (unexpected) shit/reduce and reduce/reduce errors to stderr rather than the debug stream.
PHP-Yacc 0.0.4
- Fix handling of conditions like
#if (-t)
in the parser template. - Fix handling of
-v
and-x
flags in thephpyacc
binary. - Canonicalize output to one trailing newline.
PHP-Yacc 0.0.3
Fix autoload.php paths in phpyacc binary.
PHP-Yacc 0.0.2
Install phpyacc
library using composer.
PHP-Yacc 0.0.1
Initial release.