Improve disassembler to more properly deal with bullshit code

This commit is contained in:
2022-06-11 22:04:14 +02:00
parent 241a8f66bc
commit 8bd11678ab
4 changed files with 79 additions and 57 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "rustijvm"
version = "1.0.0"
version = "1.1.0"
authors = ["Jur van den Berg <Jurl.berg@gmail.com>"]
[dependencies]
serde = "1.0"
serde_derive = "1.0"
lazy_static = "1.3.0"
lazy_static = "1.4.0"
[features]
default = ["bonus", "extra"]