[][src]Module cfg::prediction

Prediction for predictive parsers.

Structs

FirstSets

FIRST sets.

FirstSetsCollector

Collector of FIRST sets.

FollowSets

FOLLOW sets.

LastSets

FIRST sets.

MinimalDistance

Calculation of minimum distance from one part of the grammar to another. Similar to multi-source shortest path search in a graph.

Type Definitions

PerSymbolSets

The representation of FIRST and FOLLOW sets.