Module flexi_parse::token

source ·
Expand description

Tokens representing punctuation, identifiers, keywords, and whitespace.

Types for parsing delimited groups can be found in the group module.

The punctuation tokens can be most easily accessed using the Punct macro.

Structs

Traits

  • A trait for punctuation tokens.
  • A trait for types that can be represented by a single token.