Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jberryman/befunge93

An old Befunge-93 interpreter I wrote in haskell
https://github.com/jberryman/befunge93

Last synced: about 1 month ago
JSON representation

An old Befunge-93 interpreter I wrote in haskell

Awesome Lists containing this project

README

        

A Befunge Interpreter by jberryman
--------------------------------

The interpreter works on only Befunge-93 files, not the newer '98 version
of the language. You can run the interpreter with:

$> Befunge93 [--quiet] [--allow-oversize] [--seed INT] source.bf

Explanation of options:

--quiet
Don't print any interpreter warnings or messages

--allow-oversize
Stretch the code area to fit the dimensions of the
file. A strict funge-93 interpreter should truncate
the file to 80x25 characters.

--seed
Provide your own random seed

Please send me any bug reports, suggestions, etc.
[email protected]