1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Tree-IL -> CPS2 -> CPS

* module/language/tree-il/spec.scm (tree-il): Compile to CPS2 instead of CPS.
This commit is contained in:
Andy Wingo 2015-05-09 11:33:17 +02:00
parent 219b6f82a2
commit 5928d16a8e

View file

@ -43,7 +43,5 @@
#:printer write-tree-il
#:parser parse-tree-il
#:joiner join
#:compilers `((cps . ,compile-cps)
(cps2 . ,compile-cps2))
#:for-humans? #f
)
#:compilers `((cps2 . ,compile-cps2))
#:for-humans? #f)