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
...
*
MLKInterpreter: Implement the %LAMBDA operator.
Matthias Andreas Benkard
2008-06-27
12
-23
/
+267
*
Fix a crash upon looking up declarations in the lexical context.
Matthias Andreas Benkard
2008-06-25
2
-2
/
+2
*
MLKInterpreter: Implement LET.
Matthias Andreas Benkard
2008-06-25
1
-0
/
+103
*
Environment handling: Add MLKEnvironment methods for direct access to bindings.
Matthias Andreas Benkard
2008-06-25
2
-1
/
+17
*
Remove class MLKError.
Matthias Andreas Benkard
2008-06-24
6
-86
/
+11
*
Reimplement the package system.
Matthias Andreas Benkard
2008-06-24
6
-60
/
+243
*
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 d...
Matthias Andreas Benkard
2008-06-23
1
-0
/
+6
*
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 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
[prev]
[next]