tavor icon indicating copy to clipboard operation
tavor copied to clipboard

Decide on what we should do with real endless loops

Open zimmski opened this issue 10 years ago • 0 comments

A = "a" B
B = "b" A

START = A

This loop can never exit, what should happen here if we unroll?

zimmski avatar Nov 29 '14 21:11 zimmski