More code separation
This commit is contained in:
parent
30fe5036d4
commit
ea3666aad3
4 changed files with 287 additions and 280 deletions
|
@ -5,6 +5,7 @@ mod bytecode;
|
|||
mod jvm;
|
||||
mod stackframe;
|
||||
mod accessmasks;
|
||||
mod constantpool;
|
||||
|
||||
fn main() {
|
||||
let mut jvm = jvm::JVM::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue