pub fn parse_with_options(input: &str, options: ParseOptions) -> ParseResultExpand description
Parse a CEL expression with custom options.
This allows configuring the macro registry used during parsing.
Use ParseOptions::without_macros() to disable macro expansion,
or ParseOptions::with_macros(registry) for custom macros.