Skip to content

Releases: ircmaxell/PHP-Yacc

PHP-Yacc 0.0.7

09 Aug 18:44
Compare
Choose a tag to compare

Add -n option. If specified, it is possible to reference semantic values by name. Otherwise plain identifiers in semantic actions will not be interpreted specially.

PHP-Yacc 0.0.6

08 Aug 16:28
Compare
Choose a tag to compare

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

26 Oct 19:45
Compare
Choose a tag to compare

Print (unexpected) shit/reduce and reduce/reduce errors to stderr rather than the debug stream.

PHP-Yacc 0.0.4

19 Oct 13:19
Compare
Choose a tag to compare
  • Fix handling of conditions like #if (-t) in the parser template.
  • Fix handling of -v and -x flags in the phpyacc binary.
  • Canonicalize output to one trailing newline.

PHP-Yacc 0.0.3

19 Oct 10:08
Compare
Choose a tag to compare

Fix autoload.php paths in phpyacc binary.

PHP-Yacc 0.0.2

19 Oct 09:55
Compare
Choose a tag to compare

Install phpyacc library using composer.

PHP-Yacc 0.0.1

19 Oct 09:22
Compare
Choose a tag to compare

Initial release.