Module texlang::token

source ·
Expand description

TeX tokens and category codes.

Modules

  • The Texlang lexer
  • Tracing system for determining the origin of a token.

Structs

  • String type used to represent control sequence names in Texlang.
  • A TeX token.
  • Data structure for writing tokens

Enums

  • The value of a token that references a command
  • The value of a token.

Functions

Type Aliases