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

Compare `tagua_parser::itag!` vs. `nom::tag_no_case!` #86

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

See https://github.com/tagua-vm/parser/pull/83#issuecomment-262932524 for more context.

Hywan commented 7 years ago

Resolved by #101. We now fallback the implementation of nom directly.