aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.l
Commit message (Expand)AuthorAgeFilesLines
* Remove unused lexer ruleThomas Voss 2024-09-121-1/+0
* Silence warnings outside of our controlThomas Voss 2024-09-121-0/+3
* Improve error messages a tiny bitThomas Voss 2024-09-061-5/+20
* *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
* Perform line continuation in non-interactive mode onlyThomas Voss 2024-09-051-3/+15
* Use more accurate position informationThomas Voss 2024-09-051-1/+12
* 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
* Allow line continuation anywhereThomas Voss 2024-09-051-1/+6
* Support line continuationsThomas Voss 2024-09-051-0/+1
* Support multiple eqns per tableThomas Voss 2024-09-041-0/+1
* Change XOR from ‘XOR’ to ‘~’Thomas Voss 2024-09-041-9/+10
* Improve interactive usageThomas Voss 2024-09-041-3/+10
* Genesis commitThomas Voss 2024-09-041-0/+34