Skip to content

Interpreter of the brainfuck programming language

License

Notifications You must be signed in to change notification settings

meownoid/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck interpreter

This is a simple brainfuck programming language interpreter written in C. Because everyone should write one.

Build

make

Use

./cbf file.bf

Debug

You can use @ symbol for printing out current memory state. If you don't want this, set DEBUG_ENABLED to 0.