parser + asd non testé non builder

This commit is contained in:
Vu Tuan Minh
2025-04-01 16:52:50 +02:00
parent 95fee3f1ae
commit 02d57fa858
13 changed files with 1374 additions and 60 deletions

View File

@@ -31,7 +31,7 @@ public class Main {
VSLParser parser = new VSLParser(tokens);
// Parse
Program ast = parser.program();
ProgramImpl ast = parser.program();
// Pretty-print the program (to debug parsing)
System.err.println("todo " + ast);