Implement lambda lifting passes: freeVars, abstract, and rename
This commit is contained in:
parent
b669381572
commit
1f47288fcf
4 changed files with 211 additions and 23 deletions
|
|
@ -30,7 +30,8 @@ executable language
|
|||
Grammar.Par
|
||||
Grammar.Print
|
||||
Grammar.Skel
|
||||
Interpreter
|
||||
LambdaLifter
|
||||
-- Interpreter
|
||||
|
||||
hs-source-dirs: src
|
||||
|
||||
|
|
@ -40,5 +41,6 @@ executable language
|
|||
, containers
|
||||
, either
|
||||
, array
|
||||
, extra
|
||||
|
||||
default-language: GHC2021
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue