Skip to content

sfraczek/graphviz-dot-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%