Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a number of compilation errors. | Matthias Andreas Benkard | 2008-07-06 | 1 | -1/+2 |
* | Make the loader's messages even more readable. | Matthias Andreas Benkard | 2008-07-03 | 1 | -1/+4 |
* | Make LOAD print nicer descriptions of what it's doing. | Matthias Andreas Benkard | 2008-07-03 | 1 | -2/+10 |
* | Interpreter: Improve error handling in the face of nonsensical expressions. | Matthias Andreas Benkard | 2008-07-03 | 1 | -6/+18 |
* | Move functions nullify and denullify to util.h. | Matthias Andreas Benkard | 2008-07-03 | 1 | -17/+1 |
* | Interpreter: Implement UNWIND-PROTECT. | Matthias Andreas Benkard | 2008-07-02 | 1 | -1/+29 |
* | SETQ: Recognise symbol macros as assignment locations. | Matthias Andreas Benkard | 2008-07-02 | 1 | -1/+17 |
* | Interpreter: Implement SETQ. | Matthias Andreas Benkard | 2008-07-02 | 1 | -6/+31 |
* | Interpreter: Implement SET and %FSET. | Matthias Andreas Benkard | 2008-07-02 | 1 | -0/+42 |
* | Interpreter: Implement IF. | Matthias Andreas Benkard | 2008-07-01 | 1 | -0/+19 |
* | Implement a raw version of LOAD. | Matthias Andreas Benkard | 2008-07-01 | 1 | -0/+38 |
* | Create environments upon binding when needed. | Matthias Andreas Benkard | 2008-06-30 | 1 | -5/+9 |
* | Add support for compiler macros to lexical contexts. | Matthias Andreas Benkard | 2008-06-28 | 1 | -1/+2 |
* | MLKInterpreter: Fix macro support. | Matthias Andreas Benkard | 2008-06-27 | 1 | -3/+6 |
* | Add class MLKRoot. | Matthias Andreas Benkard | 2008-06-27 | 1 | -4/+28 |
* | MLKInterpreter: Implement the VALUES operator. | Matthias Andreas Benkard | 2008-06-27 | 1 | -0/+18 |
* | MLKInterpreter: Correctly handle multiple values. | Matthias Andreas Benkard | 2008-06-27 | 1 | -29/+53 |
* | MLKInterpreter: Fix APPLY and %LAMBDA. | Matthias Andreas Benkard | 2008-06-27 | 1 | -5/+9 |
* | MLKInterpreter: Implement the %LAMBDA operator. | Matthias Andreas Benkard | 2008-06-27 | 1 | -0/+36 |
* | Fix a crash upon looking up declarations in the lexical context. | Matthias Andreas Benkard | 2008-06-25 | 1 | -1/+1 |
* | MLKInterpreter: Implement LET. | Matthias Andreas Benkard | 2008-06-25 | 1 | -0/+103 |
* | Rename methods: forBinding -> forSymbol | Matthias Andreas Benkard | 2008-06-24 | 1 | -1/+1 |
* | Allow binding NIL in environments. | Matthias Andreas Benkard | 2008-06-23 | 1 | -0/+2 |
* | Initialise the global environment on startup. | Matthias Andreas Benkard | 2008-06-23 | 1 | -0/+3 |
* | MLKInterpreter: Support symbol macros. | Matthias Andreas Benkard | 2008-06-23 | 1 | -1/+18 |
* | Interpreter: Fix QUOTE and empty PROGN forms. | Matthias Andreas Benkard | 2008-06-22 | 1 | -3/+3 |
* | MLKInterpreter: Support QUOTE. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+13 |
* | Add classes MLKLexicalEnvironment and MLKReadEvalPrintLoop. | Matthias Andreas Benkard | 2008-06-22 | 1 | -8/+36 |
* | Add class MLKInterpreter. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+146 |