Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 406 Bytes

README.org

File metadata and controls

8 lines (5 loc) · 406 Bytes

Lambda x86

This is a compiler for a typed lambda calculus targeting the x86 architecture. Includes a parser, type checker, and compiler.

See project.org for more information about the current status of this compiler.

The main entry point is in compiler.rkt; you can see examples of how to run it under the “Tests” header.