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
/
MLKReadEvalPrintLoop.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor the LLVM compiler out into its own library.
Matthias Andreas Benkard
2008-08-23
1
-0
/
+11
*
MLKReadEvalPrintLoop: Include string.h.
Matthias Andreas Benkard
2008-08-18
1
-1
/
+2
*
MLKReadEvalPrintLoop: Add debugging options.
Matthias Andreas Benkard
2008-08-18
1
-0
/
+12
*
Add REPL command :q.
Matthias Andreas Benkard
2008-08-09
1
-0
/
+3
*
Replace all occurrences of “Étoilisp” with “Toilet Lisp”.
Matthias Andreas Benkard
2008-08-05
1
-1
/
+1
*
Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, LASSIGN_CO...
Matthias Andreas Benkard
2008-08-04
1
-4
/
+4
*
Add MLKPrintToString along with a couple of fixnum handling functions.
Matthias Andreas Benkard
2008-08-04
1
-4
/
+2
*
Make MACROEXPAND-1 aware of symbol macros.
Matthias Andreas Benkard
2008-08-03
1
-2
/
+2
*
LOAD: Create an autorelease pool for each top-level form loaded.
Matthias Andreas Benkard
2008-08-03
1
-2
/
+6
*
Cosmetic improvements.
Matthias Andreas Benkard
2008-08-02
1
-2
/
+1
*
Add *SYSTEM-INITIALISED-P*.
Matthias Andreas Benkard
2008-08-02
1
-0
/
+6
*
Fix a warning when compiling on Mac OS X.
Matthias Andreas Benkard
2008-07-07
1
-1
/
+1
*
Fix more compilation errors.
Matthias Andreas Benkard
2008-07-06
1
-2
/
+0
*
Make the REPL not segfault upon errors when loading init.lisp.
Matthias Andreas Benkard
2008-07-06
1
-6
/
+16
*
Implement COND, LET*, and LIST*.
Matthias Andreas Benkard
2008-07-03
1
-0
/
+15
*
MLKInterpreter: Correctly handle multiple values.
Matthias Andreas Benkard
2008-06-27
1
-11
/
+19
*
Make the read-eval-print loop more robust in the face of exceptions.
Matthias Andreas Benkard
2008-06-24
1
-6
/
+17
*
Rename methods: forBinding -> forSymbol
Matthias Andreas Benkard
2008-06-24
1
-1
/
+1
*
REPL: Don't crash when printing NIL.
Matthias Andreas Benkard
2008-06-22
1
-2
/
+5
*
Fix a number of bugs in the REPL.
Matthias Andreas Benkard
2008-06-22
1
-11
/
+33
*
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
1
-0
/
+98