add PrettyVal stuff for parser AST

This commit is contained in:
rhiannon morris 2023-10-20 04:53:20 +02:00
parent 0c1df54d62
commit 52e54dcc3c
8 changed files with 51 additions and 20 deletions

View file

@ -1,7 +1,7 @@
package quox
version = 0
depends = base, contrib, elab-util, sop, quox-lib
depends = base, contrib, elab-util, pretty-show, quox-lib
executable = quox
main = Main