Tree @a937eb9 (Download .tar.gz)
Welcome to the Befunge-93 Reference Distribution
This is the reference distribution for the Befunge-93 programming language.
It contains the specification and reference implementation (bef
), which
are direct descendants of the originals, along with a few related tools and
many example programs.
About Befunge-93
Befunge-93 is an esoteric programming language where the program exists in a two-dimensional grid of cells, where each cell contains a single instruction, and execution can proceed in any cardinal direction across this grid -- not just left-to-right, but also right-to-left, top-to-bottom, and bottom-to-top.
For more information, see the Befunge-93 specification in the doc
directory.
Contents
README.markdown
: these post-modernist existential rantsLICENSE
: a bedtime story written to give your lawyer sweet dreamsdoc/Befunge-93.markdown
: the specification for Befunge-93, such as it issrc/bef.c
: Befunge-93 reference interpreter/debugger v2.24 source codesrc/bef2c.c
: Befunge-93 to ANSI C compiler v1.0 source codesrc/befprof.c
: Befunge-93 profiler v1.0 source codeeg/*
: Various and sundry contributed Befunge-93 programs
For More Information
See the official entry for Befunge-93 at Cat's Eye Technologies.
Happy Befunging!
Chris Pressey
London, England
September 13, 2018
Commit History
@a937eb98c5802bbfcdce462c8e70dafb6393da38
git clone https://git.catseye.tc/Befunge-93/
- Add example source for detecting signedness of playfield cells. Chris Pressey 6 years ago
- Merge branch 'examples-fixes' of https://github.com/catseye/Befunge-93 into examples-fixes Chris Pressey 6 years ago
- Merge branch 'master' of https://github.com/catseye/Befunge-93 into examples-fixes Chris Pressey 6 years ago
- Merge pull request #22 from catseye/fix-examples-attributions Chris Pressey (commit: GitHub) 6 years ago
- Per #2 and #19, now we know the author, we also know its license. Chris Pressey 6 years ago
- Re-instate selflis3.bf as Kevin Vigor's second version on that day. Chris Pressey 6 years ago
- Fix names, dates, and alphabetization of the rpn*.bf sources. Chris Pressey 6 years ago
- `rdp` was clearly a typo for `rpn` in this instance, so change it. Chris Pressey 6 years ago
- Delete more duplicated sources that aren't listed in the README. Chris Pressey 6 years ago
- Delete selflis3.bf as it is a dup of selflis6.bf; try to explain. Chris Pressey 6 years ago