DonIsaac / zlint

A linter for the Zig programming language
MIT License
23 stars 1 forks source link

Add error reporter #38

Closed DonIsaac closed 16 hours ago

DonIsaac commented 2 weeks ago

Add an error reporter struct/thing responsible for ingesting linter/semantic/parse errors and printing them using one of several formats.

Acceptance Criteria

DonIsaac commented 1 week ago

55

DonIsaac commented 16 hours ago

This is missing features but it's mostly there. At least enough to be usable. Closing as completed.