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

feat(parser) Add the `relative_scope` parser #114

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Address https://github.com/tagua-vm/parser/issues/68.

This patch introduces new tokens: SELF, PARENT (STATIC is already present, its definition has been modified though), and the new relative_scope parser.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.002%) to 95.611% when pulling af24f5e58574d5920882fa439cab985681e1acff on Hywan:relative-scope into 81756fe901f5d7fe561f2107a286d81211aa0a30 on tagua-vm:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.002%) to 95.611% when pulling af24f5e58574d5920882fa439cab985681e1acff on Hywan:relative-scope into 81756fe901f5d7fe561f2107a286d81211aa0a30 on tagua-vm:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.002%) to 95.611% when pulling af24f5e58574d5920882fa439cab985681e1acff on Hywan:relative-scope into 81756fe901f5d7fe561f2107a286d81211aa0a30 on tagua-vm:master.