X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fmain.lisp;h=35cb2f737d3b5d43d75c52c9d6ddd9e13519245b;hp=00107faf2ee0ecbb563b267cd5bf798d34803b64;hb=d4ab333;hpb=4a9ed570e6d2c79ac7cac0a6a84d414ee658cd3e diff --git a/src/main/main.lisp b/src/main/main.lisp index 00107fa..35cb2f7 100644 --- a/src/main/main.lisp +++ b/src/main/main.lisp @@ -23,3 +23,6 @@ (defun run-commands (cmds) (eval (cl-nl.transpiler:transpile-commands (cl-nl.parser:parse (cl-nl.lexer:lex cmds))))) + +(defun run-reporter (reporter) + (eval (cl-nl.transpiler:transpile-reporter (car (cl-nl.parser:parse (cl-nl.lexer:lex reporter))))))