Flag for enabling logging of the Abstract Syntax Tree (AST) or program structure 더 자세히 ...
#include <logStructureFlag.hpp>
Public 멤버 함수 | |
| logStructureFlag (cli &c) | |
| const nchar * | getName () const override |
| const nchar * | getDescription () const override |
Protected 멤버 함수 | |
| const strings & | _getRegExpr () const override |
| res | _onTake (const flagArgs &tray) const override |
Flag for enabling logging of the Abstract Syntax Tree (AST) or program structure
When this flag is activated, the interpreter and starter will output detailed information about the parsed AST and its execution flow, useful for debugging.