https://github.com/property404/befungi
Befunge93 interpreter
https://github.com/property404/befungi
Last synced: about 1 year ago
JSON representation
Befunge93 interpreter
- Host: GitHub
- URL: https://github.com/property404/befungi
- Owner: Property404
- Created: 2018-03-31T14:55:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T15:38:06.000Z (about 8 years ago)
- Last Synced: 2025-02-02T11:41:39.809Z (over 1 year ago)
- Language: C++
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```