ZISC ultra

From Esolang
Jump to navigation Jump to search

ZISC ultra is an esolang by User:Yourusername which uses a command that changes the brainfuck command the other command runs.

Commands

Command Description
% increment accumulator by 1 then mod it by 8
  index into this string and run the corresponding brainfuck command: ><+-.,[]

brainfuck to ZISC ultra

brainfuck ZISC ultra
>  
< % %%%%%%%
+ %% %%%%%%
- %%% %%%%%
. %%%% %%%%
, %%%%% %%%
[ %%%%%% %%
] %%%%%%% %

Examples

Cat program

%%%%% % %%%%%% % %% 

See also