C operator precedence tester?
A test program for the precedences of C binary operators can be found here. It’s a code generator that produces all combinations of two binary operators (both ways/directions) and code to check the results of the expressions against the result of such with appropriate (and inappropriate) parentheses, while filtering out tests that produce indifferent results.