#ifndef PASTIS_PARSER_HPP
#define PASTIS_PARSER_HPP

#include <string>

void parser(const std::string& in_flow);

#endif // PASTIS_PARSER_HPP