ScratchData LogoScratchData
Back to UseRealName_'s profile

Brainflip Interpereter

USUseRealName_•Created December 14, 2023
Brainflip Interpereter
3
3
22 views
View on Scratch

Instructions

Brain**** is a programing language designed by Urban Müller in 1993, the programming language wasn't designed to be used, rather it was designed to have the smallest compiler. Even though the language has only 8 commands, it is fully Turing complete. Brain**** has 30,000 bytes of memory, with each byte being initialized to 0, there is also a pointer that starts at index 0 that can be moved and is used to change values in the 30,000 byte memory. The commands are: >: move the pointer right / changes index by 1 <: moves the pointer left / changes the index by -1 +: increases value at pointer by 1 -: decreases value at pointer by 1 .: prints the ascii character of the value at the pointer ,: turns input into ascii index and stores at pointer [: start of a loop ]: end of a loop (loop ends if the value at pointer is 0)

Project Details

Project ID939874492
CreatedDecember 14, 2023
Last ModifiedDecember 28, 2023
SharedDecember 28, 2023
Visibilityvisible
CommentsAllowed