class Dentaku::AST::Nil

def accept(visitor)

def accept(visitor)
  visitor.visit_nil(self)
end

def value(*)

def value(*)
  nil
end