Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.89 KB

README.md

File metadata and controls

74 lines (60 loc) · 2.89 KB

Structure of the Compiler Passes

The compiler

The compiler driver is located in compile.rkt and can be configured by passing arguments or parameterizing the variables found in configuration.rkt.

Passes - Description

The Compiler is composed of passes which themselves may be composed of multiple passes.

Language Definitions and Types

The types that each of these passes handle are defined in the [/language/] subdirectory.