Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 368 Bytes

JVM written in golang

TODO List

  • class-file-read module

  • class-file-parse module

  • runtime data area

  • instruction set and interpreter

  • class and object

  • method call and return

  • array and string

  • native method call

  • exception handling

Debug list:

  • panic: java.lang.ClassFormatError: wrong constant pool tag!