# File lib/racc/grammar.rb, line 743
    def initialize(src, proc)
      @source = src
      @proc = proc
    end