def.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "core/common/dep.hpp"
6
7namespace by {
8
9 const std::string MANIFEST_FILENAME = "manifest.leaf";
10
11 class node;
12 class ntype;
13 typedef tstr<node> str;
14 typedef tweak<node> weak;
15}