[][src]Crate inc

Inc

Incremental approach to compiler construction.

Modules

emit

Emit machine code for inc AST.

immediate

Runtime representation of typed scheme values

parser

A scheme parser in nom.

primitives

Scheme primitives implemented directly in the compiler

x86

A thin wrapper around x86 assembly.

Structs

Config

Control behavior and external interaction of the program.

Error

Custom error type for all of inc.

Enums

AST

The LISP AST

Functions

compile

Top level API for inc