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§
Enums§
- Token
- A single token in an ELO expression