feat!(argus-parser): complete parser

This changes the API for `ExprBuilder`, but that is OK.
This commit is contained in:
Anand Balakrishnan 2023-10-03 16:08:22 -07:00
parent 17042a2544
commit 2319668e2b
No known key found for this signature in database
9 changed files with 545 additions and 146 deletions

View file

@ -7,6 +7,10 @@ edition = "2021"
name = "dump_parse_tree"
required-features = ["reporting"]
[[example]]
name = "dump_expr"
required-features = ["reporting"]
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
ariadne = { version = "0.3.0", optional = true }