You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP-Parser is great, but will be slow for analyzing the source code of big projects. So I decided not to switch to this library due to performance reasons.
https://github.com/nikic/PHP-Parser has a real AST, so it can be really useful for building specific joinpoints in the source code.
The text was updated successfully, but these errors were encountered: