#interpreter #toy #esoteric #reflective #bufenge

app rubefunge-93

A simple toy Befunge interpreter

3 releases

Uses old Rust 2015

0.0.3 Mar 29, 2016
0.0.2 Mar 29, 2016
0.0.1 Mar 29, 2016

#25 in #esoteric

MIT license

12KB
323 lines

Rust Befunge-93

Api Docs


This is a toy implementation of a Befunge interpreter.

I implemented this as part of an old Angel Hack challenge (though I think the bufenge challenge code on this page contains an error...).

The compiler is complete but there is currently no nice way to use it. The program must be manually entered within the main function and run.

In the future, maybe I'll add a simple command line interface so that we can run programs from files (or simple programs from the command line directly). But probably not - this was just to have some fun with Rust. Why does Befunge exist anyway?

Dependencies

~320–550KB