php-parser/grammar
nikic df82e3db45 Replace yydebug flag with separate debug parser "ParserDebug"
Debugging shouldn't be necessairy normally, but carries a 25% performance overhead.
2011-05-29 20:51:15 +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 Replace yydebug flag with separate debug parser "ParserDebug" 2011-05-29 20:51:15 +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 Replace yydebug flag with separate debug parser "ParserDebug" 2011-05-29 20:51:15 +02:00
zend_language_parser.phpy Parse escape sequences in encapsed strings too 2011-05-29 20:06:53 +02:00
zend_language_parser.pre.phpy Parse escape sequences in encapsed strings too 2011-05-29 20:06:53 +02:00
zend_language_parser.y Initial commit 2011-04-18 19:02:30 +02:00