this runs any BF code (THIS IS VERY BROKEN) You can customize the amount of memory from 9 to 200000 cells(interpreter restart required) Press [G] to GoTo a line of code Example program: +[,.] How does this work: The esolang BF(shortened due to the name being not appropriate for scratch) is a confusing Turing Tarpit. The language has only 8 instructions. [ ~ loop begin ] ~ loop end > ~ move pointer to right < ~ move pointer to left , ~ take input into memory as decimal . ~ take decimal in memory as ascii character + ~ Take memory value and add 1 - ~ Take memory value and subtract 1 # ~ Used for comments. Command notes: The loop will end if the memory value being pointed to is 0. if you add 1 to 255 it will loop back to zero and the other way around. User input can only take in one character input. Comment command is not needed for comments in this interpreter.
This is a remix of @marcelzietek2006's BF text generator. They made a faster and better version of this .[+------------------------< [+Update log+] >----------------------+]. 1.0: First release 1.1: unimportant changes 1.2: slight improvements in ascii. Does not display text properly still 1.3: Now supports Turbo Mode. Only increases speed by little bit with -1 option