Module hime_redist::lexers

source ·
Expand description

Module for lexers API

Re-exports

Modules

  • Module for lexers’ automata
  • Module for the lexers’ fuzzy DFA matcher
  • Module for lexers’ implementation

Structs

  • Implementation of the default context provider
  • Represents a context-free lexer (lexing rules do not depend on the context)
  • Represents the kernel of a token, i.e. the identifying information of a token

Constants

Traits