BitChanger--

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

BitChanger-- is basically the same as BitChanger, but the ] and < commands are unified into a | command. This results in the following instruction set:

} toggles the current bit and moves to the next bit
[ starts a loop
| ends a loop and moves 1 back

Note that to be Turing-complete empty loop [| should be a NOP. Whether language is Turing-comple if empty loop isn't a NOP or not it unknown