Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove class MLKLispValue. | Matthias Benkard | 2008-08-11 | 1 | -2/+1 |
| | |||||
* | Replace all occurrences of “Étoilisp” with “Toilet Lisp”. | Matthias Andreas Benkard | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Reader: Add support for dispatching macro characters. | Matthias Andreas Benkard | 2008-07-31 | 1 | -5/+5 |
| | |||||
* | Make the list reader work for simple lists. | Matthias Andreas Benkard | 2008-06-19 | 1 | -0/+1 |
| | |||||
* | MLKReadtable: Add support for changing syntax types and setting and ↵ | Matthias Andreas Benkard | 2008-06-18 | 1 | -2/+36 |
| | | | | unsetting constituent traits. | ||||
* | MLKReadtable: Treat unknown characters as alphabetic constituents. | Matthias Andreas Benkard | 2008-06-18 | 1 | -0/+4 |
| | |||||
* | MLKReadtable: Implement constituent trait support. | Matthias Andreas Benkard | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | MLKReadtable: Replace -isDigit: with -isDigit:base:. | Matthias Andreas Benkard | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Add protocol MLKFuncallable. | Matthias Andreas Benkard | 2008-06-16 | 1 | -3/+3 |
| | |||||
* | MLKReader: Read numbers. | Matthias Andreas Benkard | 2008-06-15 | 1 | -0/+1 |
| | |||||
* | MLKReadtable: Rename constituent trait predicates, add digit handling methods. | Matthias Andreas Benkard | 2008-06-15 | 1 | -10/+17 |
| | |||||
* | MLKReadtable: Declare a number of new constituent trait predicates. | Matthias Andreas Benkard | 2008-06-15 | 1 | -1/+11 |
| | |||||
* | Add class MLKReadtable. | Matthias Andreas Benkard | 2008-06-14 | 1 | -2/+6 |
| | |||||
* | Add method declarations needed by the reader. | Matthias Andreas Benkard | 2008-06-14 | 1 | -1/+14 |
| | |||||
* | Implement most of the Common Lisp reader. | Matthias Andreas Benkard | 2008-06-14 | 1 | -0/+43 |