Closed
Description
Just wondering, the PHP world now uses https://github.com/nikic/PHP-Parser for parsing.
What was the motivation to create new tool for parsing instead of extending the nikic's one?
What are the use cases I should use this one?
Thank you