class Dentaku::AST::Literal

def quoted

def quoted
  @token.raw_value || value.to_s
end