RValue, LValue concept working, Assigning to numbers is now illegal!

This commit is contained in:
Krzosa Karol
2022-06-01 13:28:38 +02:00
parent a5267bb8ae
commit 02b6a1c85b
4 changed files with 6 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ if_stmt :: (cond: int): type
for_stmt :: ()
for i := 0, i + 10, i
for i := 0, i + 10, i+=1
pass
add_10 :: (size: int): int