Generate graphviz visualizations of NFAs from reverse polish notation regexes.
The following operators are supported
- concatenation (.)
- union (+)
- repetition (*)
The set of characters accepted is small for simplicity.
Generate graphviz visualizations of NFAs from reverse polish notation regexes.
The following operators are supported
The set of characters accepted is small for simplicity.