added error handling to type checker

This commit is contained in:
Andrew Segavac
2021-09-12 14:36:36 -06:00
parent ff691ebc49
commit 8c131c035b
5 changed files with 558 additions and 451 deletions

View File

@@ -15,3 +15,4 @@ lalrpop-util = "0.19.6"
regex = "1"
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "llvm7-0" }
clap = "2.33.0"
thiserror = "1"