enterprise-presentation/dot/todomvc.dot

19 lines
398 B
Text
Raw Normal View History

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