feat(tazjin/rlox): Bootstrap VM for Lox bytecode
Change-Id: I479e20bf2087e5c4aa20e31b364c57ed0d961bcf Reviewed-on: https://cl.tvl.fyi/c/depot/+/2416 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
b1d0e22b1f
commit
7fb93fb490
7 changed files with 89 additions and 25 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Vincent Ambo <mail@tazj.in>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
[features]
|
||||
# Enables debugging/disassembling in the bytecode interpreter. Off by
|
||||
# default as it is quite spammy.
|
||||
disassemble = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue