#
028c7d20 |
| 19-Jul-2014 |
Nikita Popov |
Throw \self etc error Could only enable this now that everything uses the new format |
#
e6e88675 |
| 19-Jul-2014 |
Nikita Popov |
Fix class name resolution in traits |
#
86f1004c |
| 19-Jul-2014 |
Nikita Popov |
Improve class name handling |
#
291bcfe4 |
| 19-Jul-2014 |
Nikita Popov |
Port trait uses |
#
fd7387a7 |
| 19-Jul-2014 |
Nikita Popov |
Handle class const doc comment Property doc comments not yet handled |
#
222430d9 |
| 19-Jul-2014 |
Nikita Popov |
Port class const decl |
#
43d6e599 |
| 19-Jul-2014 |
Nikita Popov |
Port property declarations |
#
547331d2 |
| 19-Jul-2014 |
Nikita Popov |
Port methods The duplicated magic method checks are ugly |
#
adbddf4e |
| 18-Jul-2014 |
Nikita Popov |
Support static closures |
#
405b97e8 |
| 18-Jul-2014 |
Nikita Popov |
Handle function doc comments |
#
cdcf78f7 |
| 18-Jul-2014 |
Nikita Popov |
Fix lexer/compiler interdependency |
#
359f99fe |
| 18-Jul-2014 |
Nikita Popov |
Use dedicated func_decl ast node Functions need a bunch of extra info, that becomes inconvenient to handle using the normal ast structure. |
#
ae5ba9ab |
| 18-Jul-2014 |
Nikita Popov |
Port closures |
#
abfc8bd8 |
| 18-Jul-2014 |
Nikita Popov |
Port closure use |
#
64a71321 |
| 16-Jul-2014 |
Nikita Popov |
Port __METHOD__ |
#
a75921dc |
| 16-Jul-2014 |
Nikita Popov |
Port __FUNCTION__ to AST |
#
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 |
#
e367e681 |
| 12-Jul-2014 |
Nikita Popov |
Port try/catch Down to 50 failing Zend tests |
#
32ca08f2 |
| 11-Jul-2014 |
Nikita Popov |
Fix leak |
#
dde9faee |
| 11-Jul-2014 |
Nikita Popov |
Port switch |
#
f12c1482 |
| 11-Jul-2014 |
Nikita Popov |
Port foreach |
#
7f151465 |
| 10-Jul-2014 |
Nikita Popov |
Make inner_statement_list asty |