Tree @863433e (Download .tar.gz)
Welcome to the NEW Befunge-93 Reference Distribution
Since bef
is a reference implementation (so far as it goes) of Befunge-93,
we saw fit to once again combine the specification and implementation into a
single distribution.
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.23 source codesrc/bef2c.c
: Befunge-93 to ANSI C compiler v0.94 source codesrc/befprof.c
: Befunge-93 profiler v0.94 source codeeg/*
: Various and sundry contributed Befunge-93 programs
For More Information
See Cat's Eye Technologies' official Befunge-93 Project Page.
Happy Befunging!
Chris Pressey
Winnipeg, Manitoba
August 25, 2012
Commit History
@863433e30d52fa7d95edb5be8a2f940c28c78c6a
git clone https://git.catseye.tc/Befunge-93/
- Remove the -p flag as it is simply the equivalent of -w 80 -h 25. Chris Pressey 6 years ago
- Output "\n", because a newline makes post-optimization phase break. Chris Pressey 6 years ago
- Remove unimplemented -q option from usage help text. Chris Pressey 6 years ago
- When an error occurs, exit program with non-zero exit code. Chris Pressey 6 years ago
- Bump version numbers of these programs, add history and credits. Chris Pressey 6 years ago
- Merge pull request #3 from serprex/master Chris Pressey (commit: GitHub) 6 years ago
- Revert "Add build.seq for building under AmigaDOS 1.3; ignore UAE files." Chris Pressey 6 years ago
- Add build.seq for building under AmigaDOS 1.3; ignore UAE files. Chris Pressey 8 years ago
- Fixes Demur Rumed 9 years ago
- Added tag rel_2_23_2015_0101 for changeset 59bef85e136a Chris Pressey 10 years ago