Create new type: map (dictionary) with all support for it
This commit is contained in:
@@ -6,7 +6,7 @@ from smnp.program.interpreter import Interpreter
|
||||
|
||||
def main():
|
||||
try:
|
||||
Interpreter.interpretFile(sys.argv[1])
|
||||
Interpreter.interpretFile(sys.argv[1], printAst=True)
|
||||
|
||||
except SmnpException as e:
|
||||
print(e.message())
|
||||
|
||||
Reference in New Issue
Block a user