tp2: typo affichage
This commit is contained in:
@@ -34,7 +34,7 @@ public class Main {
|
||||
Program ast = parser.program();
|
||||
|
||||
// Pretty-print the program (to debug parsing)
|
||||
System.err.println("todo" + ast);
|
||||
System.err.println("todo " + ast);
|
||||
|
||||
// Verify the program semantic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user