tree-climber
tree-climber copied to clipboard
Add AST stack trace
When parsing AST, sometimes messages or warnings arise. I want to print a stack trace from the AST root to the warning when this happens. Look at the warning in ast_creator.py where AstErrorException
is raised,