feat!(semantics): Use function for evaluating numeric expressions

This commit is contained in:
Anand Balakrishnan 2023-04-16 17:53:19 -07:00
parent 2e574c6009
commit c666498ac0
No known key found for this signature in database
2 changed files with 50 additions and 92 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
itertools = "0.10.5"
num-traits = "0.2.15"
paste = "1.0.12"
[dev-dependencies]