Skip to content

Commit

Permalink
Merge pull request #28 from JCBurnside/refactor/parser-combinator
Browse files Browse the repository at this point in the history
Refactor/parser combinator
  • Loading branch information
JCBurnside authored Dec 31, 2024
2 parents 0093dfa + ffdb519 commit 8cebd9f
Show file tree
Hide file tree
Showing 18 changed files with 9,847 additions and 6,659 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
target
[Cc]argo.lock
*.llvm
*.ll
*.ll
# used for debugging. no need to check it in
out.txt
17 changes: 17 additions & 0 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ regex = "1.6.0"
lazy_static = "1.4.0"
bimap = "0.6.3"
thiserror = "1.0.57"

winnow = "0.6.18"
take_mut = "0.2.2"

[dev-dependencies]
pretty_assertions = "1.4"
pretty_assertions = "1.4"
Loading

0 comments on commit 8cebd9f

Please sign in to comment.