41 LOG_STRUCTURE = 1 << 7,
42 LOG_GRAPH_ON_EX = 1 << 8
50 const parser& getParser()
const BY_CONST_FUNC(getParser())
52 const verifier& getVerifier()
const BY_CONST_FUNC(getVerifier())
54 nbool isVerified()
const;
56 const node* getSubPod()
const BY_CONST_FUNC(getSubPod())
High-level interpreter for byeol language.
Definition interpreter.hpp:35
Base class for all AST nodes in the byeol language.
Definition node.hpp:195
Parser for byeol language source code.
Definition parser.hpp:126
Pod.
Definition pod.hpp:21
Weak reference smart pointer with type-safe access.
Definition tweak.hpp:16
Base worker template for processing tasks.
Definition tworker.hpp:58
AST verifier for semantic analysis.
Definition verifier.hpp:84