More code separation

This commit is contained in:
VegOwOtenks 2024-08-30 15:48:12 +02:00
parent 30fe5036d4
commit ea3666aad3
4 changed files with 287 additions and 280 deletions

View file

@ -5,6 +5,7 @@ mod bytecode;
mod jvm;
mod stackframe;
mod accessmasks;
mod constantpool;
fn main() {
let mut jvm = jvm::JVM::new();