@cloudbase/cals 1.2.17 → 1.2.18-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/lib/cjs/utils/mermaid-datasource/build.d.ts +2 -0
  2. package/lib/cjs/utils/mermaid-datasource/build.d.ts.map +1 -0
  3. package/lib/cjs/utils/mermaid-datasource/build.js +82 -0
  4. package/lib/cjs/utils/mermaid-datasource/classDb.d.ts +116 -0
  5. package/lib/cjs/utils/mermaid-datasource/classDb.d.ts.map +1 -0
  6. package/lib/cjs/utils/mermaid-datasource/classDb.js +333 -0
  7. package/lib/cjs/utils/mermaid-datasource/classDiagram.d.ts +4 -0
  8. package/lib/cjs/utils/mermaid-datasource/classDiagram.d.ts.map +1 -0
  9. package/lib/cjs/utils/mermaid-datasource/classDiagram.js +1115 -0
  10. package/lib/cjs/utils/mermaid-datasource/jison-builder.d.ts +2 -0
  11. package/lib/cjs/utils/mermaid-datasource/jison-builder.d.ts.map +1 -0
  12. package/lib/cjs/utils/mermaid-datasource/jison-builder.js +22 -0
  13. package/lib/cjs/utils/mermaid-datasource/mermaid-json-transform.d.ts +70 -0
  14. package/lib/cjs/utils/mermaid-datasource/mermaid-json-transform.d.ts.map +1 -0
  15. package/lib/cjs/utils/mermaid-datasource/mermaid-json-transform.js +624 -0
  16. package/lib/cjs/utils/mermaid-datasource/prompts/cases/activity_reservation.d.ts +11 -0
  17. package/lib/cjs/utils/mermaid-datasource/prompts/cases/activity_reservation.d.ts.map +1 -0
  18. package/lib/cjs/utils/mermaid-datasource/prompts/cases/activity_reservation.js +9 -0
  19. package/lib/cjs/utils/mermaid-datasource/prompts/cases/index.d.ts +6 -0
  20. package/lib/cjs/utils/mermaid-datasource/prompts/cases/index.d.ts.map +1 -0
  21. package/lib/cjs/utils/mermaid-datasource/prompts/cases/index.js +18 -0
  22. package/lib/cjs/utils/mermaid-datasource/prompts/cases/students_course_selection.d.ts +11 -0
  23. package/lib/cjs/utils/mermaid-datasource/prompts/cases/students_course_selection.d.ts.map +1 -0
  24. package/lib/cjs/utils/mermaid-datasource/prompts/cases/students_course_selection.js +9 -0
  25. package/lib/cjs/utils/mermaid-datasource/prompts/system.d.ts +7 -0
  26. package/lib/cjs/utils/mermaid-datasource/prompts/system.d.ts.map +1 -0
  27. package/lib/cjs/utils/mermaid-datasource/prompts/system.js +9 -0
  28. package/lib/esm/utils/mermaid-datasource/build.d.ts +2 -0
  29. package/lib/esm/utils/mermaid-datasource/build.d.ts.map +1 -0
  30. package/lib/esm/utils/mermaid-datasource/build.js +77 -0
  31. package/lib/esm/utils/mermaid-datasource/classDb.d.ts +116 -0
  32. package/lib/esm/utils/mermaid-datasource/classDb.d.ts.map +1 -0
  33. package/lib/esm/utils/mermaid-datasource/classDb.js +331 -0
  34. package/lib/esm/utils/mermaid-datasource/classDiagram.d.ts +4 -0
  35. package/lib/esm/utils/mermaid-datasource/classDiagram.d.ts.map +1 -0
  36. package/lib/esm/utils/mermaid-datasource/classDiagram.js +1112 -0
  37. package/lib/esm/utils/mermaid-datasource/jison-builder.d.ts +2 -0
  38. package/lib/esm/utils/mermaid-datasource/jison-builder.d.ts.map +1 -0
  39. package/lib/esm/utils/mermaid-datasource/jison-builder.js +15 -0
  40. package/lib/esm/utils/mermaid-datasource/mermaid-json-transform.d.ts +70 -0
  41. package/lib/esm/utils/mermaid-datasource/mermaid-json-transform.d.ts.map +1 -0
  42. package/lib/esm/utils/mermaid-datasource/mermaid-json-transform.js +615 -0
  43. package/lib/esm/utils/mermaid-datasource/prompts/cases/activity_reservation.d.ts +11 -0
  44. package/lib/esm/utils/mermaid-datasource/prompts/cases/activity_reservation.d.ts.map +1 -0
  45. package/lib/esm/utils/mermaid-datasource/prompts/cases/activity_reservation.js +7 -0
  46. package/lib/esm/utils/mermaid-datasource/prompts/cases/index.d.ts +6 -0
  47. package/lib/esm/utils/mermaid-datasource/prompts/cases/index.d.ts.map +1 -0
  48. package/lib/esm/utils/mermaid-datasource/prompts/cases/index.js +12 -0
  49. package/lib/esm/utils/mermaid-datasource/prompts/cases/students_course_selection.d.ts +11 -0
  50. package/lib/esm/utils/mermaid-datasource/prompts/cases/students_course_selection.d.ts.map +1 -0
  51. package/lib/esm/utils/mermaid-datasource/prompts/cases/students_course_selection.js +7 -0
  52. package/lib/esm/utils/mermaid-datasource/prompts/system.d.ts +7 -0
  53. package/lib/esm/utils/mermaid-datasource/prompts/system.d.ts.map +1 -0
  54. package/lib/esm/utils/mermaid-datasource/prompts/system.js +7 -0
  55. package/lib/tsconfig.tsbuildinfo +1 -1
  56. package/package.json +2 -1
@@ -0,0 +1,1112 @@
1
+ //@ts-nocheck
2
+ // DO NOT EDIT THIS FILE, IT IS AUTO GENERATED BY build.ts
3
+ /* parser generated by jison 0.4.18 */
4
+ /*
5
+ Returns a Parser object of the following structure:
6
+
7
+ Parser: {
8
+ yy: {}
9
+ }
10
+
11
+ Parser.prototype: {
12
+ yy: {},
13
+ trace: function(),
14
+ symbols_: {associative list: name ==> number},
15
+ terminals_: {associative list: number ==> name},
16
+ productions_: [...],
17
+ performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$),
18
+ table: [...],
19
+ defaultActions: {...},
20
+ parseError: function(str, hash),
21
+ parse: function(input),
22
+
23
+ lexer: {
24
+ EOF: 1,
25
+ parseError: function(str, hash),
26
+ setInput: function(input),
27
+ input: function(),
28
+ unput: function(str),
29
+ more: function(),
30
+ less: function(n),
31
+ pastInput: function(),
32
+ upcomingInput: function(),
33
+ showPosition: function(),
34
+ test_match: function(regex_match_array, rule_index),
35
+ next: function(),
36
+ lex: function(),
37
+ begin: function(condition),
38
+ popState: function(),
39
+ _currentRules: function(),
40
+ topState: function(),
41
+ pushState: function(condition),
42
+
43
+ options: {
44
+ ranges: boolean (optional: true ==> token location info will include a .range[] member)
45
+ flex: boolean (optional: true ==> flex-like lexing behaviour where the rules are tested exhaustively to find the longest match)
46
+ backtrack_lexer: boolean (optional: true ==> lexer regexes are tested in order and for each matching regex the action code is invoked; the lexer terminates the scan when a token is returned by the action code)
47
+ },
48
+
49
+ performAction: function(yy, yy_, $avoiding_name_collisions, YY_START),
50
+ rules: [...],
51
+ conditions: {associative list: name ==> set},
52
+ }
53
+ }
54
+
55
+
56
+ token location info (@$, _$, etc.): {
57
+ first_line: n,
58
+ last_line: n,
59
+ first_column: n,
60
+ last_column: n,
61
+ range: [start_number, end_number] (where the numbers are indexes into the input string, regular zero-based)
62
+ }
63
+
64
+
65
+ the parseError function receives a 'hash' object with these members for lexer and parser errors: {
66
+ text: (matched text)
67
+ token: (the produced terminal token, if any)
68
+ line: (yylineno)
69
+ }
70
+ while parser (grammar) errors will also provide these members, i.e. parser errors deliver a superset of attributes: {
71
+ loc: (yylloc)
72
+ expected: (string describing the set of expected tokens)
73
+ recoverable: (boolean: TRUE when the parser has a error recovery rule available for this particular error)
74
+ }
75
+ */
76
+ var parser = (function () {
77
+ var o = function (k, v, o, l) { for (o = o || {}, l = k.length; l--; o[k[l]] = v)
78
+ ; return o; }, $V0 = [1, 18], $V1 = [1, 19], $V2 = [1, 20], $V3 = [1, 41], $V4 = [1, 42], $V5 = [1, 26], $V6 = [1, 24], $V7 = [1, 25], $V8 = [1, 32], $V9 = [1, 33], $Va = [1, 34], $Vb = [1, 45], $Vc = [1, 35], $Vd = [1, 36], $Ve = [1, 37], $Vf = [1, 38], $Vg = [1, 27], $Vh = [1, 28], $Vi = [1, 29], $Vj = [1, 30], $Vk = [1, 31], $Vl = [1, 44], $Vm = [1, 46], $Vn = [1, 43], $Vo = [1, 47], $Vp = [1, 9], $Vq = [1, 8, 9], $Vr = [1, 58], $Vs = [1, 59], $Vt = [1, 60], $Vu = [1, 61], $Vv = [1, 62], $Vw = [1, 63], $Vx = [1, 64], $Vy = [1, 8, 9, 41], $Vz = [1, 76], $VA = [1, 8, 9, 12, 13, 22, 39, 41, 44, 66, 67, 68, 69, 70, 71, 72, 77, 79], $VB = [1, 8, 9, 12, 13, 17, 20, 22, 39, 41, 44, 48, 58, 66, 67, 68, 69, 70, 71, 72, 77, 79, 84, 99, 101, 102], $VC = [13, 58, 84, 99, 101, 102], $VD = [13, 58, 71, 72, 84, 99, 101, 102], $VE = [13, 58, 66, 67, 68, 69, 70, 84, 99, 101, 102], $VF = [1, 98], $VG = [1, 115], $VH = [1, 107], $VI = [1, 113], $VJ = [1, 108], $VK = [1, 109], $VL = [1, 110], $VM = [1, 111], $VN = [1, 112], $VO = [1, 114], $VP = [22, 58, 59, 80, 84, 85, 86, 87, 88, 89], $VQ = [1, 8, 9, 39, 41, 44], $VR = [1, 8, 9, 22], $VS = [1, 143], $VT = [1, 8, 9, 59], $VU = [1, 8, 9, 22, 58, 59, 80, 84, 85, 86, 87, 88, 89];
79
+ var parser = { trace: function trace() { },
80
+ yy: {},
81
+ symbols_: { "error": 2, "start": 3, "mermaidDoc": 4, "statements": 5, "graphConfig": 6, "CLASS_DIAGRAM": 7, "NEWLINE": 8, "EOF": 9, "statement": 10, "classLabel": 11, "SQS": 12, "STR": 13, "SQE": 14, "namespaceName": 15, "alphaNumToken": 16, "DOT": 17, "className": 18, "classLiteralName": 19, "GENERICTYPE": 20, "relationStatement": 21, "LABEL": 22, "namespaceStatement": 23, "classStatement": 24, "memberStatement": 25, "annotationStatement": 26, "clickStatement": 27, "styleStatement": 28, "cssClassStatement": 29, "noteStatement": 30, "classDefStatement": 31, "direction": 32, "acc_title": 33, "acc_title_value": 34, "acc_descr": 35, "acc_descr_value": 36, "acc_descr_multiline_value": 37, "namespaceIdentifier": 38, "STRUCT_START": 39, "classStatements": 40, "STRUCT_STOP": 41, "NAMESPACE": 42, "classIdentifier": 43, "STYLE_SEPARATOR": 44, "members": 45, "CLASS": 46, "ANNOTATION_START": 47, "ANNOTATION_END": 48, "MEMBER": 49, "SEPARATOR": 50, "relation": 51, "NOTE_FOR": 52, "noteText": 53, "NOTE": 54, "CLASSDEF": 55, "classList": 56, "stylesOpt": 57, "ALPHA": 58, "COMMA": 59, "direction_tb": 60, "direction_bt": 61, "direction_rl": 62, "direction_lr": 63, "relationType": 64, "lineType": 65, "AGGREGATION": 66, "EXTENSION": 67, "COMPOSITION": 68, "DEPENDENCY": 69, "LOLLIPOP": 70, "LINE": 71, "DOTTED_LINE": 72, "CALLBACK": 73, "LINK": 74, "LINK_TARGET": 75, "CLICK": 76, "CALLBACK_NAME": 77, "CALLBACK_ARGS": 78, "HREF": 79, "STYLE": 80, "CSSCLASS": 81, "style": 82, "styleComponent": 83, "NUM": 84, "COLON": 85, "UNIT": 86, "SPACE": 87, "BRKT": 88, "PCT": 89, "commentToken": 90, "textToken": 91, "graphCodeTokens": 92, "textNoTagsToken": 93, "TAGSTART": 94, "TAGEND": 95, "==": 96, "--": 97, "DEFAULT": 98, "MINUS": 99, "keywords": 100, "UNICODE_TEXT": 101, "BQUOTE_STR": 102, "$accept": 0, "$end": 1 },
82
+ terminals_: { 2: "error", 7: "CLASS_DIAGRAM", 8: "NEWLINE", 9: "EOF", 12: "SQS", 13: "STR", 14: "SQE", 17: "DOT", 20: "GENERICTYPE", 22: "LABEL", 33: "acc_title", 34: "acc_title_value", 35: "acc_descr", 36: "acc_descr_value", 37: "acc_descr_multiline_value", 39: "STRUCT_START", 41: "STRUCT_STOP", 42: "NAMESPACE", 44: "STYLE_SEPARATOR", 46: "CLASS", 47: "ANNOTATION_START", 48: "ANNOTATION_END", 49: "MEMBER", 50: "SEPARATOR", 52: "NOTE_FOR", 54: "NOTE", 55: "CLASSDEF", 58: "ALPHA", 59: "COMMA", 60: "direction_tb", 61: "direction_bt", 62: "direction_rl", 63: "direction_lr", 66: "AGGREGATION", 67: "EXTENSION", 68: "COMPOSITION", 69: "DEPENDENCY", 70: "LOLLIPOP", 71: "LINE", 72: "DOTTED_LINE", 73: "CALLBACK", 74: "LINK", 75: "LINK_TARGET", 76: "CLICK", 77: "CALLBACK_NAME", 78: "CALLBACK_ARGS", 79: "HREF", 80: "STYLE", 81: "CSSCLASS", 84: "NUM", 85: "COLON", 86: "UNIT", 87: "SPACE", 88: "BRKT", 89: "PCT", 92: "graphCodeTokens", 94: "TAGSTART", 95: "TAGEND", 96: "==", 97: "--", 98: "DEFAULT", 99: "MINUS", 100: "keywords", 101: "UNICODE_TEXT", 102: "BQUOTE_STR" },
83
+ productions_: [0, [3, 1], [3, 1], [4, 1], [6, 4], [5, 1], [5, 2], [5, 3], [11, 3], [15, 1], [15, 3], [15, 2], [18, 1], [18, 3], [18, 1], [18, 2], [18, 2], [18, 2], [10, 1], [10, 2], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 2], [10, 2], [10, 1], [23, 4], [23, 5], [38, 2], [40, 1], [40, 2], [40, 3], [24, 1], [24, 3], [24, 4], [24, 6], [43, 2], [43, 3], [26, 4], [45, 1], [45, 2], [25, 1], [25, 2], [25, 1], [25, 1], [21, 3], [21, 4], [21, 4], [21, 5], [30, 3], [30, 2], [31, 3], [56, 1], [56, 3], [32, 1], [32, 1], [32, 1], [32, 1], [51, 3], [51, 2], [51, 2], [51, 1], [64, 1], [64, 1], [64, 1], [64, 1], [64, 1], [65, 1], [65, 1], [27, 3], [27, 4], [27, 3], [27, 4], [27, 4], [27, 5], [27, 3], [27, 4], [27, 4], [27, 5], [27, 4], [27, 5], [27, 5], [27, 6], [28, 3], [29, 3], [57, 1], [57, 3], [82, 1], [82, 2], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [90, 1], [90, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [93, 1], [93, 1], [93, 1], [93, 1], [16, 1], [16, 1], [16, 1], [16, 1], [19, 1], [53, 1]],
84
+ performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate /* action[1] */, $$ /* vstack */, _$ /* lstack */) {
85
+ /* this == yyval */
86
+ var $0 = $$.length - 1;
87
+ switch (yystate) {
88
+ case 8:
89
+ this.$ = $$[$0 - 1];
90
+ break;
91
+ case 9:
92
+ case 12:
93
+ case 14:
94
+ this.$ = $$[$0];
95
+ break;
96
+ case 10:
97
+ case 13:
98
+ this.$ = $$[$0 - 2] + '.' + $$[$0];
99
+ break;
100
+ case 11:
101
+ case 15:
102
+ this.$ = $$[$0 - 1] + $$[$0];
103
+ break;
104
+ case 16:
105
+ case 17:
106
+ this.$ = $$[$0 - 1] + '~' + $$[$0] + '~';
107
+ break;
108
+ case 18:
109
+ yy.addRelation($$[$0]);
110
+ break;
111
+ case 19:
112
+ $$[$0 - 1].title = yy.cleanupLabel($$[$0]);
113
+ yy.addRelation($$[$0 - 1]);
114
+ break;
115
+ case 30:
116
+ this.$ = $$[$0].trim();
117
+ yy.setAccTitle(this.$);
118
+ break;
119
+ case 31:
120
+ case 32:
121
+ this.$ = $$[$0].trim();
122
+ yy.setAccDescription(this.$);
123
+ break;
124
+ case 33:
125
+ yy.addClassesToNamespace($$[$0 - 3], $$[$0 - 1]);
126
+ break;
127
+ case 34:
128
+ yy.addClassesToNamespace($$[$0 - 4], $$[$0 - 1]);
129
+ break;
130
+ case 35:
131
+ this.$ = $$[$0];
132
+ yy.addNamespace($$[$0]);
133
+ break;
134
+ case 36:
135
+ this.$ = [$$[$0]];
136
+ break;
137
+ case 37:
138
+ this.$ = [$$[$0 - 1]];
139
+ break;
140
+ case 38:
141
+ $$[$0].unshift($$[$0 - 2]);
142
+ this.$ = $$[$0];
143
+ break;
144
+ case 40:
145
+ yy.setCssClass($$[$0 - 2], $$[$0]);
146
+ break;
147
+ case 41:
148
+ yy.addMembers($$[$0 - 3], $$[$0 - 1]);
149
+ break;
150
+ case 42:
151
+ yy.setCssClass($$[$0 - 5], $$[$0 - 3]);
152
+ yy.addMembers($$[$0 - 5], $$[$0 - 1]);
153
+ break;
154
+ case 43:
155
+ this.$ = $$[$0];
156
+ yy.addClass($$[$0]);
157
+ break;
158
+ case 44:
159
+ this.$ = $$[$0 - 1];
160
+ yy.addClass($$[$0 - 1]);
161
+ yy.setClassLabel($$[$0 - 1], $$[$0]);
162
+ break;
163
+ case 45:
164
+ yy.addAnnotation($$[$0], $$[$0 - 2]);
165
+ break;
166
+ case 46:
167
+ case 59:
168
+ this.$ = [$$[$0]];
169
+ break;
170
+ case 47:
171
+ $$[$0].push($$[$0 - 1]);
172
+ this.$ = $$[$0];
173
+ break;
174
+ case 48:
175
+ /*console.log('Rel found',$$[$0]);*/
176
+ break;
177
+ case 49:
178
+ yy.addMember($$[$0 - 1], yy.cleanupLabel($$[$0]));
179
+ break;
180
+ case 50:
181
+ /*console.warn('Member',$$[$0]);*/
182
+ break;
183
+ case 51:
184
+ /*console.log('sep found',$$[$0]);*/
185
+ break;
186
+ case 52:
187
+ this.$ = { 'id1': $$[$0 - 2], 'id2': $$[$0], relation: $$[$0 - 1], relationTitle1: 'none', relationTitle2: 'none' };
188
+ break;
189
+ case 53:
190
+ this.$ = { id1: $$[$0 - 3], id2: $$[$0], relation: $$[$0 - 1], relationTitle1: $$[$0 - 2], relationTitle2: 'none' };
191
+ break;
192
+ case 54:
193
+ this.$ = { id1: $$[$0 - 3], id2: $$[$0], relation: $$[$0 - 2], relationTitle1: 'none', relationTitle2: $$[$0 - 1] };
194
+ break;
195
+ case 55:
196
+ this.$ = { id1: $$[$0 - 4], id2: $$[$0], relation: $$[$0 - 2], relationTitle1: $$[$0 - 3], relationTitle2: $$[$0 - 1] };
197
+ break;
198
+ case 56:
199
+ yy.addNote($$[$0], $$[$0 - 1]);
200
+ break;
201
+ case 57:
202
+ yy.addNote($$[$0]);
203
+ break;
204
+ case 58:
205
+ this.$ = $$[$0 - 2];
206
+ yy.defineClass($$[$0 - 1], $$[$0]);
207
+ break;
208
+ case 60:
209
+ this.$ = $$[$0 - 2].concat([$$[$0]]);
210
+ break;
211
+ case 61:
212
+ yy.setDirection('TB');
213
+ break;
214
+ case 62:
215
+ yy.setDirection('BT');
216
+ break;
217
+ case 63:
218
+ yy.setDirection('RL');
219
+ break;
220
+ case 64:
221
+ yy.setDirection('LR');
222
+ break;
223
+ case 65:
224
+ this.$ = { type1: $$[$0 - 2], type2: $$[$0], lineType: $$[$0 - 1] };
225
+ break;
226
+ case 66:
227
+ this.$ = { type1: 'none', type2: $$[$0], lineType: $$[$0 - 1] };
228
+ break;
229
+ case 67:
230
+ this.$ = { type1: $$[$0 - 1], type2: 'none', lineType: $$[$0] };
231
+ break;
232
+ case 68:
233
+ this.$ = { type1: 'none', type2: 'none', lineType: $$[$0] };
234
+ break;
235
+ case 69:
236
+ this.$ = yy.relationType.AGGREGATION;
237
+ break;
238
+ case 70:
239
+ this.$ = yy.relationType.EXTENSION;
240
+ break;
241
+ case 71:
242
+ this.$ = yy.relationType.COMPOSITION;
243
+ break;
244
+ case 72:
245
+ this.$ = yy.relationType.DEPENDENCY;
246
+ break;
247
+ case 73:
248
+ this.$ = yy.relationType.LOLLIPOP;
249
+ break;
250
+ case 74:
251
+ this.$ = yy.lineType.LINE;
252
+ break;
253
+ case 75:
254
+ this.$ = yy.lineType.DOTTED_LINE;
255
+ break;
256
+ case 76:
257
+ case 82:
258
+ this.$ = $$[$0 - 2];
259
+ yy.setClickEvent($$[$0 - 1], $$[$0]);
260
+ break;
261
+ case 77:
262
+ case 83:
263
+ this.$ = $$[$0 - 3];
264
+ yy.setClickEvent($$[$0 - 2], $$[$0 - 1]);
265
+ yy.setTooltip($$[$0 - 2], $$[$0]);
266
+ break;
267
+ case 78:
268
+ this.$ = $$[$0 - 2];
269
+ yy.setLink($$[$0 - 1], $$[$0]);
270
+ break;
271
+ case 79:
272
+ this.$ = $$[$0 - 3];
273
+ yy.setLink($$[$0 - 2], $$[$0 - 1], $$[$0]);
274
+ break;
275
+ case 80:
276
+ this.$ = $$[$0 - 3];
277
+ yy.setLink($$[$0 - 2], $$[$0 - 1]);
278
+ yy.setTooltip($$[$0 - 2], $$[$0]);
279
+ break;
280
+ case 81:
281
+ this.$ = $$[$0 - 4];
282
+ yy.setLink($$[$0 - 3], $$[$0 - 2], $$[$0]);
283
+ yy.setTooltip($$[$0 - 3], $$[$0 - 1]);
284
+ break;
285
+ case 84:
286
+ this.$ = $$[$0 - 3];
287
+ yy.setClickEvent($$[$0 - 2], $$[$0 - 1], $$[$0]);
288
+ break;
289
+ case 85:
290
+ this.$ = $$[$0 - 4];
291
+ yy.setClickEvent($$[$0 - 3], $$[$0 - 2], $$[$0 - 1]);
292
+ yy.setTooltip($$[$0 - 3], $$[$0]);
293
+ break;
294
+ case 86:
295
+ this.$ = $$[$0 - 3];
296
+ yy.setLink($$[$0 - 2], $$[$0]);
297
+ break;
298
+ case 87:
299
+ this.$ = $$[$0 - 4];
300
+ yy.setLink($$[$0 - 3], $$[$0 - 1], $$[$0]);
301
+ break;
302
+ case 88:
303
+ this.$ = $$[$0 - 4];
304
+ yy.setLink($$[$0 - 3], $$[$0 - 1]);
305
+ yy.setTooltip($$[$0 - 3], $$[$0]);
306
+ break;
307
+ case 89:
308
+ this.$ = $$[$0 - 5];
309
+ yy.setLink($$[$0 - 4], $$[$0 - 2], $$[$0]);
310
+ yy.setTooltip($$[$0 - 4], $$[$0 - 1]);
311
+ break;
312
+ case 90:
313
+ this.$ = $$[$0 - 2];
314
+ yy.setCssStyle($$[$0 - 1], $$[$0]);
315
+ break;
316
+ case 91:
317
+ yy.setCssClass($$[$0 - 1], $$[$0]);
318
+ break;
319
+ case 92:
320
+ this.$ = [$$[$0]];
321
+ break;
322
+ case 93:
323
+ $$[$0 - 2].push($$[$0]);
324
+ this.$ = $$[$0 - 2];
325
+ break;
326
+ case 95:
327
+ this.$ = $$[$0 - 1] + $$[$0];
328
+ break;
329
+ }
330
+ },
331
+ table: [{ 3: 1, 4: 2, 5: 3, 6: 4, 7: [1, 6], 10: 5, 16: 39, 18: 21, 19: 40, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 33: $V0, 35: $V1, 37: $V2, 38: 22, 42: $V3, 43: 23, 46: $V4, 47: $V5, 49: $V6, 50: $V7, 52: $V8, 54: $V9, 55: $Va, 58: $Vb, 60: $Vc, 61: $Vd, 62: $Ve, 63: $Vf, 73: $Vg, 74: $Vh, 76: $Vi, 80: $Vj, 81: $Vk, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, o($Vp, [2, 5], { 8: [1, 48] }), { 8: [1, 49] }, o($Vq, [2, 18], { 22: [1, 50] }), o($Vq, [2, 20]), o($Vq, [2, 21]), o($Vq, [2, 22]), o($Vq, [2, 23]), o($Vq, [2, 24]), o($Vq, [2, 25]), o($Vq, [2, 26]), o($Vq, [2, 27]), o($Vq, [2, 28]), o($Vq, [2, 29]), { 34: [1, 51] }, { 36: [1, 52] }, o($Vq, [2, 32]), o($Vq, [2, 48], { 51: 53, 64: 56, 65: 57, 13: [1, 54], 22: [1, 55], 66: $Vr, 67: $Vs, 68: $Vt, 69: $Vu, 70: $Vv, 71: $Vw, 72: $Vx }), { 39: [1, 65] }, o($Vy, [2, 39], { 39: [1, 67], 44: [1, 66] }), o($Vq, [2, 50]), o($Vq, [2, 51]), { 16: 68, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn }, { 16: 39, 18: 69, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, { 16: 39, 18: 70, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, { 16: 39, 18: 71, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, { 58: [1, 72] }, { 13: [1, 73] }, { 16: 39, 18: 74, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, { 13: $Vz, 53: 75 }, { 56: 77, 58: [1, 78] }, o($Vq, [2, 61]), o($Vq, [2, 62]), o($Vq, [2, 63]), o($Vq, [2, 64]), o($VA, [2, 12], { 16: 39, 19: 40, 18: 80, 17: [1, 79], 20: [1, 81], 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }), o($VA, [2, 14], { 20: [1, 82] }), { 15: 83, 16: 84, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn }, { 16: 39, 18: 85, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, o($VB, [2, 118]), o($VB, [2, 119]), o($VB, [2, 120]), o($VB, [2, 121]), o([1, 8, 9, 12, 13, 20, 22, 39, 41, 44, 66, 67, 68, 69, 70, 71, 72, 77, 79], [2, 122]), o($Vp, [2, 6], { 10: 5, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 18: 21, 38: 22, 43: 23, 16: 39, 19: 40, 5: 86, 33: $V0, 35: $V1, 37: $V2, 42: $V3, 46: $V4, 47: $V5, 49: $V6, 50: $V7, 52: $V8, 54: $V9, 55: $Va, 58: $Vb, 60: $Vc, 61: $Vd, 62: $Ve, 63: $Vf, 73: $Vg, 74: $Vh, 76: $Vi, 80: $Vj, 81: $Vk, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }), { 5: 87, 10: 5, 16: 39, 18: 21, 19: 40, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 33: $V0, 35: $V1, 37: $V2, 38: 22, 42: $V3, 43: 23, 46: $V4, 47: $V5, 49: $V6, 50: $V7, 52: $V8, 54: $V9, 55: $Va, 58: $Vb, 60: $Vc, 61: $Vd, 62: $Ve, 63: $Vf, 73: $Vg, 74: $Vh, 76: $Vi, 80: $Vj, 81: $Vk, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, o($Vq, [2, 19]), o($Vq, [2, 30]), o($Vq, [2, 31]), { 13: [1, 89], 16: 39, 18: 88, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, { 51: 90, 64: 56, 65: 57, 66: $Vr, 67: $Vs, 68: $Vt, 69: $Vu, 70: $Vv, 71: $Vw, 72: $Vx }, o($Vq, [2, 49]), { 65: 91, 71: $Vw, 72: $Vx }, o($VC, [2, 68], { 64: 92, 66: $Vr, 67: $Vs, 68: $Vt, 69: $Vu, 70: $Vv }), o($VD, [2, 69]), o($VD, [2, 70]), o($VD, [2, 71]), o($VD, [2, 72]), o($VD, [2, 73]), o($VE, [2, 74]), o($VE, [2, 75]), { 8: [1, 94], 24: 95, 40: 93, 43: 23, 46: $V4 }, { 16: 96, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn }, { 45: 97, 49: $VF }, { 48: [1, 99] }, { 13: [1, 100] }, { 13: [1, 101] }, { 77: [1, 102], 79: [1, 103] }, { 22: $VG, 57: 104, 58: $VH, 80: $VI, 82: 105, 83: 106, 84: $VJ, 85: $VK, 86: $VL, 87: $VM, 88: $VN, 89: $VO }, { 58: [1, 116] }, { 13: $Vz, 53: 117 }, o($Vq, [2, 57]), o($Vq, [2, 123]), { 22: $VG, 57: 118, 58: $VH, 59: [1, 119], 80: $VI, 82: 105, 83: 106, 84: $VJ, 85: $VK, 86: $VL, 87: $VM, 88: $VN, 89: $VO }, o($VP, [2, 59]), { 16: 39, 18: 120, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, o($VA, [2, 15]), o($VA, [2, 16]), o($VA, [2, 17]), { 39: [2, 35] }, { 15: 122, 16: 84, 17: [1, 121], 39: [2, 9], 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn }, o($VQ, [2, 43], { 11: 123, 12: [1, 124] }), o($Vp, [2, 7]), { 9: [1, 125] }, o($VR, [2, 52]), { 16: 39, 18: 126, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, { 13: [1, 128], 16: 39, 18: 127, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, o($VC, [2, 67], { 64: 129, 66: $Vr, 67: $Vs, 68: $Vt, 69: $Vu, 70: $Vv }), o($VC, [2, 66]), { 41: [1, 130] }, { 24: 95, 40: 131, 43: 23, 46: $V4 }, { 8: [1, 132], 41: [2, 36] }, o($Vy, [2, 40], { 39: [1, 133] }), { 41: [1, 134] }, { 41: [2, 46], 45: 135, 49: $VF }, { 16: 39, 18: 136, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, o($Vq, [2, 76], { 13: [1, 137] }), o($Vq, [2, 78], { 13: [1, 139], 75: [1, 138] }), o($Vq, [2, 82], { 13: [1, 140], 78: [1, 141] }), { 13: [1, 142] }, o($Vq, [2, 90], { 59: $VS }), o($VT, [2, 92], { 83: 144, 22: $VG, 58: $VH, 80: $VI, 84: $VJ, 85: $VK, 86: $VL, 87: $VM, 88: $VN, 89: $VO }), o($VU, [2, 94]), o($VU, [2, 96]), o($VU, [2, 97]), o($VU, [2, 98]), o($VU, [2, 99]), o($VU, [2, 100]), o($VU, [2, 101]), o($VU, [2, 102]), o($VU, [2, 103]), o($VU, [2, 104]), o($Vq, [2, 91]), o($Vq, [2, 56]), o($Vq, [2, 58], { 59: $VS }), { 58: [1, 145] }, o($VA, [2, 13]), { 15: 146, 16: 84, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn }, { 39: [2, 11] }, o($VQ, [2, 44]), { 13: [1, 147] }, { 1: [2, 4] }, o($VR, [2, 54]), o($VR, [2, 53]), { 16: 39, 18: 148, 19: 40, 58: $Vb, 84: $Vl, 99: $Vm, 101: $Vn, 102: $Vo }, o($VC, [2, 65]), o($Vq, [2, 33]), { 41: [1, 149] }, { 24: 95, 40: 150, 41: [2, 37], 43: 23, 46: $V4 }, { 45: 151, 49: $VF }, o($Vy, [2, 41]), { 41: [2, 47] }, o($Vq, [2, 45]), o($Vq, [2, 77]), o($Vq, [2, 79]), o($Vq, [2, 80], { 75: [1, 152] }), o($Vq, [2, 83]), o($Vq, [2, 84], { 13: [1, 153] }), o($Vq, [2, 86], { 13: [1, 155], 75: [1, 154] }), { 22: $VG, 58: $VH, 80: $VI, 82: 156, 83: 106, 84: $VJ, 85: $VK, 86: $VL, 87: $VM, 88: $VN, 89: $VO }, o($VU, [2, 95]), o($VP, [2, 60]), { 39: [2, 10] }, { 14: [1, 157] }, o($VR, [2, 55]), o($Vq, [2, 34]), { 41: [2, 38] }, { 41: [1, 158] }, o($Vq, [2, 81]), o($Vq, [2, 85]), o($Vq, [2, 87]), o($Vq, [2, 88], { 75: [1, 159] }), o($VT, [2, 93], { 83: 144, 22: $VG, 58: $VH, 80: $VI, 84: $VJ, 85: $VK, 86: $VL, 87: $VM, 88: $VN, 89: $VO }), o($VQ, [2, 8]), o($Vy, [2, 42]), o($Vq, [2, 89])],
332
+ defaultActions: { 2: [2, 1], 3: [2, 2], 4: [2, 3], 83: [2, 35], 122: [2, 11], 125: [2, 4], 135: [2, 47], 146: [2, 10], 150: [2, 38] },
333
+ parseError: function parseError(str, hash) {
334
+ if (hash.recoverable) {
335
+ this.trace(str);
336
+ }
337
+ else {
338
+ var error = new Error(str);
339
+ error.hash = hash;
340
+ throw error;
341
+ }
342
+ },
343
+ parse: function parse(input) {
344
+ var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = '', yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1;
345
+ var args = lstack.slice.call(arguments, 1);
346
+ var lexer = Object.create(this.lexer);
347
+ var sharedState = { yy: {} };
348
+ for (var k in this.yy) {
349
+ if (Object.prototype.hasOwnProperty.call(this.yy, k)) {
350
+ sharedState.yy[k] = this.yy[k];
351
+ }
352
+ }
353
+ lexer.setInput(input, sharedState.yy);
354
+ sharedState.yy.lexer = lexer;
355
+ sharedState.yy.parser = this;
356
+ if (typeof lexer.yylloc == 'undefined') {
357
+ lexer.yylloc = {};
358
+ }
359
+ var yyloc = lexer.yylloc;
360
+ lstack.push(yyloc);
361
+ var ranges = lexer.options && lexer.options.ranges;
362
+ if (typeof sharedState.yy.parseError === 'function') {
363
+ this.parseError = sharedState.yy.parseError;
364
+ }
365
+ else {
366
+ this.parseError = Object.getPrototypeOf(this).parseError;
367
+ }
368
+ function popStack(n) {
369
+ stack.length = stack.length - 2 * n;
370
+ vstack.length = vstack.length - n;
371
+ lstack.length = lstack.length - n;
372
+ }
373
+ function lex() {
374
+ var token;
375
+ token = tstack.pop() || lexer.lex() || EOF;
376
+ if (typeof token !== 'number') {
377
+ if (token instanceof Array) {
378
+ tstack = token;
379
+ token = tstack.pop();
380
+ }
381
+ token = self.symbols_[token] || token;
382
+ }
383
+ return token;
384
+ }
385
+ var symbol, preErrorSymbol, state, action, a, r, yyval = {}, p, len, newState, expected;
386
+ while (true) {
387
+ state = stack[stack.length - 1];
388
+ if (this.defaultActions[state]) {
389
+ action = this.defaultActions[state];
390
+ }
391
+ else {
392
+ if (symbol === null || typeof symbol == 'undefined') {
393
+ symbol = lex();
394
+ }
395
+ action = table[state] && table[state][symbol];
396
+ }
397
+ if (typeof action === 'undefined' || !action.length || !action[0]) {
398
+ var errStr = '';
399
+ expected = [];
400
+ for (p in table[state]) {
401
+ if (this.terminals_[p] && p > TERROR) {
402
+ expected.push('\'' + this.terminals_[p] + '\'');
403
+ }
404
+ }
405
+ if (lexer.showPosition) {
406
+ errStr = 'Parse error on line ' + (yylineno + 1) + ':\n' + lexer.showPosition() + '\nExpecting ' + expected.join(', ') + ', got \'' + (this.terminals_[symbol] || symbol) + '\'';
407
+ }
408
+ else {
409
+ errStr = 'Parse error on line ' + (yylineno + 1) + ': Unexpected ' + (symbol == EOF ? 'end of input' : '\'' + (this.terminals_[symbol] || symbol) + '\'');
410
+ }
411
+ this.parseError(errStr, {
412
+ text: lexer.match,
413
+ token: this.terminals_[symbol] || symbol,
414
+ line: lexer.yylineno,
415
+ loc: yyloc,
416
+ expected: expected
417
+ });
418
+ }
419
+ if (action[0] instanceof Array && action.length > 1) {
420
+ throw new Error('Parse Error: multiple actions possible at state: ' + state + ', token: ' + symbol);
421
+ }
422
+ switch (action[0]) {
423
+ case 1:
424
+ stack.push(symbol);
425
+ vstack.push(lexer.yytext);
426
+ lstack.push(lexer.yylloc);
427
+ stack.push(action[1]);
428
+ symbol = null;
429
+ if (!preErrorSymbol) {
430
+ yyleng = lexer.yyleng;
431
+ yytext = lexer.yytext;
432
+ yylineno = lexer.yylineno;
433
+ yyloc = lexer.yylloc;
434
+ if (recovering > 0) {
435
+ recovering--;
436
+ }
437
+ }
438
+ else {
439
+ symbol = preErrorSymbol;
440
+ preErrorSymbol = null;
441
+ }
442
+ break;
443
+ case 2:
444
+ len = this.productions_[action[1]][1];
445
+ yyval.$ = vstack[vstack.length - len];
446
+ yyval._$ = {
447
+ first_line: lstack[lstack.length - (len || 1)].first_line,
448
+ last_line: lstack[lstack.length - 1].last_line,
449
+ first_column: lstack[lstack.length - (len || 1)].first_column,
450
+ last_column: lstack[lstack.length - 1].last_column
451
+ };
452
+ if (ranges) {
453
+ yyval._$.range = [
454
+ lstack[lstack.length - (len || 1)].range[0],
455
+ lstack[lstack.length - 1].range[1]
456
+ ];
457
+ }
458
+ r = this.performAction.apply(yyval, [
459
+ yytext,
460
+ yyleng,
461
+ yylineno,
462
+ sharedState.yy,
463
+ action[1],
464
+ vstack,
465
+ lstack
466
+ ].concat(args));
467
+ if (typeof r !== 'undefined') {
468
+ return r;
469
+ }
470
+ if (len) {
471
+ stack = stack.slice(0, -1 * len * 2);
472
+ vstack = vstack.slice(0, -1 * len);
473
+ lstack = lstack.slice(0, -1 * len);
474
+ }
475
+ stack.push(this.productions_[action[1]][0]);
476
+ vstack.push(yyval.$);
477
+ lstack.push(yyval._$);
478
+ newState = table[stack[stack.length - 2]][stack[stack.length - 1]];
479
+ stack.push(newState);
480
+ break;
481
+ case 3:
482
+ return true;
483
+ }
484
+ }
485
+ return true;
486
+ } };
487
+ /* generated by jison-lex 0.3.4 */
488
+ var lexer = (function () {
489
+ var lexer = ({
490
+ EOF: 1,
491
+ parseError: function parseError(str, hash) {
492
+ if (this.yy.parser) {
493
+ this.yy.parser.parseError(str, hash);
494
+ }
495
+ else {
496
+ throw new Error(str);
497
+ }
498
+ },
499
+ // resets the lexer, sets new input
500
+ setInput: function (input, yy) {
501
+ this.yy = yy || this.yy || {};
502
+ this._input = input;
503
+ this._more = this._backtrack = this.done = false;
504
+ this.yylineno = this.yyleng = 0;
505
+ this.yytext = this.matched = this.match = '';
506
+ this.conditionStack = ['INITIAL'];
507
+ this.yylloc = {
508
+ first_line: 1,
509
+ first_column: 0,
510
+ last_line: 1,
511
+ last_column: 0
512
+ };
513
+ if (this.options.ranges) {
514
+ this.yylloc.range = [0, 0];
515
+ }
516
+ this.offset = 0;
517
+ return this;
518
+ },
519
+ // consumes and returns one char from the input
520
+ input: function () {
521
+ var ch = this._input[0];
522
+ this.yytext += ch;
523
+ this.yyleng++;
524
+ this.offset++;
525
+ this.match += ch;
526
+ this.matched += ch;
527
+ var lines = ch.match(/(?:\r\n?|\n).*/g);
528
+ if (lines) {
529
+ this.yylineno++;
530
+ this.yylloc.last_line++;
531
+ }
532
+ else {
533
+ this.yylloc.last_column++;
534
+ }
535
+ if (this.options.ranges) {
536
+ this.yylloc.range[1]++;
537
+ }
538
+ this._input = this._input.slice(1);
539
+ return ch;
540
+ },
541
+ // unshifts one char (or a string) into the input
542
+ unput: function (ch) {
543
+ var len = ch.length;
544
+ var lines = ch.split(/(?:\r\n?|\n)/g);
545
+ this._input = ch + this._input;
546
+ this.yytext = this.yytext.substr(0, this.yytext.length - len);
547
+ //this.yyleng -= len;
548
+ this.offset -= len;
549
+ var oldLines = this.match.split(/(?:\r\n?|\n)/g);
550
+ this.match = this.match.substr(0, this.match.length - 1);
551
+ this.matched = this.matched.substr(0, this.matched.length - 1);
552
+ if (lines.length - 1) {
553
+ this.yylineno -= lines.length - 1;
554
+ }
555
+ var r = this.yylloc.range;
556
+ this.yylloc = {
557
+ first_line: this.yylloc.first_line,
558
+ last_line: this.yylineno + 1,
559
+ first_column: this.yylloc.first_column,
560
+ last_column: lines ?
561
+ (lines.length === oldLines.length ? this.yylloc.first_column : 0)
562
+ + oldLines[oldLines.length - lines.length].length - lines[0].length :
563
+ this.yylloc.first_column - len
564
+ };
565
+ if (this.options.ranges) {
566
+ this.yylloc.range = [r[0], r[0] + this.yyleng - len];
567
+ }
568
+ this.yyleng = this.yytext.length;
569
+ return this;
570
+ },
571
+ // When called from action, caches matched text and appends it on next action
572
+ more: function () {
573
+ this._more = true;
574
+ return this;
575
+ },
576
+ // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
577
+ reject: function () {
578
+ if (this.options.backtrack_lexer) {
579
+ this._backtrack = true;
580
+ }
581
+ else {
582
+ return this.parseError('Lexical error on line ' + (this.yylineno + 1) + '. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n' + this.showPosition(), {
583
+ text: "",
584
+ token: null,
585
+ line: this.yylineno
586
+ });
587
+ }
588
+ return this;
589
+ },
590
+ // retain first n characters of the match
591
+ less: function (n) {
592
+ this.unput(this.match.slice(n));
593
+ },
594
+ // displays already matched input, i.e. for error messages
595
+ pastInput: function () {
596
+ var past = this.matched.substr(0, this.matched.length - this.match.length);
597
+ return (past.length > 20 ? '...' : '') + past.substr(-20).replace(/\n/g, "");
598
+ },
599
+ // displays upcoming input, i.e. for error messages
600
+ upcomingInput: function () {
601
+ var next = this.match;
602
+ if (next.length < 20) {
603
+ next += this._input.substr(0, 20 - next.length);
604
+ }
605
+ return (next.substr(0, 20) + (next.length > 20 ? '...' : '')).replace(/\n/g, "");
606
+ },
607
+ // displays the character position where the lexing error occurred, i.e. for error messages
608
+ showPosition: function () {
609
+ var pre = this.pastInput();
610
+ var c = new Array(pre.length + 1).join("-");
611
+ return pre + this.upcomingInput() + "\n" + c + "^";
612
+ },
613
+ // test the lexed token: return FALSE when not a match, otherwise return token
614
+ test_match: function (match, indexed_rule) {
615
+ var token, lines, backup;
616
+ if (this.options.backtrack_lexer) {
617
+ // save context
618
+ backup = {
619
+ yylineno: this.yylineno,
620
+ yylloc: {
621
+ first_line: this.yylloc.first_line,
622
+ last_line: this.last_line,
623
+ first_column: this.yylloc.first_column,
624
+ last_column: this.yylloc.last_column
625
+ },
626
+ yytext: this.yytext,
627
+ match: this.match,
628
+ matches: this.matches,
629
+ matched: this.matched,
630
+ yyleng: this.yyleng,
631
+ offset: this.offset,
632
+ _more: this._more,
633
+ _input: this._input,
634
+ yy: this.yy,
635
+ conditionStack: this.conditionStack.slice(0),
636
+ done: this.done
637
+ };
638
+ if (this.options.ranges) {
639
+ backup.yylloc.range = this.yylloc.range.slice(0);
640
+ }
641
+ }
642
+ lines = match[0].match(/(?:\r\n?|\n).*/g);
643
+ if (lines) {
644
+ this.yylineno += lines.length;
645
+ }
646
+ this.yylloc = {
647
+ first_line: this.yylloc.last_line,
648
+ last_line: this.yylineno + 1,
649
+ first_column: this.yylloc.last_column,
650
+ last_column: lines ?
651
+ lines[lines.length - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].length :
652
+ this.yylloc.last_column + match[0].length
653
+ };
654
+ this.yytext += match[0];
655
+ this.match += match[0];
656
+ this.matches = match;
657
+ this.yyleng = this.yytext.length;
658
+ if (this.options.ranges) {
659
+ this.yylloc.range = [this.offset, this.offset += this.yyleng];
660
+ }
661
+ this._more = false;
662
+ this._backtrack = false;
663
+ this._input = this._input.slice(match[0].length);
664
+ this.matched += match[0];
665
+ token = this.performAction.call(this, this.yy, this, indexed_rule, this.conditionStack[this.conditionStack.length - 1]);
666
+ if (this.done && this._input) {
667
+ this.done = false;
668
+ }
669
+ if (token) {
670
+ return token;
671
+ }
672
+ else if (this._backtrack) {
673
+ // recover context
674
+ for (var k in backup) {
675
+ this[k] = backup[k];
676
+ }
677
+ return false; // rule action called reject() implying the next rule should be tested instead.
678
+ }
679
+ return false;
680
+ },
681
+ // return next match in input
682
+ next: function () {
683
+ if (this.done) {
684
+ return this.EOF;
685
+ }
686
+ if (!this._input) {
687
+ this.done = true;
688
+ }
689
+ var token, match, tempMatch, index;
690
+ if (!this._more) {
691
+ this.yytext = '';
692
+ this.match = '';
693
+ }
694
+ var rules = this._currentRules();
695
+ for (var i = 0; i < rules.length; i++) {
696
+ tempMatch = this._input.match(this.rules[rules[i]]);
697
+ if (tempMatch && (!match || tempMatch[0].length > match[0].length)) {
698
+ match = tempMatch;
699
+ index = i;
700
+ if (this.options.backtrack_lexer) {
701
+ token = this.test_match(tempMatch, rules[i]);
702
+ if (token !== false) {
703
+ return token;
704
+ }
705
+ else if (this._backtrack) {
706
+ match = false;
707
+ continue; // rule action called reject() implying a rule MISmatch.
708
+ }
709
+ else {
710
+ // else: this is a lexer rule which consumes input without producing a token (e.g. whitespace)
711
+ return false;
712
+ }
713
+ }
714
+ else if (!this.options.flex) {
715
+ break;
716
+ }
717
+ }
718
+ }
719
+ if (match) {
720
+ token = this.test_match(match, rules[index]);
721
+ if (token !== false) {
722
+ return token;
723
+ }
724
+ // else: this is a lexer rule which consumes input without producing a token (e.g. whitespace)
725
+ return false;
726
+ }
727
+ if (this._input === "") {
728
+ return this.EOF;
729
+ }
730
+ else {
731
+ return this.parseError('Lexical error on line ' + (this.yylineno + 1) + '. Unrecognized text.\n' + this.showPosition(), {
732
+ text: "",
733
+ token: null,
734
+ line: this.yylineno
735
+ });
736
+ }
737
+ },
738
+ // return next match that has a token
739
+ lex: function lex() {
740
+ var r = this.next();
741
+ if (r) {
742
+ return r;
743
+ }
744
+ else {
745
+ return this.lex();
746
+ }
747
+ },
748
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
749
+ begin: function begin(condition) {
750
+ this.conditionStack.push(condition);
751
+ },
752
+ // pop the previously active lexer condition state off the condition stack
753
+ popState: function popState() {
754
+ var n = this.conditionStack.length - 1;
755
+ if (n > 0) {
756
+ return this.conditionStack.pop();
757
+ }
758
+ else {
759
+ return this.conditionStack[0];
760
+ }
761
+ },
762
+ // produce the lexer rule set which is active for the currently active lexer condition state
763
+ _currentRules: function _currentRules() {
764
+ if (this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1]) {
765
+ return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
766
+ }
767
+ else {
768
+ return this.conditions["INITIAL"].rules;
769
+ }
770
+ },
771
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
772
+ topState: function topState(n) {
773
+ n = this.conditionStack.length - 1 - Math.abs(n || 0);
774
+ if (n >= 0) {
775
+ return this.conditionStack[n];
776
+ }
777
+ else {
778
+ return "INITIAL";
779
+ }
780
+ },
781
+ // alias for begin(condition)
782
+ pushState: function pushState(condition) {
783
+ this.begin(condition);
784
+ },
785
+ // return the number of states currently on the stack
786
+ stateStackSize: function stateStackSize() {
787
+ return this.conditionStack.length;
788
+ },
789
+ options: {},
790
+ performAction: function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
791
+ var YYSTATE = YY_START;
792
+ switch ($avoiding_name_collisions) {
793
+ case 0:
794
+ return 60;
795
+ break;
796
+ case 1:
797
+ return 61;
798
+ break;
799
+ case 2:
800
+ return 62;
801
+ break;
802
+ case 3:
803
+ return 63;
804
+ break;
805
+ case 4: /* skip comments */
806
+ break;
807
+ case 5: /* skip comments */
808
+ break;
809
+ case 6:
810
+ this.begin("acc_title");
811
+ return 33;
812
+ break;
813
+ case 7:
814
+ this.popState();
815
+ return "acc_title_value";
816
+ break;
817
+ case 8:
818
+ this.begin("acc_descr");
819
+ return 35;
820
+ break;
821
+ case 9:
822
+ this.popState();
823
+ return "acc_descr_value";
824
+ break;
825
+ case 10:
826
+ this.begin("acc_descr_multiline");
827
+ break;
828
+ case 11:
829
+ this.popState();
830
+ break;
831
+ case 12:
832
+ return "acc_descr_multiline_value";
833
+ break;
834
+ case 13:
835
+ return 8;
836
+ break;
837
+ case 14: /* skip whitespace */
838
+ break;
839
+ case 15:
840
+ return 7;
841
+ break;
842
+ case 16:
843
+ return 7;
844
+ break;
845
+ case 17:
846
+ return 'EDGE_STATE';
847
+ break;
848
+ case 18:
849
+ this.begin("callback_name");
850
+ break;
851
+ case 19:
852
+ this.popState();
853
+ break;
854
+ case 20:
855
+ this.popState();
856
+ this.begin("callback_args");
857
+ break;
858
+ case 21:
859
+ return 77;
860
+ break;
861
+ case 22:
862
+ this.popState();
863
+ break;
864
+ case 23:
865
+ return 78;
866
+ break;
867
+ case 24:
868
+ this.popState();
869
+ break;
870
+ case 25:
871
+ return "STR";
872
+ break;
873
+ case 26:
874
+ this.begin("string");
875
+ break;
876
+ case 27:
877
+ return 80;
878
+ break;
879
+ case 28:
880
+ return 55;
881
+ break;
882
+ case 29:
883
+ this.begin('namespace');
884
+ return 42;
885
+ break;
886
+ case 30:
887
+ this.popState();
888
+ return 8;
889
+ break;
890
+ case 31: /* skip whitespace */
891
+ break;
892
+ case 32:
893
+ this.begin("namespace-body");
894
+ return 39;
895
+ break;
896
+ case 33:
897
+ this.popState();
898
+ return 41;
899
+ break;
900
+ case 34:
901
+ return "EOF_IN_STRUCT";
902
+ break;
903
+ case 35:
904
+ return 8;
905
+ break;
906
+ case 36: /* skip whitespace */
907
+ break;
908
+ case 37:
909
+ return 'EDGE_STATE';
910
+ break;
911
+ case 38:
912
+ this.begin('class');
913
+ return 46;
914
+ break;
915
+ case 39:
916
+ this.popState();
917
+ return 8;
918
+ break;
919
+ case 40: /* skip whitespace */
920
+ break;
921
+ case 41:
922
+ this.popState();
923
+ this.popState();
924
+ return 41;
925
+ break;
926
+ case 42:
927
+ this.begin("class-body");
928
+ return 39;
929
+ break;
930
+ case 43:
931
+ this.popState();
932
+ return 41;
933
+ break;
934
+ case 44:
935
+ return "EOF_IN_STRUCT";
936
+ break;
937
+ case 45:
938
+ return 'EDGE_STATE';
939
+ break;
940
+ case 46:
941
+ return "OPEN_IN_STRUCT";
942
+ break;
943
+ case 47: /* nothing */
944
+ break;
945
+ case 48:
946
+ return "MEMBER";
947
+ break;
948
+ case 49:
949
+ return 81;
950
+ break;
951
+ case 50:
952
+ return 73;
953
+ break;
954
+ case 51:
955
+ return 74;
956
+ break;
957
+ case 52:
958
+ return 76;
959
+ break;
960
+ case 53:
961
+ return 52;
962
+ break;
963
+ case 54:
964
+ return 54;
965
+ break;
966
+ case 55:
967
+ return 47;
968
+ break;
969
+ case 56:
970
+ return 48;
971
+ break;
972
+ case 57:
973
+ return 79;
974
+ break;
975
+ case 58:
976
+ this.popState();
977
+ break;
978
+ case 59:
979
+ return "GENERICTYPE";
980
+ break;
981
+ case 60:
982
+ this.begin("generic");
983
+ break;
984
+ case 61:
985
+ this.popState();
986
+ break;
987
+ case 62:
988
+ return "BQUOTE_STR";
989
+ break;
990
+ case 63:
991
+ this.begin("bqstring");
992
+ break;
993
+ case 64:
994
+ return 75;
995
+ break;
996
+ case 65:
997
+ return 75;
998
+ break;
999
+ case 66:
1000
+ return 75;
1001
+ break;
1002
+ case 67:
1003
+ return 75;
1004
+ break;
1005
+ case 68:
1006
+ return 67;
1007
+ break;
1008
+ case 69:
1009
+ return 67;
1010
+ break;
1011
+ case 70:
1012
+ return 69;
1013
+ break;
1014
+ case 71:
1015
+ return 69;
1016
+ break;
1017
+ case 72:
1018
+ return 68;
1019
+ break;
1020
+ case 73:
1021
+ return 66;
1022
+ break;
1023
+ case 74:
1024
+ return 70;
1025
+ break;
1026
+ case 75:
1027
+ return 71;
1028
+ break;
1029
+ case 76:
1030
+ return 72;
1031
+ break;
1032
+ case 77:
1033
+ return 22;
1034
+ break;
1035
+ case 78:
1036
+ return 44;
1037
+ break;
1038
+ case 79:
1039
+ return 99;
1040
+ break;
1041
+ case 80:
1042
+ return 17;
1043
+ break;
1044
+ case 81:
1045
+ return 'PLUS';
1046
+ break;
1047
+ case 82:
1048
+ return 85;
1049
+ break;
1050
+ case 83:
1051
+ return 59;
1052
+ break;
1053
+ case 84:
1054
+ return 88;
1055
+ break;
1056
+ case 85:
1057
+ return 88;
1058
+ break;
1059
+ case 86:
1060
+ return 89;
1061
+ break;
1062
+ case 87:
1063
+ return 'EQUALS';
1064
+ break;
1065
+ case 88:
1066
+ return 'EQUALS';
1067
+ break;
1068
+ case 89:
1069
+ return 58;
1070
+ break;
1071
+ case 90:
1072
+ return 12;
1073
+ break;
1074
+ case 91:
1075
+ return 14;
1076
+ break;
1077
+ case 92:
1078
+ return 'PUNCTUATION';
1079
+ break;
1080
+ case 93:
1081
+ return 84;
1082
+ break;
1083
+ case 94:
1084
+ return 101;
1085
+ break;
1086
+ case 95:
1087
+ return 87;
1088
+ break;
1089
+ case 96:
1090
+ return 87;
1091
+ break;
1092
+ case 97:
1093
+ return 9;
1094
+ break;
1095
+ }
1096
+ },
1097
+ rules: [/^(?:.*direction\s+TB[^\n]*)/, /^(?:.*direction\s+BT[^\n]*)/, /^(?:.*direction\s+RL[^\n]*)/, /^(?:.*direction\s+LR[^\n]*)/, /^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/, /^(?:%%[^\n]*(\r?\n)*)/, /^(?:accTitle\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*\{\s*)/, /^(?:[\}])/, /^(?:[^\}]*)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:classDiagram-v2\b)/, /^(?:classDiagram\b)/, /^(?:\[\*\])/, /^(?:call[\s]+)/, /^(?:\([\s]*\))/, /^(?:\()/, /^(?:[^(]*)/, /^(?:\))/, /^(?:[^)]*)/, /^(?:["])/, /^(?:[^"]*)/, /^(?:["])/, /^(?:style\b)/, /^(?:classDef\b)/, /^(?:namespace\b)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:[{])/, /^(?:[}])/, /^(?:$)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:\[\*\])/, /^(?:class\b)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:[}])/, /^(?:[{])/, /^(?:[}])/, /^(?:$)/, /^(?:\[\*\])/, /^(?:[{])/, /^(?:[\n])/, /^(?:[^{}\n]*)/, /^(?:cssClass\b)/, /^(?:callback\b)/, /^(?:link\b)/, /^(?:click\b)/, /^(?:note for\b)/, /^(?:note\b)/, /^(?:<<)/, /^(?:>>)/, /^(?:href\b)/, /^(?:[~])/, /^(?:[^~]*)/, /^(?:~)/, /^(?:[`])/, /^(?:[^`]+)/, /^(?:[`])/, /^(?:_self\b)/, /^(?:_blank\b)/, /^(?:_parent\b)/, /^(?:_top\b)/, /^(?:\s*<\|)/, /^(?:\s*\|>)/, /^(?:\s*>)/, /^(?:\s*<)/, /^(?:\s*\*)/, /^(?:\s*o\b)/, /^(?:\s*\(\))/, /^(?:--)/, /^(?:\.\.)/, /^(?::{1}[^:\n;]+)/, /^(?::{3})/, /^(?:-)/, /^(?:\.)/, /^(?:\+)/, /^(?::)/, /^(?:,)/, /^(?:#)/, /^(?:#)/, /^(?:%)/, /^(?:=)/, /^(?:=)/, /^(?:\w+)/, /^(?:\[)/, /^(?:\])/, /^(?:[!"#$%&'*+,-.`?\\/])/, /^(?:[0-9]+)/, /^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/, /^(?:\s)/, /^(?:\s)/, /^(?:$)/],
1098
+ conditions: { "namespace-body": { "rules": [26, 33, 34, 35, 36, 37, 38, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "namespace": { "rules": [26, 29, 30, 31, 32, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "class-body": { "rules": [26, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "class": { "rules": [26, 39, 40, 41, 42, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "acc_descr_multiline": { "rules": [11, 12, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "acc_descr": { "rules": [9, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "acc_title": { "rules": [7, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "callback_args": { "rules": [22, 23, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "callback_name": { "rules": [19, 20, 21, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "href": { "rules": [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "struct": { "rules": [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "generic": { "rules": [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "bqstring": { "rules": [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "string": { "rules": [24, 25, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], "inclusive": false }, "INITIAL": { "rules": [0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 26, 27, 28, 29, 38, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 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], "inclusive": true } }
1099
+ });
1100
+ return lexer;
1101
+ })();
1102
+ parser.lexer = lexer;
1103
+ function Parser() {
1104
+ this.yy = {};
1105
+ }
1106
+ Parser.prototype = parser;
1107
+ parser.Parser = Parser;
1108
+ return new Parser;
1109
+ })();
1110
+ parser.parser = parser;
1111
+ export { parser };
1112
+ export default parser;