kgabis / brainfuck-c

Brainfuck interpreter in C.

Home Page:http://github.com/kgabis/brainfuck-c/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Brainfuck-C is a Brainfuck interpreter written in C.

Usage

Compile using gcc and run:

./bf filename

Examples

./bf hw.bf
curl -s "http://www.99-bottles-of-beer.net/download/1718" > bottles.bf
./bf bottles.bf

License

The MIT License (MIT)

About

Brainfuck interpreter in C.

http://github.com/kgabis/brainfuck-c/


Languages

Language:C 92.3%Language:Makefile 5.3%Language:Brainfuck 2.3%