Skip to content

Commit

Permalink
feat: Use a proper-ish parser
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Sep 22, 2024
1 parent 04a8924 commit 7055098
Show file tree
Hide file tree
Showing 7 changed files with 887 additions and 221 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.aider.*
224 changes: 218 additions & 6 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ path = "src/main.rs"
clap = { version = "4.5.17", features = ["derive"] }
colored = "2.0"
atty = "0.2"
serde_json = "1.0.128"
serde = { version = "1.0.210", features = ["derive"] }
peg = "0.8.4"
chumsky = "0.9.3"

[dev-dependencies]
strip-ansi-escapes = "0.2.0"
tempfile = "3.2"
Loading

0 comments on commit 7055098

Please sign in to comment.