|
| |
| Navigation |
Types
data Production
= \priority(Symbol def, list[Production] choices)
| \associativity(Symbol def, Associativity \assoc, set[Production] alternatives)
| \others(Symbol def)
| \reference(Symbol def, str cons)
;
Usage
import ParseTree;
Here we extend productions with basic combinators allowing to construct ordered and un-ordered compositions, and associativity groups. The intended semantics are that
|