#ifndef PARSER_SRC_PARSER_H_ #define PARSER_SRC_PARSER_H_ #include namespace SimpleParser { double calculate(std::string); std::string exportTree(std::string); } #endif // PARSER_SRC_PARSER_H_