asoffer / Icarus

An experimental general-purpose programming language
Apache License 2.0
9 stars 2 forks source link

Suppress error messages after root cause error is shown #28

Closed perimosocordiae closed 3 years ago

perimosocordiae commented 3 years ago

Example: variable i is declared twice, but the compiler shows an error for every time i is used in downstream code.