ktrueda / python-jvm

toy JVM implemented by Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python JVM

This is a JVM for studying. You can run class files.

how to use

poetry install
javac -encoding UTF-8  -target 8 -source 8 *.java
python python_jvm/sample.py

links

About

toy JVM implemented by Python


Languages

Language:Python 95.1%Language:Java 4.9%