Evaluate logic expressions, and generate truth tables.
Clone the project
git clone https://github.com/xylium117/syllogism.git
Then proceed open the directory.
cd syllogism
Compile the programs
javac Build.java
javac Evaluation.java
javac Operators.java
Execute the main program
java Build.java
To run Syllogism.exe, Java must be downloaded. An IDE is also suggested if you want to contribute to the code. 🏗️
Contributions are welcome! If you have any improvements, bug fixes, please follow these steps:
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature-name
). - Make your changes and commit them (
git commit -m 'Add new project'
). - Push to your branch (
git push origin feature-name
). - Open a pull request and describe your changes. 🚀🔗
- Procrastinate on Chemistry Preparation
- Skip reading CS theory
- Procrastinate more...
This repository is licensed under the MIT License. Feel free to use and modify the code as you see fit.
Cheers! 🍻