Use codespan for *much* prettier error reporting.

This commit is contained in:
2022-02-16 20:46:13 -08:00
parent 60e7d9a41d
commit 0293eee2d0
7 changed files with 222 additions and 137 deletions

View File

@@ -1,2 +1,3 @@
pub mod error;
pub mod syntax;
pub mod util;