Module flexi_parse::token
source · Expand description
Structs
&&&**=@`\!!=^u+000D:::::=,----=$."====>######- An identifier consisting of alphanumeric characters and underscores, and starting with an alphabetic character or an underscore.
<<=<<<<=<-{[(- A character literal delimited by single quotes.
- A string of ascii digits followed by a
., and then another string of ascii digits. - An integer literal.
- A string literal delimited by double quotes.
- A string literal delimited by single quotes.
\n%%=|||++=++£?>>=>>>>=->}]);'//=////=\t~¬_
Traits
- A trait for punctuation tokens.
- A trait for types that can be represented by a single token.