Skip to content

Instantly share code, notes, and snippets.

View ArturSultanov's full-sized avatar
🪐

Artur Sultanov ArturSultanov

🪐
View GitHub Profile
@pepasflo
pepasflo / README.md
Last active October 2, 2023 16:23
Notes on using graphviz to visualize abstract syntax trees (ASTs)

Using graphviz to visualize abstract syntax trees

screen shot 2019-02-15 at 5 52 08 pm

  • After you've written your first lexer and parser, write a function which walks the AST and "compiles" it into graphviz notation like the above