Struct lalr::LR1ParseTable [] [src]

pub struct LR1ParseTable<'a, T: 'a, N: 'a, A: 'a> {
    pub states: Vec<LR1State<'a, T, N, A>>,
}

An LR(1) parse table.

Fields

Trait Implementations

impl<'a, T: Debug + 'a, N: Debug + 'a, A: Debug + 'a> Debug for LR1ParseTable<'a, T, N, A>
[src]

Formats the value using the given formatter.