Conditional Bee
Jump to navigation
Jump to search
Conditional Bee(CBee) is a minimalization on Conditional brainfuck by User:ChuckEsoteric08
Commands
)
increment cell and move pointer to the right
-
decrement cell
(
move pointer to the left and goto matching } if zero
}
NOP, but needed to be associated with (
Translation to and from CBF
From CBee to CBF
| CBee | CBF |
|---|---|
| ) | +> |
| - | - |
| ( | <{ |
| } | } |
Translation from CBF to CBee
| CBF | CBee |
|---|---|
| + | )(} |
| > | -) |
| < | (} |
| { | -)( |
| } | } |
| - | - |
1-bit version
It deletes - and ) is flip bit instead of incrementing