Crate cfg_predict_sets

Crate cfg_predict_sets 

Source
Expand description

Predict sets: FOLLOW, FIRST and LAST set computation.

Re-exports§

pub use self::cfg_sets_ext::CfgSetsExt;
pub use self::first::FirstSets;
pub use self::follow::FollowSets;
pub use self::last::LastSets;
pub use self::sets::PerSymbolSets;
pub use self::sets::PredictSets;

Modules§

cfg_sets_ext
Extension trait for computing FIRST and FOLLOW sets.
first
FIRST sets.
follow
FOLLOW sets.
last
LAST sets.
sets
Definitions for accessing the result of FIRST, FOLLOW and LAST set computation.