Function parol::analysis::follow::follow_k

source ยท
pub fn follow_k(
    grammar_config: &GrammarConfig,
    k: usize,
    first_cache: &FirstCache,
    follow_cache: &FollowCache,
) -> (HashMap<Pos, KTuples>, FollowSet)
Expand description

Calculates the FOLLOW k sets for all non-terminals of the given grammar.