pub fn follow_k(
    grammar_config: &GrammarConfig,
    k: usize,
    first_cache: &FirstCache
) -> FollowSet
Expand description

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