Skip to content

JordanReiter/python-jvm-interpreter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Java Virtual Machine implementation in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.1%
  • Java 11.9%