Skip to content
Snippets Groups Projects
Commit c93fbf93 authored by Sapphie's avatar Sapphie
Browse files

Import closure conversion skeleton

parent fb48ab45
No related branches found
No related tags found
No related merge requests found
package l3
import SymbolicCPSTreeModuleLow._
object CPSHoister extends (Tree => LetF) {
def apply(tree: Tree): LetF =
???
}
......@@ -16,7 +16,8 @@ object Main {
andThen CPSValueRepresenter
andThen treePrinter("---------- After value representation")
andThen treeChecker
andThen CPSInterpreterLowNoCC
andThen CPSHoister
andThen CPSInterpreterLow
)
val basePath = Paths.get(".").toAbsolutePath
......
......@@ -53,6 +53,7 @@ object L3Tester {
val backEnd3 = (
CL3ToCPSTranslator
andThen CPSValueRepresenter
andThen CPSInterpreterLowNoCC
andThen CPSHoister
andThen CPSInterpreterLow
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment