Env is the CEL environment for parsing, type-checking, and evaluating expressions.
Type-check a parsed Ast. Throws CheckerError on failure.
Parse and type-check an expression. Throws ParserError or CheckerError on failure.
Create a new Env extending the current configuration.
Parse an expression into an Ast. Throws ParserError on failure.
Create a Program from an Ast.
Env is the CEL environment for parsing, type-checking, and evaluating expressions.