X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Ftranspile.lisp;h=d3f96124c0a3745d39183616acb17556ee644140;hp=59356e39f1daa7af52f48e31862581851ca0026e;hb=ede7df2;hpb=c694b81209acefe5da4571fd693bc1343a972fbe diff --git a/src/main/transpile.lisp b/src/main/transpile.lisp index 59356e3..d3f9612 100644 --- a/src/main/transpile.lisp +++ b/src/main/transpile.lisp @@ -78,6 +78,10 @@ DESCRIPTION: (defsimpleprim := :reporter cl:equalp) (defprim :!= :reporter (lambda (a b) `(not (equalp ,a ,b)))) +(defsimpleprim :- :reporter cl:-) +(defsimpleprim :+ :reporter cl:+) +(defsimpleprim :* :reporter cl:*) +(defsimpleprim :/ :reporter cl:/) (defsimpleprim :ask :command clnl-nvm:ask) (defsimpleprim :crt :command clnl-nvm:create-turtles) (defsimpleprim :fd :command clnl-nvm:forward)