Skip to content

Commit

Permalink
Merge pull request #547 from shiika-lang/use-shiika-parser
Browse files Browse the repository at this point in the history
new_runtime: Use lib/shiika_parser
  • Loading branch information
yhara authored Aug 28, 2024
2 parents bf8fe51 + ed076f8 commit b94f70a
Show file tree
Hide file tree
Showing 10 changed files with 213 additions and 648 deletions.
2 changes: 2 additions & 0 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 Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,5 @@ task :async do
sh "cargo build"
end
sh "cargo run --bin exp_shiika -- a.milika"
sh "./a"
end
2 changes: 2 additions & 0 deletions lib/skc_async_experiment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
shiika_ast = { path = "../shiika_ast" }
shiika_parser = { path = "../shiika_parser" }
inkwell = { git = "https://github.com/TheDan64/inkwell", features = ["llvm16-0"], rev = "4030f76" }
nom = "7.1.3"
peg = "0.8.2"
Expand Down
363 changes: 0 additions & 363 deletions lib/skc_async_experiment/src/_parser.rs

This file was deleted.

Loading

0 comments on commit b94f70a

Please sign in to comment.