# File lib/racc/grammar.rb, line 624
    def |(x)
      @alternatives.push x.rule
      self
    end