X-Git-Url: http://git.hcoop.net/clinton/parenscript.git/blobdiff_plain/e8fdcce782ec8e421ea47c7da2b8670898be170d..170ee9ab90690ebe89cade2bae25ecbdf7472c11:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index b078cba..ac0280d 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -92,7 +92,7 @@ #:do* #:dotimes #:dolist - #:doeach + #:loop ;; with #:with @@ -183,8 +183,28 @@ #:concat-string #:length #:null + #:defined + #:undefined #:@ - + #:with-lambda + #:stringp + #:numberp + #:functionp + #:objectp + #:memoize + #:append + #:apply + #:destructuring-bind + + ;; DOM accessing utils + #:inner-html + #:uri-encode + #:attribute + #:offset + #:scroll + #:inner + #:client + ;; js runtime utils #:*ps-lisp-library* #:mapcar @@ -250,6 +270,31 @@ #:if #:unary-operator #:-- + #:! + #:block + #:literal + #:break + #:continue + #:return + #:throw + #:array + #:aref + #:++ + #:+= + #:operator + #:-= + #:- + #:= + #:cond + #:lambda + #:object + #:variable + #:slot-value + #:new + #:funcall + #:instanceof + #:in + #:escape )) )