class Dentaku::Evaluator

def negate(_, token)

def negate(_, token)
  Token.new(token.category, token.value * -1)
end