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

https://github.com/scompo/stack-vm

stack-vm
https://github.com/scompo/stack-vm

Last synced: over 1 year ago
JSON representation

stack-vm

Awesome Lists containing this project

README

          

# stack-vm

stack-vm is a simple stack virtual machine written in go.

## Documentation

The documentation for this project can be found on [godoc.org](https://godoc.org) clicking the link below.

[![GoDoc](https://godoc.org/github.com/scompo/stack-vm?status.svg)](https://godoc.org/github.com/scompo/stack-vm)

## Build status

The status of the current master branch could be found on [travis-ci](https://travis-ci) clicking the link below.

[![Build Status](https://travis-ci.org/scompo/stack-vm.svg?branch=master)](https://travis-ci.org/scompo/stack-vm)