tagua-vm / parser

Safe, fast and memory efficient PHP parser (lexical and syntactic analysers, and the Abstract Syntax Tree)
http://tagua.io/
119 stars 15 forks source link

Update `variable` parser definition #123

Open Hywan opened 7 years ago

Hywan commented 7 years ago

Follow up of https://github.com/tagua-vm/parser/issues/68. Address #14.

variable definition has changed, https://github.com/php/php-langspec/blob/master/spec/10-expressions.md#grammar-variable. Our implementation must be updated.