fabianschuiki / moore

A hardware compiler based on LLHD and CIRCT
http://www.llhd.io
Apache License 2.0
243 stars 31 forks source link

Switch to codespan crate #212

Open fabianschuiki opened 3 years ago

fabianschuiki commented 3 years ago

Consider using the codespan and codespan-reporting crates to implement source code location tracking and formatting of nice diagnostic messages. This could get rid of a fair chunk of custom code in moore-common and replace it with something that is community-maintained.