After testing your transpiler i found a few limitations that you could remove:
- programs that rely on wrapping cells don't work
- moving the pointer to far left of cell 0 causes segmentation faults
- dead code is not eliminated, e.g. a loop directly after another loop
After testing your transpiler i found a few limitations that you could remove: