Add a new syntax for add_edge command
Add the possibility to "copy" a edge label.
The command add_edge e: X -> Y
means "add an edge from node X
to node Y
with the same label than the edge matched with name e
in the pattern".
Add the possibility to "copy" a edge label.
The command add_edge e: X -> Y
means "add an edge from node X
to node Y
with the same label than the edge matched with name e
in the pattern".