(piggus)

From Esolang
Jump to navigation Jump to search

(piggus) is an esolang created by WarzokERNST135 which is an extension of pigs.

Commands

p, i, g and s are the same as in pigs.
u: Goes to the previous unit.
( and ): Loop brackets, loop ends when current unit is 0

Turing completeness proof

The symbols are similar to many of BF's symbols:

(piggus)        BF
( and )         [ and ]
p               ++++++++++
i               -
g               >
u               <
s               .

So this can confirm that (piggus) is Turing complete.