DavePearce / Lil.rs

A low-level intermediate language written Rust.
Apache License 2.0
1 stars 2 forks source link

Errors in TypeChecker #4

Open DavePearce opened 3 years ago

DavePearce commented 3 years ago

There is a problem reporting errors in TypeChecker. The issue is that, to report an error, we must know the index of the node in question. But, this is not passed through to the handling functions.