Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer for tokenizing ELO expressions

Converts a string of ELO code into a stream of tokens. Handles all ELO token types including literals, operators, keywords, and punctuation.

Structs§

LexError
Parse error with location information
Lexer
Lexer for ELO expressions

Enums§

Token
A single token in an ELO expression