Hello PlantUML team,
- Could you allow special sequence management with special-sequence-symbol "?"?
Here is some examples (taken from the ISO EBNF standard):
@startebnf
(* Example from §8.1 ISO-EBNF *)
h-tab = ? IS0 6429 character Horizontal Tabulation ? ;
new-line = { ? IS0 6429 character Carriage Return ? },
? IS0 6429 character Line Feed ?,
{ ? IS0 6429 character Carriage Return ? };
@endebnf
or:
@startebnf
(* Other possible examples: *)
h-tab = ?Unicode U+0009?;
empty-special = ??;
@endebnf
A proposal will be to make a double line around the block. (to debate...)
Thank for the improvement (not urgent, but just ISO EBNF consistent),
Regards.