Skip to content

8dcc/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck interpreter

Interactive brainfuck interpreter made in C

Compiling

Simply run:

git clone https://github.com/r4v10l1/brainfuck-interpreter
cd brainfuck-interpreter
make
./bf-interpreter.out

Usage

Just run the program and run the help command or see COMMANDS.md.

./bf-interpreter.out
> help
# ...