JVM implementation on Kotlin without any external dependencies, doing this mostly for fun
Copied some code structures from k0kubun/jjvm, I'm trying to not copy everything though hehe
- Be able to parse .class files
- Be able to execute classes
- Mostly comply with the Java SE 11 virtual machine specification
- NO EXTERNAL DEPENDENCIES (except for the kotlin stdlib)