Skip to content

Lambda Calculus compiler targeting x86, written in Racket

Notifications You must be signed in to change notification settings

ashton314/lambda-x86

Repository files navigation

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.