expression pour printf

This commit is contained in:
Vu Tuan Minh
2025-04-09 12:30:17 +02:00
parent b357a16114
commit 038159108b
3 changed files with 26 additions and 7 deletions

View File

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