Paste your code in the textbox to execute it. There are several commands for optimization: /debug true/false --- Show extra variables (for debug) /loop true/false --------------------- Run the code forever /usingAscii true/false ------------- Use ASCII characters instead of numbers for input and output /resetArray true/false ----------- Reset array on startup /clearOut ----------------- Clear the output box manually /setItem x y ---- Set item of # x of the list to value of y
This project is my first attempt of a programming language interpreter. I chose brainfk (that's not the actual name, but no bad words in scratch) because its a simple and easy language for the computer to read and execute. Its not easy to write in, though.