Blang/tools/preblang/include/Parser.hpp

12 lines
89 B
C++

#ifndef PARSER_HPP
#define PARSER_HPP
class Parser{
public:
void parse();
};
#endif