-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
It'd be great to be able to visualise the result of parsing -- the AST. This could be triggered with a new CLI command, e.g. teal ast file.tl.
One approach: generate some graphviz based on the Node structure. See parser.py and nodes.py. Depends on the user having graphviz installed, so maybe a pure-python approach would be better!
Reactions are currently unavailable