File: tree.without.attributes.txt

package info (click to toggle)
libtree-dagnode-perl 1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 1,455; makefile: 2; sh: 1
file content (134 lines) | stat: -rw-r--r-- 5,030 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
statements. Attributes: {}
    |--- :default. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- action. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- [values]. Attributes: {}
    |--- :start. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- graph_grammar. Attributes: {}
    |--- graph_grammar. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- graph_definition. Attributes: {}
    |    |--- action. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- graph. Attributes: {}
    |--- graph_definition. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- node_definition. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- edge_definition. Attributes: {}
    |--- node_definition. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- node_statement. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- node_statement. Attributes: {}
    |    |--- graph_definition. Attributes: {}
    |--- node_statement. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- node_name. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- node_name. Attributes: {}
    |    |--- attribute_definition. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- node_statement. Attributes: {}
    |    |--- (','). Attributes: {}
    |    |--- node_statement. Attributes: {}
    |--- node_name. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- start_node. Attributes: {}
    |    |--- end_node. Attributes: {}
    |--- :lexeme. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- start_node. Attributes: {}
    |    |--- pause. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- before. Attributes: {}
    |    |--- event. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- start_node. Attributes: {}
    |--- start_node. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- '['. Attributes: {}
    |--- :lexeme. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- end_node. Attributes: {}
    |--- end_node. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- ']'. Attributes: {}
    |--- edge_definition. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- edge_statement. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- edge_statement. Attributes: {}
    |    |--- graph_definition. Attributes: {}
    |--- edge_statement. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- edge_name. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- edge_name. Attributes: {}
    |    |--- attribute_definition. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- edge_statement. Attributes: {}
    |    |--- (','). Attributes: {}
    |    |--- edge_statement. Attributes: {}
    |--- edge_name. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- directed_edge. Attributes: {}
    |    |--- |. Attributes: {}
    |    |--- undirected_edge. Attributes: {}
    |--- :lexeme. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- directed_edge. Attributes: {}
    |    |--- pause. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- before. Attributes: {}
    |    |--- event. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- directed_edge. Attributes: {}
    |--- directed_edge. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- '->'. Attributes: {}
    |--- :lexeme. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- undirected_edge. Attributes: {}
    |    |--- pause. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- before. Attributes: {}
    |    |--- event. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- undirected_edge. Attributes: {}
    |--- undirected_edge. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- '--'. Attributes: {}
    |--- attribute_definition. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- attribute_statement. Attributes: {}
    |--- attribute_statement. Attributes: {}
    |    |--- ::=. Attributes: {}
    |    |--- start_attributes. Attributes: {}
    |    |--- end_attributes. Attributes: {}
    |--- :lexeme. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- start_attributes. Attributes: {}
    |    |--- pause. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- before. Attributes: {}
    |    |--- event. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- start_attributes. Attributes: {}
    |--- start_attributes. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- '{'. Attributes: {}
    |--- :lexeme. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- end_attributes. Attributes: {}
    |--- end_attributes. Attributes: {}
    |    |--- ~. Attributes: {}
    |    |--- '}'. Attributes: {}
    |--- :discard. Attributes: {}
    |    |--- =>. Attributes: {}
    |    |--- whitespace. Attributes: {}
    |--- whitespace. Attributes: {}
         |--- ~. Attributes: {}
         |--- [\s]. Attributes: {}