Interface Token

The output of a lexer.

Hierarchy

  • Token

Properties

Properties

content: string

Text content.

error?: any
start: number

Start position of input string.

type: string

User-defined type name.

Generated using TypeDoc