DiaVis - Diagram rendering
As a User, I want to be able to see a visual representation of the regular expression, to better understand the expression.
Satisfied if at least the following components are able to be displayed in a coherent diagram:
-
"Single chars", "any chars" and character classes [a-cd]
-
Repetitions +*
-
Alternation ?
(explicitly not the|
) -
Groups ()
This must only be applicable to BRE and ERE.
Edited by Pascal Meissner