9e86d108 | 30-Jun-2015 |
Rasmus Lerdorf |
Add virtual AST_CLOSURE_VAR node Without this you couldn't distinguish a by-ref closure use var |
dc296f81 | 28-Jun-2015 |
Nikita Popov |
Support passing $filename to parse_code() |
8dc6b26e | 28-Jun-2015 |
Nikita Popov |
Throw exception on not existing file |
521548fe | 28-Jun-2015 |
Nikita Popov |
Fix leaks, add some tests |
624b4fdf | 26-Jun-2015 |
Rasmus Lerdorf |
Add parse_file() function |
707e2194 | 19-Jun-2015 |
Nikita Popov |
Small cleanups * use ZVAL_STR_COPY * Don't use cache slot for Node\Decl |
1fcf9afc | 19-Jun-2015 |
Nikita Popov |
Update README |
2975fede | 19-Jun-2015 |
Nikita Popov |
Show return type hints Decls now have 4 children and the last one is a name. |
6c5ee119 | 19-Jun-2015 |
Nikita Popov |
Don't dump linenos by default For most purposes this is just noise. In the test it looks like the lineno for AST_ARG_LIST is not being computed correctly :/ |
9a60e350 | 19-Jun-2015 |
Nikita Popov |
Use ast\Node\Decl for declarations Not including property declarations, as those do not use decl layout. |
e5560640 | 19-Jun-2015 |
Nikita Popov |
Make test independent of ast_dump implementation Tests shouldn't break when changing it... |
75b83e66 | 19-Jun-2015 |
Nikita Popov |
Build on Travis |
881bab4d | 19-Jun-2015 |
Rasmus Lerdorf |
Fix test |
01e7a14f | 18-Jun-2015 |
Rasmus Lerdorf |
Store the decl name as well if present |
cda0c473 | 17-Jun-2015 |
Márcio Almada |
Update AST data |
cf55ab97 | 18-Feb-2015 |
Nikita Popov |
Update AST data |
c56c530a | 13-Feb-2015 |
Nikita Popov |
Fix compat with current master ast/ast_arena are now pushed/poped with the lexical state. |
8233ab63 | 11-Jan-2015 |
Nikita Popov |
More compact AST dump Drop those {} |
1c43381f | 11-Jan-2015 |
Nikita Popov |
Fix compat with current master |
fd54028b | 08-Sep-2014 |
Nikita Popov |
Forgot to add TYPE_CALLABLE |
cc7800e8 | 08-Sep-2014 |
Nikita Popov |
Add flags |
35b042a9 | 08-Sep-2014 |
Nikita Popov |
Use underscores for function names |
bdaea05b | 08-Sep-2014 |
Nikita Popov |
Use persistent strings |
cd104e3b | 08-Sep-2014 |
Nikita Popov |
Update README with some info |
851b139f | 08-Sep-2014 |
Nikita Popov |
Add test |