AST works for variable reassignment
kinda coded horribly tho lol
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
main = Func(): Int {
|
||||
x: Int = 123;
|
||||
return x + 5;
|
||||
x: Int = 0;
|
||||
|
||||
x = x * 2;
|
||||
|
||||
return x;
|
||||
}
|
||||
Reference in New Issue
Block a user