Skip to content

Commit cbfe58f

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

11 files changed

Lines changed: 2053 additions & 83 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ members = [
77
"crates/anv-core",
88
"crates/anv-syntax",
99
"crates/anv-types",
10+
"crates/anv-semantics",
1011
"crates/anv-cli",
1112
]
1213

@@ -25,6 +26,7 @@ categories = ["compilers", "development-tools"]
2526
anv-core = { path = "crates/anv-core" }
2627
anv-syntax = { path = "crates/anv-syntax" }
2728
anv-types = { path = "crates/anv-types" }
29+
anv-semantics = { path = "crates/anv-semantics" }
2830

2931
# Parsing
3032
logos = "0.14"

0 commit comments

Comments
 (0)