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

Struct holding data useful for error handling and logging. More...

#include <Token.hpp>

Public Member Functions

bool operator== (const Info &other) const =default
 
std::string toString () const
 

Public Attributes

std::string file
 
std::size_t line
 
std::size_t characterStart
 
std::size_t characterEnd
 

Detailed Description

Struct holding data useful for error handling and logging.


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