4a15f149 | 22-Feb-2020 |
Tyson Andre |
Release php-ast 1.0.6 (#151) |
5e3ebe21 | 22-Feb-2020 |
Tyson Andre |
Support parsing php 8.0 TYPE_STATIC, add test of $x::class (#150) Test ::class on objects Support parsing php 8.0 TYPE_STATIC Fixes #149 |
0a80cfb3 | 17-Jan-2020 |
Tyson Andre |
Document new flags for AST_TYPE (null/false) |
f2a1ddc7 | 17-Jan-2020 |
Derick Rethans |
Fixed warning in ZTS mode, as the paths are the same |
215e1308 | 01-Jan-2020 |
Tyson Andre |
Add php 7.3 and 7.4 to appveyor tests (#145) |
6e783b9b | 27-Nov-2019 |
Tyson Andre |
Update current version in docs to 70 Also, fix grammar nits. (there should be commas after "Furthermore". More common choices such as "Next,"/"Then," might be more conventional
Update current version in docs to 70 Also, fix grammar nits. (there should be commas after "Furthermore". More common choices such as "Next,"/"Then," might be more conventional for installation instructions)
show more ...
|
Revision tags: v1.0.5 |
|
3d85ce06 | 23-Nov-2019 |
Tyson Andre |
Fix ReflectionExtension::getVersion (#141) |
7883996d | 23-Nov-2019 |
Tyson Andre |
Support ast\flags\TYPE_FALSE for union types. (#140) AST_CAST already has some impossible flags such as TYPE_ITERABLE. This was overlooked when adding AST_TYPE_UNION |
Revision tags: v1.0.4 |
|
34bad619 | 10-Nov-2019 |
Tyson Andre |
Release php-ast 1.0.4 (#139) * Release php-ast 1.0.4 * Update date, add me as <developer> in package.xml |
2040325f | 27-Oct-2019 |
Tyson Andre |
Support PHP 8.0 Union Type RFC |
b062464f | 27-Oct-2019 |
Tyson Andre |
Merge pull request #99 from TysonAndre/tolerant-php-parser Update the link to a fallback for php-ast
|
bc4ccdc6 | 29-Sep-2019 |
Tyson Andre |
Fix test expectations in PHP 8.0 |
5b6f45ea | 29-Aug-2019 |
Nikita Popov |
Remove unused function |
c6ee78cc | 28-Jul-2019 |
Nikita Popov |
Back to dev |
Revision tags: v1.0.3 |
|
6e17f494 | 27-Jul-2019 |
Tyson Andre |
Release php-ast 1.0.3 |
aa3f513e | 27-Jul-2019 |
Tyson Andre |
Add ast\flags\PARENTHESIZED_CONDITIONAL for php 7.4 This will make it easier for static analyzers to warn about the lack of parenthesis, to format code from ASTs, etc. |
5ed59317 | 21-Jul-2019 |
Tyson Andre |
Add DIM_ALTERNATIVE_SYNTAX flag for 7.4's $x{$i} Fixes #128 Fix ast\kind_uses_flags(ast\AST_ARROW_FUNC) in php < 7.4 |
7bf72a8e | 14-Jul-2019 |
Tyson Andre |
Update NEWS |
2d8fd587 | 09-Jul-2019 |
Nikita Popov |
Fix PHP 7.4 build AST_ASSIGN_OP now directly stores the binary op, assign op opcodes no longer exist. |
113e7828 | 30-Jun-2019 |
Nikita Popov |
Back to dev |
Revision tags: v1.0.2 |
|
a6e1f882 | 30-Jun-2019 |
Tyson Andre |
Release php-ast 1.0.2 And put together release notes. |
0f9c6809 | 18-May-2019 |
Tyson Andre |
Normalize representation of parenthesized concat in php 7.4 Fixes #123 |
1c71634b | 11-May-2019 |
Tyson Andre |
Fix generating signature types of AST_ARROW_FUNC The return/parameter types would have incorrect AST nodes generated due to the param/return type check not being added for AST_ARROW_FUNC
Fix generating signature types of AST_ARROW_FUNC The return/parameter types would have incorrect AST nodes generated due to the param/return type check not being added for AST_ARROW_FUNC. Fixes #121
show more ...
|
ae71ecc3 | 04-May-2019 |
Tyson Andre |
Support AST_ARROW_FUNC, add tests |
0e7ef059 | 18-Apr-2019 |
Tyson Andre |
Change current AST version from 60 to 70 (#119) And mark version 70 as no longer being experimental |