summaryrefslogtreecommitdiff
path: root/MLKReadEvalPrintLoop.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix a warning when compiling on Mac OS X.Matthias Andreas Benkard2008-07-071-1/+1
|
* Fix more compilation errors.Matthias Andreas Benkard2008-07-061-2/+0
|
* Make the REPL not segfault upon errors when loading init.lisp.Matthias Andreas Benkard2008-07-061-6/+16
|
* Implement COND, LET*, and LIST*.Matthias Andreas Benkard2008-07-031-0/+15
|
* MLKInterpreter: Correctly handle multiple values.Matthias Andreas Benkard2008-06-271-11/+19
|
* Make the read-eval-print loop more robust in the face of exceptions.Matthias Andreas Benkard2008-06-241-6/+17
|
* Rename methods: forBinding -> forSymbolMatthias Andreas Benkard2008-06-241-1/+1
|
* REPL: Don't crash when printing NIL.Matthias Andreas Benkard2008-06-221-2/+5
|
* Fix a number of bugs in the REPL.Matthias Andreas Benkard2008-06-221-11/+33
|
* REPL: Create an autorelease pool in each iteration.Matthias Andreas Benkard2008-06-221-0/+7
|
* Add classes MLKLexicalEnvironment and MLKReadEvalPrintLoop.Matthias Andreas Benkard2008-06-221-0/+98