aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use yy_scan_string() instead of fmemopen();HEADmasterThomas Voss 2024-09-121-12/+13
|
* Remove redundant parenthesisThomas Voss 2024-09-121-1/+1
|
* Remove unused lexer ruleThomas Voss 2024-09-121-1/+0
|
* Fix errors in the READMEThomas Voss 2024-09-121-2/+2
|
* Silence warnings outside of our controlThomas Voss 2024-09-121-0/+3
|
* Fix check for __builtin_popcountg()Thomas Voss 2024-09-121-1/+1
|
* Improve error messages a tiny bitThomas Voss 2024-09-062-10/+24
|
* *Finally* do proper location trackingThomas Voss 2024-09-061-16/+19
|
* More accurate location trackingThomas Voss 2024-09-061-13/+25
|
* Don’t use yylinenoThomas Voss 2024-09-051-3/+2
|
* Enable Flex warningsThomas Voss 2024-09-051-1/+1
|
* Perform line continuation in non-interactive mode onlyThomas Voss 2024-09-052-5/+24
|
* Use more accurate position informationThomas Voss 2024-09-052-2/+14
|
* Match the empty-line caseThomas Voss 2024-09-051-1/+1
|
* 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
|
* Update READMEThomas Voss 2024-09-051-0/+13
|
* 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
|
* Enable Bison warningsThomas Voss 2024-09-051-1/+1
|
* Use the correct symbol for XORThomas Voss 2024-09-051-1/+1
|
* Add a READMEThomas Voss 2024-09-051-0/+85
|
* Fix some integer-type bugsThomas Voss 2024-09-052-4/+5
|
* Add an install targetThomas Voss 2024-09-041-0/+7
|
* Add -sThomas Voss 2024-09-041-3/+20
|
* Simplify MakefileThomas Voss 2024-09-041-8/+9
|
* Support multiple eqns per tableThomas Voss 2024-09-047-68/+185
|
* 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
|
* Add a mailmapThomas Voss 2024-09-041-0/+1
|
* 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-047-0/+419