https://github.com/tinycedar/vanilla
用Go开发的实验性质的Java虚拟机(Java Virtual Machine) An experimental Java Virtual Machine written in Go
https://github.com/tinycedar/vanilla
go golang java jvm
Last synced: 9 months ago
JSON representation
用Go开发的实验性质的Java虚拟机(Java Virtual Machine) An experimental Java Virtual Machine written in Go
- Host: GitHub
- URL: https://github.com/tinycedar/vanilla
- Owner: tinycedar
- License: apache-2.0
- Created: 2015-06-13T06:03:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T03:44:30.000Z (over 5 years ago)
- Last Synced: 2025-03-30T18:23:37.056Z (10 months ago)
- Topics: go, golang, java, jvm
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanilla [](https://travis-ci.org/tinycedar/vanilla)
An experimental Java Virtual Machine written in Go
## Build & Run
```
go get -v -u github.com/tinycedar/vanilla
cd $GOPATH/src/github.com/tinycedar/vanilla
go build
./vanilla test.MathTest
```