1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00
PHP-Parser/grammar
2011-06-12 17:19:12 +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 Move halt_compiler handling from parser to grammar 2011-06-12 17:19:12 +02:00
preprocessor.php Associate some line information with nodes (currently the line the node ends in, as the starting line is harder to fetch) 2011-06-12 17:12:47 +02:00
rebuildParser.php Associate some line information with nodes (currently the line the node ends in, as the starting line is harder to fetch) 2011-06-12 17:12:47 +02:00
y.output Move halt_compiler handling from parser to grammar 2011-06-12 17:19:12 +02:00
zend_language_parser.phpy Move halt_compiler handling from parser to grammar 2011-06-12 17:19:12 +02:00
zend_language_parser.pre.phpy Move halt_compiler handling from parser to grammar 2011-06-12 17:19:12 +02:00
zend_language_parser.y Initial commit 2011-04-18 19:02:30 +02:00