symTable marche un peut mieux (je crois)

This commit is contained in:
trochas
2025-04-09 16:30:53 +02:00
parent af44be1ca6
commit 77aef737c3
4 changed files with 6 additions and 6 deletions

View File

@@ -2,6 +2,6 @@ FUNC INT main() {
INT a,b,c
b:=3
c:=1
PRINT "coucou, tu peux réparer le visitPrint dans LLVM stp","il manque virgule au milieu"
READ a, b
PRINT "coucou, tu peux réparer le visitPrint dans LLVM stp","il manque virgule au milieu", c*5+b
READ a, b, n, t, m
RETURN 4 + 6 * 5 + 2 }