849a1296 | 04-Aug-2016 |
Nikita Popov |
Update current version in README |
215eafff | 04-Aug-2016 |
Nikita Popov |
Remove version 15 |
b118bc66 | 04-Aug-2016 |
Nikita Popov |
Remove version 10 |
2ce4fe7b | 04-Aug-2016 |
Nikita Popov |
Back to dev |
Revision tags: v0.1.2 |
|
abfef408 | 04-Aug-2016 |
Nikita Popov |
Release version 0.1.2 |
d8067862 | 04-Aug-2016 |
Nikita Popov |
Deprecate version 20, mark 35 as default |
d3853b96 | 04-Aug-2016 |
Nikita Popov |
And fix the PHP 7.0 build again... This code is getting damn ugly |
322e614a | 04-Aug-2016 |
Nikita Popov |
Version 35: Backward/forward emulation of list() format |
eded56d5 | 04-Aug-2016 |
Nikita Popov |
Expose PHP 7.1 ARRAY_SYNTAX flags |
1ba1ca7a | 04-Aug-2016 |
Nikita Popov |
And fix the PHP 7.0 build again |
2d3812a3 | 04-Aug-2016 |
Nikita Popov |
Version 35: Forward/backward emulation of AST_CATCH format |
c81fe781 | 04-Aug-2016 |
Nikita Popov |
Fix PHP 7.0 build |
ed51bba0 | 04-Aug-2016 |
Nikita Popov |
Add support for "iterable" type |
fc5048fc | 04-Aug-2016 |
Nikita Popov |
Support nullable types Represent these using a new AST_NULLABLE_TYPE virtual node. |
f308dce2 | 04-Aug-2016 |
Nikita Popov |
Make generate_ast_data independent of zend_ast.h Depending on this file is a problem if we want to support multiple versions of PHP. |
b8f5805b | 08-Jun-2016 |
Nikita Popov |
Fix build on PHP 7.1 |
09965266 | 01-May-2016 |
Nikita Popov |
Normalize to AST_STMT_LIST Per @tpunt's suggestion. |
fec4dd62 | 01-May-2016 |
Nikita Popov |
Add "Differences to PHP-Parser" section |
f199ac83 | 01-May-2016 |
Nikita Popov |
Represent scalar types as AST_TYPE Per @tpunt's suggestion. |
0bd7cc84 | 01-May-2016 |
Nikita Popov |
Stip null elements from AST_STMT_LIST |
7b78bf11 | 01-May-2016 |
Nikita Popov |
Normalize ('\bar')() by removing leading backslash |
6ba2117c | 01-May-2016 |
Nikita Popov |
Represent ?? as BINARY_OP |
d3e5d665 | 30-Apr-2016 |
Nikita Popov |
Update version list |
0d8c47b9 | 30-Apr-2016 |
Nikita Popov |
Deprecate version 15 Switching tests to version 30 where possible. |
1ddd0dae | 30-Apr-2016 |
Nikita Popov |
More version annotations in README |