Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jberryman/befunge93
- Owner: jberryman
- License: bsd-3-clause
- Created: 2014-09-03T17:26:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T17:27:12.000Z (over 10 years ago)
- Last Synced: 2024-10-13T10:33:06.448Z (2 months ago)
- Language: Haskell
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 seedPlease send me any bug reports, suggestions, etc.
[email protected]