![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
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 |
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.