Crate pattern_lexer

source ·
Expand description

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

Modules

  • Module for pattern matching
  • Module containing the tokens

Structs

  • A plugin based Lexer A plugin-based Lexer. It perform lexical analysis on strings
  • Struct to build rust Lexer Builder for Lexer