Versions in this module Expand all Collapse all v0 v0.1.0 Oct 10, 2024 Changes in this version + type Preprocessor struct + func New(macros ...cel.Macro) (*Preprocessor, error) + func (p *Preprocessor) Process(expr string) (string, error) + func (p *Preprocessor) ProcessToAST(expr string) (*celast.AST, error)