Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add visualization of ASTs to CLI & REPL #158

Merged
merged 2 commits into from
Jul 26, 2022
Merged

Add visualization of ASTs to CLI & REPL #158

merged 2 commits into from
Jul 26, 2022

Commits on Jul 25, 2022

  1. Add visualization of ASTs to CLI & REPL

    - Add actual arg parsing to CLI
    - Make REPL a sub-mode initiated by a CLI command
    - Add partial (lots of `todo!()`s) translation of AST into graphviz
    - Add FFI to graphviz to layout & render
    - Add `display` mode which prints image to console
    jpschorr committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d99cbde View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    7cef2ba View commit details
    Browse the repository at this point in the history