summaryrefslogtreecommitdiff
path: root/MLKRoot.m
Commit message (Collapse)AuthorAgeFilesLines
* Reader: Support quasiquotation.Matthias Andreas Benkard2008-07-261-2/+4
|
* Add OBJC-CLASS-OF, OBJC-SUBCLASSP, FIND-OBJC-CLASS, and NS-LOG.Matthias Andreas Benkard2008-07-261-0/+23
|
* Replace SET-CAR and SET-CDR with RPLACA and RPLACD.Matthias Andreas Benkard2008-07-081-6/+8
|
* Implement IMPORT, INTERN, and MAKE-SYMBOL.Matthias Andreas Benkard2008-07-081-0/+35
|
* Implement GENSYM.Matthias Andreas Benkard2008-07-071-0/+47
|
* Add class MLKNumber, unify arithmetic interface.Matthias Benkard2008-07-061-4/+5
|
* Implement STRING and FIND-PACKAGE.Matthias Andreas Benkard2008-07-061-12/+25
|
* Use NS_VALUERETURN properly.Matthias Andreas Benkard2008-07-061-3/+9
|
* Implement EXPORT, SHADOW, and UNEXPORT.Matthias Andreas Benkard2008-07-061-0/+78
|
* Implement MACROEXPAND-1.Matthias Andreas Benkard2008-07-031-0/+18
|
* Move functions nullify and denullify to util.h.Matthias Andreas Benkard2008-07-031-17/+1
|
* Implement LIST.Matthias Andreas Benkard2008-07-031-0/+5
|
* Add system functions ADD, ATOM, CONSP, DIVIDE, LISTP, MULTIPLY, NULL, ↵Matthias Andreas Benkard2008-07-031-8/+65
| | | | SUBTRACT, and SYMBOLP.
* Implement EQ.Matthias Andreas Benkard2008-07-011-0/+8
|
* Implement a raw version of LOAD.Matthias Andreas Benkard2008-07-011-0/+27
|
* Add class MLKRoot.Matthias Andreas Benkard2008-06-271-0/+131