Python Forum
Looking for feedback for pyPhpTree
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for feedback for pyPhpTree
#1
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020