Module lexer

Module lexer 

Source

Re-exports§

pub use tokens::IntoToken;

Modules§

tokens

Structs§

Span

Enums§

LexerError
Errors that can be thrown by the lexer.

Functions§

lex
Create a vec of Terminals from a string. Can fail, and will return an error if it does.
preprocess
Preprocess a card oracle text to properly lex it.