Miw
Jump to navigation
Jump to search
Miw is Questa-based language by ChuckEsoteric08.
Commands
You need to input commands which initialize stack before program itself.
Command | Meaning |
---|---|
0-9 | Push that number to questa |
> | Move element on bottom to top |
+ | Pop a and b from bottom of questa. Push it sum on bottom |
< | Pop element from top of questa |
! | If element on top of questa is 0 back to start of program |
? | If element on bottom of questa is 0 back to start of program |
* | increment bottom of questa |
- | decrement bottom of questa |
= | pop element on bottom of questa |
Computational class
It is turing-complete, because it can simulate minimized Brainpocalypse.
Brainpocalypse | Miw |
---|---|
Start of program | Initial stack of 256 0 s
|
} | >* |
- | ?- |