Module bracket::lexer[][src]

Expand description

Iterator for grammar tokens.

Structs

Identity type for the lexer modes.

Iterator for a stream of grammar tokens.

Enums

Tokens for square bracket raw literals.

Tokens for the document and nested blocks.

Tokens for comments.

Tokens for double-quoted string literals.

Tokens for links.

Tokens for parameters.

Tokens for raw comments.

Tokens for raw statements.

Tokens for single-quoted string literals.

Enumeration of the token types.

Functions

Collect the input source into a vector of tokens.

Get a token iterator for the given source template.