Blog    Notes   

Brainfuck compiler

Version: 0.1 beta
Author: Susam Pal
License: GPLv3

Download Download

bfc is a Brainfuck compiler written in C. It compiles Brainfuck code into machine code in ELF format for Linux running on Intel or AMD microprocessor. It generates assembly code in AT&T format and then uses GNU as and GNU ld programs to assemble and link it to generate the ELF executable code.

Brainfuck is an esoteric programming language with only eight commands. More information on the language, its commands and sample programs can be found in the Wikipedia article: http://en.wikipedia.org/wiki/Brainfuck