Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.57 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.57 KB

syllogism.exe

Evaluate logic expressions, and generate truth tables.

Banner


Java

Libraries Used 📂

Getting Started 🚀

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

Prerequisites 📋

To run Syllogism.exe, Java must be downloaded. An IDE is also suggested if you want to contribute to the code. 🏗️

Contributing 🤝

Contributions are welcome! If you have any improvements, bug fixes, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature (git checkout -b feature-name).
  3. Make your changes and commit them (git commit -m 'Add new project').
  4. Push to your branch (git push origin feature-name).
  5. Open a pull request and describe your changes. 🚀🔗

Roadmap 📈

  • Procrastinate on Chemistry Preparation
  • Skip reading CS theory
  • Procrastinate more...

License 📝

This repository is licensed under the MIT License. Feel free to use and modify the code as you see fit.


Cheers! 🍻