X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Ftranspile.lisp;h=5f943678cc0588cdd6562f1188dc43059efdd43d;hp=b50b4cdad102286c38f82ec447efd63fcc133d50;hb=76f94e0;hpb=fb6e383b5e0f5c86e4c79e0839dcbfee91b2e9fc diff --git a/src/main/transpile.lisp b/src/main/transpile.lisp index b50b4cd..5f94367 100644 --- a/src/main/transpile.lisp +++ b/src/main/transpile.lisp @@ -74,6 +74,7 @@ DESCRIPTION: *prims*)) ; We count on the parser to handle arguemnts for us, when collating things. +(defprim := :reporter cl:equalp) (defprim :ask :command clnl-nvm:ask) (defprim :crt :command clnl-nvm:create-turtles) (defprim :fd :command clnl-nvm:forward)