class Racc::Parser

def token_to_str(t)

def token_to_str(t)
  self.class::Racc_token_to_s_table[t]
end