No description
Find a file
2021-08-20 16:14:26 +02:00
src Refactored Attributes to be a struct 2021-08-20 16:14:26 +02:00
testdata forgot file 2021-08-19 22:07:58 +02:00
.gitignore tests and fixes 2021-08-19 21:49:36 +02:00
Cargo.lock inital commit 2021-04-10 18:00:19 +02:00
Cargo.toml inital commit 2021-04-10 18:00:19 +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