Parses the given filter expression into an array of ExpressionGroup.
ExpressionGroup
Fexpr.parse("name = 'crystal'") Fexpr.parse("active = true && downloads > 1000")
Raises ParseError if the expression is invalid.
ParseError