Package-level declarations

Types

Link copied to clipboard
sealed interface Lexeme

A context-free lexeme produced by the scanner (Stage 1).

Link copied to clipboard
data class SourceRange(val start: Int, val end: Int)

A half-open source range [start, end) in the original character input.

Functions

Link copied to clipboard

Reconstructs the original source text from a list of lexemes. Useful for round-trip verification in tests.