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

Structure representation of a character, along with the corresponding line and file it belongs to. Note: not all characters are represented using this format, as that would be too memory intensive. More...

#include <Code.hpp>

Public Member Functions

 operator char () const
 
Token::Info getInfo () const
 

Public Attributes

char character
 
std::string file
 
std::size_t line
 
std::size_t characterIndex
 

Detailed Description

Structure representation of a character, along with the corresponding line and file it belongs to. Note: not all characters are represented using this format, as that would be too memory intensive.


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