@@ -4,7 +4,7 @@ LEXER_DEBUG: bool = True
if __name__ == "__main__":
with open("tests/lexer.pla") as f:
with open("tests/parser.pla") as f:
code: str = f.read()
if LEXER_DEBUG:
The note is not visible to the blocked user.