0134
Jump to navigation
Jump to search
0134 is a esolang with 9 commands, created by User:Yayimhere
syntax
0134 has these 9 commands:
1flip the end of the code(so0 <-> 1, 6 <-> 4, 7 <-> 0, 5 <-> 2, 3 <-> 0)0add the following command to the end of the code(and skip it)2reverse the line below3skip the following command4if the command before the4is equal to the start of the line below it will run the command after, else it will skip it5delete the end of the line below6add a newline to the end of the program7skip the line below when the IP gets to the end of the current line22go back to the start of line if there is not a empty line below. else do nothing
all commands are to be separated between commands
computational class
0134 is Turing-complete since it can simulate a BCT through the following:
the program must be formatted as follows:
program 22 7 memory
and the commands are replaced like this:
11 -> 3 1 4 0 1 10 -> 3 1 4 0 0 0 -> 2 5 2