#
5bf0c28f |
| 09-Jul-2014 |
Nikita Popov |
Port throw
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1 |
|
#
28926540 |
| 07-Jul-2014 |
Nikita Popov |
Port echo
|
#
36c3cf31 |
| 07-Jul-2014 |
Nikita Popov |
Port return statement
|
#
17c2d16d |
| 04-Jul-2014 |
Nikita Popov |
Refactor class name resolution as well
|
#
fdc31884 |
| 04-Jul-2014 |
Nikita Popov |
Shared name production for const / fn name
|
Revision tags: php-5.6.0RC2 |
|
#
fb98dd31 |
| 28-Jun-2014 |
Nikita Popov |
Some refactoring of fn/const resolution
|
#
e1981325 |
| 28-Jun-2014 |
Nikita Popov |
Drop addition of weird \ prefix for FQ consts Also fixes a resolution bug
|
#
111ad71d |
| 28-Jun-2014 |
Nikita Popov |
Rename ZEND_CONST to ZEND_AST_ZVAL
|
#
0e44f4c5 |
| 26-Jun-2014 |
Nikita Popov |
Remove obseleted grammar productions
|
#
dd60c8e0 |
| 26-Jun-2014 |
Nikita Popov |
Reuse expr for static_scalar
|
#
dd60b9bb |
| 26-Jun-2014 |
Nikita Popov |
Handle ::class in const expr via ast as well
|
#
080e8bff |
| 26-Jun-2014 |
Nikita Popov |
Compile const refs to CONST
|
#
b83c7041 |
| 26-Jun-2014 |
Nikita Popov |
Compile class const refs to CONST zval
|
#
9c169d5a |
| 26-Jun-2014 |
Nikita Popov |
Remove static_scalar_base
|
#
31687ed5 |
| 26-Jun-2014 |
Nikita Popov |
Handle trait __CLASS__ in parser
|
#
7f01b6fc |
| 26-Jun-2014 |
Nikita Popov |
Bring static scalar arrays in line
|
#
02379547 |
| 26-Jun-2014 |
Nikita Popov |
Bring static scalar AST more in line with normal AST
|
#
1b84b87e |
| 26-Jun-2014 |
Nikita Popov |
Const eval unary pm (as previously)
|
Revision tags: php-5.4.30, php-5.5.14 |
|
#
508d146c |
| 21-Jun-2014 |
Nikita Popov |
Move T_STRING_VARNAME handling
|
#
90d36554 |
| 21-Jun-2014 |
Nikita Popov |
Support string interpolation
|
#
b6789b1d |
| 21-Jun-2014 |
Nikita Popov |
zend_ast_dynamic_ast returns new node
|
#
657762ee |
| 19-Jun-2014 |
Nikita Popov |
AST stage 2.4
|
Revision tags: php-5.6.0RC1 |
|
#
232a9226 |
| 18-Jun-2014 |
Nikita Popov |
Support yield without parens for now => is lowest-prec right-assoc
|
#
0ec49bba |
| 14-Jun-2014 |
Nikita Popov |
AST stage 1.9 Expressions (mostly) use the AST
|
Revision tags: php-5.5.14RC1, php-5.4.30RC1 |
|
#
258a733e |
| 07-Jun-2014 |
Nikita Popov |
AST-based compiler: Stage 1
|