1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00
guile/module/language/tree-il
Andy Wingo 6fc3eae477 sequence of expressions -> seq of head and tail
* libguile/expand.h:
* module/language/tree-il.scm: Rename "sequence" to "seq", and instead
  of taking a list of expressions, take a head and a tail.

* module/language/tree-il/analyze.scm:
* module/language/tree-il/compile-glil.scm:
* module/language/tree-il/fix-letrec.scm:
* module/language/tree-il/spec.scm:
* module/language/elisp/compile-tree-il.scm:
* module/ice-9/psyntax.scm:
* module/ice-9/psyntax-pp.scm:
* module/ice-9/eval.scm:
* libguile/memoize.h:
* libguile/memoize.c:
* libguile/expand.c:
* libguile/eval.c: Adapt to the new seq format.
2011-06-02 19:13:32 +02:00
..
analyze.scm sequence of expressions -> seq of head and tail 2011-06-02 19:13:32 +02:00
compile-glil.scm sequence of expressions -> seq of head and tail 2011-06-02 19:13:32 +02:00
fix-letrec.scm sequence of expressions -> seq of head and tail 2011-06-02 19:13:32 +02:00
inline.scm add <primcall> to tree-il 2011-06-02 17:45:58 +02:00
optimize.scm compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
primitives.scm add <primcall> to tree-il 2011-06-02 17:45:58 +02:00
spec.scm sequence of expressions -> seq of head and tail 2011-06-02 19:13:32 +02:00