Add a pretty printer.

This commit is contained in:
2022-02-18 10:37:15 -08:00
parent 6c5ca6b782
commit f45488b9af
3 changed files with 132 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ codespan-reporting = "0.11.1"
lalrpop-util = "^0.19.7"
lazy_static = "^1.4.0"
logos = "^0.12.0"
pretty = { version = "^0.11.2", features = ["termcolor"] }
thiserror = "^1.0.30"
[build-dependencies]