You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that binary_op_expression is the central point of complexity, it might be good to add tests for corner cases to test operator precedence so if we want, we can start refactoring rules around it?
The text was updated successfully, but these errors were encountered:
I have added some in #1 but more would be welcome.
Before refactoring things, the first objective would be proper parsing of method calls, which are conflicting with predicates (it’s not a conflict detected by tree-sitter , but method calls are identified as predicates during parsing)
https://doc.biscuitsec.org/reference/specifications
Given that binary_op_expression is the central point of complexity, it might be good to add tests for corner cases to test operator precedence so if we want, we can start refactoring rules around it?
The text was updated successfully, but these errors were encountered: