Module hime_redist::lexers [] [src]

Module for lexers API

Modules

automaton

Module for lexers' automata

fuzzy

Module for the lexers' fuzzy DFA matcher

impls

Module for lexers' implementation

Structs

DefaultContextProvider

Implementation of the default context provider

TokenKernel

Represents the kernel of a token, i.e. the identifying information of a token

Constants

DEFAULT_CONTEXT

Identifier of the default context

Traits

ContextProvider

Provides context information to a lexer

Lexer

The public interface of a lexer