class Moxml::DocumentBuilder

def visit_comment(node)

def visit_comment(node)
  @node_stack.last&.add_child(Comment.new(node, context))
end