Skip to content

Commit b32fb86

Browse files
committed
Add bytecode parser & interpreter fundamentals
1 parent c4c42a7 commit b32fb86

File tree

8 files changed

+626
-294
lines changed

8 files changed

+626
-294
lines changed

Cargo.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["David Hoppenbrouwers <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
8+
rustc-hash = "*"
99

1010
[lib]
1111
name = "ballscript"

0 commit comments

Comments
 (0)