Skip to content

frontendSageHighLevelInterface

High level AST builders

Synopsis

Declared in <src/docs/mrdocs/modules/frontend_sage_interface.h>

struct frontendSageHighLevelInterface;

Description

High‐level SAGE III AST node and subtree builders.

Building AST trees using raw SgNode constructors is tedious and error‐prone, especially with symbol tables. This interface provides AST node builders on top of constructors to handle symbol tables, scope edges, and parent relationships.

Created with MrDocs