# File lib/racc/grammar.rb, line 172 def start_symbol=(s) raise CompileError, "start symbol set twice'" if @start @start = s end