Interesing project, but I wish it would show me more about what doesn't work.<p>The bottom of the readme indicates the list of control flow instructions it supports, but it would be convenient to have in the table the ones it doesn't as well: yield, yield from, with, try/excep, match, lambda...<p>Does it support "else" in loops? Does it support unpacking?<p>Hard to know how much Python does this Python does.<p>Good luck to the project though.