We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6932039 commit dcf2e46Copy full SHA for dcf2e46
3 files changed
README.md
@@ -25,9 +25,15 @@ $ pdm run check
25
26
## Screenshots
27
28
+Example run of the visualizer
29
+```sh
30
+$ python tools/ast_visualizer.py < samples/ifs.lox > out.dot
31
+```
32
+
33
Visualization of AST for `5 * 6 / 3 - 2 / 5 * (6 + 8)`
34

35
36
+
37
38
## Additional features / modifications / challenges
39
images/triangle.png
88.2 KB
0 commit comments