Shoe

From Esolang
Jump to navigation Jump to search

Shoe(puSH dOwn machinE) is push-down automation by ChuckEsoteric08 that compiles into Fist

Commands

Command Meaning
<X declare label X and push X to the bottom of the stack. If you will goto to this label it will push it to the stack again
^X jump to label X unconditianally
!X>Y if last input was X goto Y
?X push X and ask for input. Push X

Examples

Push "Hello world" to stack infinitly

<Hello World
^Hello World

Truth-machine

?input?
!0>0
!1>1
<1
^1
<0

External resources

Compiler in Scratch