#
f589713c |
| 15-Jul-2014 |
Nikita Popov |
Preliminary function decl support Problem: __FUNCTION__ etc don't work anymore, due to lexer/parser interdependency.
|
#
1ee3277a |
| 14-Jul-2014 |
Nikita Popov |
Port parameter defs Has one bug re \self
|
#
47f0717a |
| 13-Jul-2014 |
Nikita Popov |
Rename params -> args
|
#
c58079b4 |
| 12-Jul-2014 |
Nikita Popov |
Port static vars Need to figure out the constant expr stuff
|
#
8577f58e |
| 12-Jul-2014 |
Nikita Popov |
Store (bad) estimate of lineno with ast Currently not used yet
|
#
e367e681 |
| 12-Jul-2014 |
Nikita Popov |
Port try/catch Down to 50 failing Zend tests
|
#
dde9faee |
| 11-Jul-2014 |
Nikita Popov |
Port switch
|
#
f12c1482 |
| 11-Jul-2014 |
Nikita Popov |
Port foreach
|
#
42159699 |
| 10-Jul-2014 |
Nikita Popov |
Port if (partial)
|
#
80c44ad5 |
| 10-Jul-2014 |
Nikita Popov |
Support creating of ast nodes with >3 children
|
#
1738ee7e |
| 10-Jul-2014 |
Nikita Popov |
Port do/while
|
#
c7656c06 |
| 10-Jul-2014 |
Nikita Popov |
Port while Note: From here on everything is broken
|
#
117714d1 |
| 09-Jul-2014 |
Nikita Popov |
Port goto label
|
#
d14b763b |
| 09-Jul-2014 |
Nikita Popov |
Make unticked_statement an ast node (usually NULL)
|
#
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
|
Revision tags: php-5.6.0RC2 |
|
#
111ad71d |
| 28-Jun-2014 |
Nikita Popov |
Rename ZEND_CONST to ZEND_AST_ZVAL
|
#
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 |
|
#
e26c6d66 |
| 23-Jun-2014 |
Nikita Popov |
Implement constant expression folding as a separate pass
|
#
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
|
#
55ab55c4 |
| 19-Jun-2014 |
Nikita Popov |
Add ability to specify additional attr in AST
|