Create loop (dash '^') operator (older asterisk '*')

This commit is contained in:
Bartłomiej Pluta
2019-07-10 23:56:21 +02:00
parent e115c6e33a
commit 10c701ecbf
4 changed files with 27 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ from smnp.program.interpreter import Interpreter
def main():
try:
#stdLibraryEnv = loadStandardLibrary()
Interpreter.interpretFile(sys.argv[1], printTokens=False, printAst=True, execute=False, baseEnvironment=None)
Interpreter.interpretFile(sys.argv[1], printTokens=True, printAst=True, execute=False, baseEnvironment=None)
#draft()
except SmnpException as e: