OBrainfuck
Jump to navigation
Jump to search
oBrainfuck is like brainfuck but the k-th [
matches the k-th ]
.
aka, the k-th [
matches in C goto Rk;Lk:
and the k-th ]
matches in C Rk:if(*cur)goto Lk;
.+-<>,.
work same.
Thus, ][
is a valid program that falls into an infinite loop.
Todo
- Decide Turing completeness
- Give a better name