Create working PoC of loop statement

This commit is contained in:
Bartłomiej Pluta
2019-07-12 20:36:56 +02:00
parent 94128d9f21
commit 13a6dedba6
5 changed files with 120 additions and 10 deletions

View File

@@ -73,6 +73,7 @@ class Type(Enum):
def void():
return Value(Type.VOID, None)
def _failStringify(t):
raise RuntimeException(f"Not able to interpret {t.name}'", None)