Update README.md

This commit is contained in:
Alexander Rosenberg 2024-09-04 03:16:05 -07:00
parent 24904e73b5
commit b09948d77c
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -4,13 +4,13 @@ please see the [relevant Wikipedia article][1].
[1]: https://en.wikipedia.org/wiki/Truth_table
To build, just run `make`. You will need SBCL, as well as Quicklisp. Quicklisp
is used to load `uiop` and `with-user-abort`.
To build, just run `make`. You will need SBCL, ASDF, and Quicklisp. Quicklisp is
used to load `uiop` and `with-user-abort`.
The format of the input propositions is fairly free-form. The above Wikipedia
article has some information about their format, as well as possible symbols for
operators. You can also take a look at the table near the top of
`truth-table.lisp` for all the variations supported by this program.
`parse.lisp` for all the variations supported by this program.
Here is the help output from the program:
```text