aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/BFInterpreter.cs
AgeCommit message (Collapse)Author
2017-06-19Normalise newlines for BFInterpreter I/ORogueAI42
when the stream sends \r, the program will receive \n when the program sends \n, the stream will receive Environment.NewLine
2017-06-19Fixed keyboard input & instruction pointer displayRogueAI42
2017-06-19MindBlow tweaksRogueAI42
* MindBlow now lets you reset memory before you start a new program, and kill one that is still executing * The MindBlow site now uses the correct button theme
2017-06-17MindBlow: Brainfuck IDE for ShiftOSRogueAI42
For 50,000 Codepoints you can write and run Brainfuck programs in a dedicated IDE. Check out the site on "shiftnet/mindblow". The IDE seems to be working perfectly. The site has some theming issues.