Tree @develop-2018-1 (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
@develop-2018-1
git clone https://git.catseye.tc/Befunge-93/
- Why did summer go so quickly? Was it something that you said? Chris Pressey 6 years ago
- Merge pull request #15 from catseye/build-on-msvc Chris Pressey (commit: GitHub) 6 years ago
- Disable warning 5045 and say that it compiles under MSVC++ 14.15. Chris Pressey 6 years ago
- Add MSVC to "known-to-compie-on" notes, and add credit. Chris Pressey 6 years ago
- Apply patch from https://github.com/j4james for building on MSVC. Chris Pressey 6 years ago
- Merge pull request #11 from catseye/audit-compilability Chris Pressey (commit: GitHub) 6 years ago
- Known to compile, now. Chris Pressey 6 years ago
- Fix up batchfile. Chris Pressey 6 years ago
- Untested, but solution will likely be something like this. Chris Pressey 6 years ago
- Switch from "compact" to "large" memory model, see how it goes. Chris Pressey 6 years ago