feat(semantics): add boolean semantics

TODO: Testing this
This commit is contained in:
Anand Balakrishnan 2023-03-24 13:26:11 -07:00
parent e982dfe5a5
commit 22c099a058
No known key found for this signature in database
7 changed files with 288 additions and 11 deletions

View file

@ -5,4 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
itertools = "0.10.5"
paste = "1.0.12"