コード例 #1
0
ファイル: Interpreter.cs プロジェクト: kostic017/pigeon
 public void PrintTree(TextWriter writer)
 {
     tree.PrintTree(writer, parser);
 }