Module lexer

Source
Expand description

Prefer using crate::parse_str. You shouldn’t need to manipulate the lexer.

Structs§

Lexer
LexerState

Enums§

Token

Traits§

TokenIterator

Functions§

recognize_template_list
Returns true if the source starts with a valid template list.