class Racc::Goto

def initialize(ident, sym, from, to)

def initialize(ident, sym, from, to)
  @ident      = ident
  @symbol     = sym
  @from_state = from
  @to_state   = to
end