Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused lexer rule | Thomas Voss | 2024-09-12 | 1 | -1/+0 |
* | Silence warnings outside of our control | Thomas Voss | 2024-09-12 | 1 | -0/+3 |
* | Improve error messages a tiny bit | Thomas Voss | 2024-09-06 | 1 | -5/+20 |
* | *Finally* do proper location tracking | Thomas Voss | 2024-09-06 | 1 | -16/+19 |
* | More accurate location tracking | Thomas Voss | 2024-09-06 | 1 | -13/+25 |
* | Don’t use yylineno | Thomas Voss | 2024-09-05 | 1 | -3/+2 |
* | Perform line continuation in non-interactive mode only | Thomas Voss | 2024-09-05 | 1 | -3/+15 |
* | Use more accurate position information | Thomas Voss | 2024-09-05 | 1 | -1/+12 |
* | Match the empty-line case | Thomas Voss | 2024-09-05 | 1 | -1/+1 |
* | Specify nodefault | Thomas Voss | 2024-09-05 | 1 | -3/+2 |
* | Formatting | Thomas Voss | 2024-09-05 | 1 | -5/+5 |
* | Add a comment | Thomas Voss | 2024-09-05 | 1 | -1/+4 |
* | Don’t parse if a lexing error occurs | Thomas Voss | 2024-09-05 | 1 | -0/+6 |
* | Allow line continuation anywhere | Thomas Voss | 2024-09-05 | 1 | -1/+6 |
* | Support line continuations | Thomas Voss | 2024-09-05 | 1 | -0/+1 |
* | Support multiple eqns per table | Thomas Voss | 2024-09-04 | 1 | -0/+1 |
* | Change XOR from ‘XOR’ to ‘~’ | Thomas Voss | 2024-09-04 | 1 | -9/+10 |
* | Improve interactive usage | Thomas Voss | 2024-09-04 | 1 | -3/+10 |
* | Genesis commit | Thomas Voss | 2024-09-04 | 1 | -0/+34 |