valtzu opened this issue 7 months ago · 0 comments
F.e. notfound is parsed as Expression(UnaryExpression(UnaryOperator,Identifier)) when it should be Expression(Identifier)
notfound
Expression(UnaryExpression(UnaryOperator,Identifier))
Expression(Identifier)