4e5d7833 | 30-Jul-2017 |
Nikita Popov |
Update documentation |
f18a9ea2 | 30-Jul-2017 |
Nikita Popov |
Update stub file |
3358b9a0 | 30-Jul-2017 |
Nikita Popov |
Use ast\Metadata object for ast\get_metadata() |
c58b3bc2 | 30-Jul-2017 |
Jan-E |
Add appveyor.yml (#73) |
be365b43 | 29-Jul-2017 |
Nikita Popov |
Make flags information slightly more accurate |
a37c132b | 29-Jul-2017 |
Nikita Popov |
Use ast\get_metadata() in AST dumper |
8f4a033b | 29-Jul-2017 |
Nikita Popov |
Add ast\get_metadata() function This function returns metadata about the AST kinds. Currently this mainly provides the flags supported by each AST kind. |
698bb518 | 29-Jul-2017 |
Nikita Popov |
Param flags are combinable |
64fda729 | 29-Jul-2017 |
Nikita Popov |
Update Windows DLL URL |
4a35b7fd | 29-Jul-2017 |
Nikita Popov |
Add examples for some tricky nodes/flags Closes #33 and #35. |
d6c38441 | 29-Jul-2017 |
Nikita Popov |
Add missing changelog entry regarding PROP_ELEM Resolves issue #70. |
c5990ac8 | 19-Jul-2017 |
Nikita Popov |
Back to dev |
Revision tags: v0.1.5 |
|
b4bb1676 | 19-Jul-2017 |
Nikita Popov |
Release version 0.1.5 |
220bab81 | 19-Jul-2017 |
Nikita Popov |
Mark version 35 as deprecated |
04140879 | 19-Jul-2017 |
Nikita Popov |
Mention in docs that ast\Node\Decl is no longer used Mark versions 45 and 50 as supported. |
edc2c4c1 | 19-Jul-2017 |
Nikita Popov |
Update changelog |
3394775e | 19-Jul-2017 |
Nikita Popov |
Regenerate stubs |
7f91b00e | 19-Jul-2017 |
Nikita Popov |
Add CLOSURE_USE_REF flag With the CLOSURE_ prefix to distinguish it from the namespace USE_ flags. |
497a8558 | 19-Jul-2017 |
Nikita Popov |
Rename RETURNS_REF to FUNC_RETURNS_REF |
1a604795 | 08-Jul-2017 |
Tyson Andre |
In version 50+, return an empty statement list in \ast\parse_file This makes \ast\parse_file and \ast\parse_code consistent. file_get_contents has a similar check of the result of s
In version 50+, return an empty statement list in \ast\parse_file This makes \ast\parse_file and \ast\parse_code consistent. file_get_contents has a similar check of the result of stream_read, it will return the empty string if it returned null.
show more ...
|
4d680f55 | 17-Jul-2017 |
Nikita Popov |
Expose FUNC_GENERATOR flag |
cf4f45e6 | 28-Jun-2017 |
Nikita Popov |
Add skipif |
cca31514 | 28-Jun-2017 |
Nikita Popov |
Don't use Decl nodes in version 50 |
392e929c | 28-Jun-2017 |
Nikita Popov |
Recognize "object" types in version 45 Also shift off the __declId change to version 50. |
07efc421 | 28-Jun-2017 |
Nikita Popov |
Move version into ast_state_info |