# File lib/waxeye.rb, line 121
    def initialize(start, eof_check, automata)
      @start = start
      @eof_check = eof_check
      @automata = automata
    end