From ce49d20a5fe3726e1800bc495a25c7617212abf4 Mon Sep 17 00:00:00 2001 From: Emanuele Grasso <96300448+L0P0P@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:48:09 +0200 Subject: Reaching definition analysis (#17) Co-authored-by: Santo Cariotti Co-authored-by: geno Co-authored-by: geno --- src/ParseAll.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ParseAll.java') diff --git a/src/ParseAll.java b/src/ParseAll.java index 06b99ad..091a2f4 100644 --- a/src/ParseAll.java +++ b/src/ParseAll.java @@ -35,7 +35,7 @@ public class ParseAll { Python3Parser.RootContext tree = parser.root(); String treeStr = tree.toStringTree(); - Python3VisitorImpl visitor = new Python3VisitorImpl(); + Python3VisitorImpl visitor = new Python3VisitorImpl(tokenStream, false); SymbolTable ST = new SymbolTable(); Node ast = visitor.visit(tree); ArrayList errorsWithDup = ast.checkSemantics(ST, 0, null); -- cgit v1.2.3-18-g5258