toadisghey is an esoteric programming language, which uses toadisghey.
There are eight commands like Brainfuck:
phrase | meaning |
---|---|
toadisghey+ |
increment the byte at the data pointer. |
toadisghey- |
decrement the byte at the data pointer. |
toadisghey. |
output the byte at the data pointer. |
toadisghey> |
increment the data pointer. |
toadisghey< |
decrement the data pointer. |
`toadisghey | ` |
toadisghey^ |
if the byte at the data pointer is zero, then instead of moving the instruction pointer forward to the next command, jump it forward to the command after the matching toadisghey? command. |
toadisghey? |
if the byte at the data pointer is nonzero, then instead of moving the instruction pointer forward to the next command, jump it back to the command after the matching toadisghey^ command. |
To build, run:
$ cargo build
To run:
$ cargo run helloworld.toadisghey