cucapra / hbir

an intermediate representation for continuously reconfigurable hardware
https://capra.cs.cornell.edu/hbir/
MIT License
4 stars 0 forks source link

Nicer parse errors #9

Closed sampsyo closed 5 years ago

sampsyo commented 5 years ago

The compiler should emit useful, succinct parser errors with a line and column number.

alexwong commented 5 years ago

This PR should fix this: https://github.com/cucapra/hbir/pull/26