About Nyorozonf*ck
brainf*ck-like interpreter.
features:
*step through code
*breakpoints
*stop while executing
*share code by email, or twitter
) or > : ptr++;
( or < : ptr--;
+ : (*ptr)++;
- : (*ptr)--;
. : putchar(*ptr);
[ : while(*ptr){
] : }
# : BreakPoint
Download and install
Nyorozonf*ck version 1.5.0 on your
Android device!
Downloaded 1,000+ times, content rating: Not rated
Android package:
com.shizuku_kun.brain_f, download Nyorozonf*ck.apk
by R####:
Very neat application. Memory view is also very good. But as others here mentioned, it would be complete if you added ', ' functionality.