Convert between text and Brainfuck code
Brainfuck is an esoteric programming language with only 8 commands:
+ - < > [ ] . ,. It operates on a tape of memory cells
and a pointer, making it Turing-complete despite its minimalist design.