Struct air_script::AirIR
source · pub struct AirIR { /* private fields */ }
Expand description
AirScript intermediate representation Internal representation of an AIR.
TODO: docs
Implementations§
source§impl AirIR
impl AirIR
sourcepub fn new(source: &Source) -> Result<AirIR, SemanticError>
pub fn new(source: &Source) -> Result<AirIR, SemanticError>
Consumes the provided source and generates a matching AirIR.