Table of Contents

Namespace flx.SILQ.Models

Classes

Character

Represents a single character in the source input, including its value and position (line and column).

Token

Represents a token identified by the SILQ tokenizer, including its type, lexeme, literal value, and line number.

Enums

TokenType

Represents the different types of tokens that can be identified by the SILQ tokenizer.