From fd3b7051cfa84dc9cae1940eb3f83a8c48ccd11a Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 26 Apr 2017 15:47:06 -0400 Subject: [PATCH] nitin/README: runtime errors/aborts return to the interactive loop Signed-off-by: Jean Privat --- contrib/nitin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nitin/README.md b/contrib/nitin/README.md index 0cd4c3a..5cfad2a 100644 --- a/contrib/nitin/README.md +++ b/contrib/nitin/README.md @@ -11,11 +11,11 @@ This tool is outside src/ because: * use GNU readline to read lines * use importation/refinement to handle incremental execution (so basically everything works out of the box) * maintain an interpreter and live objects (the model grows but the interpreter and runtime data are reused) +* runtime errors/aborts return to the interactive loop Main missing features * top-level variables are local -* runtime error/aborts just abort the interactive loop * FFI is strange * No model/object inspection -- 1.7.9.5