BackFlip interpreter
Compiles a finite-state machine (in the same format as for my FSM simulator) to BackFlip with the output extension. If all of the machine's output strings consist only of digits and line feeds, output is performed literally; otherwise, it's encoded as base ten Unicode values separated by line feeds. Information about how the compiled machine works can be found in this file (and this image used in the development of the compiler).


Machine definition:


Input: | Separator:

Include input symbol names as labels




Result: