|
|
|
|
|
by mpd
1174 days ago
|
|
Having good error messages is one of the important priorities for me in my compiler, so I made the commitment early and am using codespan_reporting[0] to report the errors, which is going well so far. 0: https://github.com/brendanzab/codespan |
|