Skip to content

Commit 2fbe3c9

Browse files
Claude/add academic proofs g3z zu (#9)
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 58131aa commit 2fbe3c9

9 files changed

Lines changed: 695 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anv-cli/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ path = "src/main.rs"
2020
anv-core = { path = "../anv-core" }
2121
anv-syntax = { path = "../anv-syntax" }
2222
anv-types = { path = "../anv-types" }
23+
anv-semantics = { path = "../anv-semantics" }
24+
anv-ir = { path = "../anv-ir" }
25+
anv-viz = { path = "../anv-viz" }
2326
clap = { workspace = true }
2427
miette = { workspace = true }
2528
thiserror = { workspace = true }
29+
serde_json = { workspace = true }

0 commit comments

Comments
 (0)