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
/
MLKLexicalContext.m
Commit message (
Collapse
)
Author
Age
Files
Lines
*
MLKLexicalContext#-functionIsInline: When in doubt, return NO.
Matthias Andreas Benkard
2008-08-24
1
-0
/
+2
|
*
MLKLexicalContext: Support NIL as a variable and function name.
Matthias Benkard
2008-08-24
1
-10
/
+10
|
*
MLKLexicalContext: Add -functionIsInline:.
Matthias Benkard
2008-08-24
1
-11
/
+24
|
*
LLVM compiler: Implement dynamic variable access.
Matthias Andreas Benkard
2008-08-18
1
-7
/
+32
|
*
MLKLexicalContext: Declare malloc(3) by including stdlib.h.
Matthias Andreas Benkard
2008-08-17
1
-0
/
+2
|
*
%FSET, %FSETQ: Set global function bindings in a way that compiled code can ↵
Matthias Andreas Benkard
2008-08-16
1
-0
/
+57
|
|
|
|
understand.
*
MLKLexicalContext: Add management of user-defined function and variable ↵
Matthias Andreas Benkard
2008-08-12
1
-0
/
+75
|
|
|
|
properties.
*
Replace all occurrences of “Étoilisp” with “Toilet Lisp”.
Matthias Andreas Benkard
2008-08-05
1
-1
/
+1
|
*
Remove MLKLinkedList.
Matthias Benkard
2008-08-04
1
-1
/
+0
|
*
Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, ↵
Matthias Andreas Benkard
2008-08-04
1
-19
/
+20
|
|
|
|
LASSIGN_COPY, and LASSIGN.
*
Add declaration manipulation support to MLKLexicalContext.
Matthias Andreas Benkard
2008-08-03
1
-0
/
+12
|
*
Simplify environment inheritance.
Matthias Andreas Benkard
2008-06-30
1
-30
/
+5
|
*
Create environments upon binding when needed.
Matthias Andreas Benkard
2008-06-30
1
-23
/
+56
|
*
Add support for compiler macros to lexical contexts.
Matthias Andreas Benkard
2008-06-28
1
-1
/
+24
|
*
MLKInterpreter: Fix macro support.
Matthias Andreas Benkard
2008-06-27
1
-8
/
+17
|
*
MLKInterpreter: Implement the %LAMBDA operator.
Matthias Andreas Benkard
2008-06-27
1
-2
/
+25
|
*
Fix a crash upon looking up declarations in the lexical context.
Matthias Andreas Benkard
2008-06-25
1
-1
/
+1
|
*
Reimplement the package system.
Matthias Andreas Benkard
2008-06-24
1
-1
/
+0
|
*
Make the environment handling system aware of bindings as first-class values.
Matthias Andreas Benkard
2008-06-24
1
-27
/
+19
|
*
Rename methods: forBinding -> forSymbol
Matthias Andreas Benkard
2008-06-24
1
-5
/
+5
|
*
Initialise the global environment on startup.
Matthias Andreas Benkard
2008-06-23
1
-12
/
+27
|
*
MLKLexicalContext: Add support for symbol macros.
Matthias Andreas Benkard
2008-06-22
1
-0
/
+12
|
*
Add class MLKLexicalContext.
Matthias Andreas Benkard
2008-06-22
1
-0
/
+210