Loading...
Searching...
No Matches
scope.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "core/builtin/container/native/tnchain.inl"
5
6namespace by {
51 typedef tnchain<std::string, node, tnmap<std::string, node, immutableTactic>> scope;
52 extern template class tnchain<std::string, node, tnmap<std::string, node, immutableTactic>>;
53}
tnchain< std::string, node, tnmap< std::string, node, immutableTactic > > scope
Symbol scope container.
Definition node.hpp:22
to Top