Stemming from this comment https://github.com/authzed/docs/issues/363#issuecomment-2984469813, we want to issue a warning on schemas where folks write something like ``` permission view = foo - bar & baz ``` and they don't specify parenthesis for precedence.
Stemming from this comment authzed/docs#363 (comment), we want to issue a warning on schemas where folks write something like
and they don't specify parenthesis for precedence.