Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2012-07-28 | 898 Bytes | |
EsoIDE_0.2.0.jar | 2012-07-28 | 84.2 kB | |
Totals: 2 Items | 85.1 kB | 0 |
Version 0.2 Release Notes: Added Features: >Save and load editor tab states About EsoIDE: EsoIDE is a collection of various interpreters for esoteric programming languages. These interpreters share a front-end GUI that serves as a pseudo-IDE and step-through debugger. To run a program, simply add a tab of the language of your choice, type your program in the space provided for source code, edit input if needed, and hit Run. If you'd like a step-by-step visual of how your program is running, simply hit the Step button and the interpreter will execute just one command and show you the state of the program environment at that point. Supported Languages: >Brainf**k (stable) - Comments should only be at the end of every line because the interpreter will ignore everything from the start of the comment to the end of the line. Whitespace is allowed in the middle of lines though.