@hackage Befunge930.1
An interpreter for the Befunge-93 Programming Language
Categories
License
BSD-3-Clause
Maintainer
brandon.m.simmons@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1 Thu, 20 May 2010
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. brandon.m.simmons@gmail.com