theonekeyg / bfck

Just another brainfuck interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Just another brainfuck interpreter


Languages

Language:C 91.2%Language:Makefile 6.1%Language:Shell 2.7%