pub fn compile_discourse_with_options(
sentences: &[&str],
options: CompileOptions,
) -> Result<String, ParseError>Expand description
Compile multiple sentences as a discourse with specified options.
pub fn compile_discourse_with_options(
sentences: &[&str],
options: CompileOptions,
) -> Result<String, ParseError>Compile multiple sentences as a discourse with specified options.