Skip to content

AST Visualisation #14

@rmhsilva

Description

@rmhsilva

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions