summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterAdd a layer of indirection through tagging of closures to access debugging data.Matthias Andreas Benkard11 years
 
 
AgeCommit messageAuthorFilesLines
2013-07-30Add a layer of indirection through tagging of closures to access debugging data.HEADmasterMatthias Andreas Benkard1-4/+19
2013-07-29Capture source location information.Matthias Andreas Benkard1-34/+64
2013-07-25Move the definition of *MODE* to the top of the file.Matthias Andreas Benkard1-2/+2
2013-07-21Revert "Port to CMUCL."Matthias Andreas Benkard1-95/+38
2013-07-21Port to CMUCL.Matthias Andreas Benkard1-38/+95
2013-07-21WARN instead of ERRORing out when encountering SETQ of a constant.Matthias Andreas Benkard1-1/+1
2013-07-21SETQ, PREPARE-REF: Handle constants appropriately.Matthias Andreas Benkard1-7/+19
2013-07-21When warning about undefined variables, take global specialness into account.Matthias Andreas Benkard1-1/+2
2013-07-21LAMBDA: Give more precise descriptions of argument count errors.Matthias Andreas Benkard1-4/+4
2013-07-21Permit user-defined function names.Matthias Andreas Benkard1-2/+3
[...]
 
Clone
https://git.benkard.de/mulk/sb-eval2