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.
pub fn compile_with_options(
input: &str,
options: CompileOptions,
) -> Result<String, ParseError>Compile natural language input to first-order logic with specified options.