Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T03:44:30.000Z (over 4 years ago)
- Last Synced: 2024-06-19T16:34:16.082Z (7 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 [![Build Status](https://travis-ci.org/tinycedar/vanilla.svg?branch=master)](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
```