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

Contents

  1. 1How to run
  2. 2How to compile to binary file
  3. 3Note