Lisp-2 removal (part one)
[clinton/parenscript.git] / src / package.lisp
index 4920538..4e04212 100644 (file)
       ;; function definition
       #:defun
       #:lambda
-      #:flet
       #:labels
 
       ;; lambda lists
       #:concatenate
       #:concat-string
       #:length
-      #:null
       #:defined
       #:undefined
       #:@
       #:*js-target-version*
       #:compile-script
       #:ps
+      #:ps-to-stream
       #:ps-doc
       #:ps-doc*
       #:ps*
       #:this
       #:typeof
       #:void
+      #:null
       
 
       ;; statements
       #:object
       #:variable
       #:slot-value
-      #:funcall
       #:escape
       ))
   )