Anti-Plushie language/islptng

From Esolang
Jump to navigation Jump to search

islptng's attempt to make a language that has i/o, can perform loop, is Turing- but not Plushie- Complete.

This language is simply brainfuck, but has some additional features to make it Plushie-incomplete.

Features

If current cell is 1, it'll be 3 after a + is executed(and vice versa), to avoid storing 2 in a cell.
There is a filter before output. If character is printed after a 4 alone, it prints .1 before printing that. If a 1 is printed after a 3, it prints .1 too.