dot_parse 0.2.0

A package to parse DOT-format tokens
Documentation
1
2
3
4
5
strict graph { 
  a -- b ;
  a -- b ;
  b -- a [ color = blue ]
}