import Base
import IncorrectFunctions
import IncorrectFunctionsParse

execute script = show (evaluate (parseExp script) emptyEnv)

teste1 = let add = \a -> (\b -> b + a) in add 3 2

main = testMain execute