aboutsummaryrefslogtreecommitdiff
path: root/error/error.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sort error messages before printing themRyo Nihei2021-07-191-2/+12
|
* Detect multiple semantic errors in a single parseRyo Nihei2021-07-181-0/+4
|
* Detect multiple syntax errors in a single parseRyo Nihei2021-07-171-0/+16
|
* Improve syntax error messagesRyo Nihei2021-07-171-6/+46
| | | | | - Add a source file name to error messages. - Add a line that an error occurred at to error messages.
* Add a line number to error messagesRyo Nihei2021-07-161-0/+15