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

https://github.com/property404/befungi

Befunge93 interpreter
https://github.com/property404/befungi

Last synced: about 1 year ago
JSON representation

Befunge93 interpreter

Awesome Lists containing this project

README

          

# Befungi
Simple [Befunge-93](https://esolangs.org/wiki/Befunge) interpreter.

# Building and Installation
```shell
$ git clone https://github.com/Property404/befungi
$ cd befungi
$ make
$ ./befungi examples/hello_world.bf
$
$ # install
$ make install
$ befungi examples/hello_world.bf
```