graphviz-dot-parser 0.0.4

A simple (incomplete) parser for Graphviz DOT format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# A Simple Parser for Graphviz DOT language

Parse DOT into GraphAST, which can then convert to a graph in the petgraph library.

Still work-in-progress, pull requests are welcomed!

## A few TODOs
- [ ] Handle comments/spaces correctly
- [ ] Support subgraphs and attribute statements
- [ ] Convert node/edge labels into petgraph
- [ ] Support edges with multiple RHS
- [ ] Support node_id with ports