All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dot.org.antlr.v4.runtime.atn.images.LocalMerge_DiffRoots.dot Maven / Gradle / Ivy

There is a newer version: 2.12.15
Show newest version
digraph "" {
    graph[dpi="60";compound="true"];

    subgraph L {
        node[shape="none"];
        left[label="$"];
        leftroot[label="a"];

        left -> leftroot[dir="back"];
    }

    subgraph AB {
        temp1[shape="none";label="+"];
    }

    subgraph R {
        right[shape="invtriangle";label="x"];
        rightroot[shape="none";label="b"];

        right -> rightroot[dir="back"];
    }

    subgraph BC {
        node[color="invis";shape="point"];
        temp2b;
        temp2c;

        temp2b -> temp2c[constraint="false";label="wwwwwww";fontcolor="invis"];
    }

    subgraph Res {
        node[shape="none"];
        result[label="$"];
        resultroot[shape="record";label="{ | a} | { | b}"];

        result -> resultroot:a:n[dir="back"];
        result -> resultroot:b:n[dir="back"];
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy