index
:
mulk/toilet
master
An ANSI Common Lisp compiler using LLVM.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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 unsetting...
Matthias Andreas Benkard
2008-06-18
2
-33
/
+73
*
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 g...
Matthias Andreas Benkard
2008-06-17
6
-3
/
+96
*
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
*
MLKReadtable: Replace -isDigit: with -isDigit:base:.
Matthias Andreas Benkard
2008-06-16
3
-14
/
+21
*
Add class MLKParenReader.
Matthias Andreas Benkard
2008-06-16
6
-7
/
+127
*
Add protocol MLKFuncallable.
Matthias Andreas Benkard
2008-06-16
6
-8
/
+33
*
Add classes MLKDoubleFloat and MLKSingleFloat.
Matthias Andreas Benkard
2008-06-16
4
-5
/
+261
*
MLKFloat: Explicitly declare the contract for subclasses.
Matthias Andreas Benkard
2008-06-16
2
-2
/
+42
*
Add class MLKFloat.
Matthias Andreas Benkard
2008-06-16
5
-10
/
+160
*
Add class MLKRatio.
Matthias Andreas Benkard
2008-06-15
5
-10
/
+137
*
Move the DEFINE_GMP_OPERATION macro to util.h.
Matthias Andreas Benkard
2008-06-15
2
-15
/
+14
*
MLKInteger: Generalise the DEFINE_MPZ_OPERATION macro.
Matthias Andreas Benkard
2008-06-15
1
-16
/
+23
*
Add class MLKInteger.
Matthias Andreas Benkard
2008-06-15
5
-7
/
+135
*
MLKReader: Read numbers.
Matthias Andreas Benkard
2008-06-15
5
-1
/
+261
*
MLKReader: Properly handle single and double package markers.
Matthias Andreas Benkard
2008-06-15
1
-2
/
+12
*
MLKReader: Read symbols.
Matthias Andreas Benkard
2008-06-15
1
-1
/
+46
*
MLKReader: Add method -isPotentialNumber:readtable:.
Matthias Andreas Benkard
2008-06-15
2
-4
/
+74
*
MLKReadtable: Rename constituent trait predicates, add digit handling methods.
Matthias Andreas Benkard
2008-06-15
1
-10
/
+17
*
MLKDynamicContext, MLKEnvironment: Add -addBinding:, -boundp:, and -makunbound:.
Matthias Andreas Benkard
2008-06-15
4
-6
/
+75
*
MLKDynamicContext: Add method -addValue:forBinding:.
Matthias Andreas Benkard
2008-06-15
2
-5
/
+8
*
MLKDynamicContext, MLKEnvironment: Add -valueForBinding: and -setValue:forBin...
Matthias Andreas Benkard
2008-06-15
4
-4
/
+19
*
MLKCharacter: Add methods for character case conversion.
Matthias Andreas Benkard
2008-06-15
3
-10
/
+48
*
MLKReadtable#-copyWithZone:: Call [super init].
Matthias Andreas Benkard
2008-06-15
1
-1
/
+6
[prev]
[next]