Crate pattern_lexer

Crate pattern_lexer 

Source
Expand description

Plugin based Lexer implementation. We provide premade token kinds that can be customised to add better semantic.

Modules§

pattern
Module for pattern matching
token
Module containing the tokens

Structs§

Lexer
A plugin-based lexer. It perform lexical analysis on strings
LexerBuilder
Builder for Lexer