pub fn compile_polydat_with_options(
source: &str,
options: &CompileOptions,
log: Option<&mut CompileEventLog>,
) -> Result<PolydatKernel, String>Expand description
Compile Polydat source into the interpreter’s kernel under
options, recording pragma and assembly events in log when one is
given: the interpreter-typed entry point every other interpreter form
reduces to. compile_polydat_with_engine is the same compile on
any engine.