linc 0.7
Linc is a general-purpose programming language inspired by C
Loading...
Searching...
No Matches
linc::Code::Line Struct Referencefinal

Structure representation of a single line of code, along with the corresponding file and line it belongs to. More...

#include <Code.hpp>

Public Attributes

std::string text
 
std::string file
 
std::size_t line
 

Detailed Description

Structure representation of a single line of code, along with the corresponding file and line it belongs to.


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