Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonnoftw/gofunge

A Befunge interpreter in Go
https://github.com/jonnoftw/gofunge

befunge befunge-interpreter go golang

Last synced: 16 days ago
JSON representation

A Befunge interpreter in Go

Awesome Lists containing this project

README

        

# Gofunge

![main workflow](https://github.com/JonnoFTW/gofunge/actions/workflows/go.yml/badge.svg)

Befunge interpreter written in Golang.

Run it with:

```shell
go build
./gofunge examples/hello_world.bf
```