summaryrefslogtreecommitdiff
path: root/MLKRoot.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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, SUBTRAC...Matthias Andreas Benkard2008-07-031-8/+65
* 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