minilua::Location struct

A location in source code.

Contents

Supports the comparison operators.

Public variables

uint32_t line
The line.
uint32_t column
The column.
uint32_t byte
The absolute byte offset.