Ejemplo n.º 1
0
 public void Comment(string str, int line)
 {
     listener.Comment(new Token(str, new LineInFile(line)));
 }