Crate slr_lexer [] [src]

Reexports

pub use self::TokenKind::*;

Structs

Error

The error type used throughout this crate.

Lexer

A type handling the lexing.

Source

Annotated representation of the configuration source string.

Span

Type representing a certain sub-section of the source.

Token

Enums

ErrorKind

An enum describing the kind of the error, to allow treating different errors differenly.

StringQuoteType
TokenKind

Functions

get_string_quote_type