mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
161411524e
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. PR: ports/57241 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
12 lines
365 B
Plaintext
12 lines
365 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://bf2c.sourceforge.net/
|
|
|
|
- Rene
|
|
r.c.ladan@student.tue.nl
|