Crate lrlex

source ·

Macros

A convenience macro for including statically compiled .l files. A file src/x.l which is statically compiled by lrlex can then be used in a crate with lrlex_mod!(x).

Structs

Any error from the Lex parser returns an instance of this struct.
A LexerBuilder allows one to specify the criteria for building a statically generated lexer.
This struct represents, in essence, a .l file in memory. From it one can produce a Lexer which actually lexes inputs.

Enums

The various different possible Lex parser errors.

Functions

Type Definitions