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

#include <core.h>

Data Fields

uint16_t buffer_id
 ID of the source buffer that is registered with the source manager.
 
uint16_t line
 
uint16_t col
 
uint16_t len
 

Detailed Description

Definition at line 49 of file core.h.

Field Documentation

◆ buffer_id

uint16_t srn_src_location_t::buffer_id

ID of the source buffer that is registered with the source manager.

Definition at line 51 of file core.h.

◆ col

uint16_t srn_src_location_t::col

Definition at line 53 of file core.h.

◆ len

uint16_t srn_src_location_t::len

Definition at line 54 of file core.h.

◆ line

uint16_t srn_src_location_t::line

Definition at line 52 of file core.h.


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