pub fn compile_with_world_state_options(
input: &str,
world_state: &mut WorldState,
options: CompileOptions,
) -> Result<String, ParseError>Expand description
Compile with shared WorldState and options.
pub fn compile_with_world_state_options(
input: &str,
world_state: &mut WorldState,
options: CompileOptions,
) -> Result<String, ParseError>Compile with shared WorldState and options.