| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add macro %DEFUN. | Matthias Andreas Benkard | 2008-07-05 | 3 | -6/+10 |
* | Make symbols print nicer. | Matthias Andreas Benkard | 2008-07-03 | 1 | -6/+50 |
* | Make lists starting with the symbol QUOTE print nicely. | Matthias Andreas Benkard | 2008-07-03 | 1 | -1/+6 |
* | When printing a symbol, omit the package prefix as appropriate. | Matthias Andreas Benkard | 2008-07-03 | 1 | -1/+32 |
* | Make the loader's messages even more readable. | Matthias Andreas Benkard | 2008-07-03 | 1 | -1/+4 |
* | Implement COND, LET*, and LIST*. | Matthias Andreas Benkard | 2008-07-03 | 3 | -0/+46 |
* | Make LOAD print nicer descriptions of what it's doing. | Matthias Andreas Benkard | 2008-07-03 | 1 | -2/+10 |
* | Implement MACROEXPAND-1. | Matthias Andreas Benkard | 2008-07-03 | 2 | -0/+19 |
* | Interpreter: Improve error handling in the face of nonsensical expressions. | Matthias Andreas Benkard | 2008-07-03 | 1 | -6/+18 |
* | Reader: Add support for quoting. | Matthias Andreas Benkard | 2008-07-03 | 4 | -12/+105 |
* | Move functions nullify and denullify to util.h. | Matthias Andreas Benkard | 2008-07-03 | 4 | -38/+28 |
* | Implement LIST. | Matthias Andreas Benkard | 2008-07-03 | 2 | -0/+6 |
* | Add system functions ADD, ATOM, CONSP, DIVIDE, LISTP, MULTIPLY, NULL, SUBTRAC... | Matthias Andreas Benkard | 2008-07-03 | 2 | -8/+74 |
* | Do not build the test suite by default. | Matthias Andreas Benkard | 2008-07-02 | 1 | -2/+2 |
* | Interpreter: Implement UNWIND-PROTECT. | Matthias Andreas Benkard | 2008-07-02 | 2 | -1/+30 |
* | SETQ: Recognise symbol macros as assignment locations. | Matthias Andreas Benkard | 2008-07-02 | 2 | -1/+18 |
* | Interpreter: Implement SETQ. | Matthias Andreas Benkard | 2008-07-02 | 1 | -6/+31 |
* | Interpreter: Implement SET and %FSET. | Matthias Andreas Benkard | 2008-07-02 | 5 | -3/+55 |
* | Interpreter: Implement IF. | Matthias Andreas Benkard | 2008-07-01 | 1 | -0/+19 |
* | Implement EQ. | Matthias Andreas Benkard | 2008-07-01 | 2 | -0/+9 |
* | Implement a raw version of LOAD. | Matthias Andreas Benkard | 2008-07-01 | 7 | -7/+99 |
* | Reader: Add support for string literals. | Matthias Andreas Benkard | 2008-07-01 | 5 | -16/+111 |
* | Simplify environment inheritance. | Matthias Andreas Benkard | 2008-06-30 | 3 | -83/+15 |
* | Create environments upon binding when needed. | Matthias Andreas Benkard | 2008-06-30 | 6 | -30/+107 |
* | Add support for compiler macros to lexical contexts. | Matthias Andreas Benkard | 2008-06-28 | 4 | -2/+35 |
* | MLKInterpreter: Fix macro support. | Matthias Andreas Benkard | 2008-06-27 | 5 | -17/+35 |
* | Make symbol printing a tad less incorrect. | Matthias Andreas Benkard | 2008-06-27 | 1 | -2/+2 |
* | Add class MLKRoot. | Matthias Andreas Benkard | 2008-06-27 | 5 | -6/+197 |
* | Add debugging targets to the makefile. | Matthias Andreas Benkard | 2008-06-27 | 1 | -0/+6 |
* | MLKInterpreter: Implement the VALUES operator. | Matthias Andreas Benkard | 2008-06-27 | 2 | -0/+20 |
* | MLKInterpreter: Correctly handle multiple values. | Matthias Andreas Benkard | 2008-06-27 | 3 | -43/+76 |
* | MLKInterpreter: Fix APPLY and %LAMBDA. | Matthias Andreas Benkard | 2008-06-27 | 3 | -14/+29 |
* | MLKInterpreter: Implement the %LAMBDA operator. | Matthias Andreas Benkard | 2008-06-27 | 12 | -23/+267 |
* | Fix a crash upon looking up declarations in the lexical context. | Matthias Andreas Benkard | 2008-06-25 | 2 | -2/+2 |
* | MLKInterpreter: Implement LET. | Matthias Andreas Benkard | 2008-06-25 | 1 | -0/+103 |
* | Environment handling: Add MLKEnvironment methods for direct access to bindings. | Matthias Andreas Benkard | 2008-06-25 | 2 | -1/+17 |
* | Remove class MLKError. | Matthias Andreas Benkard | 2008-06-24 | 6 | -86/+11 |
* | Reimplement the package system. | Matthias Andreas Benkard | 2008-06-24 | 6 | -60/+243 |
* | Make the read-eval-print loop more robust in the face of exceptions. | Matthias Andreas Benkard | 2008-06-24 | 1 | -6/+17 |
* | Make the environment handling system aware of bindings as first-class values. | Matthias Andreas Benkard | 2008-06-24 | 9 | -183/+101 |
* | Add class MLKBinding. | Matthias Andreas Benkard | 2008-06-24 | 3 | -8/+136 |
* | Reader: When reading a close-paren, remove it from the stream before continuing. | Matthias Andreas Benkard | 2008-06-24 | 1 | -0/+2 |
* | Rename methods: forBinding -> forSymbol | Matthias Andreas Benkard | 2008-06-24 | 15 | -56/+56 |
* | Add file .gitignore. | Matthias Andreas Benkard | 2008-06-24 | 1 | -0/+5 |
* | Reader: Raise an exception when encountering a package marker that does not d... | Matthias Andreas Benkard | 2008-06-23 | 1 | -0/+6 |
* | Allow binding NIL in environments. | Matthias Andreas Benkard | 2008-06-23 | 2 | -3/+8 |
* | Initialise the global environment on startup. | Matthias Andreas Benkard | 2008-06-23 | 8 | -16/+78 |
* | MLKInterpreter: Support symbol macros. | Matthias Andreas Benkard | 2008-06-23 | 1 | -1/+18 |
* | REPL: Don't crash when printing NIL. | Matthias Andreas Benkard | 2008-06-22 | 1 | -2/+5 |
* | Interpreter: Fix QUOTE and empty PROGN forms. | Matthias Andreas Benkard | 2008-06-22 | 1 | -3/+3 |