This website requires JavaScript.
Explore
Help
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-17 23:28:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
grammar
History
nikic
74f05f5459
Fix wrong node signature in grammar
2011-06-02 22:57:00 +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
php.kmyacc
Add doccomments and slightly change some APIs
2011-05-31 16:33:11 +02:00
preprocessor.php
Parse strings more correctly, keep information on whether it was a single or double quoted string
2011-05-28 00:21:12 +02:00
rebuildParser.php
Replace yydebug flag with separate debug parser "ParserDebug"
2011-05-29 20:51:15 +02:00
y.output
Fix wrong node signature in grammar
2011-06-02 22:57:00 +02:00
zend_language_parser.phpy
Fix wrong node signature in grammar
2011-06-02 22:57:00 +02:00
zend_language_parser.pre.phpy
Fix wrong node signature in grammar
2011-06-02 22:57:00 +02:00
zend_language_parser.y
Initial commit
2011-04-18 19:02:30 +02:00