2022-09-19 07:34:19 +00:00
|
|
|
#ifndef PPC_TREEIFIER_H
|
|
|
|
#define PPC_TREEIFIER_H 1
|
|
|
|
|
|
|
|
#include "utils/message.hh"
|
|
|
|
|
|
|
|
namespace ppc::compiler {
|
2022-09-21 06:37:50 +00:00
|
|
|
// 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);
|
2022-09-19 07:34:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|