File: gen_constants.yaml

package info (click to toggle)
libcompiler-lexer-perl 0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 612 kB
  • sloc: cpp: 5,127; perl: 1,167; makefile: 3
file content (266 lines) | stat: -rw-r--r-- 4,902 bytes parent folder | download | duplicates (2)
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
---
syntax_type:
  T_BlockStmt: 4
  T_Expr: 2
  T_Stmt: 3
  T_Term: 1
  T_Value: 0
token_kind:
  T_AUTOLOAD: 10
  T_Annotation: 28
  T_Assign: 2
  T_CORE: 11
  T_Class: 27
  T_Colon: 20
  T_Comma: 19
  T_Control: 14
  T_DESTROY: 12
  T_DataWord: 8
  T_Decl: 3
  T_DefaultStmt: 18
  T_Do: 15
  T_Function: 4
  T_Get: 33
  T_Handle: 13
  T_Import: 6
  T_ModWord: 9
  T_Modifier: 23
  T_Module: 16
  T_Namespace: 25
  T_Operator: 1
  T_Package: 26
  T_Ref: 32
  T_RegOpt: 29
  T_RegPrefix: 30
  T_RegReplacePrefix: 31
  T_Return: 0
  T_Set: 34
  T_SingleTerm: 5
  T_SpecificKeyword: 7
  T_Stmt: 17
  T_StmtEnd: 21
  T_Symbol: 22
  T_Term: 24
  T_Undefined: 36
  T_Verbose: 35
token_type:
  T_AUTOLOAD: 76
  T_Add: 1
  T_AddEqual: 20
  T_AlphabetAnd: 16
  T_AlphabetNot: 69
  T_AlphabetOr: 14
  T_AlphabetXOr: 18
  T_And: 52
  T_AndBitEqual: 54
  T_AndEqual: 58
  T_Annotation: 135
  T_Argument: 205
  T_ArgumentArray: 136
  T_Array: 188
  T_ArrayAt: 199
  T_ArrayDereference: 113
  T_ArrayRef: 197
  T_ArraySet: 201
  T_ArraySize: 66
  T_ArraySizeDereference: 121
  T_ArrayVar: 168
  T_Arrow: 124
  T_Assign: 65
  T_BareWord: 123
  T_BitAnd: 15
  T_BitNot: 12
  T_BitOr: 13
  T_BitXOr: 17
  T_Break: 88
  T_BuiltinFunc: 70
  T_CORE: 77
  T_Call: 204
  T_CallDecl: 130
  T_Class: 129
  T_CodeDereference: 116
  T_CodeRef: 131
  T_CodeVar: 167
  T_Colon: 105
  T_Comma: 104
  T_Comment: 209
  T_Compare: 33
  T_ConstValue: 138
  T_Continue: 86
  T_DESTROY: 78
  T_DataWord: 74
  T_Dec: 46
  T_Default: 207
  T_DefaultEqual: 49
  T_DefaultOperator: 60
  T_DefaultStmt: 103
  T_Diamond: 32
  T_Div: 4
  T_DivEqual: 23
  T_Do: 87
  T_Double: 171
  T_ElseStmt: 97
  T_ElsifStmt: 98
  T_Environment: 141
  T_EqualEqual: 31
  T_ExecString: 174
  T_Exp: 47
  T_FieldDecl: 158
  T_ForStmt: 133
  T_ForeachStmt: 134
  T_Format: 184
  T_FormatDecl: 183
  T_FormatEnd: 185
  T_Function: 203
  T_FunctionDecl: 63
  T_GivenStmt: 102
  T_Glob: 11
  T_GlobalArrayVar: 195
  T_GlobalHashVar: 196
  T_GlobalVar: 194
  T_GlobalVarDecl: 162
  T_Goto: 85
  T_Greater: 7
  T_GreaterEqual: 29
  T_Handle: 89
  T_HandleDelim: 152
  T_Hash: 189
  T_HashAt: 200
  T_HashDereference: 114
  T_HashRef: 198
  T_HashSet: 202
  T_HashVar: 169
  T_HereDocument: 181
  T_HereDocumentBareTag: 179
  T_HereDocumentEnd: 182
  T_HereDocumentExecTag: 178
  T_HereDocumentRawTag: 177
  T_HereDocumentTag: 176
  T_IfStmt: 96
  T_Import: 72
  T_Inc: 45
  T_Include: 142
  T_Int: 170
  T_Is: 67
  T_Key: 122
  T_LabelRef: 160
  T_Last: 84
  T_LeftBrace: 109
  T_LeftBracket: 111
  T_LeftParenthesis: 107
  T_LeftShift: 50
  T_LeftShiftEqual: 26
  T_Less: 8
  T_LessEqual: 30
  T_LibraryDirectories: 140
  T_List: 206
  T_LocalArrayVar: 192
  T_LocalDecl: 90
  T_LocalHashVar: 193
  T_LocalVar: 191
  T_LocalVarDecl: 161
  T_Method: 64
  T_Mod: 5
  T_ModEqual: 24
  T_ModWord: 75
  T_Mul: 3
  T_MulEqual: 22
  T_MultiGlobalVarDecl: 164
  T_MultiLocalVarDecl: 163
  T_Namespace: 127
  T_NamespaceResolver: 126
  T_Next: 83
  T_Not: 68
  T_NotBitEqual: 56
  T_NotEqual: 37
  T_Object: 186
  T_Operator: 190
  T_Or: 53
  T_OrBitEqual: 55
  T_OrEqual: 57
  T_OurDecl: 91
  T_Package: 128
  T_Pod: 208
  T_Pointer: 125
  T_PolymorphicCompare: 34
  T_PostDeref: 212
  T_PostDerefArraySliceCloseBracket: 215
  T_PostDerefArraySliceOpenBracket: 214
  T_PostDerefCodeCloseParen: 219
  T_PostDerefCodeOpenParen: 218
  T_PostDerefHashSliceCloseBrace: 217
  T_PostDerefHashSliceOpenBrace: 216
  T_PostDerefStar: 213
  T_PowerEqual: 48
  T_ProgramArgument: 139
  T_Prototype: 165
  T_RawHereDocument: 180
  T_RawString: 173
  T_Redo: 82
  T_Ref: 10
  T_RegAllReplace: 154
  T_RegDecl: 149
  T_RegDelim: 151
  T_RegDoubleQuote: 146
  T_RegExec: 148
  T_RegExp: 187
  T_RegList: 147
  T_RegMatch: 150
  T_RegMiddleDelim: 153
  T_RegNot: 36
  T_RegOK: 35
  T_RegOpt: 144
  T_RegQuote: 145
  T_RegReplace: 155
  T_RegReplaceFrom: 156
  T_RegReplaceTo: 157
  T_RequireDecl: 71
  T_RequiredName: 95
  T_Return: 0
  T_RightBrace: 110
  T_RightBracket: 112
  T_RightParenthesis: 108
  T_RightShift: 51
  T_RightShiftEqual: 27
  T_STDERR: 81
  T_STDIN: 79
  T_STDOUT: 80
  T_ScalarDereference: 115
  T_SemiColon: 106
  T_ShortArrayDereference: 118
  T_ShortCodeDereference: 120
  T_ShortHashDereference: 119
  T_ShortScalarDereference: 117
  T_Signal: 143
  T_Slice: 59
  T_SpecificKeyword: 73
  T_SpecificValue: 137
  T_StateDecl: 92
  T_String: 172
  T_StringAdd: 9
  T_StringAddEqual: 25
  T_StringCompare: 44
  T_StringEqual: 42
  T_StringGreater: 40
  T_StringGreaterEqual: 41
  T_StringLess: 38
  T_StringLessEqual: 39
  T_StringMul: 19
  T_StringMulEqual: 28
  T_StringNotEqual: 43
  T_Sub: 2
  T_SubEqual: 21
  T_ThreeTermOperator: 6
  T_ToDo: 61
  T_TypeRef: 159
  T_Undefined: 211
  T_UnlessStmt: 99
  T_UntilStmt: 100
  T_UseDecl: 93
  T_UsedName: 94
  T_Var: 166
  T_VarDecl: 62
  T_VersionString: 175
  T_WhenStmt: 101
  T_WhileStmt: 132
  T_WhiteSpace: 210