Skip to content

phoro3/python_jvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_jvm

This repository is JVM implementation of python.
Input java class file, then you can get the result.

This JVM currently can only output sring with standard output.

How to run

$ git clone git@github.com:phoro3/python_jvm.git
$ javac sample/Hello.java
$ python jvm.py sample/Hello.class
Hello world!

About

Simple JVM implementation on python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages