Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```