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:
parent
219b6f82a2
commit
5928d16a8e
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue