mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-14 16:35:10 +01:00
No description
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. |
||
|---|---|---|
| crates | ||
| testdata | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| file-info.sh | ||
| README.md | ||
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
.classfile parser