Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 391 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 391 Bytes

Brainfuck

brainfuck

What is brainfuck

Basics of BrainFuck

About

Brainfuck interpreter written in c.

Build

Just run make

Usage

Run a file

./bf <FILEPATH>

Run an inline command

./bf -c <BFCOMMAND>

Examples

./bf tests/hello_world.bf

Why

Why not?