Rework all errors to provide better help text.

This commit is contained in:
KtorZ
2022-12-23 15:53:33 +01:00
parent c47c50ffb8
commit 69f060e675
11 changed files with 1154 additions and 405 deletions

View File

@@ -13,9 +13,11 @@ authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
chumsky = "0.8.0"
indexmap = "1.9.1"
indoc = "1.0.7"
itertools = "0.10.5"
miette = "5.2.0"
ordinal = "0.3.2"
owo-colors = "3.5.0"
strum = "0.24.1"
thiserror = "1.0.37"
uplc = { path = '../uplc', version = "0.0.25" }