Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement COND, LET*, and LIST*. | Matthias Andreas Benkard | 2008-07-03 | 1 | -0/+15 |
* | MLKInterpreter: Correctly handle multiple values. | Matthias Andreas Benkard | 2008-06-27 | 1 | -11/+19 |
* | Make the read-eval-print loop more robust in the face of exceptions. | Matthias Andreas Benkard | 2008-06-24 | 1 | -6/+17 |
* | Rename methods: forBinding -> forSymbol | Matthias Andreas Benkard | 2008-06-24 | 1 | -1/+1 |
* | REPL: Don't crash when printing NIL. | Matthias Andreas Benkard | 2008-06-22 | 1 | -2/+5 |
* | Fix a number of bugs in the REPL. | Matthias Andreas Benkard | 2008-06-22 | 1 | -11/+33 |
* | REPL: Create an autorelease pool in each iteration. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+7 |
* | Add classes MLKLexicalEnvironment and MLKReadEvalPrintLoop. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+98 |