Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
TypeError Struct Reference

Represents an error encountered during type checking. More...

#include <type.h>

Public Attributes

const char * message
 
size_t line
 
size_t column
 
const char * context
 

Detailed Description

Represents an error encountered during type checking.

Member Data Documentation

◆ column

size_t TypeError::column

Column number

◆ context

const char* TypeError::context

Additional context info

◆ line

size_t TypeError::line

Line number

◆ message

const char* TypeError::message

Error description


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