Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MLKCons: Do not crash when displaying a cons whose cdr is a fixnum. | Matthias Andreas Benkard | 2008-08-17 | 1 | -2/+2 |
| | |||||
* | Implement most of the MLKForm class cluster. | Matthias Benkard | 2008-08-11 | 1 | -0/+8 |
| | |||||
* | Centralise declaration and documentation string handling. | Matthias Andreas Benkard | 2008-08-07 | 1 | -1/+45 |
| | |||||
* | Replace all occurrences of “Étoilisp” with “Toilet Lisp”. | Matthias Andreas Benkard | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, ↵ | Matthias Andreas Benkard | 2008-08-04 | 1 | -9/+9 |
| | | | | LASSIGN_COPY, and LASSIGN. | ||||
* | Denullify elements when turning an NSArray into a list. | Matthias Andreas Benkard | 2008-08-04 | 1 | -2/+2 |
| | |||||
* | Add MLKPrintToString along with a couple of fixnum handling functions. | Matthias Andreas Benkard | 2008-08-04 | 1 | -4/+4 |
| | |||||
* | MLKCons#-array: Nullify values before putting them into an NSArray. | Matthias Andreas Benkard | 2008-07-30 | 1 | -1/+2 |
| | |||||
* | MLKCons: Fix NIL printing for list tails. | Matthias Andreas Benkard | 2008-07-27 | 1 | -1/+2 |
| | |||||
* | MLKCons: Print NIL as (). | Matthias Andreas Benkard | 2008-07-27 | 1 | -2/+2 |
| | |||||
* | MLKCons: Implement -copyWithZone:. | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+8 |
| | | | | This makes the D-B macro work again, though the cause of the failure is still unknown. | ||||
* | Print quasiquoted expressions in a more legible way. | Matthias Andreas Benkard | 2008-07-26 | 1 | -4/+12 |
| | |||||
* | Make lists starting with the symbol QUOTE print nicely. | Matthias Andreas Benkard | 2008-07-03 | 1 | -1/+6 |
| | |||||
* | MLKInterpreter: Implement the %LAMBDA operator. | Matthias Andreas Benkard | 2008-06-27 | 1 | -1/+25 |
| | |||||
* | Add class MLKInterpreter. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+15 |
| | |||||
* | Add support for compilation on Mac OS X. | Matthias Benkard | 2008-06-21 | 1 | -0/+1 |
| | |||||
* | MLKCons#-descriptionForLisp: Fix a stupid typo. | Matthias Andreas Benkard | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | MLKCons, MLKSymbol: Override -descriptionForLisp. | Matthias Andreas Benkard | 2008-06-17 | 1 | -0/+21 |
| | |||||
* | Apply the GNU GPLv3 to all files. | Matthias Andreas Benkard | 2008-06-14 | 1 | -1/+16 |
| | |||||
* | Call [super init] from every initialiser of every class. | Matthias Andreas Benkard | 2008-06-14 | 1 | -0/+1 |
| | |||||
* | Override -dealloc in every class. | Matthias Andreas Benkard | 2008-06-13 | 1 | -1/+7 |
| | |||||
* | Beginnings of a Lisp compiler. | Matthias Andreas Benkard | 2008-06-10 | 1 | -0/+41 |