enterprise-presentation/dot/todomvc.dot

27 lines
555 B
Text
Raw Permalink Normal View History

2020-02-25 05:51:39 +00:00
digraph {
rankdir = "LR";
2020-02-25 08:29:00 +00:00
subgraph {
rank = "source";
0 [label="RsxAttr(\"sym_0\", \"value\")"]
2 [label="CodeSeg(\"sym_3\")"]
}
2020-02-25 05:51:39 +00:00
1 [label="ModelValue(Leaf(\"value\"))"]
3 [label="ModelValue(Leaf(\"todos\"))"]
4 [label="RsxEvent(\"sym_0\", \"submit\")"]
2020-02-25 08:29:00 +00:00
subgraph {
rank = "same";
5 [label="CodeSeg(\"sym_9\")"]
6 [label="Iterator(\"sym_8\")"]
7 [label="RsxSpan(\"sym_10\")"]
}
2020-02-25 05:51:39 +00:00
0 -> 1
1 -> 0
2 -> 3
2 -> 1
4 -> 2
5 -> 6
3 -> 5
2020-02-25 08:29:00 +00:00
6 -> 7
2020-02-25 05:51:39 +00:00
}