[][src]Function rune::compile

pub fn compile(
    context: &Context,
    source: &Source,
    unit: &Rc<RefCell<Unit>>,
    warnings: &mut Warnings
) -> Result<(), CompileError>

Compile the given source with default options.