Enable evaluating asterisk

This commit is contained in:
Bartłomiej Pluta
2019-07-08 19:33:14 +02:00
parent 63c020fbb9
commit 21cbf2bcbd
6 changed files with 120 additions and 35 deletions

View File

@@ -16,7 +16,7 @@ def main():
ast = parse(tokens)
#ast.print()
ast.print()
env = createEnvironment()