enterprise-presentation/dot/todomvc.dot
2020-02-24 23:51:39 -06:00

18 lines
398 B
Text

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
}