mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +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:
parent
219b6f82a2
commit
5928d16a8e
1 changed files with 2 additions and 4 deletions
|
@ -43,7 +43,5 @@
|
||||||
#:printer write-tree-il
|
#:printer write-tree-il
|
||||||
#:parser parse-tree-il
|
#:parser parse-tree-il
|
||||||
#:joiner join
|
#:joiner join
|
||||||
#:compilers `((cps . ,compile-cps)
|
#:compilers `((cps2 . ,compile-cps2))
|
||||||
(cps2 . ,compile-cps2))
|
#:for-humans? #f)
|
||||||
#:for-humans? #f
|
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue