41 LOG_STRUCTURE = 1 << 7,
42 LOG_GRAPH_ON_EX = 1 << 8
54 nbool isVerified()
const;
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
Base worker template for processing tasks
Definition tworker.hpp:58
AST verifier for semantic analysis
Definition verifier.hpp:84