Skip to content

Commit

Permalink
Merge pull request #6 from mliezun/embed-script
Browse files Browse the repository at this point in the history
Embed scripts inside Grotsky interpreter and create redistributable CLI tools
  • Loading branch information
mliezun authored Apr 11, 2024
2 parents af85ba1 + 5f3b163 commit 90e6715
Show file tree
Hide file tree
Showing 10 changed files with 547 additions and 70 deletions.
65 changes: 65 additions & 0 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name = "grotsky-rs"
version = "0.0.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bincode = "1.3.3"
serde = { version = "1.0.190", features = ["derive"] }
socket2 = "0.5.5"
regex = "1.10.2"
const-random = "0.1.18"


[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ benchmark_fib: grotsky grotsky-rs
python tool/benchmark.py $(BUILD_DIR)/grotsky $(BUILD_DIR)/grotsky-rs fib

benchmark_objects: grotsky grotsky-rs
python tool/benchmark.py $(BUILD_DIR)/grotsky $(BUILD_DIR)/grotsky-rs fib
python tool/benchmark.py $(BUILD_DIR)/grotsky $(BUILD_DIR)/grotsky-rs objects

test_grotsky: grotsky
@ cd archive && go test -v ./... -interpreter Go
Expand Down
Loading

0 comments on commit 90e6715

Please sign in to comment.