summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.h
Commit message (Expand)AuthorAgeFilesLines
* Add declaration manipulation support to MLKLexicalContext.Matthias Andreas Benkard2008-08-031-0/+3
* Add support for compiler macros to lexical contexts.Matthias Andreas Benkard2008-06-281-0/+8
* MLKInterpreter: Fix macro support.Matthias Andreas Benkard2008-06-271-4/+6
* MLKInterpreter: Implement the %LAMBDA operator.Matthias Andreas Benkard2008-06-271-3/+13
* Make the environment handling system aware of bindings as first-class values.Matthias Andreas Benkard2008-06-241-5/+7
* Initialise the global environment on startup.Matthias Andreas Benkard2008-06-231-1/+4
* MLKLexicalContext: Add support for symbol macros.Matthias Andreas Benkard2008-06-221-0/+2
* Add class MLKLexicalContext.Matthias Andreas Benkard2008-06-221-7/+17
* Add classes MLKLexicalEnvironment and MLKReadEvalPrintLoop.Matthias Andreas Benkard2008-06-221-0/+3
* Add class MLKInterpreter.Matthias Andreas Benkard2008-06-221-0/+54