index
:
mulk/toilet
master
An ANSI Common Lisp compiler using LLVM.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MLKEnvironment.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Environment handling: Add MLKEnvironment methods for direct access to bindings.
Matthias Andreas Benkard
2008-06-25
1
-1
/
+15
*
Make the environment handling system aware of bindings as first-class values.
Matthias Andreas Benkard
2008-06-24
1
-64
/
+64
*
Rename methods: forBinding -> forSymbol
Matthias Andreas Benkard
2008-06-24
1
-9
/
+9
*
Allow binding NIL in environments.
Matthias Andreas Benkard
2008-06-23
1
-3
/
+6
*
Initialise the global environment on startup.
Matthias Andreas Benkard
2008-06-23
1
-0
/
+9
*
Add support for compilation on Mac OS X.
Matthias Benkard
2008-06-21
1
-0
/
+1
*
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, MLKEnvironment: Add -addBinding:, -boundp:, and -makunbound:.
Matthias Andreas Benkard
2008-06-15
1
-6
/
+49
*
MLKDynamicContext, MLKEnvironment: Add -valueForBinding: and -setValue:forBin...
Matthias Andreas Benkard
2008-06-15
1
-2
/
+2
*
MLKDynamicContext: Implement -findHandler:.
Matthias Andreas Benkard
2008-06-14
1
-1
/
+16
*
Apply the GNU GPLv3 to all files.
Matthias Andreas Benkard
2008-06-14
1
-1
/
+16
*
Call [super init] from every initialiser of every class.
Matthias Andreas Benkard
2008-06-14
1
-0
/
+1
*
Override -dealloc in every class.
Matthias Andreas Benkard
2008-06-13
1
-0
/
+7
*
Simplify MLKEnvironment.
Matthias Andreas Benkard
2008-06-12
1
-42
/
+34
*
MLKEnvironment: add -initWithBindings, -initWithParent, -addBinding, and -add...
Matthias Andreas Benkard
2008-06-12
1
-2
/
+31
*
Beginnings of a Lisp compiler.
Matthias Andreas Benkard
2008-06-10
1
-0
/
+61