Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/414owen/Befunge
A hella fast befunge interpreter
https://github.com/414owen/Befunge
befunge esolang interpreter
Last synced: about 2 months ago
JSON representation
A hella fast befunge interpreter
- Host: GitHub
- URL: https://github.com/414owen/Befunge
- Owner: 414owen
- Created: 2016-11-20T23:20:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T21:06:16.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:16:01.507Z (8 months ago)
- Topics: befunge, esolang, interpreter
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Befunge
README
# Befunge
This is quite a fast interpreter for [Befunge-93](https://en.wikipedia.org/wiki/Befunge).
## Features
* 100% compliance with the Befunge-93 specifications
* Step-by-step befunge debugger## Performance
See `benchmarks.txt`
## How to build:
### Production:
Run your befunge programs at max speed
```
make
```### Step-By-Step
Print the program state at every command
```
make debug
```![Debugger](http://owenowen.netsoc.ie/res/befunge/debug.png)
## How to run
```
./befunge
```I've included a few great programs for you to try in the `programs` folder