# File lib/racc/statetransitiontable.rb, line 102 def token_table(grammar) h = {} grammar.symboltable.terminals.each do |t| h[t] = t.ident end h end