Skip to main content

compile_polydat

Function compile_polydat 

Source
pub fn compile_polydat(source: &str) -> Result<PolydatKernel, String>
Expand description

Compile a .polydat source string into the interpreter’s kernel, under the default options: compile_polydat_with_options with CompileOptions::default. The interpreter is the semantic oracle; compile_polydat_kernel is the same program on the default engine.