quasilyte / phpgrep

Syntax-aware grep for PHP code.
MIT License
236 stars 10 forks source link

Optimize ${"*"} pattern matching #35

Closed quasilyte closed 4 years ago

quasilyte commented 5 years ago

When ${"*"} is the last node in the list, it should match immediately. Maybe it's worthwhile to compile it to a separate meta node type.