Flag for enabling logging of the Abstract Syntax Tree (AST) or program structure. More...
#include <logStructureFlag.hpp>
Public Member Functions | |
| logStructureFlag (cli &c) | |
| const nchar * | getName () const override |
| const nchar * | getDescription () const override |
Protected Member Functions | |
| 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.