Changes for version 2.03 - 2014-12-12
- Patch so token names are not stored with double-quotes when input is double-quoted. This means renderers must double-quote things.
- Patch so the graph's id has the tree node name of 'graph_id' and not 'node_id'.
- Patch so subgraph ids have the tree node name of 'subgraph_id' and not 'node_id'.
- Patch docs re See Also.
- Fix typo in regexp in renderer.
- Add method decode_port_compass($node).
- Add method decode_node($node).
- Add method decode_tree($tree). This examines the prolog to determine if the tree is 'strict' or not, and whether it is a 'digraph' or 'graph'.
- Add t/decode.port.compass.t.
Documentation
Run GraphViz2::Marpa.
Generate GraphViz2::Marpa's html/index.html.
Modules
A Marpa-based parser for Graphviz dot files
A config file helper for GraphViz2::Marpa
A demo page generator for GraphViz2::Marpa
A renderer for GraphViz2::Marpa-style dot files
A demo page generator for GraphViz2::Marpa