b7ffdbbb | 13-Feb-2015 |
Nikita Popov |
Optimize node dumper For very deeply nested node trees this extra concatenation makes a huge difference... |
8f1eacda | 13-Feb-2015 |
Nikita Popov |
Increase recommended xdebug.max_nesting_level Looks like 2000 is not quite enough for some cases... |
1366e833 | 31-Jan-2015 |
Tom Rochette |
Move getMethods() to new ClassLike node Class_, Interface_ and Trait_ extend the ClassLike node, which provides the getMethods() method. |
6930feac | 18-Jan-2015 |
Nikita Popov |
Add some tests for pretty printing expressions |
21ca7eaf | 18-Jan-2015 |
Graham Campbell |
Fixed branch alias |
a8677919 | 18-Jan-2015 |
Nikita Popov |
Fix branch alias (maybe?) |
ac05ef6f | 18-Jan-2015 |
Nikita Popov |
Release PHP-Parser 1.1 |
74251fca | 17-Jan-2015 |
Nikita Popov |
Update changelog |
0a445c76 | 17-Jan-2015 |
Nikita Popov |
Test lexer returning invalid token |
a710f32a | 17-Jan-2015 |
Nikita Popov |
Make Node\Expr\BinOp an abstract class Only the children should be used ... |
9689763e | 17-Jan-2015 |
Nikita Popov |
Cover both DONT_TRAVERSE_CHILDREN cases |
1a63a915 | 11-Jan-2015 |
Nikita Popov |
Merge pull request #163 from rmruano/gitattributes Create .gitattributes with basic export-ignores
|
4071c464 | 11-Jan-2015 |
Nikita Popov |
Add NodeTraverser::DONT_TRAVERSE_CHILDREN support |
f56db26d | 11-Jan-2015 |
Nikita Popov |
Doc fixes |
0dd2b9a7 | 09-Jan-2015 |
Rubén Moraleda |
Create .gitattributes with basic export-ignores |
4cd2b95a | 19-Dec-2014 |
Nikita Popov |
Fix 5.3 build and some small cleanups |
7ab88416 | 19-Dec-2014 |
Nikita Popov |
Enforce Name|string for names in builders While array (with name components) could technically be allowed (as they are supported by the Name node itself), more likely than not an arr
Enforce Name|string for names in builders While array (with name components) could technically be allowed (as they are supported by the Name node itself), more likely than not an array would due to incorrect usage of the API (e.g. array instead of variadics).
show more ...
|
ba625063 | 19-Dec-2014 |
Nikita Popov |
Support fully-qualified and ns-relative names in builders |
b4b93ccb | 19-Dec-2014 |
Nikita Popov |
Add integration test for builders |
01643e06 | 11-Dec-2014 |
Stepan Anchugov |
Add namespace builder |
4387454f | 19-Dec-2014 |
Nikita Popov |
Add trait builder (for completeness...) |
55fdbc6d | 19-Dec-2014 |
Nikita Popov |
Extract common builder methods to abstract classes Declaration for fns/classes in general and FunctionLike for functions/methods in particular. |
e69c9ee3 | 19-Dec-2014 |
Nikita Popov |
Fix attribute assigment test with crlf newlines |
894c3f78 | 18-Dec-2014 |
Nikita Popov |
Add test for attribute assignment by parser Weird that this wasn't tested yet... |
a7797918 | 18-Dec-2014 |
Nikita Popov |
Update lexer docs for attribute options |