regexp-tree icon indicating copy to clipboard operation
regexp-tree copied to clipboard

Implement regexp diagrams

Open DmitrySoshnikov opened this issue 7 years ago • 1 comments

We can use something like railroad-diagrams to generate an .html file with the diagram, drawn for a regexp.

./bin/regexp-tree -e '/[0-9]+/' --diagram

(we can consider other diagram frameworks, if there are better ones)

DmitrySoshnikov avatar Apr 19 '17 22:04 DmitrySoshnikov

there is an add-on for atom showing railroad diagrams for regexps

hg42 avatar Apr 19 '17 23:04 hg42