Module parol::analysis::first[][src]

Expand description

Grammar flow analysis FIRSTk of productions and non-terminals

Functions

Calculates the FIRST k sets for all productions of the given grammar. The indices in the returned vector correspond to the production number.

Type Definitions