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

#include <core.h>

Collaboration diagram for srn_metadata_t:
[legend]

Data Fields

srn_src_location_tloc
 nullptr is a valid value and represents an unknown location.
 
srn_expr_traw_expr
 An optional pointer to the original and raw expression.
 

Detailed Description

Definition at line 57 of file core.h.

Field Documentation

◆ loc

srn_src_location_t* srn_metadata_t::loc

nullptr is a valid value and represents an unknown location.

Definition at line 59 of file core.h.

◆ raw_expr

srn_expr_t* srn_metadata_t::raw_expr

An optional pointer to the original and raw expression.

We use this to track what value/expression is a descendant of which expression.

Definition at line 62 of file core.h.


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