Exemple #1
0
 public string Visit(CIL_Goto node)
 {
     return($"\t j {node.Label}\n");
 }
Exemple #2
0
 public string Visit(CIL_Goto node)
 {
     throw new NotImplementedException();
 }