[][src]Module chrysanthemum::compile

The actual compiler backend! Should take in a VALIDATED AST and turn it to SPIR-V. Uses the rspirv crate for output.

Structs

CContext

Compilation context, containing the SPIRV builder and such.

VarBinding

All the possible info attached to variable.

Functions

compile