# Functions
Evaluate evaluates the javascript expression with parameters applied.
MatchEntities compiles the expressions supplied, and applies each one of them to each entity supplied.
NewSyntaxError creates a new SyntaxError.
ParseExpressions parses each JS expression and returns the first error that is encountered, or nil.
# Structs
EntityFilterResult is returned by EvaluateEntityFilters.
# Interfaces
No description provided by the author
# Type aliases
SyntaxError is returned when a javascript expression could not be parsed.