Python Forum

Full Version: Looking for feedback for pyPhpTree
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is my new lib, which parses PHP source code and finds declarations of functions/classes/namespaces. It gives result items as dicts, with levels (level is driven by {} brackets). It parses correctly: comments, strings, php heredoc. Useful for my proj.

https://github.com/Alexey-T/pyPhpTree