You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
244 B
244 B
Python-Source-Parser
A simple .py source file parser using AST. It can output statistics about functions, operations, attributes used as well as flow control branchings as a tree. It also does very simple tracing on change of variable types.