If the parser and preprocessor for a path is the same, the user has probably made a mistake.

check_if_parser_and_preprocessor_are_identical(director, path)

Arguments

director

director. The director object.

path

character. The path to check for whether the preprocessor and parser are identical.

Value

Nothing, but issue a warning in red crayon if they are identical, since it likely means the user forgot to specify a parser.