Loading...
Searching...
No Matches
defStela.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "stela/ast/stela.hpp"
5
6namespace by {
7
24 class _nout defStela: public stela {
25 BY(CLASS(defStela, stela), VISIT())
26
27 public:
28 using super::stela;
29 };
30} // namespace by
Named block of children — the def form of stela source.
Definition defStela.hpp:24
Definition stela.hpp:63
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34