19 LOG_STRUCTURE = 1 << 7,
20 LOG_GRAPH_ON_EX = 1 << 8
29 nbool isParsed()
const;
30 nbool isVerified()
const;
32 const node* getSubPack()
const BY_CONST_FUNC(getSubPack())
46 void _showGraph(nbool showData)
const;
High-level interpreter for byeol language.
Definition: interpreter.hpp:13
Base class for all AST nodes in byeol language.
Definition: node.hpp:30
Parser for byeol language source code.
Definition: parser.hpp:43
Pack slot for loading and management.
Definition: slot.hpp:16
Source code supply interface.
Definition: srcSupply.hpp:15
Strong reference smart pointer with strict type checking.
Definition: tstr.hpp:13
AST verifier for semantic analysis.
Definition: verifier.hpp:20
Base worker template for processing tasks.
Definition: worker.hpp:28