vjparser
August 9, 2020 ยท View on GitHub
Java Class file parser( .class) implement in V programming language.
How to run
v run . vjparser.v
How to compile to binary file
v .
Note
Use JDK tool javap to print java byte code with command javap -v -cp src test.Main