TTGing the lambda lifter
This commit is contained in:
parent
f4f1786be3
commit
a1e9624d5e
5 changed files with 67 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ module Main where
|
|||
|
||||
import Grammar.Par (myLexer, pProgram)
|
||||
import Grammar.Print (printTree)
|
||||
import LambdaLifter (abstract, freeVars, lambdaLift, rename)
|
||||
import LambdaLifter (lambdaLift)
|
||||
import System.Environment (getArgs)
|
||||
import System.Exit (exitFailure, exitSuccess)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue