https://github.com/zserge/tojvm
A toy JVM in Go
https://github.com/zserge/tojvm
Last synced: about 1 year ago
JSON representation
A toy JVM in Go
- Host: GitHub
- URL: https://github.com/zserge/tojvm
- Owner: zserge
- License: apache-2.0
- Created: 2020-06-02T07:53:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T21:10:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-27T18:06:37.391Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 158
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tojvm
Tojvm is a "toy VM", an attempt to implement a JVM in Go. Currently it's rather incomplete, and many instructions are missing. However, it can do basic arithmetics, create objects, call methods and modify their fields. I hope to add more instructions later, but if you get interested in how it works - PRs and comments are always welcome!
This should not be used in production, the performance will suffer anyway. Only use for didactic purposes.