/bfck

Just another brainfuck interpreter

Primary LanguageC

bfck - Just another brainfuck interpreter

Usage

Usage: bfck [options] [file | -c cmd]

Build

You can provide custom compiler flags with CFLAGS variable, like so

CFLAGS="-O3" make