Serene Runtime 1.0.0
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_context_t Struct Reference

#include <context.h>

Collaboration diagram for srn_context_t:
[legend]

Data Fields

srn_engine_tengine
 Long term state of the compiler.
 
struct srn_context_tparent
 
srn_block_id_t block_id
 Where to allocate memory from.
 

Detailed Description

Definition at line 47 of file context.h.

Field Documentation

◆ block_id

srn_block_id_t srn_context_t::block_id

Where to allocate memory from.

Definition at line 53 of file context.h.

◆ engine

srn_engine_t* srn_context_t::engine

Long term state of the compiler.

Definition at line 49 of file context.h.

◆ parent

struct srn_context_t* srn_context_t::parent

Definition at line 51 of file context.h.


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