Module token

Module token 

Source
Expand description

TeX tokens and category codes.

Modules§

lexer
The Texlang lexer
trace
Token tracing system

Structs§

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

Enums§

CommandRef
The value of a token that references a command
Value
The value of a token.

Functions§

write_token_values
Write a collection of token values to a string.
write_tokens
Write a collection of tokens to a string.

Type Aliases§

CsNameInterner
String interner for control sequence names.