Skip to content

misterstrogg/toadisghey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The toadisghey Programming Language

toadisghey is an esoteric programming language, which uses toadisghey.

Commands

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.

Building

To build, run:

$ cargo build

Running

To run:

$ cargo run helloworld.toadisghey

About

The toadisghey Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%