Module lexer

Module lexer 

Source
Expand description

Performs lexical analysis on string inputs

The Lexer module transforms strings into tokens using Strum.

Structs§

BracketIter
An iterator over the variants of Bracket
Lexer
Token
Contains information from lexical analysis

Enums§

ArithmeticOperator
Bracket
ComparisonOperator
Identifier
LexerError
LogicalOperator
Operator
QuotationMark
TemplateString
TokenKind
Classification of tokens