[][src]Crate lrtable

Re-exports

pub use crate::statetable::Action;
pub use crate::statetable::StateTable;
pub use crate::statetable::StateTableError;
pub use crate::statetable::StateTableErrorKind;

Modules

statetable

Structs

StIdx

StIdx is a wrapper for a state index. Its internal type is StIdxStorageT. The only guarantee we make about `StIdx' is that it can be infallibly converted to usize.

StateGraph

Enums

Minimiser

Functions

from_yacc

Type Definitions

StIdxStorageT

The type of the inner value of an StIdx.