ab30047f | 10-Mar-2016 |
Nikita Popov |
Deprecate version 10 |
7b051eb9 | 10-Mar-2016 |
Nikita Popov |
Add AST node list to README |
78740a2d | 10-Mar-2016 |
Nikita Popov |
Mark version 30 as current No point in keeping it experimental if people already rely on the format... |
81b9b7a7 | 10-Mar-2016 |
Nikita Popov |
Fix PHP 7.0 build |
26bf9d3c | 10-Mar-2016 |
Nikita Popov |
Support PHP 7.1 class constant visibility a) CLASS_CONST_DECL now uses modifier flags. For PHP < 7.1 we emuate MODIFIER_PUBLIC here for consistency. b) CONST_ELEM can now have a d
Support PHP 7.1 class constant visibility a) CLASS_CONST_DECL now uses modifier flags. For PHP < 7.1 we emuate MODIFIER_PUBLIC here for consistency. b) CONST_ELEM can now have a docComment properts (in analog to the property on PROP_ELEM).
show more ...
|
e7c507c6 | 15-Dec-2015 |
Nikita Popov |
Tweak stubs file |
8dc57ab1 | 15-Dec-2015 |
Nikita Popov |
Add script to generate stubs Move both gen scripts into common scripts/ folder. |
5ed93ffb | 15-Dec-2015 |
Nikita Popov |
Merge pull request #22 from zeroedin-bill/add-ast-stub Add ast_stub.php
|
c387d502 | 13-Dec-2015 |
Matthias Gutjahr |
Add second parameter $version to parse_code() The method `parse_code()` requires the second parameter `$version`, but it is missing in some examples. The commit fixes this. |
92c4df6f | 10-Dec-2015 |
Nikita Popov |
Add install instructions with Windows DLLs |
466fc56f | 04-Dec-2015 |
Nikita Popov |
Back to 0.1.2-dev |
Revision tags: v0.1.1 |
|
3b9abc7b | 04-Dec-2015 |
Nikita Popov |
Release version 0.1.1 with OSX build fix |
fed12faa | 04-Dec-2015 |
Nikita Popov |
Avoid premature macro resolution / Fix OSX build AST_STR(true) and AST_STR(false) were resolved to AST_STR(1) and AST_STR(0), so go back to using a str_ prefix everywhere. |
04c10231 | 04-Dec-2015 |
Nikita Popov |
Back to 0.1.1-dev |
Revision tags: v0.1.0 |
|
a6de8b59 | 04-Dec-2015 |
Nikita Popov |
Version 0.1.0 |
90c0432b | 04-Dec-2015 |
Nikita Popov |
Mark version 20 as current |
1ca15bdf | 04-Dec-2015 |
Nikita Popov |
Rename some child names |
a043da0e | 19-Nov-2015 |
Bill Schaller |
add ast_stub.php to provide phpdoc stub for use with IDEs |
51f2183b | 01-Nov-2015 |
Nikita Popov |
Add USE_* and MAGIC_* flag constants This drops the effective dependency on tokenizer. Also replace token numbers with %d as these are unstable. |
f4284d74 | 28-Oct-2015 |
Remi Collet |
Set version to 0.1.0-dev |
ac969d78 | 21-Oct-2015 |
Nikita Popov |
Make $version argument required [bc-break] |
8111504d | 21-Oct-2015 |
Nikita Popov |
Move docComment to PROP_ELEM |
c1c16d42 | 21-Oct-2015 |
Nikita Popov |
Change some node names |
8829e310 | 17-Sep-2015 |
Nikita Popov |
Commit test files Forgot to git add... |
97a17d78 | 17-Sep-2015 |
Nikita Popov |
Update version changelog |