https://github.com/wzshiming/befunge
Befunge-93 interpreter written in Golang with a debugger
https://github.com/wzshiming/befunge
befunge befunge93 language
Last synced: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T04:56:22.000Z (over 4 years ago)
- Last Synced: 2025-02-09T05:19:02.756Z (4 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
[](https://travis-ci.org/wzshiming/befunge)
[](https://goreportcard.com/report/github.com/wzshiming/befunge)
[](https://godoc.org/github.com/wzshiming/befunge)
[](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.