# File lib/waxeye.rb, line 127
    def parse(input)
      InnerParser.new(@start, @eof_check, @automata, input).parse()
    end