Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrMonk3y/Boopa-Dee-Bappa-Dee
A Boopa-Dee Bappa-Dee Interpreter similar to Urban Müllers brainfuck Interpreter
https://github.com/MrMonk3y/Boopa-Dee-Bappa-Dee
brainfuck brainfuck-interpreter brainfuck-language brainfuck-programs brainfuck-translator funny interpreter italian italian-language italian-translation language
Last synced: 2 months ago
JSON representation
A Boopa-Dee Bappa-Dee Interpreter similar to Urban Müllers brainfuck Interpreter
- Host: GitHub
- URL: https://github.com/MrMonk3y/Boopa-Dee-Bappa-Dee
- Owner: MrMonk3y
- License: mit
- Created: 2019-04-25T18:04:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T14:01:21.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T18:16:45.664Z (6 months ago)
- Topics: brainfuck, brainfuck-interpreter, brainfuck-language, brainfuck-programs, brainfuck-translator, funny, interpreter, italian, italian-language, italian-translation, language
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - Boopa-Dee-Bappa-Dee
README
# Boopa-Dee-Bappa-Dee
A Boopa-Dee Bappa-Dee Interpreter similar to [Urban Müller's brainfuck Interpreter](https://de.wikipedia.org/wiki/Brainfuck)[![peter speaks italian video](https://img.youtube.com/vi/084VLYruPpw/0.jpg)](https://www.youtube.com/watch?v=084VLYruPpw)
## 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 [