aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Specify nodefaultThomas Voss 2024-09-051-3/+2
|
* FormattingThomas Voss 2024-09-051-5/+5
|
* Add a commentThomas Voss 2024-09-051-1/+4
|
* Don’t parse if a lexing error occursThomas Voss 2024-09-051-0/+6
|
* Allow line continuation anywhereThomas Voss 2024-09-052-19/+16
|
* Use yytoken_kind_t instead of intThomas Voss 2024-09-051-2/+2
|
* Support line continuationsThomas Voss 2024-09-052-9/+18
|
* Use the correct symbol for XORThomas Voss 2024-09-051-1/+1
|
* Fix some integer-type bugsThomas Voss 2024-09-052-4/+5
|
* Add -sThomas Voss 2024-09-041-3/+20
|
* Support multiple eqns per tableThomas Voss 2024-09-046-67/+184
|
* SimplifyThomas Voss 2024-09-041-4/+4
|
* Use ⊕ as the XOR symbolThomas Voss 2024-09-041-1/+1
|
* Change XOR from ‘XOR’ to ‘~’Thomas Voss 2024-09-041-9/+10
|
* Simplify codeThomas Voss 2024-09-041-21/+22
|
* FormattingThomas Voss 2024-09-041-6/+6
|
* Replace digits with binaryThomas Voss 2024-09-041-7/+7
|
* Remove --latex in favour of --table-styleThomas Voss 2024-09-043-17/+44
|
* Support T/F, 0/1, and ⊤/⊥ in outputThomas Voss 2024-09-041-17/+53
|
* Support LaTeX outputThomas Voss 2024-09-043-13/+81
|
* FormattingThomas Voss 2024-09-041-9/+7
|
* Allow an EOF-terminated lineThomas Voss 2024-09-041-1/+3
|
* Formatting fixThomas Voss 2024-09-041-1/+1
|
* Improve interactive usageThomas Voss 2024-09-044-10/+61
|
* Use errx()Thomas Voss 2024-09-041-2/+1
|
* Genesis commitThomas Voss 2024-09-044-0/+375