utam0k/rjvm
Toy JVM is written in Rust
{ "createdAt": "2020-07-19T10:30:43Z", "defaultBranch": "master", "description": "Toy JVM is written in Rust", "fullName": "utam0k/rjvm", "homepage": "", "language": "Rust", "name": "rjvm", "pushedAt": "2021-01-25T12:33:35Z", "stargazersCount": 13, "topics": [ "jvm", "rust" ], "updatedAt": "2024-06-16T03:16:20Z", "url": "https://github.com/utam0k/rjvm"}rjvm
Toy JVM is written in Rust
Overview
Section titled “Overview”A Status of the rjvm is WIP. It is a JVM written in Rust that I’m making for fun. I implement it according to this specification.
Build and Run
Section titled “Build and Run”Currently, the code in “sample/*.java” works. It works as follows:
$ cargo run samples/HelloWorld.classIntetgration test
Section titled “Intetgration test”./test.sh