Update README.md
This commit is contained in:
parent
24904e73b5
commit
b09948d77c
@ -4,13 +4,13 @@ please see the [relevant Wikipedia article][1].
|
|||||||
|
|
||||||
[1]: https://en.wikipedia.org/wiki/Truth_table
|
[1]: https://en.wikipedia.org/wiki/Truth_table
|
||||||
|
|
||||||
To build, just run `make`. You will need SBCL, as well as Quicklisp. Quicklisp
|
To build, just run `make`. You will need SBCL, ASDF, and Quicklisp. Quicklisp is
|
||||||
is used to load `uiop` and `with-user-abort`.
|
used to load `uiop` and `with-user-abort`.
|
||||||
|
|
||||||
The format of the input propositions is fairly free-form. The above Wikipedia
|
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
|
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
|
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:
|
Here is the help output from the program:
|
||||||
```text
|
```text
|
||||||
|
Loading…
Reference in New Issue
Block a user