This commit is contained in:
Scarlett
2025-05-06 15:34:55 -04:00
parent 596434e152
commit c8491b62e4
49 changed files with 1560 additions and 339 deletions

View File

@ -1,7 +1,13 @@
1: func : test
2: $t0 = true
3: c = $t0
4: $t1 = !c
5: d = $t1
6: $t2 = 1
7: return : $t2
1: func_dec : entry
2: func : entry
3: $t0 = true
4: Label : 1
5: c = $t0
6: Label : 2
7: d = $t1
8: param d
9: call : printBoolean 1
10: Label : 3
11: result = $t2
12: $t3 = 1
13: return : $t3