quasilyte / phpgrep

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

do an actual pattern analysis to infer its deps #50

Closed quasilyte closed 3 years ago

quasilyte commented 3 years ago

This is less conservative approach as it doesn't make all non-default patterns pay for the extra collected data.

If -format contains capture variable ref, named captures are collected. Otherwise they're ignored.

Signed-off-by: Iskander Sharipov quasilyte@gmail.com