Exemplo n.º 1
0
 public void Visit(IntLiteralNode node)
 {
     Debug.WriteLine("Visiting " + node.GetType().Name);
 }