로딩중...
검색중...
일치하는것 없음
by::logStructureFlag 클래스 참조

Flag for enabling logging of the Abstract Syntax Tree (AST) or program structure 더 자세히 ...

#include <logStructureFlag.hpp>

by::logStructureFlag에 대한 상속 다이어그램 :

Public 멤버 함수

 logStructureFlag (cli &c)
 
const nchargetName () const override
 
const nchargetDescription () 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.

// Example usage:
// frontend --show-structure
// frontend -S

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
to Top