summaryrefslogtreecommitdiff
path: root/MLKEnvironment.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove class MLKLispValue.Matthias Benkard2008-08-111-2/+1
|
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
|
* Remove reliance on Mac OS X 10.5 features.Matthias Andreas Benkard2008-07-061-0/+2
|
* Fix a number of compilation errors.Matthias Andreas Benkard2008-07-061-2/+5
|
* Environment handling: Add MLKEnvironment methods for direct access to bindings.Matthias Andreas Benkard2008-06-251-0/+2
|
* Make the environment handling system aware of bindings as first-class values.Matthias Andreas Benkard2008-06-241-8/+6
|
* Rename methods: forBinding -> forSymbolMatthias Andreas Benkard2008-06-241-6/+6
|
* Initialise the global environment on startup.Matthias Andreas Benkard2008-06-231-1/+2
|
* MLKDynamicContext, MLKEnvironment: Add -addBinding:, -boundp:, and -makunbound:.Matthias Andreas Benkard2008-06-151-0/+6
|
* MLKDynamicContext, MLKEnvironment: Add -valueForBinding: and ↵Matthias Andreas Benkard2008-06-151-2/+2
| | | | -setValue:forBinding:.
* MLKDynamicContext: Implement -findHandler:.Matthias Andreas Benkard2008-06-141-0/+4
|
* Apply the GNU GPLv3 to all files.Matthias Andreas Benkard2008-06-141-1/+16
|
* Override -dealloc in every class.Matthias Andreas Benkard2008-06-131-0/+2
|
* Simplify MLKEnvironment.Matthias Andreas Benkard2008-06-121-2/+7
|
* MLKEnvironment: add -initWithBindings, -initWithParent, -addBinding, and ↵Matthias Andreas Benkard2008-06-121-0/+4
| | | | -addBindings.
* Beginnings of a Lisp compiler.Matthias Andreas Benkard2008-06-101-0/+19