Add syntax help menu and cli option

This commit is contained in:
2024-09-16 02:38:09 -07:00
parent 627c62772b
commit 6f8135238b
5 changed files with 496 additions and 151 deletions

View File

@ -7,6 +7,11 @@
#:delim-p
#:symbol-char-p
#:proposition-parse-error
#:parse-error-position
#:parse-error-proposition
#:parse-error-message
#:*operator-symbol-table*
#:*operator-descriptions*
#:operator-symbol
#:operator-precedence
#:interpret-operand
@ -45,6 +50,7 @@
#:convert-truth-table-to-html
#:*table-border-ascii-alist*
#:*table-border-unicode-alist*
#:with-draw-table
#:typeset-truth-table
#:*known-formats*
#:typeset-table-to-format))