Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wzshiming/befunge

Befunge-93 interpreter written in Golang with a debugger
https://github.com/wzshiming/befunge

befunge befunge93 language

Last synced: 10 days ago
JSON representation

Befunge-93 interpreter written in Golang with a debugger

Awesome Lists containing this project

README

        

# Befunge

[![Build Status](https://travis-ci.org/wzshiming/befunge.svg?branch=master)](https://travis-ci.org/wzshiming/befunge)
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/befunge)](https://goreportcard.com/report/github.com/wzshiming/befunge)
[![GoDoc](https://godoc.org/github.com/wzshiming/befunge?status.svg)](https://godoc.org/github.com/wzshiming/befunge)
[![GitHub license](https://img.shields.io/github/license/wzshiming/befunge.svg)](https://github.com/wzshiming/befunge/blob/master/LICENSE)

A Befunge-93 interpreter written in Golang with a built-in debugger.

## License

Pouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/befunge/blob/master/LICENSE) for the full license text.