# File lib/racc/statetransitiontable.rb, line 58 def token_value_table h = {} token_table().each do |sym, i| h[sym.value] = i end h end