File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Sample AST output
7676}
7777```
7878
79- - Try it online (demo) : http://glayzzle.com/php-parser/#demo
79+ - Try it online (demo) : http://glayzzle.com/php-parser/
8080- Or from AST Explorer : https://astexplorer.net/
8181
8282
@@ -115,12 +115,8 @@ Related projects
115115
116116> You can add here your own project by opening an issue request.
117117
118- # Misc
118+ ## License
119119
120120This library is released under BSD-3 license clause.
121121
122- If you want to contribute please visit this repository https://github.com/glayzzle/php-parser-dev .
123-
124-
125- ## License
126122[ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fglayzzle%2Fphp-parser.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fglayzzle%2Fphp-parser?ref=badge_large )
Original file line number Diff line number Diff line change 11# Releases
22
3+ ## 3.0.0-alpha3 : (2018-08-15)
4+ - fix #168 : End location of ` if ` without semicolon
5+ - impl #147 : Node informations about Binary and unicode strings
6+ - impl #83 : Adding full support for PHP 7.2
7+ - fix #122 : Detect foreach bad syntax
8+ - impl #152 : Improve tests with JEST
9+ - fix #164 : Fixing some location issues (partial)
10+
311## 3.0.0-alpha2 : (2018-04-14)
412 - fix #137 : Bug with parsing ` list `
513 - fix #149 : Binary cast: isDoubleQuote incorrect
You can’t perform that action at this time.
0 commit comments