compile_with_options

Function compile_with_options 

Source
pub fn compile_with_options(
    input: &str,
    options: CompileOptions,
) -> Result<String, ParseError>
Expand description

Compile natural language input to first-order logic with specified options.