pub fn compile_with_world_state(
input: &str,
world_state: &mut WorldState,
) -> Result<String, ParseError>Expand description
Compile with shared WorldState for cross-sentence discourse.
pub fn compile_with_world_state(
input: &str,
world_state: &mut WorldState,
) -> Result<String, ParseError>Compile with shared WorldState for cross-sentence discourse.