[][src]Crate chrysanthemum

Modules

ast

Abstract syntax tree. Someday we'll have a parser too.

compile

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

verify

Does whatever correctness and type checking necessary to an AST.

Structs

ChParser

Enums

Error

Error types.

Rule