Cthulhu  0.2.10
Cthulhu compiler collection
language_runtime_t Struct Reference

#include <broker.h>

Collaboration diagram for language_runtime_t:

Data Fields

const language_tinfo
 
broker_tbroker
 
arena_tarena
 default memory arena More...
 
arena_tast_arena
 arena for the language ast More...
 
logger_tlogger
 logger More...
 
tree_troot
 the builtins module for this language More...
 

Detailed Description

runtimes

Definition at line 260 of file broker.h.

Field Documentation

◆ arena

arena_t* language_runtime_t::arena

default memory arena

Definition at line 266 of file broker.h.

◆ ast_arena

arena_t* language_runtime_t::ast_arena

arena for the language ast

Definition at line 269 of file broker.h.

◆ broker

broker_t* language_runtime_t::broker

Definition at line 263 of file broker.h.

◆ info

const language_t* language_runtime_t::info

Definition at line 262 of file broker.h.

◆ logger

logger_t* language_runtime_t::logger

logger

Definition at line 272 of file broker.h.

◆ root

tree_t* language_runtime_t::root

the builtins module for this language

Definition at line 275 of file broker.h.


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