5#include "core/worker/worker.inl"
20 LOG_STRUCTURE = 1 << 7,
21 LOG_GRAPH_ON_EX = 1 << 8
25 static inline const std::string MAIN =
"main";
28 void setArgs(
const args& a);
29 void setArgs(
const args* it) BY_SIDE_FUNC(setArgs);
31 const args& getArgs()
const BY_CONST_FUNC(getArgs())
34 str _onWork()
override;
35 void _prepare()
override;
39 void _prepareFrame(
frames& fr);
40 str _postprocess(
const str& res);
Function call arguments container.
Definition: args.hpp:13
Container for execution frame stack.
Definition: frames.hpp:11
Base class for all AST nodes in byeol language.
Definition: node.hpp:30
Program execution starter.
Definition: starter.hpp:14
Base worker template for processing tasks.
Definition: worker.hpp:28