Derive Macro lexi_matic::Lexer

source ·
#[derive(Lexer)]
{
    // Attributes available to this derive:
    #[regex]
    #[token]
    #[lexer]
}
Expand description

Derive the Lexer implementation.