Befunge93: An interpreter for the Befunge-93 Programming Language

[ bsd3, compilers-interpreters, program ] [ Propose Tags ]

An interpreter for the '93 spec of the esoteric programming language Befunge


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies array (<4), base (>=2 && <5), mtl (<2), random (<2) [details]
License BSD-3-Clause
Author Brandon Simmons
Maintainer brandon.m.simmons@gmail.com
Category Compilers/Interpreters
Home page http://coder.bsimmons.name/blog/2010/05/befunge-93-interpreter-on-hackage
Uploaded by BrandonSimmons at 2010-05-20T18:25:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables Befunge93
Downloads 1550 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-24 [all 15 reports]

Readme for Befunge93-0.1

[back to package description]
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