Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Matthias Andreas Benkard | 2008-06-23 | 1 | -0/+6 |
| | | | | designate an existing package. | ||||
* | 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 |
| | |||||
* | MLKInterpreter: Support QUOTE. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+13 |
| | |||||
* | MLKLexicalContext: Add support for symbol macros. | Matthias Andreas Benkard | 2008-06-22 | 2 | -0/+14 |
| | |||||
* | Improve error reporting in the reader. | Matthias Andreas Benkard | 2008-06-22 | 7 | -5/+30 |
| | |||||
* | Add a -descriptionForLisp method to all number classes. | Matthias Andreas Benkard | 2008-06-22 | 7 | -0/+31 |
| | |||||
* | Fix a number of bugs in the REPL. | Matthias Andreas Benkard | 2008-06-22 | 1 | -11/+33 |
| | |||||
* | Add class MLKLexicalContext. | Matthias Andreas Benkard | 2008-06-22 | 3 | -11/+231 |
| | |||||
* | Fix a stupid typo. | Matthias Andreas Benkard | 2008-06-22 | 2 | -3/+3 |
| | |||||
* | REPL: Create an autorelease pool in each iteration. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+7 |
| | |||||
* | Add classes MLKLexicalEnvironment and MLKReadEvalPrintLoop. | Matthias Andreas Benkard | 2008-06-22 | 8 | -18/+368 |
| | |||||
* | Add class MLKInterpreter. | Matthias Andreas Benkard | 2008-06-22 | 8 | -4/+270 |
| | |||||
* | Add support for compilation on Mac OS X. | Matthias Benkard | 2008-06-21 | 24 | -1/+47 |
| | |||||
* | Make the list reader work for simple lists. | Matthias Andreas Benkard | 2008-06-19 | 6 | -17/+55 |
| | |||||
* | Fix escaped symbol reading. | Matthias Andreas Benkard | 2008-06-19 | 3 | -6/+38 |
| | |||||
* | MLKLowLevelTests: Add -testTokens. | Matthias Andreas Benkard | 2008-06-19 | 1 | -0/+57 |
| | |||||
* | Fix the reader's token recognition code. | Matthias Andreas Benkard | 2008-06-19 | 4 | -3/+23 |
| | |||||
* | Fix symbol reading. | Matthias Andreas Benkard | 2008-06-19 | 3 | -3/+11 |
| | |||||
* | Fix number parsing. | Matthias Andreas Benkard | 2008-06-19 | 6 | -11/+76 |
| | |||||
* | MLKLowLevelTests: Add -testInitialReadtable. | Matthias Andreas Benkard | 2008-06-19 | 2 | -4/+24 |
| | |||||
* | MLKDynamicContext: Minor improvements. | Matthias Andreas Benkard | 2008-06-19 | 1 | -7/+10 |
| | |||||
* | MLKDynamicContext#-initialize: Build the initial readtable. | Matthias Andreas Benkard | 2008-06-18 | 1 | -0/+102 |
| | |||||
* | MLKReadtable: Add support for changing syntax types and setting and ↵ | Matthias Andreas Benkard | 2008-06-18 | 2 | -33/+73 |
| | | | | unsetting constituent traits. | ||||
* | MLKReadtable: Treat unknown characters as alphabetic constituents. | Matthias Andreas Benkard | 2008-06-18 | 2 | -26/+52 |
| | |||||
* | MLKSymbol: Override -hash. | Matthias Andreas Benkard | 2008-06-18 | 2 | -1/+13 |
| | |||||
* | MLKEnvironment#-valueForBinding:: Don't initiate an infinite loop. | Matthias Andreas Benkard | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | MLKEnvironment: Store [NSNull null] instead of nil. | Matthias Andreas Benkard | 2008-06-18 | 1 | -0/+2 |
| | |||||
* | MLKDynamicContext#+initialize: Fix various sources of crashes. | Matthias Andreas Benkard | 2008-06-17 | 6 | -26/+78 |
| | |||||
* | MLKDynamicContext#+initialize: Initialise the package system and set up the ↵ | Matthias Andreas Benkard | 2008-06-17 | 6 | -3/+96 |
| | | | | global dynamic context. | ||||
* | MLKDynamicContext: Introduce a global fallback context. | Matthias Andreas Benkard | 2008-06-17 | 2 | -4/+28 |
| | |||||
* | MLKReadtable: Stylistic improvements. | Matthias Andreas Benkard | 2008-06-17 | 1 | -33/+18 |
| | |||||
* | MLKReadtable: Implement constituent trait support. | Matthias Andreas Benkard | 2008-06-17 | 2 | -0/+65 |
| | |||||
* | Add category NSString(MLKPrinting). | Matthias Andreas Benkard | 2008-06-17 | 3 | -1/+59 |
| | |||||
* | GNUmakefile: Minor improvements. | Matthias Andreas Benkard | 2008-06-17 | 1 | -2/+6 |
| | |||||
* | MLKCons#-descriptionForLisp: Fix a stupid typo. | Matthias Andreas Benkard | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | MLKStream#-readChar: Do something sane. | Matthias Andreas Benkard | 2008-06-17 | 1 | -5/+16 |
| | |||||
* | Build the system as a framework, include the StepTalk Shell for quick testing. | Matthias Andreas Benkard | 2008-06-17 | 36 | -15/+3392 |
| | |||||
* | MLKCons, MLKSymbol: Override -descriptionForLisp. | Matthias Andreas Benkard | 2008-06-17 | 4 | -0/+36 |
| | |||||
* | Add class MLKStringInputStream. | Matthias Andreas Benkard | 2008-06-17 | 3 | -1/+70 |
| | |||||
* | Add category NSObject(MLKPrinting). | Matthias Andreas Benkard | 2008-06-17 | 3 | -1/+54 |
| |