Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 line area/span indication to error messages | David Phillips | 2018-08-01 |
| | |||
* | WIP: Implement more robust, separated lexer+parser passes | David Phillips | 2018-08-01 |