39

GitHub - gkbrk/python-jvm-interpreter: Java Virtual Machine implementation in Py...

 5 years ago
source link: https://github.com/gkbrk/python-jvm-interpreter
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

JVM implementation in Python

python-jvm-interpreter is an implementation of the Java Virtual Machine in Python. It works by parsing and interpreting the Java Class files.

Running the tests

In order to run the examples or unit tests, you need to compile the Java source files into .class files. To do this, you can use javac. In order to compile all the files in the example folder, you can run javac *.java.

As more functionality is implemented, the amount of test cases should be increased in order to make it easier to check if anything is broken.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK