Truth Tables for Programmers

This is a truth table generator to go with Logic for Programmers. It follows syntax from the book, meaning:

Precedence order (highest to lowest): (), !, &&/||, =>, <=>/==. Check "Show all groupings with parenthesis" if you're not sure.

You can compare the outputs for two expressions by separating them with a comma, like P && Q,P || Q.