Function reproto_compile::simple_compile [] [src]

pub fn simple_compile(
    out: &mut Write,
    config: SimpleCompile,
    modules: Vec<Box<Any>>,
    lang: &Lang
) -> Result<()>

Perform a simplified compilation that outputs the result into the provided Write implementation.