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