Next: Accessing Declarations, Previous: Converting Expressions, Up: Translating to GENERIC [Contents][Index]
Translating statements to tree is done by functions called
gfc_trans_*. These functions usually get passed a
gfc_code structure, evaluate any expressions and then
return a tree structure.