Playing with level.toy

This commit is contained in:
2023-02-11 15:27:23 +00:00
parent 77a128e0f7
commit 724804a78a
2 changed files with 30 additions and 14 deletions

View File

@@ -94,6 +94,10 @@ void repl(const char* initialInput) {
if (initialInput) {
free((void*)initialInput);
initialInput = NULL;
if (interpreter.panic) {
break;
}
}
}