parse_expression

Function parse_expression 

Source
pub fn parse_expression(source: &str) -> Result<Expression, String>
Expand description

Instrumented wrapper for parsing CEL expressions

This provides visibility into parsing operations while using the LALRPOP-generated parser internally.