|
When the graphics exceeds this width, attempts will
be made to break it and start a continuation line.
|
|
Unless disabled, direct recursion will be replaced by repetition. This
applies to nonterminals, whose directly recursive references are
either left- or right-recursive only. Upon success,
productions are inlined, when a single reference remains.
|
|
When checked, left and right factoring will be applied to
right-hand sides of all productions individually, in order
to achieve more compact diagrams.
|
|
Replace nonterminal references by their definition, when they derive to a single
string literal.
|
|
Keep references to nonterminals, that derive to epsilon only. When unchecked,
they will be removed.
|