const github.com/jmespath/go-jmespath.tEOF

5 uses

	github.com/jmespath/go-jmespath (current package)
		lexer.go#L83: 	tEOF
		lexer.go#L214: 	tokens = append(tokens, token{tEOF, "", len(lexer.expression), 0})
		parser.go#L81: 	tEOF:                0,
		parser.go#L138: 	if p.current() != tEOF {
		parser.go#L409: 	case tEOF: