https://github.com/andrejewski/truth-table
Visualize your propositions as a truth table
https://github.com/andrejewski/truth-table
Last synced: 10 months ago
JSON representation
Visualize your propositions as a truth table
- Host: GitHub
- URL: https://github.com/andrejewski/truth-table
- Owner: andrejewski
- License: isc
- Created: 2015-05-03T17:13:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T02:08:27.000Z (almost 10 years ago)
- Last Synced: 2025-04-05T00:02:40.657Z (10 months ago)
- Language: JavaScript
- Homepage: http://andrejewski.github.io/truth-table/
- Size: 12.7 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Truth Table
This is a tool to visualize your propositions as truth tables.
[Open Truth Table](http://andrejewski.github.io/truth-table/).
### Backstory
This is my last year of high school and I am getting some juniors prepped for the AP Computer Science test. They wanted to go more in depth on truth tables, but rote memorization sucks. So this is a tool that makes even multi-variable conditions easier to grasp. Perhaps they are not the only ones who will find this useful, so here you go internet.
**Update:** Nine months (one human baby) later, I decided to come back to this tool and improve the logic parsing logic and add more connectives, along with simpler code and user interface and performance improvements.