Skip to main content

codegen_program_c

Function codegen_program_c 

Source
pub fn codegen_program_c(
    stmts: &[Stmt<'_>],
    _registry: &TypeRegistry,
    interner: &Interner,
) -> String
Available on crate feature codegen only.