Cthulhu  0.2.10
Cthulhu compiler collection
compile_unit_t Struct Reference

#include <broker.h>

Collaboration diagram for compile_unit_t:

Data Fields

language_runtime_tlang
 the language that this originated from More...
 
void * ast
 the ast for this unit is NULL if this is a builtin/precompiled unit More...
 
tree_ttree
 the tree for this unit is NULL if the unit has not been forward declared yet More...
 

Detailed Description

Definition at line 278 of file broker.h.

Field Documentation

◆ ast

void* compile_unit_t::ast

the ast for this unit is NULL if this is a builtin/precompiled unit

Definition at line 285 of file broker.h.

◆ lang

language_runtime_t* compile_unit_t::lang

the language that this originated from

Definition at line 281 of file broker.h.

◆ tree

tree_t* compile_unit_t::tree

the tree for this unit is NULL if the unit has not been forward declared yet

Definition at line 289 of file broker.h.


The documentation for this struct was generated from the following file: