Versions in this module Expand all Collapse all v0 v0.0.3 Mar 29, 2025 Changes in this version + type EntryConverterInterface interface + Convert func(listener ast.SFeelListenerInterface) + type EntryValidatorInterface interface + Validate func() (bool, []error) + ValidateDataTypeOfExpression func(varType dataType.DataType) (bool, error) + ValidateExistenceOfFieldReferencesInExpression func(fields []field.Field) ([]field.Field, []error)