summaryrefslogtreecommitdiff
path: root/MLKInterpretedClosure.m
Commit message (Collapse)AuthorAgeFilesLines
* MLKInterpretedClosure: Handle null argument lists correctly.Matthias Andreas Benkard2008-08-241-1/+1
|
* MLKInterpretedClosure: Adapt to the new interpreter.Matthias Benkard2008-08-241-28/+10
|
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
|
* MLKInterpretedClosure: Fix deallocation.Matthias Andreas Benkard2008-08-051-1/+1
|
* Implement MLKInterpretedClosure#-dealloc.Matthias Andreas Benkard2008-08-051-0/+9
|
* Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, ↵Matthias Andreas Benkard2008-08-041-4/+4
| | | | LASSIGN_COPY, and LASSIGN.
* Add MLKPrintToString along with a couple of fixnum handling functions.Matthias Andreas Benkard2008-08-041-1/+1
|
* Make functions accept empty argument lists.Matthias Andreas Benkard2008-07-311-1/+2
|
* Add support for compiler macros to lexical contexts.Matthias Andreas Benkard2008-06-281-0/+1
|
* MLKInterpreter: Fix APPLY and %LAMBDA.Matthias Andreas Benkard2008-06-271-5/+16
|
* MLKInterpreter: Implement the %LAMBDA operator.Matthias Andreas Benkard2008-06-271-0/+75