Info.Lr1Sourceshift_on t is the set of lookaheads that state t can shift
reduce_on t is the set of lookaheads that trigger a reduction in state t
reject t is set of lookaheads that cause the automaton to fail when in state t
val predecessors :
'g grammar ->
'g n Fix.Indexing.index ->
'g n Utils.Misc.indexset Utils.Misc.lazy_streampredecessors t is the set of LR(1) states that have transition going to t.
val intersect :
'g grammar ->
'g n Utils.Misc.indexset ->
'g n Utils.Misc.indexset ->
'g n Utils.Misc.indexsetWrapper around IndexSet.inter speeding-up intersection with all
val is_entrypoint :
'g grammar ->
'g n Fix.Indexing.index ->
'g production Fix.Indexing.index optionval default_reduction :
'g grammar ->
'g n Fix.Indexing.index ->
'g production Fix.Indexing.index option