AtheMathmo / rubefunge-93

A simple Befunge interpreter written in Rust.

Home Page:https://crates.io/crates/rubefunge-93

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

A simple Befunge interpreter written in Rust.

https://crates.io/crates/rubefunge-93


Languages

Language:Rust 100.0%