1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/language/tree-il
Andy Wingo 4fefc3a867 (compile foo #:to 'cps)
* module/language/tree-il/compile-cps.scm: New module implementing CPS
  conversion of Tree-IL.

* module/Makefile.am:
* module/language/tree-il/spec.scm:
* module/language/cps/spec.scm: Integrate CPS in the build and language
  system.
2013-08-31 09:40:56 +02:00
..
analyze.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
canonicalize.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
compile-cps.scm (compile foo #:to 'cps) 2013-08-31 09:40:56 +02:00
compile-glil.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
cse.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
debug.scm <prompt> body and handler are lambdas; add escape-only? field 2013-07-06 20:27:21 +09:00
effects.scm <prompt> body and handler are lambdas; add escape-only? field 2013-07-06 20:27:21 +09:00
fix-letrec.scm Tree-il post-order rewriter no longer destructive 2013-06-10 22:46:08 +02:00
inline.scm separate peval and a new canonicalization pass into their own modules 2011-09-28 19:39:39 +02:00
optimize.scm Pre-order tree-il rewrites are now non-destructive 2013-06-10 22:46:08 +02:00
peval.scm Inline escape-only prompt bodies in the Tree-IL 2013-08-11 16:45:31 +02:00
primitives.scm Convert branchable primitives into binary operations only. 2013-08-24 15:18:32 +02:00
spec.scm (compile foo #:to 'cps) 2013-08-31 09:40:56 +02:00