Create working PoC of loop statement
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user