class Racc::Parser

def token_to_str(t)

Convert internal ID of token symbol to the string.
def token_to_str(t)
  self.class::Racc_token_to_s_table[t]
end