class Racc::SymbolTable

def fix_ident

def fix_ident
  @symbols.each_with_index do |t, i|
    t.ident = i
  end
end