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 `constant_access` parser. #113

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

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

The constant_access parser is an alias to qualified_name. However, it can change in the future. This patch avoids using a shortcut for the sane of maintanability.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.