6dc24fa9 | 28-Sep-2014 |
nikic |
Fix coverage annotations |
3e1665bb | 28-Sep-2014 |
nikic |
Disallow new without a class name Fixes #137. |
2b96ab8e | 12-Sep-2014 |
nikic |
Release PHP-Parser 1.0.0 |
7503356e | 12-Sep-2014 |
nikic |
Fix typos |
22ef0de7 | 12-Sep-2014 |
nikic |
Add migration guide for 0.9 -> 1.0 |
5d7fec20 | 12-Sep-2014 |
nikic |
Mention that composer autoload.php will work as well |
64238641 | 12-Sep-2014 |
nikic |
Add Autoloader tests |
fd064dac | 11-Sep-2014 |
nikic |
Very that node type is valid in XML unserializer |
d9bd5504 | 11-Sep-2014 |
nikic |
Fix XML unserializer |
94eca2ce | 11-Sep-2014 |
nikic |
Remove deprecated Template and TemplateLoader |
e65fd664 | 11-Sep-2014 |
nikic |
Small docs touchups and typo fixes |
7a3789f1 | 31-Aug-2014 |
nikic |
Remove "experimental" message |
Revision tags: v1.0.0beta2 |
|
b31f36bf | 31-Aug-2014 |
nikic |
Release PHP-Parser 1.0.0 Beta 2 |
3d583ab1 | 31-Aug-2014 |
nikic |
Update changelog |
616be1d0 | 31-Aug-2014 |
nikic |
Use emulative lexer for < 5.6RC1 Earlier releases come with incorrect tokenizer data for T_POW and T_POW_EQUAL. |
7c812292 | 31-Aug-2014 |
nikic |
Disable xdebug var_dump in php-parse script |
452e1c01 | 31-Aug-2014 |
nikic |
Add constant dereferencing, a list-minute 5.6 change |
ce1078bc | 28-Aug-2014 |
kazusuke sasezaki |
add PHP 5.6 to .travis.yml |
6d0589d1 | 11-Aug-2014 |
nikic |
Ensure that special class names are unqualified Replicates the PHP error message |
ef121e69 | 11-Aug-2014 |
nikic |
Preserve case of "static" class name |
c0340053 | 11-Aug-2014 |
Elliot Levin |
Fix case sensitivity for special class names |
39f323b5 | 11-Aug-2014 |
Yuriy Vilks |
Fix classname of Class_ in docblock of BuilderFactory |
22c76a3d | 23-Jul-2014 |
nikic |
Update changelog |
Revision tags: v0.9.5 |
|
1f143393 | 21-Apr-2014 |
nikic |
Rewrite namespace handling code Add a check for disallowed statements between braced namespaces while at it. |
6d1f7713 | 21-Apr-2014 |
nikic |
Move Stmt\Namespace_::postprocess() to parser |