Skip to content

nimbleparse:Suggestions for outputting information #448

Open
@liluyue

Description

@liluyue

The nimbleparse outputting info format maybe add "dot" format for Display in the form of a graph using graphviz

For example:

digraph table{
   label = "Stategraph" 
   node[shape="box"]
   0[label=" 0\n ^ -> . Expr"]
   1[label="1\nTerm -> Term . '/' Factor"]
   2[label="2\nFactor -> '(' . Expr ')'"]
   0 -> 1 [label="Term",decorate=false]
   0 -> 2 [label = "(",decorate =false]
   2 -> 1 [label="Term"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions