Move 'mic' module

This commit is contained in:
Bartłomiej Pluta
2019-07-09 22:04:07 +02:00
parent b4d5d11b84
commit b91cc46d44
9 changed files with 39 additions and 32 deletions

View File

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