Function brainoxide::generate_c

source ·
pub fn generate_c(code: &Vec<GenOp>, trace: bool) -> String
Expand description

Generate C code

Tracing turns out adding #line directives that corresponds to the source position. Currently this corresponds to the character index, not the actual line.