pub fn compile_with_world_state_interner_options(
input: &str,
world_state: &mut WorldState,
interner: &mut Interner,
options: CompileOptions,
) -> Result<String, ParseError>Expand description
Compile with full control over WorldState, Interner, and options.