[Yunq] Don't print ast.
This commit is contained in:
parent
6212aef336
commit
91f3f8ee43
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ def main():
|
|||
|
||||
parser = Parser(lexemes)
|
||||
ast = parser.parse()
|
||||
print_ast(ast)
|
||||
type_check(ast)
|
||||
|
||||
messages = [m for m in ast if type(m) is Message]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue