main: do context semantic checking
This commit is contained in:
parent
f060608e73
commit
1fa3317d93
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ def main():
|
|||
context = semantic.BuiltinContext()
|
||||
ast.semantic_analysis(context)
|
||||
|
||||
context.check()
|
||||
|
||||
intermediate_representation = ast.intermediate_representation()
|
||||
|
||||
messages = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue