New dedicated priority for binary operators between relational and sum ones

This commit is contained in:
2024-12-25 07:41:08 +01:00
parent 6211be8a8f
commit edf8818f51
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ const (
priAnd
priNot
priRelational
priBinary
priSum
priProduct
priFraction