Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MLKLexicalContext: Add management of user-defined function and variable ↵ | Matthias Andreas Benkard | 2008-08-12 | 1 | -0/+75 |
| | | | | properties. | ||||
* | Replace all occurrences of “Étoilisp” with “Toilet Lisp”. | Matthias Andreas Benkard | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Remove MLKLinkedList. | Matthias Benkard | 2008-08-04 | 1 | -1/+0 |
| | |||||
* | Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, ↵ | Matthias Andreas Benkard | 2008-08-04 | 1 | -19/+20 |
| | | | | LASSIGN_COPY, and LASSIGN. | ||||
* | Add declaration manipulation support to MLKLexicalContext. | Matthias Andreas Benkard | 2008-08-03 | 1 | -0/+12 |
| | |||||
* | Simplify environment inheritance. | Matthias Andreas Benkard | 2008-06-30 | 1 | -30/+5 |
| | |||||
* | Create environments upon binding when needed. | Matthias Andreas Benkard | 2008-06-30 | 1 | -23/+56 |
| | |||||
* | Add support for compiler macros to lexical contexts. | Matthias Andreas Benkard | 2008-06-28 | 1 | -1/+24 |
| | |||||
* | MLKInterpreter: Fix macro support. | Matthias Andreas Benkard | 2008-06-27 | 1 | -8/+17 |
| | |||||
* | MLKInterpreter: Implement the %LAMBDA operator. | Matthias Andreas Benkard | 2008-06-27 | 1 | -2/+25 |
| | |||||
* | Fix a crash upon looking up declarations in the lexical context. | Matthias Andreas Benkard | 2008-06-25 | 1 | -1/+1 |
| | |||||
* | Reimplement the package system. | Matthias Andreas Benkard | 2008-06-24 | 1 | -1/+0 |
| | |||||
* | Make the environment handling system aware of bindings as first-class values. | Matthias Andreas Benkard | 2008-06-24 | 1 | -27/+19 |
| | |||||
* | Rename methods: forBinding -> forSymbol | Matthias Andreas Benkard | 2008-06-24 | 1 | -5/+5 |
| | |||||
* | Initialise the global environment on startup. | Matthias Andreas Benkard | 2008-06-23 | 1 | -12/+27 |
| | |||||
* | MLKLexicalContext: Add support for symbol macros. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+12 |
| | |||||
* | Add class MLKLexicalContext. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+210 |