compile_with_discourse

Function compile_with_discourse 

Source
pub fn compile_with_discourse(
    input: &str,
    world_state: &mut WorldState,
    interner: &mut Interner,
) -> Result<String, ParseError>
Expand description

Compile with shared WorldState AND Interner for proper cross-sentence discourse. Use this when you need pronouns to resolve across multiple sentences.