Crate luthor [] [src]

Luthor provides a collection of lexers for various formats and languages. It also exposes types that aid in building lexers of your own.

Modules

lexers

Pre-built lexers for various languages/formats.

token

Token-related types.

tokenizer

Utility module for lexer implementations, providing types to help manage states and tokens.