X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Ftranspile.lisp;h=e78208d55bab867c01a5451d495a7fc2beb52857;hp=956b226eaea577f61fb3de51b4ac0417e8761a4d;hb=b257366;hpb=057ed8dbc95f13245afd62e4f4769fc29f42b0c8 diff --git a/src/main/transpile.lisp b/src/main/transpile.lisp index 956b226..e78208d 100644 --- a/src/main/transpile.lisp +++ b/src/main/transpile.lisp @@ -143,6 +143,7 @@ DESCRIPTION: ((eql :command-block (car reporter)) (transpile-command-block reporter)) ((eql :list-literal (car reporter)) (cons 'list (mapcar #'transpile-reporter (cdr reporter)))) ((eql :reporter-block (car reporter)) (transpile-reporter-block reporter)) + ((eql :token (car reporter)) (cadr reporter)) ((and (symbolp (car reporter)) (find (car reporter) *local-variables*)) (intern (symbol-name (car reporter)) clnl:*model-package*)) ((not (find-prim (car reporter))) (error "Couldn't find the reporter for ~S" (car reporter)))