Function passerine::compiler::gen::gen_with_ffi[][src]

pub fn gen_with_ffi(
    sst: (Spanned<SST>, Scope),
    ffi: FFI
) -> Result<Rc<Lambda>, Syntax>
Expand description

Generates unoptimized bytecode from a SST, Given a specific FFI. Note that this doesn’t even assume the core ffi, So it’s required you generate a core ffi with core::ffi_core(), Then merge it with your ffi with FFI::combine(...).