fmease / lushui

The reference compiler of the Lushui programming language
Apache License 2.0
5 stars 0 forks source link

Define and use an abstract `ErasedReportedError` type instead of `()` #130

Closed fmease closed 1 year ago

fmease commented 2 years ago

Heavily inspired by rustc.

fmease commented 2 years ago

Halfway implemented via 6cb2bfe43db9604727f5ed6a1ae9828ee34ddc86

fmease commented 2 years ago

Renamed from ErrorReported to ErasedReportedError.