feat!(semantics): Use function for evaluating numeric expressions
This commit is contained in:
parent
2e574c6009
commit
c666498ac0
2 changed files with 50 additions and 92 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue