============================== ==========BrainFuck=========== ============================== =========Version 1.2========== ============================== Read this text file before any use. This program runs on ndless 3.1 and should be compatible on colored and uncolored TI-Nspire. To run a BrainFuck program, enter its code on a text file and rename it as "BrainFuckProg.tns". Then, move it and the folder "My documents" of your TI-Nspire. Finally, launch BrainFuck.tns (moved where you want). Add to ndless.cfg.tns the line "ext.bf=BrainFuck" so that any file finishing by ".bf" be automatically executed by the interpretor. The program ignores commentaries as wanted (all characters not being ><+-,.[]). It is initialized with a buffer of 1000 bytes (beginning on the left of it). Do not go out of the buffer, it could make the calculator crash. Vous can edit a BrainFuck program directly on-calc using nTxt (http://www.omnimaga.org/index.php?topic=14593.0). At any time, use the ESC key to quit. You can report bugs and suggestions here : http://www.omnimaga.org/index.php?topic=15423.0 I am not responsible for any harm that this program could cause. Find me as mdr1 on omnimaga.org or tiplanet.org 28 December 2012 Updates : 1.0 => 1.1 : * correction of a problem not closing the file when we quit before the end of the program * added the support of file association 1.1 => 1.2 : * correction of an error appearing when the condition for a '[' is false at the first turn * added a little red scare at the top rigth of the screen to show when the program waits for a key to be pressed * added a vertical automatic scrolling * added the change of color when the program finishes * added the showing of an error when the opening of the file failed