php-parser/grammar
2011-06-26 18:41:01 +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 Put statements belonging to a namespace statement into its stmt property, add some further checks against invalid namespace usage and fix the pretty printer to print global namespaces 2011-06-26 18:41:01 +02:00
zend_language_parser.phpy Put statements belonging to a namespace statement into its stmt property, add some further checks against invalid namespace usage and fix the pretty printer to print global namespaces 2011-06-26 18:41:01 +02:00
zend_language_parser.pre.phpy Put statements belonging to a namespace statement into its stmt property, add some further checks against invalid namespace usage and fix the pretty printer to print global namespaces 2011-06-26 18:41:01 +02:00
zend_language_parser.y Initial commit 2011-04-18 19:02:30 +02:00