Truth Table GeneratorA simple plugin to generate Truth Tables in JavaScript. First highlight an expression which evaluates to a boolean: Then press It will open a new tab with a generated Truth Table for your selection: NoteThe plugin only supports following operators:
Comments, ternary operators, bitwise operators and greater/less operators are not supported. |