class Racc::Parser

def next_token

def next_token
  raise NotImplementedError, "#{self.class}\#next_token is not defined"
end