Suppr warnings

This commit is contained in:
Dimitri Lajou
2025-03-21 17:27:17 +01:00
parent 7114c0e978
commit 807a68a221

View File

@@ -1,7 +1,5 @@
package TP2;
import java.nio.file.Paths;
import java.util.Optional;
import java.io.IOException;
import org.antlr.runtime.ANTLRFileStream;
@@ -36,7 +34,7 @@ public class Main {
Program ast = parser.program();
// Pretty-print the program (to debug parsing)
System.err.println("todo");
System.err.println("todo" + ast);
// Verify the program semantic