This website requires JavaScript.
Explore
Help
Sign In
phabel
/
php-parser
Watch
1
Star
0
Fork
0
You've already forked php-parser
mirror of
https://github.com/phabelio/PHP-Parser.git
synced
2025-01-22 13:21:12 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
php-parser
/
grammar
History
nikic
f11f228074
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
..
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
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
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
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
zend_language_parser.phpy
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
zend_language_parser.pre.phpy
Prefix all classes with PHPParser_
2011-06-05 18:40:04 +02:00
zend_language_parser.y
Initial commit
2011-04-18 19:02:30 +02:00