guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/07: Tree-IL -> CPS2 -> CPS


From: Andy Wingo
Subject: [Guile-commits] 04/07: Tree-IL -> CPS2 -> CPS
Date: Mon, 11 May 2015 20:46:11 +0000

wingo pushed a commit to branch master
in repository guile.

commit 5928d16a8e8b0d7a2ed43373e934d888cb207c2f
Author: Andy Wingo <address@hidden>
Date:   Sat May 9 11:33:17 2015 +0200

    Tree-IL -> CPS2 -> CPS
    
    * module/language/tree-il/spec.scm (tree-il): Compile to CPS2 instead of 
CPS.
---
 module/language/tree-il/spec.scm |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/module/language/tree-il/spec.scm b/module/language/tree-il/spec.scm
index 854c505..f783de3 100644
--- a/module/language/tree-il/spec.scm
+++ b/module/language/tree-il/spec.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]