AST is accepting functions!!!

This commit is contained in:
SpookyDervish
2025-10-14 07:14:53 +11:00
parent f9cd1dba29
commit 518a19d3bf
9 changed files with 243 additions and 101 deletions

View File

@@ -1,2 +1,4 @@
a: Float = 1.23;
b: Int = 456;
main = Func(): Int {
x: Int = 123;
return x + 5;
}