No description
Find a file
nils 125b880f7d Partially fixed constant pool lookups and validation
The code compiles, but the tests still don't work
The problem is that it tries to validate the constant pool while parsing the constant pool. This validation needs to be delayed.
2021-08-26 16:18:06 +02:00
crates Partially fixed constant pool lookups and validation 2021-08-26 16:18:06 +02:00
testdata changed a lot of stuff 2021-08-21 21:20:40 +02:00
.gitignore tests and fixes 2021-08-19 21:49:36 +02:00
Cargo.lock fixed clippy lints 2021-08-23 12:43:56 +02:00
Cargo.toml moved into seperate crates 2021-08-22 20:52:03 +02:00
file-info.sh fixed clippy lints 2021-08-23 12:43:56 +02:00
README.md Update README.md 2021-08-19 23:45:27 +02:00

coldsquare

in this project I try to implement a JVM
this project has no clear goal, I just continue it whenever I don't have any other project idea

my goal is not to make a fully working jvm that will run your spring application at blazing speed

it would be amazing if it even managed to run a hello world

what i have for now:

  • (Hopefully) working complete .class file parser