Skip to content

Interface: Token

Defined in: packages/core/src/parser/lexer.ts:85

A single lexer token with kind, value, and source position

Properties

kind

readonly kind: TokenKind

Defined in: packages/core/src/parser/lexer.ts:86


position

readonly position: number

Defined in: packages/core/src/parser/lexer.ts:88


value

readonly value: string | number | boolean | null

Defined in: packages/core/src/parser/lexer.ts:87