pub fn parse_cel_program(input: &str) -> Result<Expr, CelParserError>Expand description
Parses a full CEL program string into an AST.
pub fn parse_cel_program(input: &str) -> Result<Expr, CelParserError>Parses a full CEL program string into an AST.