class Racc::Grammar

def start_symbol=(s)

def start_symbol=(s)
  raise CompileError, "start symbol set twice'" if @start
  @start = s
end