Abstract syntax tree

This commit is contained in:
2025-09-02 20:41:17 +10:00
parent 5ebf653342
commit 8d3ffb7b9c
5 changed files with 222 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
let dingus = 10
if "test" == "test"
print("Test is the same as test")
end
print(dingus)