mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
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.
|
|
|
|
WWW: http://rene-ladan.nl/bf2c/
|