#pragma once #include #include "popl.hpp" #define INPUT_ERROR 1 #define INPUT_OK 0 namespace parser { int printPoplException(const popl::invalid_option &e); int checkOption(const int input_filename_count, const int input_string_count); }