Skip to content

Commit

Permalink
Merge pull request #1 from rozukke/add/parsing
Browse files Browse the repository at this point in the history
Add/lexing
  • Loading branch information
rozukke authored Aug 29, 2024
2 parents 65cfb92 + f92b81f commit 32647d0
Show file tree
Hide file tree
Showing 10 changed files with 1,056 additions and 148 deletions.
279 changes: 279 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
regex = "1.10.6"
lazy_static = "1.5.0"
miette = { version = "7.2.0", features = ["fancy"] }
indexmap = { version = "2.4.0", features = ["std"] }
fxhash = "0.2.1"

[dev-dependencies]
assert_cmd = "2.0.14"
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
name = "rust-dev";
buildInputs = with pkgs; [
_rustToolchain
rust-analyzer
];

RUST_SRC_PATH = "${_rustToolchain}/lib/rustlib/src/rust/library";
Expand Down
Loading

0 comments on commit 32647d0

Please sign in to comment.