Skip to content

Commit

Permalink
Merge pull request #573 from veryl-lang/new_assign_checker
Browse files Browse the repository at this point in the history
New assignment checker to catch errors related to assignment
  • Loading branch information
dalance committed Mar 28, 2024
2 parents 6753474 + bfb9b3b commit cf1efed
Show file tree
Hide file tree
Showing 70 changed files with 1,574 additions and 449 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ edition = "2021"

[dependencies]
Inflector = "0.11.4"
itertools = "0.12.1"
miette = {workspace = true}
strnum_bitwidth = {workspace = true}
thiserror = {workspace = true}
Expand Down

0 comments on commit cf1efed

Please sign in to comment.