X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fmain.lisp;h=3acd6e366f193e9fa1e4aaeee248fc24734f7897;hb=393d2cd66721b93bed149613ceb7ee4fdac408c2;hp=eee8e48f48b6e7930f5cff269f6b378a7825b058;hpb=ef8590acac123b880b2719eaac691af310262cca;p=clnl diff --git a/src/main/main.lisp b/src/main/main.lisp index eee8e48..3acd6e3 100644 --- a/src/main/main.lisp +++ b/src/main/main.lisp @@ -62,7 +62,7 @@ DESCRIPTION: RUN-COMMANDS will take NetLogo commands, put them through the various stages need to turn them into Common Lisp code, and run it." - (eval (clnl-transpiler:transpile-commands (clnl-parser:parse (clnl-lexer:lex cmds))))) + (clnl-nvm:with-stop-handler (eval (clnl-transpiler:transpile-commands (clnl-parser:parse (clnl-lexer:lex cmds)))))) (defun run-reporter (reporter) "RUN-REPORTER REPORTER => RESULT