# File lib/jmespath/lexer.rb, line 365
      def initialize(chars)
        @chars = chars
        @position = 0
      end