Skip to content

xylium117/syllogism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 🍻