rubefunge-93

Crates.iorubefunge-93
lib.rsrubefunge-93
version0.0.3
sourcesrc
created_at2016-03-29 03:57:15.261554
updated_at2016-03-29 04:24:16.272871
descriptionA simple toy Befunge interpreter.
homepage
repositoryhttps://github.com/AtheMathmo/rubefunge-93
max_upload_size
id4601
size11,209
geohash-publishers (github:georust:geohash-publishers)

documentation

https://AtheMathmo.github.io/rubefunge-93/

README

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?

Commit count: 5

cargo fmt