aboutsummaryrefslogtreecommitdiff
path: root/error/error.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-86/+0
|
* Add a column number to an error messageRyo Nihei2021-08-221-2/+3
|
* 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