Skip to content

Instantly share code, notes, and snippets.

View kburnwall's full-sized avatar

Kumar A. Burnwall kburnwall

View GitHub Profile
@rdebath
rdebath / README
Last active April 23, 2026 17:52
Original brainfuck distribution by Urban Müller
This archive contains the following programs:
bfc The compiler for the 'brainfuck' language (240 bytes!)
bfc.asm Source for the compiler
bfi The interpreter for the 'brainfuck' language
bfi.c Source for the interpreter (portable)
src/ Some example programs in 'brainfuck'
src/atoi.b Reads a number from stdin
src/div10.b Divides the number under the pointer by 10
src/hello.b The ubiquitous "Hello World!"