11 lines
364 B
C++
11 lines
364 B
C++
#ifndef PPC_TREEIFIER_H
|
|
#define PPC_TREEIFIER_H 1
|
|
|
|
#include "utils/message.hh"
|
|
|
|
namespace ppc::compiler {
|
|
// bool treeify(ppc::messages::msg_stack_t &msg_stack, const std::string &filename, const std::string &source, namespace_t *pout);
|
|
// bool treeify_file(const std::string &filename, ppc::messages::msg_stack_t &pmsg_stack, namespace_t *pout);
|
|
}
|
|
|
|
#endif |