home *** CD-ROM | disk | FTP | other *** search
- -- A simple project file for the modular fully-lazy lambda lifter
- --
- -- Load into Gofer interpreter using the command: :p mlamlift
- -- or from command line using: gofer + mlamlift
- --
- -- See Readme file for further details.
-
- Utility -- implementation of utility functions and datatypes
- LambdaLift -- simple lambda lifter.
- Laziness -- transformations for fully-lazy lambda lifting.
- ../prolog/Parse -- the parser library from the mini Prolog system
- Demo -- demonstration of lamda lifting
-