2003-09-27 09:16:27 +02:00
|
|
|
BrainF*ck is a minimalistic, yet Turing-complete programming language with
|
|
|
|
only 8 instructions. bf2c compiles a BF file into a corresponding C file,
|
|
|
|
optimizing as much as possible for speed, size and readability.
|
|
|
|
|
|
|
|
It is written for fun, self-educating purposes and to beat existing
|
|
|
|
BF compilers.
|
2014-01-03 16:16:13 +01:00
|
|
|
|
|
|
|
WWW: http://rene-ladan.nl/bf2c/
|