Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ACC-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haley Sapphie Owsianko
ACC-project
Commits
c93fbf93
Commit
c93fbf93
authored
3 years ago
by
Sapphie
Browse files
Options
Downloads
Patches
Plain Diff
Import closure conversion skeleton
parent
fb48ab45
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compiler/src/l3/CPSHoister.scala
+8
-0
8 additions, 0 deletions
compiler/src/l3/CPSHoister.scala
compiler/src/l3/Main.scala
+2
-1
2 additions, 1 deletion
compiler/src/l3/Main.scala
compiler/test/l3/L3Tester.scala
+2
-1
2 additions, 1 deletion
compiler/test/l3/L3Tester.scala
with
12 additions
and
2 deletions
compiler/src/l3/CPSHoister.scala
0 → 100644
+
8
−
0
View file @
c93fbf93
package
l3
import
SymbolicCPSTreeModuleLow._
object
CPSHoister
extends
(
Tree
=>
LetF
)
{
def
apply
(
tree
:
Tree
)
:
LetF
=
???
}
This diff is collapsed.
Click to expand it.
compiler/src/l3/Main.scala
+
2
−
1
View file @
c93fbf93
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
compiler/test/l3/L3Tester.scala
+
2
−
1
View file @
c93fbf93
...
...
@@ -53,6 +53,7 @@ object L3Tester {
val
backEnd3
=
(
CL3ToCPSTranslator
andThen
CPSValueRepresenter
andThen
CPSInterpreterLowNoCC
andThen
CPSHoister
andThen
CPSInterpreterLow
)
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment