summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MLKSymbol: Override -hash.Matthias Andreas Benkard2008-06-182-1/+13
|
* MLKEnvironment#-valueForBinding:: Don't initiate an infinite loop.Matthias Andreas Benkard2008-06-181-1/+1
|
* MLKEnvironment: Store [NSNull null] instead of nil.Matthias Andreas Benkard2008-06-181-0/+2
|
* MLKDynamicContext#+initialize: Fix various sources of crashes.Matthias Andreas Benkard2008-06-176-26/+78
|
* MLKDynamicContext#+initialize: Initialise the package system and set up the ↵Matthias Andreas Benkard2008-06-176-3/+96
| | | | global dynamic context.
* MLKDynamicContext: Introduce a global fallback context.Matthias Andreas Benkard2008-06-172-4/+28
|
* MLKReadtable: Stylistic improvements.Matthias Andreas Benkard2008-06-171-33/+18
|
* MLKReadtable: Implement constituent trait support.Matthias Andreas Benkard2008-06-172-0/+65
|
* Add category NSString(MLKPrinting).Matthias Andreas Benkard2008-06-173-1/+59
|
* GNUmakefile: Minor improvements.Matthias Andreas Benkard2008-06-171-2/+6
|
* MLKCons#-descriptionForLisp: Fix a stupid typo.Matthias Andreas Benkard2008-06-171-1/+1
|
* MLKStream#-readChar: Do something sane.Matthias Andreas Benkard2008-06-171-5/+16
|
* Build the system as a framework, include the StepTalk Shell for quick testing.Matthias Andreas Benkard2008-06-1736-15/+3392
|
* MLKCons, MLKSymbol: Override -descriptionForLisp.Matthias Andreas Benkard2008-06-174-0/+36
|
* Add class MLKStringInputStream.Matthias Andreas Benkard2008-06-173-1/+70
|
* Add category NSObject(MLKPrinting).Matthias Andreas Benkard2008-06-173-1/+54
|
* MLKReadtable: Replace -isDigit: with -isDigit:base:.Matthias Andreas Benkard2008-06-163-14/+21
|
* Add class MLKParenReader.Matthias Andreas Benkard2008-06-166-7/+127
|
* Add protocol MLKFuncallable.Matthias Andreas Benkard2008-06-166-8/+33
|
* Add classes MLKDoubleFloat and MLKSingleFloat.Matthias Andreas Benkard2008-06-164-5/+261
|
* MLKFloat: Explicitly declare the contract for subclasses.Matthias Andreas Benkard2008-06-162-2/+42
|
* Add class MLKFloat.Matthias Andreas Benkard2008-06-165-10/+160
|
* Add class MLKRatio.Matthias Andreas Benkard2008-06-155-10/+137
|
* Move the DEFINE_GMP_OPERATION macro to util.h.Matthias Andreas Benkard2008-06-152-15/+14
|
* MLKInteger: Generalise the DEFINE_MPZ_OPERATION macro.Matthias Andreas Benkard2008-06-151-16/+23
|
* Add class MLKInteger.Matthias Andreas Benkard2008-06-155-7/+135
|
* MLKReader: Read numbers.Matthias Andreas Benkard2008-06-155-1/+261
|
* MLKReader: Properly handle single and double package markers.Matthias Andreas Benkard2008-06-151-2/+12
|
* MLKReader: Read symbols.Matthias Andreas Benkard2008-06-151-1/+46
|
* MLKReader: Add method -isPotentialNumber:readtable:.Matthias Andreas Benkard2008-06-152-4/+74
|
* MLKReadtable: Rename constituent trait predicates, add digit handling methods.Matthias Andreas Benkard2008-06-151-10/+17
|
* MLKDynamicContext, MLKEnvironment: Add -addBinding:, -boundp:, and -makunbound:.Matthias Andreas Benkard2008-06-154-6/+75
|
* MLKDynamicContext: Add method -addValue:forBinding:.Matthias Andreas Benkard2008-06-152-5/+8
|
* MLKDynamicContext, MLKEnvironment: Add -valueForBinding: and ↵Matthias Andreas Benkard2008-06-154-4/+19
| | | | -setValue:forBinding:.
* MLKCharacter: Add methods for character case conversion.Matthias Andreas Benkard2008-06-153-10/+48
|
* MLKReadtable#-copyWithZone:: Call [super init].Matthias Andreas Benkard2008-06-151-1/+6
|
* MLKReadtable: Declare a number of new constituent trait predicates.Matthias Andreas Benkard2008-06-152-6/+11
|
* MLKReader: Properly handle invalid constituent characters.Matthias Andreas Benkard2008-06-151-6/+5
|
* MLKStream#-readChar: Properly reread unread characters.Matthias Andreas Benkard2008-06-151-0/+9
|
* Add class MLKReadtable.Matthias Andreas Benkard2008-06-143-4/+144
|
* Add class MLKPackage.Matthias Andreas Benkard2008-06-143-14/+153
|
* Add class MLKCharacter.Matthias Andreas Benkard2008-06-143-5/+40
|
* Add classes MLKError and MLKStream.Matthias Andreas Benkard2008-06-146-5/+223
|
* MLKReaderError: Make compile.Matthias Andreas Benkard2008-06-143-3/+4
|
* MLKDynamicContext: Implement -findHandler:.Matthias Andreas Benkard2008-06-144-15/+75
|
* Add method declarations needed by the reader.Matthias Andreas Benkard2008-06-147-3/+116
|
* Implement most of the Common Lisp reader.Matthias Andreas Benkard2008-06-1410-3/+443
|
* JOURNAL: Stylistic improvements.Matthias Andreas Benkard2008-06-141-2/+2
|
* Add a development journal.Matthias Andreas Benkard2008-06-141-0/+73
|
* Apply the GNU GPLv3 to all files.Matthias Andreas Benkard2008-06-1418-16/+934
|