summaryrefslogtreecommitdiff
path: root/common.c
Commit message (Collapse)AuthorAge
* Revert to ^ for underline when token is narrowDavid Phillips2018-08-02
|
* Change token underlining character from ^ to "David Phillips2018-08-02
|
* No need for line_start variableDavid Phillips2018-08-02
|
* common: Make line counting more robustDavid Phillips2018-08-02
|
* Rename lexer and parser, fix compilation warningsDavid Phillips2018-08-01
|
* Trim leading whitespace from contextual error, detect EOFDavid Phillips2018-08-01
| | | | | | | Side-note that the token location tuple maintains the correct column number to include the whitespace in the source file. Side-side note: tabs are counted as one column but many editors will count them as whatever the tabstop/tabwidth is.
* Add missing common.cDavid Phillips2018-08-01