You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,13 +66,14 @@ If you run into problems with a test, run it with the cli and add the `--debug`
65
66
66
67
# Releases
67
68
68
-
Current version is under developpement, all tokens are not yet implemented, but consider that the lexer sucessfully pass the parsing of ZF2 and Laravel, and many aspects of php are implemented.
69
+
Current version is under developpement, but consider that the lexer sucessfully pass the parsing of ZF2, Laravel, Symfony, and many aspects of php5 and php7 are implemented.
69
70
70
-
* 0.0.9 : const (value as expr) bugfix
71
-
* 0.0.8 : all tokens are passed on ZF2 (many fixes)
72
-
* 0.0.7 : isset, unset, try, catch, finally, fix T_STATIC, fix T_NEW with a dynamic var name, improve tests
73
-
* 0.0.6 : Improve tests, implements arrays & new statements
74
-
* 0.0.5 : Implement traits
71
+
* 0.0.10 : bugfixes and php7 implementation
72
+
* 0.0.9 : const (value as expr) bugfix
73
+
* 0.0.8 : all tokens are passed on ZF2 (many fixes)
74
+
* 0.0.7 : isset, unset, try, catch, finally, fix T_STATIC, fix T_NEW with a dynamic var name, improve tests
75
+
* 0.0.6 : Improve tests, implements arrays & new statements
0 commit comments