Interpreter adopts inner interpreter panic state on assert failure

This commit is contained in:
2022-08-27 12:07:41 +01:00
parent 90e5a5d08b
commit e523a6f60a
5 changed files with 18 additions and 2 deletions

View File

@@ -22,10 +22,10 @@ DONE: closures are explicitly supported
DONE: functions are first-class citizens
DONE: functions take a set number of parameters
DONE: functions last argument can be a rest parameter
DONE: assert needs to kill the whole script, not just functions
TODO: functions return a set number of values
TODO: assert needs to kill the whole script, not just functions
TODO: ternary operator
TODO: Nullish types