Abandoned. Supports only PHPParser 3. convert PHPParser\Node to \ast\Node. See https://github.com/TysonAndre/tolerant-php-parser-to-php-ast/ for better error tolerance.
MIT License
1
stars
2
forks
source link
Update composer dependencies, try to support 7.2, and convert code from a switch to a hash table of closures #8
The change to a hash table was for performance: php 7.1 had an inefficient switch statement when there were large numbers of classes.