Struct malk_lexer::InvalidSymbolTableError [] [src]

pub struct InvalidSymbolTableError<'s> {
    pub first: Vec<&'s str>,
    pub second: Vec<&'s str>,
}

Error returned by validate_symbol_table. Represents two sequences of symbols that cannot be parsed unambiguously because they would appear as the same string of text.

Fields

Trait Implementations

impl<'s> Debug for InvalidSymbolTableError<'s>
[src]

Formats the value using the given formatter.