This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/nikic/PHP-Parser.git
synced
2025-01-29 13:17:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
grammar
History
nikic
d4f3cdd695
Simplify grammar thus reducing shift/reduce conflicts
2011-05-27 21:51:27 +02:00
..
analyzer.php
a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z]
2011-05-27 18:42:36 +02:00
kmyacc.class.php.parser
Slightly optimize the parser and improve the API
2011-04-29 21:06:11 +02:00
preprocessor.php
a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z]
2011-05-27 18:42:36 +02:00
rebuildParser.php
a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z]
2011-05-27 18:42:36 +02:00
y.output
Simplify grammar thus reducing shift/reduce conflicts
2011-05-27 21:51:27 +02:00
zend_language_parser.phpy
Simplify grammar thus reducing shift/reduce conflicts
2011-05-27 21:51:27 +02:00
zend_language_parser.pre.phpy
Simplify grammar thus reducing shift/reduce conflicts
2011-05-27 21:51:27 +02:00
zend_language_parser.y
Initial commit
2011-04-18 19:02:30 +02:00