summaryrefslogtreecommitdiff
path: root/MLKInterpreter.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate MLKStream, introduce MLKBinaryStream and MLKCharacterStream.Matthias Andreas Benkard2008-08-281-2/+2
* Refactor the interpreter so as to build upon the MLKForm class cluster.Matthias Benkard2008-08-241-10/+15
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
* Add EVAL-WHEN.Matthias Andreas Benkard2008-08-031-1/+18
* Make the interpreter capable of a restricted form of minimal compilation.Matthias Andreas Benkard2008-07-261-0/+5
* Interpreter: Implement SET and %FSET.Matthias Andreas Benkard2008-07-021-2/+2
* Implement a raw version of LOAD.Matthias Andreas Benkard2008-07-011-0/+4
* MLKInterpreter: Correctly handle multiple values.Matthias Andreas Benkard2008-06-271-3/+4
* Add classes MLKLexicalEnvironment and MLKReadEvalPrintLoop.Matthias Andreas Benkard2008-06-221-2/+2
* Add class MLKInterpreter.Matthias Andreas Benkard2008-06-221-0/+30