epic.parser.projections
For computing projections from a fine grammar to a coarse grammar.
There are two indexes maintained for the fine symbols: a globally unique id, and a local per-symbol id (in the range 0...numRefinements(coarseSym).
Yuck.
Same as project(f)
From a PI[C, F] and a PI[F, F2], makes a PI[C, F2]
Computes the projection of the indexed fine label f to an indexed coarse label.
(Since version ) see corresponding Javadoc for more information.
For computing projections from a fine grammar to a coarse grammar.
There are two indexes maintained for the fine symbols: a globally unique id, and a local per-symbol id (in the range 0...numRefinements(coarseSym).
Yuck.