Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename lexer and parser, fix compilation warnings | David Phillips | 2018-08-01 |
| | |||
* | Trim leading whitespace from contextual error, detect EOF | David Phillips | 2018-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.c | David Phillips | 2018-08-01 |