summaryrefslogtreecommitdiff
path: root/libguile/expand.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-28Remove with-fluids; replaced by with-fluid* and inlined push-fluid primopsAndy Wingo1-16/+1
2011-06-02sequence of expressions -> seq of head and tailAndy Wingo1-9/+10
2011-06-02add <primcall> to tree-ilAndy Wingo1-0/+14
2011-06-02rename <application> to <call>Andy Wingo1-9/+9
2011-05-13scm_is_eq for SCM vals, not == or !=Andy Wingo1-3/+4
2010-06-17beginnings of letrec* support in the expanderAndy Wingo1-3/+4
2010-05-20primitive-eval takes expanded, not memoized, sourceAndy Wingo1-0/+1
2010-05-19fix a couple expander naming bugsAndy Wingo1-6/+6
2010-05-19separate boot expansion from memoizationAndy Wingo1-0/+346