コード例 #1
0
 public override void Parse(AST_Comment input)
 {
     foreach (string s in input.text)
     {
         Result += "; " + s + "\n";
     }
 }
コード例 #2
0
ファイル: CB.cs プロジェクト: mcmikecreations/SALO-Compiler
 public abstract void Parse(AST_Comment input);