Force of Arch

From Esolang
Jump to navigation Jump to search

Force of Arch is Arch-based language by User:ChuckEsoteric08, which is mix between BF and Data structure Arch.

Commands

Command Function
POINT x Point to integer x
SPLIT x Split current element pointed by pointer
ADD x Add x to integer pointed by pointer
SUB x Same as ADD, but subtract
WHILE Back to matching END if integer that pointed by pointer is zero
END end loop
PUSH Push 0 to element pointed by pointer
POP Pop pointed element

Computational class

Force of Arch is NOT Turing-complete, because it uses Arch as data. So it is Bounded-storage machine