Crate air_script

Source

Modules§

passes
transforms

Structs§

Air
The intermediate representation of a complete AirScript program
WinterfellCodeGenerator
CodeGenerator is used to generate a Rust implementation of the Winterfell STARK prover library’s Air trait. The generated Air expresses the constraints specified by the AirIR used to build the CodeGenerator.

Enums§

CompileError

Traits§

Pass
This trait represents anything that can be run as a pass.

Functions§

parse
Parses the provided source and returns the AST.
parse_file
Parses the provided source and returns the AST.