Module cfg::prediction [] [src]

Prediction for predictive parsers.

Structs

FirstSets

FIRST sets.

FollowSets

FOLLOW 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.