quasilyte / phpgrep

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

Support patterns like `public $typ $field = 0` #47

Open quasilyte opened 4 years ago

quasilyte commented 4 years ago

To do that, we need to classify the pattern as something that makes sense in the class statement context as opposed to the root context.