TMSL
TSML is an acronym for Turing machine simulator language and it is an esolang made by user:hajunsheng in mint.
Usage Not Commands
As you can see this is not the commands section this is the usage section. After running the program you must enter things character by character like e.g. "-1" would be - enter 1 enter but yeah you get it. After that make sure its organised exactly in the "+/-number" format and then to stop entering do "\" which will also delete itself and store the code which will initiate runtime mode.
Runtime Mode
In runtime mode you will need to enter numbers from 0 to 9, the original "code" will actually be memory and will serve as the "tape," ok so basically now the number entered will simply add to or subtract from the number currently in the chart based on the character before(+ or -) and then it will continue while going to next in memory and yes it does it correctly by 2, finally it repeats. The program halts when the number after the operation is 0 and prints memory(including the + and -'s, ik stupid but id maybe you'll find a use).