Implement lambda lifting passes: freeVars, abstract, and rename

This commit is contained in:
Martin Fredin 2023-02-09 05:19:51 +01:00
parent b64b49b1eb
commit 2a48b7477e
4 changed files with 211 additions and 23 deletions

View file

@ -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