IR jmp and scopes

This commit is contained in:
r4
2021-12-21 13:59:08 +01:00
parent 6080901842
commit 005309d1eb
5 changed files with 33 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
a := 1
a = a + 1
b := a - 2 * 3
b = 2 + b * a
c := -b
a := 0
{
a := 1
b := a
}
//a := 1
//b := 1 - 2 * 2 + 5