class SyntaxTree::Parser::PinVisitor

def visit(node)

def visit(node)
  return if pins.empty?
  stack << node
  super
  stack.pop
end