index
:
mulk/sb-eval2
master
Minimally compiling evaluator for Steel Bank Common Lisp.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Add a layer of indirection through tagging of closures to access debugging data.
Matthias Andreas Benkard
11 years
Age
Commit message
Author
Files
Lines
2013-07-30
Add a layer of indirection through tagging of closures to access debugging data.
HEAD
master
Matthias Andreas Benkard
1
-4
/
+19
2013-07-29
Capture source location information.
Matthias Andreas Benkard
1
-34
/
+64
2013-07-25
Move the definition of *MODE* to the top of the file.
Matthias Andreas Benkard
1
-2
/
+2
2013-07-21
Revert "Port to CMUCL."
Matthias Andreas Benkard
1
-95
/
+38
2013-07-21
Port to CMUCL.
Matthias Andreas Benkard
1
-38
/
+95
2013-07-21
WARN instead of ERRORing out when encountering SETQ of a constant.
Matthias Andreas Benkard
1
-1
/
+1
2013-07-21
SETQ, PREPARE-REF: Handle constants appropriately.
Matthias Andreas Benkard
1
-7
/
+19
2013-07-21
When warning about undefined variables, take global specialness into account.
Matthias Andreas Benkard
1
-1
/
+2
2013-07-21
LAMBDA: Give more precise descriptions of argument count errors.
Matthias Andreas Benkard
1
-4
/
+4
2013-07-21
Permit user-defined function names.
Matthias Andreas Benkard
1
-2
/
+3
[...]
Clone
https://git.benkard.de/mulk/sb-eval2