chore: rename executor -> evaluator and integrate into app

This commit is contained in:
MultisampledNight 2024-01-21 03:22:46 +01:00
commit 3c529c3a1a
No known key found for this signature in database
GPG key ID: 6D525AA147CBDAE2
16 changed files with 229 additions and 115 deletions

View file

@ -9,6 +9,7 @@ edition = "2021"
clap = { workspace = true, features = [ "derive" ] }
image = "0.24"
ir = { path = "../ir" }
serde = { workspace = true }
[lints]
workspace = true