Package | Description |
---|---|
org.stekikun.dolmen.unparam |
Modifier and Type | Method and Description |
---|---|
static Grammars.NTermsInfo |
Grammars.analyseGrammar(Grammar grammar,
@Nullable Grammars.Dependencies deps_,
@Nullable Reporter reporter)
Analyze the given
grammar and compute for every non-terminal
whether it is nullable, and the associated FIRST and FOLLOW
sets. |
Modifier and Type | Method and Description |
---|---|
static Grammars.PredictionTable |
Grammars.predictionTable(Grammar grammar,
Grammars.NTermsInfo infos)
Constructs a prediction table for the given grammar.
|