Skip to content

MrMonk3y/Boopa-Dee-Bappa-Dee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boopa-Dee-Bappa-Dee

A Boopa-Dee Bappa-Dee Interpreter similar to Urban Müller's brainfuck Interpreter

peter speaks italian video

Commands

Command Brainfuck Meaning
bappadee > increment the data pointer
boo < decrement the data pointer
boopa + increment the byte at the data pointer
bappa - decrement the byte at the data pointer
dee . output the byte at the data pointer
beepee , accept one byte of input, storing its value in the byte at the data pointer
boopadee [ if pointer is zero, jump to matching ]
baa ] if pointer is nonzero, jump to matching [