예제 #1
0
 public BuildAstVisitor(string file, Diagnostics diagnostics)
 {
     this.file    = file;
     _diagnostics = diagnostics;
 }