https://github.com/fuco1/brainfuck-befunge
https://github.com/fuco1/brainfuck-befunge
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuco1/brainfuck-befunge
- Owner: Fuco1
- Created: 2021-01-11T21:42:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T21:42:33.000Z (over 5 years ago)
- Last Synced: 2025-08-28T02:14:07.481Z (10 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Brainfuck interpreter written in Befunge-98
v1.3 (c) 2009-12-08 (YMD) Matus Goljer
matus[dot]goljer[at]gmail[dot]com
You can use this and/or modify at your will, I hereby declare this to
be in public domain.
Input works by redirecting stream/file to the stdin. This makes it
impossible to interactivly feed data into the program. If you need to
feed some data into program end your regular BF program with ! and
then type input data (!13 will read char 1 and 3)
Your befunge interpreter should be compliant with (be)Funge-98 final
specification available here: http://quadium.net/funge/spec98.html I
was developing this on http://www.rcfunge98.com/ interpreter, version
2.02.00, but I've had to edit handling of some instructions to be
compliant with specs. (~&,.). I've notified the developer so hopefuly
it will get fixed in the future. For more info on this, visit
http://fi.muni.cz/~xgoljer/rcfunge-fix.txt This will not work on
out-of-the-box rcfunge interpreter! (I didn't try any other)