feat!(argus-parser): complete parser
This changes the API for `ExprBuilder`, but that is OK.
This commit is contained in:
parent
17042a2544
commit
2319668e2b
9 changed files with 545 additions and 146 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue