Info.TerminalSourceall g is the set of all terminals in grammar g
regular g is the set of regular terminals in grammar g, excluding EOF, ERROR, and pseudo-terminals
semantic_value term is Some typ if terminal term has a semantic value of type typ, or None for unparameterized terminals.
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
Is it the special `error` symbol
Converts a set of lookahead terminals to a human-readable string. Sets larger than 10 elements are abbreviated.
val find :
'g grammar ->
?approx:int ->
string ->
('g n Fix.Indexing.index, (int * string * 'g n Fix.Indexing.index) list)
Stdlib.resultFinds a terminal by name. Returns disambiguation suggestions when the name is not found and approx > 0.