TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

WIP - disambiguate the nullable param #107

Closed TysonAndre closed 6 years ago

TysonAndre commented 6 years ago

This might be doable with recursive regexes, but an actual context free grammar and tokenizer might be easier to work with. Will still need the regexes to parse @param uniontype $x