Select Git revision
PastisParser.hpp
-
Stéphane Del Pino authored
simple tests of PEGTL based on the PEGTL reversed Hello, World! example
Stéphane Del Pino authoredsimple tests of PEGTL based on the PEGTL reversed Hello, World! example
PastisParser.hpp 142 B
#ifndef PASTIS_PARSER_HPP
#define PASTIS_PARSER_HPP
#include <string>
void parser(const std::string& in_flow);
#endif // PASTIS_PARSER_HPP