symTable en cours

This commit is contained in:
trochas
2025-04-09 16:08:54 +02:00
5 changed files with 55 additions and 22 deletions

View File

@@ -37,7 +37,6 @@ public class Main {
VSLLexer lexer = new VSLLexer(input);
CommonTokenStream tokens = new CommonTokenStream(lexer);
// Instantiate Parser
VSLParser parser = new VSLParser(tokens);