Skip to content

Commit

Permalink
release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Oct 4, 2015
1 parent 6012a0d commit 5085409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ If you run into problems with a test, run it with the cli and add the `--debug`

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.

* 0.0.9 : const (value as expr) bugfix
* 0.0.8 : all tokens are passed on ZF2 (many fixes)
* 0.0.7 : isset, unset, try, catch, finally, fix T_STATIC, fix T_NEW with a dynamic var name, improve tests
* 0.0.6 : Improve tests, implements arrays & new statements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "php-parser",
"version": "0.0.8",
"version": "0.0.9",
"description": "PHP parser",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 5085409

Please sign in to comment.