![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
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 |
Struct holding data useful for error handling and logging.