No description
Find a file
2021-12-15 21:37:13 +01:00
cs_class_printer restructure structure 2021-12-15 21:36:37 +01:00
cs_model restructure structure 2021-12-15 21:36:37 +01:00
cs_parser restructure structure 2021-12-15 21:36:37 +01:00
cs_vm restructure structure 2021-12-15 21:36:37 +01:00
src restructure structure 2021-12-15 21:36:37 +01: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 restructure structure 2021-12-15 21:37:13 +01:00
Cargo.toml restructure structure 2021-12-15 21:36:37 +01:00
README.md Update README.md 2021-08-26 16:21:54 +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:

  • Almost working complete .class file parser
  • Primitive file info for .class files similar to javap