Extend type specifiers to cover maps

This commit is contained in:
Bartłomiej Pluta
2019-07-09 01:32:09 +02:00
parent d23e7a1276
commit 7e7b5ec461
10 changed files with 116 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ from smnp.program.interpreter import Interpreter
def main():
try:
Interpreter.interpretFile(sys.argv[1], printAst=True)
except SmnpException as e: