Skip to content

Commit 1478b97

Browse files
committed
[ci skip] Preview the analyzer rework
1 parent e633d23 commit 1478b97

77 files changed

Lines changed: 5290 additions & 14409 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

analyzer/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ edition = "2021"
88
[dependencies]
99
ast = { path = "../ast" }
1010
context = { path = "../context" }
11+
parser = { path = "../parser" }
1112
enum-assoc = "1.0.0"
1213
indexmap = "2.0.2"
14+
thiserror = "1.0.58"
1315

1416
[dev-dependencies]
1517
parser = { path = "../parser" }

analyzer/src/dependency.rs

Lines changed: 0 additions & 104 deletions
This file was deleted.

analyzer/src/diagnostic.rs

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)