Started work on an AST inspector

This commit is contained in:
2026-04-22 15:57:43 +10:00
parent 63dfd33e5e
commit accb7f9fb4
7 changed files with 166 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
print "hello world";
print "hello world";
print "hello world";
{
print "hello world";
{
print "hello world";
}
}