Enable creating custom methods

This commit is contained in:
Bartłomiej Pluta
2019-07-08 17:48:02 +02:00
parent d8cdafe293
commit 6d56706354
7 changed files with 61 additions and 8 deletions

View File

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