toLLVM prettyprinter pour assign

This commit is contained in:
trochas
2025-04-07 16:06:21 +02:00
parent deafaa26fc
commit b3ed282f9a
8 changed files with 39 additions and 20 deletions

View File

@@ -1,4 +1,6 @@
FUNC INT main() {
INT a,b,c
a := 2
b:=3
c:=1
a := b+c
RETURN 4 + 6 * 5 + a }