summaryrefslogtreecommitdiff
path: root/util.lisp
Commit message (Expand)AuthorAgeFilesLines
* Define T and NIL as global variables.Matthias Andreas Benkard2008-08-181-0/+3
* Replace special operator %DEFMACRO with intrinsic function %MACROSET.Matthias Andreas Benkard2008-08-181-0/+11
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
* Add support for fixnums.Matthias Andreas Benkard2008-08-041-1/+1
* Reimplement SYS::QUASIQUOTE.Matthias Andreas Benkard2008-07-311-8/+32
* Apply the GPLv3 to all files.Matthias Andreas Benkard2008-07-311-0/+20
* TYPEP: Treat NIL as an atom, not as a cons.Matthias Andreas Benkard2008-07-301-1/+18
* Improve TYPEP performance.Matthias Andreas Benkard2008-07-301-1/+5
* In all Lisp source files, put EXPORT lists on top.Matthias Andreas Benkard2008-07-281-3/+10
* D-B: Fix &OPTIONAL handling.Matthias Andreas Benkard2008-07-271-8/+7
* Make the interpreter capable of a restricted form of minimal compilation.Matthias Andreas Benkard2008-07-261-1/+1
* Add a prototype of DESTRUCTURING-BIND.Matthias Andreas Benkard2008-07-261-0/+3
* Add APPEND and REVERSE.Matthias Andreas Benkard2008-07-261-26/+49
* Reader: Support quasiquotation.Matthias Andreas Benkard2008-07-261-0/+37
* Add AND, CASE, %DEFUN*, %MEMBER, and OR.Matthias Andreas Benkard2008-07-261-8/+55
* Add macro %DEFMACRO*, a simple wrapper around %DEFMACRO.Matthias Andreas Benkard2008-07-261-0/+85
* Add macro %DEFUN.Matthias Andreas Benkard2008-07-051-0/+4