Exemple #1
0
 public string Visit(CIL_Label node)
 {
     return($"\t {node.Label}:\n");
 }
Exemple #2
0
 public string Visit(CIL_Label node)
 {
     return("");
 }