[][src]Function lrtable::from_yacc

pub fn from_yacc<StorageT: 'static + Hash + PrimInt + Unsigned>(
    grm: &YaccGrammar<StorageT>,
    m: Minimiser
) -> Result<(StateGraph<StorageT>, StateTable<StorageT>), StateTableError<StorageT>> where
    usize: AsPrimitive<StorageT>,
    u32: AsPrimitive<StorageT>,