#esolang #interpreter #few #run #file #specification #befunge-93

app befunge-93-plus

A rust-powered interpreter for the befunge-93 esolang, with a few modifications

7 stable releases

1.0.7 Jun 5, 2023
1.0.6 Jun 4, 2023
1.0.5 Jun 2, 2023
1.0.2 Jun 1, 2023

#109 in Programming languages

Download history 3/week @ 2024-02-16 4/week @ 2024-02-23 1/week @ 2024-03-01 2/week @ 2024-03-08 2/week @ 2024-03-15 65/week @ 2024-03-29 10/week @ 2024-04-05

75 downloads per month

MIT/Apache

11KB
262 lines

Befunge-93+

Wait, doesn't it say "Befunge-93-plus"?

Unfortunately, due to technical limitations Github does not allow the character '+' in project titles. However, the correct name is "Befunge-93+"

Overview

This is a toy project I spent a few days on that can interpret and run a befunge file. It is programmed entirely in rust in the hopes that it will be "blazingly fast", but as I am no expert at rust it is surely poorly optimized. However, as far as I can tell it runs pretty darn fast.

Changes

This interpreter follows all of the specifications of Befunge-93 (can be found here) except for one: the playfield is no longer limited to 80 x 25 cells, and is now near-infinite. However, due to this change wraparound will no longer work! It is now working.

Usage

Just run the executable in any terminal providing a befunge source file like so:


./befunge-93+ [FILE NAME HERE]

Releases

You can find the executable for windows here. If there is sufficient demand I will also create executables for other operating systems.

Dependencies

~2.4–3.5MB
~58K SLoC