Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wzshiming/befunge
- Owner: wzshiming
- License: mit
- Created: 2018-10-22T05:58:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T04:56:22.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T10:48:26.075Z (about 2 months ago)
- Topics: befunge, befunge93, language
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.