690b505a | 10-Aug-2011 |
nikic |
Make array_pair an extra grammar rule, for cleaner grammar and correct $line |
1da72832 | 10-Aug-2011 |
nikic |
Rename tests from Unit_ to PHPParser_Tests_ |
818eb394 | 09-Aug-2011 |
nikic |
Allow to pass a string to the constructor of Node_Name |
f67ff505 | 09-Aug-2011 |
nikic |
Give all Scalar nodes and the special nodes Name and Variable specialized constructors for easier use |
800bb9d9 | 09-Aug-2011 |
nikic |
Remove unused files |
ae46aeda | 09-Aug-2011 |
nikic |
Don't save whether a string is binary anymore. The binary flag isn't going to be used in the next couple of years, so it doesn't make sense to unnecessarily complicate things. |
197b8e69 | 09-Aug-2011 |
nikic |
Don't save quote type for strings anymore (as it is irrelevant for script execution) |
7d43c02c | 09-Aug-2011 |
nikic |
Fix analyzer.php |
c013467b | 09-Aug-2011 |
nikic |
Add NodeTraverser documentation |
2c68d1c0 | 09-Aug-2011 |
nikic |
Update testsuite |
567f7c35 | 09-Aug-2011 |
nikic |
Add possibility to delete and merge nodes in traverser |
f00701fd | 09-Aug-2011 |
nikic |
Use classes for visitors |
ffecbf8c | 04-Aug-2011 |
nikic |
Let the pretty printing methods for statements decide for themselves whether or not they add a semicolon. Only automatically add semicolons for expressions. |
684a638f | 04-Aug-2011 |
nikic |
Add possibility to pretty print expressions to PrettyPrinter |
29bac2a1 | 04-Aug-2011 |
nikic |
Further Name node methods |
664be287 | 04-Aug-2011 |
nikic |
Make the resolve type of a name a normal subnode (type) |
9c53838b | 04-Aug-2011 |
nikic |
Properly handle fully qualified and relative names |
2703f429 | 04-Aug-2011 |
nikic |
If the short alias syntax is used compute the alias instead of setting it to null |
afd6c70b | 04-Aug-2011 |
nikic |
Merge preprocessor.php into rebuildParser.php. Don't distribute the temporary preprocessed grammar anymore |
12e61cb3 | 04-Aug-2011 |
nikic |
Allow use of normal dollar variables in .pre.phpy (by transforming them to #hash variables for kmyacc) |
eaa9e629 | 04-Aug-2011 |
nikic |
Add checks against use of self / parent class names and static constructors |
217280c9 | 04-Aug-2011 |
nikic |
Add getLast and toString (and __toString) methods to Node_Name |
dd2404b5 | 04-Aug-2011 |
nikic |
Rename "ns" to "name" in Stmt_UseUse |
70306000 | 04-Aug-2011 |
nikic |
In rebuildParser.php output stderr too (so there actually is output) |
afcf7777 | 04-Aug-2011 |
nikic |
Don't generate y.output file anymore as it really bloats diffs |