package compiler type Loop struct { Continues []int Breaks []int }