We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

CW@ 3 cell brainfuck substitution

From Esolang
Jump to navigation Jump to search

this is a way to convert any COPY WITH @ code to brainfuck with 3 cells and the other way around

substiution

all code needs to start with:

-@@

then these are the substitutions:

BF CW@
> ↷↷
<
. ;
+ +
- -
, #?
[...] {...}