예제 #1
0
파일: VMend.cs 프로젝트: raket124/thesis
 public VMend(MyEnd root, VMfunction parent) : base(root, parent)
 {
 }
예제 #2
0
 private static string Convert(MyEnd input, Function f, ref int i)
 {
     return(string.Format("{0}}}", BlockConverter.Indent(--i)));
 }