JelloVM
JelloVM copied to clipboard
JVM in Python that can only run "Hello, World"
Results
1
JelloVM issues
Sort by
recently updated
recently updated
newest added
This PR makes the following changes: - Adds a few missing type annotations so [mypy](https://mypy.readthedocs.io) can work well - Aligns `method_access_flags` by comma - Adds documentation strings to functions and...