Skip to content

Commit

Permalink
Parser out of debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marsninja committed Sep 16, 2023
1 parent 2baa506 commit 20149e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaclang/jac/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(
self.ir: ast.AstNode = parse_tree_to_ast(self.ir)

tokens = JacLexer.tokens
debugfile = "parser.out"
# debugfile = "parser.out"

# All mighty start rule
# ---------------------
Expand Down

0 comments on commit 20149e0

Please sign in to comment.