Question about operator precedence. I was playing ...
# spicedb
s
Question about operator precedence. I was playing with some toy examples on the playground. To my surprise the
+
operator seems to have higher precedence than
-
(example: https://play.authzed.com/s/-u5LvcuaoJhx/schema, the system visualization confirms it). I checked the schema language documentation but it doesn't mention operator precedence or associativity. Is this documented somewhere?