X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fparse.lisp;h=40be292d3d97fe2ab18955627409aaac2cfe35d8;hp=ced547033adca3e2fad87af25cd83cbbb9693e75;hb=c5613b87ab91b845b628d9201ad053da92912838;hpb=a4cc3c4533c1745362078c607e34e3448ac4feb4 diff --git a/src/main/parse.lisp b/src/main/parse.lisp index ced5470..40be292 100644 --- a/src/main/parse.lisp +++ b/src/main/parse.lisp @@ -57,4 +57,8 @@ *prims*)) ; This list of prims will get combined with the mapping to actual code later +; Current list of argument types we accept: +; - :number +; - t - any type (defprim :crt (:number)) +(defprim :show (t))