What is BF2C ?
-
A hexadecimal number (48940)
-
A compiler which compiles BrainF*ck into C,
optimizing as much as possible for speed, size
and readability
BF2C is released under the BSD license by rene0
Usage information is available via the -h parameter.
Current version: 1.2.3
Download the compiler
Overview of changes
Goals
-
Find more optimizations
-
Keep the program
-
free of bugs
-
time and memory efficient
-
clean
-
easily extendible and modifiable
-
Be platform-independent
-
Be compliant with the W3C XHTML, ANSI and POSIX standards
-
Keep in synchronization with each other
-
the program
-
the documentation
-
this website
-
the FreeBSD port skeleton (lang/bf2c)
Further information