Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
This project demonstrates how we can represent propositional logic formulas.

You can run this with
> python3 main.py "expression"
> python3 Main.py "expression"

You must put quotes around the expression,
otherwise the command line will be very confused.
example:
> python3 main.py "(a && b) || ~c"
> python3 Main.py "(a && b) || ~c"

This program will support the following expressions
* a && b - And
Expand Down