gherkin 2.4.18 → 2.4.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. data/Gemfile.lock +6 -7
  2. data/History.md +9 -0
  3. data/README.md +2 -2
  4. data/ext/gherkin_lexer_ar/extconf.rb +6 -0
  5. data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +1428 -0
  6. data/ext/gherkin_lexer_bg/extconf.rb +6 -0
  7. data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +1654 -0
  8. data/ext/gherkin_lexer_ca/extconf.rb +6 -0
  9. data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +1580 -0
  10. data/ext/gherkin_lexer_cs/extconf.rb +6 -0
  11. data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +1426 -0
  12. data/ext/gherkin_lexer_cy_gb/extconf.rb +6 -0
  13. data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +1281 -0
  14. data/ext/gherkin_lexer_da/extconf.rb +6 -0
  15. data/ext/gherkin_lexer_da/gherkin_lexer_da.c +1297 -0
  16. data/ext/gherkin_lexer_de/extconf.rb +6 -0
  17. data/ext/gherkin_lexer_de/gherkin_lexer_de.c +1414 -0
  18. data/ext/gherkin_lexer_en/extconf.rb +6 -0
  19. data/ext/gherkin_lexer_en/gherkin_lexer_en.c +1264 -0
  20. data/ext/gherkin_lexer_en_au/extconf.rb +6 -0
  21. data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +1225 -0
  22. data/ext/gherkin_lexer_en_lol/extconf.rb +6 -0
  23. data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +1174 -0
  24. data/ext/gherkin_lexer_en_pirate/extconf.rb +6 -0
  25. data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +1470 -0
  26. data/ext/gherkin_lexer_en_scouse/extconf.rb +6 -0
  27. data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +1631 -0
  28. data/ext/gherkin_lexer_en_tx/extconf.rb +6 -0
  29. data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +1264 -0
  30. data/ext/gherkin_lexer_eo/extconf.rb +6 -0
  31. data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +1240 -0
  32. data/ext/gherkin_lexer_es/extconf.rb +6 -0
  33. data/ext/gherkin_lexer_es/gherkin_lexer_es.c +1379 -0
  34. data/ext/gherkin_lexer_et/extconf.rb +6 -0
  35. data/ext/gherkin_lexer_et/gherkin_lexer_et.c +1235 -0
  36. data/ext/gherkin_lexer_fi/extconf.rb +6 -0
  37. data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +1214 -0
  38. data/ext/gherkin_lexer_fr/extconf.rb +6 -0
  39. data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +1450 -0
  40. data/ext/gherkin_lexer_he/extconf.rb +6 -0
  41. data/ext/gherkin_lexer_he/gherkin_lexer_he.c +1373 -0
  42. data/ext/gherkin_lexer_hr/extconf.rb +6 -0
  43. data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +1322 -0
  44. data/ext/gherkin_lexer_hu/extconf.rb +6 -0
  45. data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +1373 -0
  46. data/ext/gherkin_lexer_id/extconf.rb +6 -0
  47. data/ext/gherkin_lexer_id/gherkin_lexer_id.c +1207 -0
  48. data/ext/gherkin_lexer_is/extconf.rb +6 -0
  49. data/ext/gherkin_lexer_is/gherkin_lexer_is.c +1375 -0
  50. data/ext/gherkin_lexer_it/extconf.rb +6 -0
  51. data/ext/gherkin_lexer_it/gherkin_lexer_it.c +1331 -0
  52. data/ext/gherkin_lexer_ja/extconf.rb +6 -0
  53. data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +1698 -0
  54. data/ext/gherkin_lexer_ko/extconf.rb +6 -0
  55. data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +1359 -0
  56. data/ext/gherkin_lexer_lt/extconf.rb +6 -0
  57. data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +1294 -0
  58. data/ext/gherkin_lexer_lu/extconf.rb +6 -0
  59. data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +1388 -0
  60. data/ext/gherkin_lexer_lv/extconf.rb +6 -0
  61. data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +1424 -0
  62. data/ext/gherkin_lexer_nl/extconf.rb +6 -0
  63. data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +1367 -0
  64. data/ext/gherkin_lexer_no/extconf.rb +6 -0
  65. data/ext/gherkin_lexer_no/gherkin_lexer_no.c +1310 -0
  66. data/ext/gherkin_lexer_pl/extconf.rb +6 -0
  67. data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +1476 -0
  68. data/ext/gherkin_lexer_pt/extconf.rb +6 -0
  69. data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +1326 -0
  70. data/ext/gherkin_lexer_ro/extconf.rb +6 -0
  71. data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +1424 -0
  72. data/ext/gherkin_lexer_ru/extconf.rb +6 -0
  73. data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +2056 -0
  74. data/ext/gherkin_lexer_sk/extconf.rb +6 -0
  75. data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +1297 -0
  76. data/ext/gherkin_lexer_sr_cyrl/extconf.rb +6 -0
  77. data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +2111 -0
  78. data/ext/gherkin_lexer_sr_latn/extconf.rb +6 -0
  79. data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +1566 -0
  80. data/ext/gherkin_lexer_sv/extconf.rb +6 -0
  81. data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +1323 -0
  82. data/ext/gherkin_lexer_tr/extconf.rb +6 -0
  83. data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +1346 -0
  84. data/ext/gherkin_lexer_uk/extconf.rb +6 -0
  85. data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +1940 -0
  86. data/ext/gherkin_lexer_uz/extconf.rb +6 -0
  87. data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +1650 -0
  88. data/ext/gherkin_lexer_vi/extconf.rb +6 -0
  89. data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +1457 -0
  90. data/ext/gherkin_lexer_zh_cn/extconf.rb +6 -0
  91. data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +1222 -0
  92. data/ext/gherkin_lexer_zh_tw/extconf.rb +6 -0
  93. data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +1264 -0
  94. data/gherkin.gemspec +9 -3
  95. data/lib/gherkin/formatter/filter_formatter.rb +6 -1
  96. data/lib/gherkin/rb_lexer/ar.rb +1162 -0
  97. data/lib/gherkin/rb_lexer/bg.rb +1374 -0
  98. data/lib/gherkin/rb_lexer/ca.rb +1304 -0
  99. data/lib/gherkin/rb_lexer/cs.rb +1156 -0
  100. data/lib/gherkin/rb_lexer/cy_gb.rb +1026 -0
  101. data/lib/gherkin/rb_lexer/da.rb +1040 -0
  102. data/lib/gherkin/rb_lexer/de.rb +1150 -0
  103. data/lib/gherkin/rb_lexer/en.rb +1008 -0
  104. data/lib/gherkin/rb_lexer/en_au.rb +972 -0
  105. data/lib/gherkin/rb_lexer/en_lol.rb +927 -0
  106. data/lib/gherkin/rb_lexer/en_pirate.rb +1204 -0
  107. data/lib/gherkin/rb_lexer/en_scouse.rb +1355 -0
  108. data/lib/gherkin/rb_lexer/en_tx.rb +1010 -0
  109. data/lib/gherkin/rb_lexer/eo.rb +989 -0
  110. data/lib/gherkin/rb_lexer/es.rb +1116 -0
  111. data/lib/gherkin/rb_lexer/et.rb +982 -0
  112. data/lib/gherkin/rb_lexer/fi.rb +963 -0
  113. data/lib/gherkin/rb_lexer/fr.rb +1184 -0
  114. data/lib/gherkin/rb_lexer/he.rb +1110 -0
  115. data/lib/gherkin/rb_lexer/hr.rb +1060 -0
  116. data/lib/gherkin/rb_lexer/hu.rb +1111 -0
  117. data/lib/gherkin/rb_lexer/id.rb +957 -0
  118. data/lib/gherkin/rb_lexer/is.rb +1114 -0
  119. data/lib/gherkin/rb_lexer/it.rb +1075 -0
  120. data/lib/gherkin/rb_lexer/ja.rb +1412 -0
  121. data/lib/gherkin/rb_lexer/ko.rb +1096 -0
  122. data/lib/gherkin/rb_lexer/lt.rb +1038 -0
  123. data/lib/gherkin/rb_lexer/lu.rb +1126 -0
  124. data/lib/gherkin/rb_lexer/lv.rb +1158 -0
  125. data/lib/gherkin/rb_lexer/nl.rb +1109 -0
  126. data/lib/gherkin/rb_lexer/no.rb +1052 -0
  127. data/lib/gherkin/rb_lexer/pl.rb +1208 -0
  128. data/lib/gherkin/rb_lexer/pt.rb +1066 -0
  129. data/lib/gherkin/rb_lexer/ro.rb +1155 -0
  130. data/lib/gherkin/rb_lexer/ru.rb +1747 -0
  131. data/lib/gherkin/rb_lexer/sk.rb +1040 -0
  132. data/lib/gherkin/rb_lexer/sr_cyrl.rb +1797 -0
  133. data/lib/gherkin/rb_lexer/sr_latn.rb +1288 -0
  134. data/lib/gherkin/rb_lexer/sv.rb +1064 -0
  135. data/lib/gherkin/rb_lexer/tr.rb +1086 -0
  136. data/lib/gherkin/rb_lexer/uk.rb +1640 -0
  137. data/lib/gherkin/rb_lexer/uz.rb +1370 -0
  138. data/lib/gherkin/rb_lexer/vi.rb +1190 -0
  139. data/lib/gherkin/rb_lexer/zh_cn.rb +968 -0
  140. data/lib/gherkin/rb_lexer/zh_tw.rb +1006 -0
  141. data/spec/gherkin/fixtures/examples_with_only_header.feature +14 -0
  142. data/spec/gherkin/formatter/filter_formatter_spec.rb +21 -0
  143. data/tasks/gems.rake +9 -1
  144. metadata +30 -39
  145. data/.gitignore +0 -13
  146. data/ikvm/.gitignore +0 -3
  147. data/java/.gitignore +0 -5
  148. data/java/src/main/java/gherkin/lexer/i18n/.gitignore +0 -1
  149. data/java/src/main/resources/gherkin/.gitignore +0 -1
  150. data/js/.gitignore +0 -1
  151. data/js/lib/gherkin/lexer/.gitignore +0 -1
  152. data/lib/.gitignore +0 -4
  153. data/lib/gherkin/rb_lexer/.gitignore +0 -1
  154. data/ragel/i18n/.gitignore +0 -1
  155. data/tasks/bench/generated/.gitignore +0 -1
@@ -0,0 +1,1370 @@
1
+
2
+ # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
3
+ require 'gherkin/lexer/i18n_lexer'
4
+
5
+ module Gherkin
6
+ module RbLexer
7
+ class Uz #:nodoc:
8
+
9
+ # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
10
+
11
+
12
+ def initialize(listener)
13
+ @listener = listener
14
+
15
+ # line 16 "lib/gherkin/rb_lexer/uz.rb"
16
+ class << self
17
+ attr_accessor :_lexer_actions
18
+ private :_lexer_actions, :_lexer_actions=
19
+ end
20
+ self._lexer_actions = [
21
+ 0, 1, 0, 1, 1, 1, 2, 1,
22
+ 3, 1, 4, 1, 5, 1, 6, 1,
23
+ 7, 1, 8, 1, 9, 1, 10, 1,
24
+ 11, 1, 12, 1, 13, 1, 16, 1,
25
+ 17, 1, 18, 1, 19, 1, 20, 1,
26
+ 21, 1, 22, 1, 23, 2, 2, 18,
27
+ 2, 3, 4, 2, 13, 0, 2, 14,
28
+ 15, 2, 17, 0, 2, 17, 1, 2,
29
+ 17, 16, 2, 17, 19, 2, 18, 6,
30
+ 2, 18, 7, 2, 18, 8, 2, 18,
31
+ 9, 2, 18, 10, 2, 18, 16, 2,
32
+ 20, 21, 2, 22, 0, 2, 22, 1,
33
+ 2, 22, 16, 2, 22, 19, 3, 4,
34
+ 14, 15, 3, 5, 14, 15, 3, 11,
35
+ 14, 15, 3, 12, 14, 15, 3, 13,
36
+ 14, 15, 3, 14, 15, 18, 3, 17,
37
+ 14, 15, 4, 2, 14, 15, 18, 4,
38
+ 3, 4, 14, 15, 4, 17, 0, 14,
39
+ 15
40
+ ]
41
+
42
+ class << self
43
+ attr_accessor :_lexer_key_offsets
44
+ private :_lexer_key_offsets, :_lexer_key_offsets=
45
+ end
46
+ self._lexer_key_offsets = [
47
+ 0, 0, 12, 21, 22, 24, 25, 26,
48
+ 27, 28, 29, 30, 32, 43, 44, 45,
49
+ 47, 49, 54, 59, 64, 69, 73, 77,
50
+ 79, 80, 81, 82, 83, 84, 85, 86,
51
+ 87, 88, 89, 90, 91, 92, 93, 94,
52
+ 99, 106, 111, 115, 121, 124, 126, 132,
53
+ 143, 144, 145, 146, 147, 148, 149, 150,
54
+ 151, 152, 153, 154, 155, 156, 157, 158,
55
+ 159, 160, 161, 162, 163, 164, 165, 166,
56
+ 167, 168, 169, 170, 171, 172, 173, 174,
57
+ 175, 176, 177, 178, 179, 180, 181, 182,
58
+ 189, 191, 193, 195, 197, 199, 201, 203,
59
+ 205, 207, 209, 211, 213, 215, 217, 219,
60
+ 221, 223, 225, 227, 229, 240, 241, 242,
61
+ 243, 244, 245, 246, 247, 248, 249, 250,
62
+ 251, 252, 253, 254, 256, 257, 258, 259,
63
+ 260, 261, 262, 263, 264, 265, 266, 267,
64
+ 268, 269, 270, 271, 272, 273, 274, 275,
65
+ 276, 277, 278, 279, 280, 281, 290, 298,
66
+ 300, 303, 305, 307, 309, 311, 313, 315,
67
+ 317, 319, 321, 323, 325, 327, 329, 331,
68
+ 333, 335, 337, 339, 341, 343, 345, 347,
69
+ 349, 351, 353, 355, 357, 359, 361, 363,
70
+ 365, 367, 369, 371, 373, 375, 377, 379,
71
+ 381, 383, 385, 387, 389, 391, 393, 395,
72
+ 397, 399, 401, 403, 405, 407, 409, 411,
73
+ 413, 415, 417, 419, 421, 423, 425, 427,
74
+ 429, 431, 433, 435, 437, 439, 441, 443,
75
+ 445, 447, 449, 451, 453, 455, 457, 459,
76
+ 460, 461, 470, 479, 481, 484, 486, 488,
77
+ 490, 492, 494, 496, 498, 500, 502, 504,
78
+ 506, 508, 510, 512, 514, 516, 518, 520,
79
+ 522, 524, 526, 528, 530, 532, 534, 536,
80
+ 538, 540, 542, 544, 546, 548, 550, 552,
81
+ 554, 556, 558, 560, 562, 564, 566, 569,
82
+ 571, 573, 575, 577, 579, 581, 583, 585,
83
+ 587, 589, 591, 593, 595, 597, 599, 601,
84
+ 603, 605, 607, 609, 611, 613, 615, 617,
85
+ 619, 621, 623, 625, 627, 629, 631, 633,
86
+ 635, 637, 639, 641, 643, 645, 647, 649,
87
+ 651, 653, 655, 657, 659, 661, 663, 665,
88
+ 667, 669, 671, 673, 675, 677, 679, 681,
89
+ 683, 685, 687, 689, 691, 693, 695, 697,
90
+ 699, 701, 703, 704, 705, 706, 707, 708,
91
+ 709, 710, 711, 712, 713, 714, 723, 731,
92
+ 733, 736, 738, 740, 742, 744, 746, 748,
93
+ 750, 752, 754, 756, 758, 760, 762, 764,
94
+ 766, 768, 770, 772, 774, 776, 778, 780,
95
+ 782, 784, 786, 788, 790, 792, 794, 796,
96
+ 798, 800, 802, 804, 806, 808, 810, 812,
97
+ 814, 816, 818, 821, 823, 825, 827, 829,
98
+ 831, 833, 835, 837, 839, 841, 843, 845,
99
+ 847, 849, 851, 853, 855, 857, 859, 861,
100
+ 863, 865, 867, 869, 871, 873, 875, 877,
101
+ 879, 881, 883, 885, 887, 889, 891, 893,
102
+ 895, 897, 899, 901, 903, 905, 907, 909,
103
+ 911, 913, 915, 917, 919, 921, 923, 925,
104
+ 927, 929, 931, 933, 935, 937, 939, 940,
105
+ 941, 942, 943, 944, 945, 946, 947, 948,
106
+ 949, 950, 951, 952, 953, 954, 955, 956,
107
+ 957, 958, 959, 960, 961, 962, 963, 964,
108
+ 972, 977, 979, 981, 983, 985, 987, 989,
109
+ 991, 993, 995, 997, 999, 1001, 1003, 1005,
110
+ 1007, 1009, 1011, 1013, 1015, 1017, 1019, 1021,
111
+ 1023, 1025, 1027, 1029, 1031, 1033, 1035, 1038,
112
+ 1040, 1042, 1044, 1046, 1048, 1050, 1052, 1054,
113
+ 1056, 1058, 1060, 1062, 1064, 1066, 1068, 1070,
114
+ 1072, 1074, 1076, 1078, 1080, 1082, 1084, 1086,
115
+ 1088, 1090, 1092, 1094, 1096, 1098, 1100, 1102,
116
+ 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118,
117
+ 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134,
118
+ 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150,
119
+ 1152, 1154, 1156, 1158, 1160, 1162, 1163, 1164
120
+ ]
121
+
122
+ class << self
123
+ attr_accessor :_lexer_trans_keys
124
+ private :_lexer_trans_keys, :_lexer_trans_keys=
125
+ end
126
+ self._lexer_trans_keys = [
127
+ -48, -17, 10, 32, 34, 35, 37, 42,
128
+ 64, 124, 9, 13, -112, -111, -110, -101,
129
+ -100, -95, -94, -93, -92, -48, -77, -68,
130
+ -48, -80, -47, -128, 32, 10, 10, 13,
131
+ -48, 10, 32, 34, 35, 37, 42, 64,
132
+ 124, 9, 13, 34, 34, 10, 13, 10,
133
+ 13, 10, 32, 34, 9, 13, 10, 32,
134
+ 34, 9, 13, 10, 32, 34, 9, 13,
135
+ 10, 32, 34, 9, 13, 10, 32, 9,
136
+ 13, 10, 32, 9, 13, 10, 13, 10,
137
+ 95, 70, 69, 65, 84, 85, 82, 69,
138
+ 95, 69, 78, 68, 95, 37, 13, 32,
139
+ 64, 9, 10, 9, 10, 13, 32, 64,
140
+ 11, 12, 10, 32, 64, 9, 13, 32,
141
+ 124, 9, 13, 10, 32, 92, 124, 9,
142
+ 13, 10, 92, 124, 10, 92, 10, 32,
143
+ 92, 124, 9, 13, -48, 10, 32, 34,
144
+ 35, 37, 42, 64, 124, 9, 13, -48,
145
+ -68, -48, -66, -48, -72, -47, -128, -48,
146
+ -66, -48, -70, -48, -80, -48, -75, -48,
147
+ -70, -48, -72, -48, -67, -48, -72, -47,
148
+ -127, -48, -66, -48, -69, -48, -69, -48,
149
+ -80, -47, -128, 58, 10, 10, -48, 10,
150
+ 32, 35, 124, 9, 13, -92, 10, -47,
151
+ 10, -125, 10, -48, 10, -67, 10, -48,
152
+ 10, -70, 10, -47, 10, -122, 10, -48,
153
+ 10, -72, 10, -48, 10, -66, 10, -48,
154
+ 10, -67, 10, -48, 10, -80, 10, -48,
155
+ 10, -69, 10, 10, 58, -48, 10, 32,
156
+ 34, 35, 37, 42, 64, 124, 9, 13,
157
+ -47, -122, -48, -75, -48, -67, -48, -80,
158
+ -47, -128, -48, -72, -48, -71, 32, 58,
159
+ -47, -127, -47, -126, -47, -128, -47, -125,
160
+ -48, -70, -47, -126, -47, -125, -47, -128,
161
+ -48, -80, -47, -127, -48, -72, 58, 10,
162
+ 10, -48, 10, 32, 35, 37, 42, 64,
163
+ 9, 13, -112, -111, -110, -101, -95, -93,
164
+ -92, 10, -48, 10, -77, -68, 10, -48,
165
+ 10, -80, 10, -47, 10, -128, 10, 10,
166
+ 32, -48, 10, -68, 10, -48, 10, -66,
167
+ 10, -48, 10, -72, 10, -47, 10, -128,
168
+ 10, -48, 10, -66, 10, -48, 10, -70,
169
+ 10, -48, 10, -80, 10, -48, 10, -75,
170
+ 10, -48, 10, -70, 10, -48, 10, -72,
171
+ 10, -48, 10, -67, 10, -47, 10, -122,
172
+ 10, -48, 10, -75, 10, -48, 10, -67,
173
+ 10, -48, 10, -80, 10, -47, 10, -128,
174
+ 10, -48, 10, -72, 10, -48, 10, -71,
175
+ 10, 10, 58, -48, 10, -67, 10, -48,
176
+ 10, -76, 10, -47, 10, -125, 10, -48,
177
+ 10, -67, 10, -48, 10, -70, 10, -47,
178
+ 10, -122, 10, -48, 10, -72, 10, -48,
179
+ 10, -66, 10, -48, 10, -67, 10, -48,
180
+ 10, -80, 10, -48, 10, -69, 10, 10,
181
+ 95, 10, 70, 10, 69, 10, 65, 10,
182
+ 84, 10, 85, 10, 82, 10, 69, 10,
183
+ 95, 10, 69, 10, 78, 10, 68, 10,
184
+ 95, 10, 37, 10, 10, -48, 10, 32,
185
+ 35, 37, 42, 64, 9, 13, -112, -111,
186
+ -110, -101, -95, -94, -93, -92, 10, -48,
187
+ 10, -77, -68, 10, -48, 10, -80, 10,
188
+ -47, 10, -128, 10, 10, 32, -48, 10,
189
+ -68, 10, -48, 10, -66, 10, -48, 10,
190
+ -72, 10, -47, 10, -128, 10, -48, 10,
191
+ -66, 10, -48, 10, -70, 10, -48, 10,
192
+ -80, 10, -48, 10, -75, 10, -48, 10,
193
+ -70, 10, -48, 10, -72, 10, -48, 10,
194
+ -67, 10, -47, 10, -122, 10, -48, 10,
195
+ -75, 10, -48, 10, -67, 10, -48, 10,
196
+ -80, 10, -47, 10, -128, 10, -48, 10,
197
+ -72, 10, -48, 10, -71, 10, 10, 32,
198
+ 58, -47, 10, -127, 10, -47, 10, -126,
199
+ 10, -47, 10, -128, 10, -47, 10, -125,
200
+ 10, -48, 10, -70, 10, -47, 10, -126,
201
+ 10, -47, 10, -125, 10, -47, 10, -128,
202
+ 10, -48, 10, -80, 10, -47, 10, -127,
203
+ 10, -48, 10, -72, 10, 10, 58, -48,
204
+ 10, -80, 10, -47, 10, -128, 10, -48,
205
+ 10, -72, 10, -47, 10, -123, 10, -48,
206
+ 10, -67, 10, -48, 10, -76, 10, -47,
207
+ 10, -125, 10, -48, 10, -67, 10, -48,
208
+ 10, -70, 10, -47, 10, -122, 10, -48,
209
+ 10, -72, 10, -48, 10, -66, 10, -48,
210
+ 10, -67, 10, -48, 10, -80, 10, -48,
211
+ 10, -69, 10, 10, 95, 10, 70, 10,
212
+ 69, 10, 65, 10, 84, 10, 85, 10,
213
+ 82, 10, 69, 10, 95, 10, 69, 10,
214
+ 78, 10, 68, 10, 95, 10, 37, -48,
215
+ -80, -47, -128, -48, -72, -47, -123, 58,
216
+ 10, 10, -48, 10, 32, 35, 37, 42,
217
+ 64, 9, 13, -112, -111, -110, -101, -95,
218
+ -93, -92, 10, -48, 10, -77, -68, 10,
219
+ -48, 10, -80, 10, -47, 10, -128, 10,
220
+ 10, 32, -48, 10, -68, 10, -48, 10,
221
+ -66, 10, -48, 10, -72, 10, -47, 10,
222
+ -128, 10, -48, 10, -66, 10, -48, 10,
223
+ -70, 10, -48, 10, -80, 10, -48, 10,
224
+ -75, 10, -48, 10, -70, 10, -48, 10,
225
+ -72, 10, -48, 10, -67, 10, -47, 10,
226
+ -122, 10, -48, 10, -75, 10, -48, 10,
227
+ -67, 10, -48, 10, -80, 10, -47, 10,
228
+ -128, 10, -48, 10, -72, 10, -48, 10,
229
+ -71, 10, 10, 32, 58, -47, 10, -127,
230
+ 10, -47, 10, -126, 10, -47, 10, -128,
231
+ 10, -47, 10, -125, 10, -48, 10, -70,
232
+ 10, -47, 10, -126, 10, -47, 10, -125,
233
+ 10, -47, 10, -128, 10, -48, 10, -80,
234
+ 10, -47, 10, -127, 10, -48, 10, -72,
235
+ 10, 10, 58, -48, 10, -67, 10, -48,
236
+ 10, -76, 10, -47, 10, -125, 10, -48,
237
+ 10, -67, 10, -48, 10, -70, 10, -47,
238
+ 10, -122, 10, -48, 10, -72, 10, -48,
239
+ 10, -66, 10, -48, 10, -67, 10, -48,
240
+ 10, -80, 10, -48, 10, -69, 10, 10,
241
+ 95, 10, 70, 10, 69, 10, 65, 10,
242
+ 84, 10, 85, 10, 82, 10, 69, 10,
243
+ 95, 10, 69, 10, 78, 10, 68, 10,
244
+ 95, 10, 37, -48, -67, -48, -76, -47,
245
+ -125, -48, -67, -48, -70, -47, -122, -48,
246
+ -72, -48, -66, -48, -67, -48, -80, -48,
247
+ -69, 58, 10, 10, -48, 10, 32, 35,
248
+ 37, 64, 9, 13, -100, -95, -94, -92,
249
+ 10, -48, 10, -72, 10, -47, 10, -127,
250
+ 10, -48, 10, -66, 10, -48, 10, -69,
251
+ 10, -48, 10, -69, 10, -48, 10, -80,
252
+ 10, -47, 10, -128, 10, 10, 58, -47,
253
+ 10, -122, 10, -48, 10, -75, 10, -48,
254
+ 10, -67, 10, -48, 10, -80, 10, -47,
255
+ 10, -128, 10, -48, 10, -72, 10, -48,
256
+ 10, -71, 10, 10, 32, 58, -47, 10,
257
+ -127, 10, -47, 10, -126, 10, -47, 10,
258
+ -128, 10, -47, 10, -125, 10, -48, 10,
259
+ -70, 10, -47, 10, -126, 10, -47, 10,
260
+ -125, 10, -47, 10, -128, 10, -48, 10,
261
+ -80, 10, -47, 10, -127, 10, -48, 10,
262
+ -72, 10, -48, 10, -80, 10, -47, 10,
263
+ -128, 10, -48, 10, -72, 10, -47, 10,
264
+ -123, 10, -47, 10, -125, 10, -48, 10,
265
+ -67, 10, -48, 10, -70, 10, -47, 10,
266
+ -122, 10, -48, 10, -72, 10, -48, 10,
267
+ -66, 10, -48, 10, -67, 10, -48, 10,
268
+ -80, 10, -48, 10, -69, 10, 10, 95,
269
+ 10, 70, 10, 69, 10, 65, 10, 84,
270
+ 10, 85, 10, 82, 10, 69, 10, 95,
271
+ 10, 69, 10, 78, 10, 68, 10, 95,
272
+ 10, 37, -69, -65, 0
273
+ ]
274
+
275
+ class << self
276
+ attr_accessor :_lexer_single_lengths
277
+ private :_lexer_single_lengths, :_lexer_single_lengths=
278
+ end
279
+ self._lexer_single_lengths = [
280
+ 0, 10, 9, 1, 2, 1, 1, 1,
281
+ 1, 1, 1, 2, 9, 1, 1, 2,
282
+ 2, 3, 3, 3, 3, 2, 2, 2,
283
+ 1, 1, 1, 1, 1, 1, 1, 1,
284
+ 1, 1, 1, 1, 1, 1, 1, 3,
285
+ 5, 3, 2, 4, 3, 2, 4, 9,
286
+ 1, 1, 1, 1, 1, 1, 1, 1,
287
+ 1, 1, 1, 1, 1, 1, 1, 1,
288
+ 1, 1, 1, 1, 1, 1, 1, 1,
289
+ 1, 1, 1, 1, 1, 1, 1, 1,
290
+ 1, 1, 1, 1, 1, 1, 1, 5,
291
+ 2, 2, 2, 2, 2, 2, 2, 2,
292
+ 2, 2, 2, 2, 2, 2, 2, 2,
293
+ 2, 2, 2, 2, 9, 1, 1, 1,
294
+ 1, 1, 1, 1, 1, 1, 1, 1,
295
+ 1, 1, 1, 2, 1, 1, 1, 1,
296
+ 1, 1, 1, 1, 1, 1, 1, 1,
297
+ 1, 1, 1, 1, 1, 1, 1, 1,
298
+ 1, 1, 1, 1, 1, 7, 8, 2,
299
+ 3, 2, 2, 2, 2, 2, 2, 2,
300
+ 2, 2, 2, 2, 2, 2, 2, 2,
301
+ 2, 2, 2, 2, 2, 2, 2, 2,
302
+ 2, 2, 2, 2, 2, 2, 2, 2,
303
+ 2, 2, 2, 2, 2, 2, 2, 2,
304
+ 2, 2, 2, 2, 2, 2, 2, 2,
305
+ 2, 2, 2, 2, 2, 2, 2, 2,
306
+ 2, 2, 2, 2, 2, 2, 2, 2,
307
+ 2, 2, 2, 2, 2, 2, 2, 2,
308
+ 2, 2, 2, 2, 2, 2, 2, 1,
309
+ 1, 7, 9, 2, 3, 2, 2, 2,
310
+ 2, 2, 2, 2, 2, 2, 2, 2,
311
+ 2, 2, 2, 2, 2, 2, 2, 2,
312
+ 2, 2, 2, 2, 2, 2, 2, 2,
313
+ 2, 2, 2, 2, 2, 2, 2, 2,
314
+ 2, 2, 2, 2, 2, 2, 3, 2,
315
+ 2, 2, 2, 2, 2, 2, 2, 2,
316
+ 2, 2, 2, 2, 2, 2, 2, 2,
317
+ 2, 2, 2, 2, 2, 2, 2, 2,
318
+ 2, 2, 2, 2, 2, 2, 2, 2,
319
+ 2, 2, 2, 2, 2, 2, 2, 2,
320
+ 2, 2, 2, 2, 2, 2, 2, 2,
321
+ 2, 2, 2, 2, 2, 2, 2, 2,
322
+ 2, 2, 2, 2, 2, 2, 2, 2,
323
+ 2, 2, 1, 1, 1, 1, 1, 1,
324
+ 1, 1, 1, 1, 1, 7, 8, 2,
325
+ 3, 2, 2, 2, 2, 2, 2, 2,
326
+ 2, 2, 2, 2, 2, 2, 2, 2,
327
+ 2, 2, 2, 2, 2, 2, 2, 2,
328
+ 2, 2, 2, 2, 2, 2, 2, 2,
329
+ 2, 2, 2, 2, 2, 2, 2, 2,
330
+ 2, 2, 3, 2, 2, 2, 2, 2,
331
+ 2, 2, 2, 2, 2, 2, 2, 2,
332
+ 2, 2, 2, 2, 2, 2, 2, 2,
333
+ 2, 2, 2, 2, 2, 2, 2, 2,
334
+ 2, 2, 2, 2, 2, 2, 2, 2,
335
+ 2, 2, 2, 2, 2, 2, 2, 2,
336
+ 2, 2, 2, 2, 2, 2, 2, 2,
337
+ 2, 2, 2, 2, 2, 2, 1, 1,
338
+ 1, 1, 1, 1, 1, 1, 1, 1,
339
+ 1, 1, 1, 1, 1, 1, 1, 1,
340
+ 1, 1, 1, 1, 1, 1, 1, 6,
341
+ 5, 2, 2, 2, 2, 2, 2, 2,
342
+ 2, 2, 2, 2, 2, 2, 2, 2,
343
+ 2, 2, 2, 2, 2, 2, 2, 2,
344
+ 2, 2, 2, 2, 2, 2, 3, 2,
345
+ 2, 2, 2, 2, 2, 2, 2, 2,
346
+ 2, 2, 2, 2, 2, 2, 2, 2,
347
+ 2, 2, 2, 2, 2, 2, 2, 2,
348
+ 2, 2, 2, 2, 2, 2, 2, 2,
349
+ 2, 2, 2, 2, 2, 2, 2, 2,
350
+ 2, 2, 2, 2, 2, 2, 2, 2,
351
+ 2, 2, 2, 2, 2, 2, 2, 2,
352
+ 2, 2, 2, 2, 2, 1, 1, 0
353
+ ]
354
+
355
+ class << self
356
+ attr_accessor :_lexer_range_lengths
357
+ private :_lexer_range_lengths, :_lexer_range_lengths=
358
+ end
359
+ self._lexer_range_lengths = [
360
+ 0, 1, 0, 0, 0, 0, 0, 0,
361
+ 0, 0, 0, 0, 1, 0, 0, 0,
362
+ 0, 1, 1, 1, 1, 1, 1, 0,
363
+ 0, 0, 0, 0, 0, 0, 0, 0,
364
+ 0, 0, 0, 0, 0, 0, 0, 1,
365
+ 1, 1, 1, 1, 0, 0, 1, 1,
366
+ 0, 0, 0, 0, 0, 0, 0, 0,
367
+ 0, 0, 0, 0, 0, 0, 0, 0,
368
+ 0, 0, 0, 0, 0, 0, 0, 0,
369
+ 0, 0, 0, 0, 0, 0, 0, 0,
370
+ 0, 0, 0, 0, 0, 0, 0, 1,
371
+ 0, 0, 0, 0, 0, 0, 0, 0,
372
+ 0, 0, 0, 0, 0, 0, 0, 0,
373
+ 0, 0, 0, 0, 1, 0, 0, 0,
374
+ 0, 0, 0, 0, 0, 0, 0, 0,
375
+ 0, 0, 0, 0, 0, 0, 0, 0,
376
+ 0, 0, 0, 0, 0, 0, 0, 0,
377
+ 0, 0, 0, 0, 0, 0, 0, 0,
378
+ 0, 0, 0, 0, 0, 1, 0, 0,
379
+ 0, 0, 0, 0, 0, 0, 0, 0,
380
+ 0, 0, 0, 0, 0, 0, 0, 0,
381
+ 0, 0, 0, 0, 0, 0, 0, 0,
382
+ 0, 0, 0, 0, 0, 0, 0, 0,
383
+ 0, 0, 0, 0, 0, 0, 0, 0,
384
+ 0, 0, 0, 0, 0, 0, 0, 0,
385
+ 0, 0, 0, 0, 0, 0, 0, 0,
386
+ 0, 0, 0, 0, 0, 0, 0, 0,
387
+ 0, 0, 0, 0, 0, 0, 0, 0,
388
+ 0, 0, 0, 0, 0, 0, 0, 0,
389
+ 0, 1, 0, 0, 0, 0, 0, 0,
390
+ 0, 0, 0, 0, 0, 0, 0, 0,
391
+ 0, 0, 0, 0, 0, 0, 0, 0,
392
+ 0, 0, 0, 0, 0, 0, 0, 0,
393
+ 0, 0, 0, 0, 0, 0, 0, 0,
394
+ 0, 0, 0, 0, 0, 0, 0, 0,
395
+ 0, 0, 0, 0, 0, 0, 0, 0,
396
+ 0, 0, 0, 0, 0, 0, 0, 0,
397
+ 0, 0, 0, 0, 0, 0, 0, 0,
398
+ 0, 0, 0, 0, 0, 0, 0, 0,
399
+ 0, 0, 0, 0, 0, 0, 0, 0,
400
+ 0, 0, 0, 0, 0, 0, 0, 0,
401
+ 0, 0, 0, 0, 0, 0, 0, 0,
402
+ 0, 0, 0, 0, 0, 0, 0, 0,
403
+ 0, 0, 0, 0, 0, 0, 0, 0,
404
+ 0, 0, 0, 0, 0, 1, 0, 0,
405
+ 0, 0, 0, 0, 0, 0, 0, 0,
406
+ 0, 0, 0, 0, 0, 0, 0, 0,
407
+ 0, 0, 0, 0, 0, 0, 0, 0,
408
+ 0, 0, 0, 0, 0, 0, 0, 0,
409
+ 0, 0, 0, 0, 0, 0, 0, 0,
410
+ 0, 0, 0, 0, 0, 0, 0, 0,
411
+ 0, 0, 0, 0, 0, 0, 0, 0,
412
+ 0, 0, 0, 0, 0, 0, 0, 0,
413
+ 0, 0, 0, 0, 0, 0, 0, 0,
414
+ 0, 0, 0, 0, 0, 0, 0, 0,
415
+ 0, 0, 0, 0, 0, 0, 0, 0,
416
+ 0, 0, 0, 0, 0, 0, 0, 0,
417
+ 0, 0, 0, 0, 0, 0, 0, 0,
418
+ 0, 0, 0, 0, 0, 0, 0, 0,
419
+ 0, 0, 0, 0, 0, 0, 0, 0,
420
+ 0, 0, 0, 0, 0, 0, 0, 1,
421
+ 0, 0, 0, 0, 0, 0, 0, 0,
422
+ 0, 0, 0, 0, 0, 0, 0, 0,
423
+ 0, 0, 0, 0, 0, 0, 0, 0,
424
+ 0, 0, 0, 0, 0, 0, 0, 0,
425
+ 0, 0, 0, 0, 0, 0, 0, 0,
426
+ 0, 0, 0, 0, 0, 0, 0, 0,
427
+ 0, 0, 0, 0, 0, 0, 0, 0,
428
+ 0, 0, 0, 0, 0, 0, 0, 0,
429
+ 0, 0, 0, 0, 0, 0, 0, 0,
430
+ 0, 0, 0, 0, 0, 0, 0, 0,
431
+ 0, 0, 0, 0, 0, 0, 0, 0,
432
+ 0, 0, 0, 0, 0, 0, 0, 0
433
+ ]
434
+
435
+ class << self
436
+ attr_accessor :_lexer_index_offsets
437
+ private :_lexer_index_offsets, :_lexer_index_offsets=
438
+ end
439
+ self._lexer_index_offsets = [
440
+ 0, 0, 12, 22, 24, 27, 29, 31,
441
+ 33, 35, 37, 39, 42, 53, 55, 57,
442
+ 60, 63, 68, 73, 78, 83, 87, 91,
443
+ 94, 96, 98, 100, 102, 104, 106, 108,
444
+ 110, 112, 114, 116, 118, 120, 122, 124,
445
+ 129, 136, 141, 145, 151, 155, 158, 164,
446
+ 175, 177, 179, 181, 183, 185, 187, 189,
447
+ 191, 193, 195, 197, 199, 201, 203, 205,
448
+ 207, 209, 211, 213, 215, 217, 219, 221,
449
+ 223, 225, 227, 229, 231, 233, 235, 237,
450
+ 239, 241, 243, 245, 247, 249, 251, 253,
451
+ 260, 263, 266, 269, 272, 275, 278, 281,
452
+ 284, 287, 290, 293, 296, 299, 302, 305,
453
+ 308, 311, 314, 317, 320, 331, 333, 335,
454
+ 337, 339, 341, 343, 345, 347, 349, 351,
455
+ 353, 355, 357, 359, 362, 364, 366, 368,
456
+ 370, 372, 374, 376, 378, 380, 382, 384,
457
+ 386, 388, 390, 392, 394, 396, 398, 400,
458
+ 402, 404, 406, 408, 410, 412, 421, 430,
459
+ 433, 437, 440, 443, 446, 449, 452, 455,
460
+ 458, 461, 464, 467, 470, 473, 476, 479,
461
+ 482, 485, 488, 491, 494, 497, 500, 503,
462
+ 506, 509, 512, 515, 518, 521, 524, 527,
463
+ 530, 533, 536, 539, 542, 545, 548, 551,
464
+ 554, 557, 560, 563, 566, 569, 572, 575,
465
+ 578, 581, 584, 587, 590, 593, 596, 599,
466
+ 602, 605, 608, 611, 614, 617, 620, 623,
467
+ 626, 629, 632, 635, 638, 641, 644, 647,
468
+ 650, 653, 656, 659, 662, 665, 668, 671,
469
+ 673, 675, 684, 694, 697, 701, 704, 707,
470
+ 710, 713, 716, 719, 722, 725, 728, 731,
471
+ 734, 737, 740, 743, 746, 749, 752, 755,
472
+ 758, 761, 764, 767, 770, 773, 776, 779,
473
+ 782, 785, 788, 791, 794, 797, 800, 803,
474
+ 806, 809, 812, 815, 818, 821, 824, 828,
475
+ 831, 834, 837, 840, 843, 846, 849, 852,
476
+ 855, 858, 861, 864, 867, 870, 873, 876,
477
+ 879, 882, 885, 888, 891, 894, 897, 900,
478
+ 903, 906, 909, 912, 915, 918, 921, 924,
479
+ 927, 930, 933, 936, 939, 942, 945, 948,
480
+ 951, 954, 957, 960, 963, 966, 969, 972,
481
+ 975, 978, 981, 984, 987, 990, 993, 996,
482
+ 999, 1002, 1005, 1008, 1011, 1014, 1017, 1020,
483
+ 1023, 1026, 1029, 1031, 1033, 1035, 1037, 1039,
484
+ 1041, 1043, 1045, 1047, 1049, 1051, 1060, 1069,
485
+ 1072, 1076, 1079, 1082, 1085, 1088, 1091, 1094,
486
+ 1097, 1100, 1103, 1106, 1109, 1112, 1115, 1118,
487
+ 1121, 1124, 1127, 1130, 1133, 1136, 1139, 1142,
488
+ 1145, 1148, 1151, 1154, 1157, 1160, 1163, 1166,
489
+ 1169, 1172, 1175, 1178, 1181, 1184, 1187, 1190,
490
+ 1193, 1196, 1199, 1203, 1206, 1209, 1212, 1215,
491
+ 1218, 1221, 1224, 1227, 1230, 1233, 1236, 1239,
492
+ 1242, 1245, 1248, 1251, 1254, 1257, 1260, 1263,
493
+ 1266, 1269, 1272, 1275, 1278, 1281, 1284, 1287,
494
+ 1290, 1293, 1296, 1299, 1302, 1305, 1308, 1311,
495
+ 1314, 1317, 1320, 1323, 1326, 1329, 1332, 1335,
496
+ 1338, 1341, 1344, 1347, 1350, 1353, 1356, 1359,
497
+ 1362, 1365, 1368, 1371, 1374, 1377, 1380, 1382,
498
+ 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398,
499
+ 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414,
500
+ 1416, 1418, 1420, 1422, 1424, 1426, 1428, 1430,
501
+ 1438, 1444, 1447, 1450, 1453, 1456, 1459, 1462,
502
+ 1465, 1468, 1471, 1474, 1477, 1480, 1483, 1486,
503
+ 1489, 1492, 1495, 1498, 1501, 1504, 1507, 1510,
504
+ 1513, 1516, 1519, 1522, 1525, 1528, 1531, 1535,
505
+ 1538, 1541, 1544, 1547, 1550, 1553, 1556, 1559,
506
+ 1562, 1565, 1568, 1571, 1574, 1577, 1580, 1583,
507
+ 1586, 1589, 1592, 1595, 1598, 1601, 1604, 1607,
508
+ 1610, 1613, 1616, 1619, 1622, 1625, 1628, 1631,
509
+ 1634, 1637, 1640, 1643, 1646, 1649, 1652, 1655,
510
+ 1658, 1661, 1664, 1667, 1670, 1673, 1676, 1679,
511
+ 1682, 1685, 1688, 1691, 1694, 1697, 1700, 1703,
512
+ 1706, 1709, 1712, 1715, 1718, 1721, 1723, 1725
513
+ ]
514
+
515
+ class << self
516
+ attr_accessor :_lexer_indicies
517
+ private :_lexer_indicies, :_lexer_indicies=
518
+ end
519
+ self._lexer_indicies = [
520
+ 1, 2, 4, 3, 5, 6, 7, 8,
521
+ 9, 10, 3, 0, 11, 12, 13, 14,
522
+ 15, 16, 17, 18, 19, 0, 20, 0,
523
+ 21, 22, 0, 23, 0, 24, 0, 25,
524
+ 0, 26, 0, 27, 0, 0, 28, 30,
525
+ 31, 29, 1, 4, 3, 5, 6, 7,
526
+ 8, 9, 10, 3, 0, 32, 0, 33,
527
+ 0, 35, 36, 34, 38, 39, 37, 42,
528
+ 41, 43, 41, 40, 46, 45, 47, 45,
529
+ 44, 46, 45, 48, 45, 44, 46, 45,
530
+ 49, 45, 44, 51, 50, 50, 0, 4,
531
+ 52, 52, 0, 54, 55, 53, 4, 0,
532
+ 56, 0, 57, 0, 58, 0, 59, 0,
533
+ 60, 0, 61, 0, 62, 0, 63, 0,
534
+ 64, 0, 65, 0, 66, 0, 67, 0,
535
+ 68, 0, 69, 0, 0, 0, 0, 0,
536
+ 70, 71, 72, 71, 71, 74, 73, 70,
537
+ 4, 75, 9, 75, 0, 76, 77, 76,
538
+ 0, 80, 79, 81, 82, 79, 78, 0,
539
+ 84, 85, 83, 0, 84, 83, 80, 86,
540
+ 84, 85, 86, 83, 87, 80, 88, 89,
541
+ 90, 91, 92, 93, 94, 88, 0, 95,
542
+ 0, 96, 0, 97, 0, 26, 0, 98,
543
+ 0, 99, 0, 100, 0, 101, 0, 102,
544
+ 0, 103, 0, 104, 0, 26, 0, 105,
545
+ 0, 26, 0, 106, 0, 107, 0, 108,
546
+ 0, 109, 0, 110, 0, 111, 0, 112,
547
+ 0, 26, 0, 113, 0, 114, 0, 115,
548
+ 0, 116, 0, 117, 0, 118, 0, 119,
549
+ 0, 120, 0, 121, 0, 122, 0, 123,
550
+ 0, 124, 0, 125, 0, 126, 0, 127,
551
+ 0, 129, 128, 131, 130, 132, 131, 133,
552
+ 134, 134, 133, 130, 135, 131, 130, 136,
553
+ 131, 130, 137, 131, 130, 138, 131, 130,
554
+ 139, 131, 130, 140, 131, 130, 141, 131,
555
+ 130, 142, 131, 130, 143, 131, 130, 144,
556
+ 131, 130, 145, 131, 130, 146, 131, 130,
557
+ 147, 131, 130, 148, 131, 130, 149, 131,
558
+ 130, 150, 131, 130, 151, 131, 130, 152,
559
+ 131, 130, 153, 131, 130, 131, 154, 130,
560
+ 155, 157, 156, 158, 159, 160, 161, 162,
561
+ 163, 156, 0, 164, 0, 165, 0, 166,
562
+ 0, 167, 0, 168, 0, 169, 0, 170,
563
+ 0, 171, 0, 172, 0, 173, 0, 174,
564
+ 0, 175, 0, 176, 0, 177, 0, 178,
565
+ 179, 0, 180, 0, 181, 0, 182, 0,
566
+ 183, 0, 184, 0, 185, 0, 186, 0,
567
+ 187, 0, 188, 0, 189, 0, 190, 0,
568
+ 191, 0, 192, 0, 193, 0, 194, 0,
569
+ 195, 0, 196, 0, 197, 0, 198, 0,
570
+ 199, 0, 200, 0, 201, 0, 202, 0,
571
+ 204, 203, 206, 205, 207, 206, 208, 209,
572
+ 210, 211, 209, 208, 205, 212, 213, 214,
573
+ 215, 216, 217, 218, 206, 205, 219, 206,
574
+ 205, 220, 221, 206, 205, 222, 206, 205,
575
+ 223, 206, 205, 224, 206, 205, 225, 206,
576
+ 205, 206, 226, 205, 227, 206, 205, 228,
577
+ 206, 205, 229, 206, 205, 225, 206, 205,
578
+ 230, 206, 205, 231, 206, 205, 232, 206,
579
+ 205, 233, 206, 205, 234, 206, 205, 235,
580
+ 206, 205, 236, 206, 205, 225, 206, 205,
581
+ 237, 206, 205, 225, 206, 205, 238, 206,
582
+ 205, 239, 206, 205, 240, 206, 205, 241,
583
+ 206, 205, 242, 206, 205, 243, 206, 205,
584
+ 244, 206, 205, 225, 206, 205, 245, 206,
585
+ 205, 246, 206, 205, 247, 206, 205, 248,
586
+ 206, 205, 249, 206, 205, 250, 206, 205,
587
+ 251, 206, 205, 252, 206, 205, 253, 206,
588
+ 205, 254, 206, 205, 255, 206, 205, 256,
589
+ 206, 205, 257, 206, 205, 258, 206, 205,
590
+ 206, 226, 205, 259, 206, 205, 260, 206,
591
+ 205, 261, 206, 205, 214, 206, 205, 262,
592
+ 206, 205, 263, 206, 205, 264, 206, 205,
593
+ 265, 206, 205, 266, 206, 205, 267, 206,
594
+ 205, 268, 206, 205, 269, 206, 205, 270,
595
+ 206, 205, 271, 206, 205, 272, 206, 205,
596
+ 273, 206, 205, 274, 206, 205, 275, 206,
597
+ 205, 276, 206, 205, 277, 206, 205, 278,
598
+ 206, 205, 258, 206, 205, 206, 279, 205,
599
+ 206, 280, 205, 206, 281, 205, 206, 282,
600
+ 205, 206, 283, 205, 206, 284, 205, 206,
601
+ 285, 205, 206, 286, 205, 206, 287, 205,
602
+ 206, 288, 205, 206, 289, 205, 206, 290,
603
+ 205, 206, 291, 205, 206, 292, 205, 294,
604
+ 293, 296, 295, 297, 296, 298, 299, 300,
605
+ 301, 299, 298, 295, 302, 303, 304, 305,
606
+ 306, 307, 308, 309, 296, 295, 310, 296,
607
+ 295, 311, 312, 296, 295, 313, 296, 295,
608
+ 314, 296, 295, 315, 296, 295, 316, 296,
609
+ 295, 296, 317, 295, 318, 296, 295, 319,
610
+ 296, 295, 320, 296, 295, 316, 296, 295,
611
+ 321, 296, 295, 322, 296, 295, 323, 296,
612
+ 295, 324, 296, 295, 325, 296, 295, 326,
613
+ 296, 295, 327, 296, 295, 316, 296, 295,
614
+ 328, 296, 295, 316, 296, 295, 329, 296,
615
+ 295, 330, 296, 295, 331, 296, 295, 332,
616
+ 296, 295, 333, 296, 295, 334, 296, 295,
617
+ 335, 296, 295, 316, 296, 295, 336, 296,
618
+ 295, 337, 296, 295, 338, 296, 295, 339,
619
+ 296, 295, 340, 296, 295, 341, 296, 295,
620
+ 342, 296, 295, 343, 296, 295, 344, 296,
621
+ 295, 345, 296, 295, 346, 296, 295, 347,
622
+ 296, 295, 348, 296, 295, 349, 296, 295,
623
+ 296, 350, 317, 295, 351, 296, 295, 352,
624
+ 296, 295, 353, 296, 295, 354, 296, 295,
625
+ 355, 296, 295, 356, 296, 295, 357, 296,
626
+ 295, 358, 296, 295, 359, 296, 295, 360,
627
+ 296, 295, 361, 296, 295, 362, 296, 295,
628
+ 363, 296, 295, 364, 296, 295, 365, 296,
629
+ 295, 366, 296, 295, 367, 296, 295, 368,
630
+ 296, 295, 369, 296, 295, 370, 296, 295,
631
+ 371, 296, 295, 372, 296, 295, 296, 317,
632
+ 295, 373, 296, 295, 374, 296, 295, 375,
633
+ 296, 295, 376, 296, 295, 377, 296, 295,
634
+ 378, 296, 295, 379, 296, 295, 372, 296,
635
+ 295, 380, 296, 295, 381, 296, 295, 382,
636
+ 296, 295, 304, 296, 295, 383, 296, 295,
637
+ 384, 296, 295, 385, 296, 295, 386, 296,
638
+ 295, 387, 296, 295, 388, 296, 295, 389,
639
+ 296, 295, 390, 296, 295, 391, 296, 295,
640
+ 392, 296, 295, 393, 296, 295, 394, 296,
641
+ 295, 395, 296, 295, 396, 296, 295, 397,
642
+ 296, 295, 398, 296, 295, 399, 296, 295,
643
+ 372, 296, 295, 296, 400, 295, 296, 401,
644
+ 295, 296, 402, 295, 296, 403, 295, 296,
645
+ 404, 295, 296, 405, 295, 296, 406, 295,
646
+ 296, 407, 295, 296, 408, 295, 296, 409,
647
+ 295, 296, 410, 295, 296, 411, 295, 296,
648
+ 412, 295, 296, 413, 295, 414, 0, 415,
649
+ 0, 416, 0, 417, 0, 418, 0, 419,
650
+ 0, 420, 0, 421, 0, 422, 0, 424,
651
+ 423, 426, 425, 427, 426, 428, 429, 430,
652
+ 431, 429, 428, 425, 432, 433, 434, 435,
653
+ 436, 437, 438, 426, 425, 439, 426, 425,
654
+ 440, 441, 426, 425, 442, 426, 425, 443,
655
+ 426, 425, 444, 426, 425, 445, 426, 425,
656
+ 426, 446, 425, 447, 426, 425, 448, 426,
657
+ 425, 449, 426, 425, 445, 426, 425, 450,
658
+ 426, 425, 451, 426, 425, 452, 426, 425,
659
+ 453, 426, 425, 454, 426, 425, 455, 426,
660
+ 425, 456, 426, 425, 445, 426, 425, 457,
661
+ 426, 425, 445, 426, 425, 458, 426, 425,
662
+ 459, 426, 425, 460, 426, 425, 461, 426,
663
+ 425, 462, 426, 425, 463, 426, 425, 464,
664
+ 426, 425, 445, 426, 425, 465, 426, 425,
665
+ 466, 426, 425, 467, 426, 425, 468, 426,
666
+ 425, 469, 426, 425, 470, 426, 425, 471,
667
+ 426, 425, 472, 426, 425, 473, 426, 425,
668
+ 474, 426, 425, 475, 426, 425, 476, 426,
669
+ 425, 477, 426, 425, 478, 426, 425, 426,
670
+ 479, 446, 425, 480, 426, 425, 481, 426,
671
+ 425, 482, 426, 425, 483, 426, 425, 484,
672
+ 426, 425, 485, 426, 425, 486, 426, 425,
673
+ 487, 426, 425, 488, 426, 425, 489, 426,
674
+ 425, 490, 426, 425, 491, 426, 425, 492,
675
+ 426, 425, 493, 426, 425, 494, 426, 425,
676
+ 495, 426, 425, 496, 426, 425, 497, 426,
677
+ 425, 498, 426, 425, 499, 426, 425, 500,
678
+ 426, 425, 501, 426, 425, 426, 446, 425,
679
+ 502, 426, 425, 503, 426, 425, 504, 426,
680
+ 425, 434, 426, 425, 505, 426, 425, 506,
681
+ 426, 425, 507, 426, 425, 508, 426, 425,
682
+ 509, 426, 425, 510, 426, 425, 511, 426,
683
+ 425, 512, 426, 425, 513, 426, 425, 514,
684
+ 426, 425, 515, 426, 425, 516, 426, 425,
685
+ 517, 426, 425, 518, 426, 425, 519, 426,
686
+ 425, 520, 426, 425, 521, 426, 425, 501,
687
+ 426, 425, 426, 522, 425, 426, 523, 425,
688
+ 426, 524, 425, 426, 525, 425, 426, 526,
689
+ 425, 426, 527, 425, 426, 528, 425, 426,
690
+ 529, 425, 426, 530, 425, 426, 531, 425,
691
+ 426, 532, 425, 426, 533, 425, 426, 534,
692
+ 425, 426, 535, 425, 536, 0, 537, 0,
693
+ 538, 0, 13, 0, 539, 0, 540, 0,
694
+ 541, 0, 542, 0, 543, 0, 544, 0,
695
+ 545, 0, 546, 0, 547, 0, 548, 0,
696
+ 549, 0, 550, 0, 551, 0, 552, 0,
697
+ 553, 0, 554, 0, 555, 0, 556, 0,
698
+ 557, 0, 559, 558, 561, 560, 562, 561,
699
+ 563, 564, 565, 564, 563, 560, 566, 567,
700
+ 568, 569, 561, 560, 570, 561, 560, 571,
701
+ 561, 560, 572, 561, 560, 573, 561, 560,
702
+ 574, 561, 560, 575, 561, 560, 576, 561,
703
+ 560, 577, 561, 560, 578, 561, 560, 579,
704
+ 561, 560, 580, 561, 560, 581, 561, 560,
705
+ 582, 561, 560, 583, 561, 560, 561, 584,
706
+ 560, 585, 561, 560, 586, 561, 560, 587,
707
+ 561, 560, 588, 561, 560, 589, 561, 560,
708
+ 590, 561, 560, 591, 561, 560, 592, 561,
709
+ 560, 593, 561, 560, 594, 561, 560, 595,
710
+ 561, 560, 596, 561, 560, 597, 561, 560,
711
+ 598, 561, 560, 561, 599, 584, 560, 600,
712
+ 561, 560, 601, 561, 560, 602, 561, 560,
713
+ 603, 561, 560, 604, 561, 560, 605, 561,
714
+ 560, 606, 561, 560, 607, 561, 560, 608,
715
+ 561, 560, 609, 561, 560, 610, 561, 560,
716
+ 611, 561, 560, 612, 561, 560, 613, 561,
717
+ 560, 614, 561, 560, 615, 561, 560, 616,
718
+ 561, 560, 617, 561, 560, 618, 561, 560,
719
+ 619, 561, 560, 620, 561, 560, 583, 561,
720
+ 560, 621, 561, 560, 622, 561, 560, 623,
721
+ 561, 560, 624, 561, 560, 625, 561, 560,
722
+ 626, 561, 560, 627, 561, 560, 583, 561,
723
+ 560, 628, 561, 560, 629, 561, 560, 630,
724
+ 561, 560, 631, 561, 560, 632, 561, 560,
725
+ 633, 561, 560, 634, 561, 560, 635, 561,
726
+ 560, 636, 561, 560, 637, 561, 560, 638,
727
+ 561, 560, 639, 561, 560, 640, 561, 560,
728
+ 641, 561, 560, 642, 561, 560, 643, 561,
729
+ 560, 644, 561, 560, 583, 561, 560, 561,
730
+ 645, 560, 561, 646, 560, 561, 647, 560,
731
+ 561, 648, 560, 561, 649, 560, 561, 650,
732
+ 560, 561, 651, 560, 561, 652, 560, 561,
733
+ 653, 560, 561, 654, 560, 561, 655, 560,
734
+ 561, 656, 560, 561, 657, 560, 561, 658,
735
+ 560, 659, 0, 3, 0, 660, 0
736
+ ]
737
+
738
+ class << self
739
+ attr_accessor :_lexer_trans_targs
740
+ private :_lexer_trans_targs, :_lexer_trans_targs=
741
+ end
742
+ self._lexer_trans_targs = [
743
+ 0, 2, 581, 12, 12, 13, 23, 25,
744
+ 9, 39, 42, 3, 52, 60, 62, 70,
745
+ 109, 346, 462, 466, 4, 5, 48, 6,
746
+ 7, 8, 9, 10, 11, 11, 12, 24,
747
+ 14, 15, 16, 17, 16, 16, 17, 16,
748
+ 18, 18, 18, 19, 18, 18, 18, 19,
749
+ 20, 21, 22, 12, 22, 23, 12, 24,
750
+ 26, 27, 28, 29, 30, 31, 32, 33,
751
+ 34, 35, 36, 37, 38, 583, 40, 41,
752
+ 12, 40, 39, 41, 42, 43, 44, 46,
753
+ 47, 45, 43, 44, 45, 43, 46, 2,
754
+ 47, 13, 23, 25, 9, 39, 42, 49,
755
+ 50, 51, 53, 54, 55, 56, 57, 58,
756
+ 59, 61, 63, 64, 65, 66, 67, 68,
757
+ 69, 71, 72, 73, 74, 75, 76, 77,
758
+ 78, 79, 80, 81, 82, 83, 84, 85,
759
+ 86, 87, 86, 87, 88, 87, 12, 89,
760
+ 90, 91, 92, 93, 94, 95, 96, 97,
761
+ 98, 99, 100, 101, 102, 103, 104, 105,
762
+ 106, 107, 108, 2, 12, 12, 13, 23,
763
+ 25, 9, 39, 42, 110, 111, 112, 113,
764
+ 114, 115, 116, 117, 118, 119, 120, 121,
765
+ 122, 123, 124, 231, 125, 126, 127, 128,
766
+ 129, 130, 131, 132, 133, 134, 135, 136,
767
+ 137, 138, 139, 140, 141, 142, 143, 144,
768
+ 145, 146, 147, 148, 149, 148, 149, 150,
769
+ 149, 12, 217, 157, 151, 162, 170, 172,
770
+ 180, 195, 199, 152, 153, 158, 154, 155,
771
+ 156, 157, 108, 159, 160, 161, 163, 164,
772
+ 165, 166, 167, 168, 169, 171, 173, 174,
773
+ 175, 176, 177, 178, 179, 181, 182, 183,
774
+ 184, 185, 186, 187, 188, 189, 190, 191,
775
+ 192, 193, 194, 196, 197, 198, 200, 201,
776
+ 202, 203, 204, 205, 206, 207, 208, 209,
777
+ 210, 211, 212, 213, 214, 215, 216, 218,
778
+ 219, 220, 221, 222, 223, 224, 225, 226,
779
+ 227, 228, 229, 230, 12, 232, 233, 232,
780
+ 233, 234, 233, 12, 332, 241, 235, 246,
781
+ 254, 256, 264, 302, 310, 314, 236, 237,
782
+ 242, 238, 239, 240, 241, 108, 243, 244,
783
+ 245, 247, 248, 249, 250, 251, 252, 253,
784
+ 255, 257, 258, 259, 260, 261, 262, 263,
785
+ 265, 266, 267, 268, 269, 270, 271, 272,
786
+ 273, 274, 275, 276, 277, 278, 279, 280,
787
+ 281, 282, 283, 284, 285, 286, 287, 288,
788
+ 289, 290, 291, 292, 293, 294, 295, 296,
789
+ 297, 298, 299, 300, 301, 303, 304, 305,
790
+ 306, 307, 308, 309, 311, 312, 313, 315,
791
+ 316, 317, 318, 319, 320, 321, 322, 323,
792
+ 324, 325, 326, 327, 328, 329, 330, 331,
793
+ 333, 334, 335, 336, 337, 338, 339, 340,
794
+ 341, 342, 343, 344, 345, 12, 347, 348,
795
+ 349, 350, 351, 352, 353, 354, 355, 356,
796
+ 357, 356, 357, 358, 357, 12, 448, 365,
797
+ 359, 370, 378, 380, 388, 426, 430, 360,
798
+ 361, 366, 362, 363, 364, 365, 108, 367,
799
+ 368, 369, 371, 372, 373, 374, 375, 376,
800
+ 377, 379, 381, 382, 383, 384, 385, 386,
801
+ 387, 389, 390, 391, 392, 393, 394, 395,
802
+ 396, 397, 398, 399, 400, 401, 402, 403,
803
+ 404, 405, 406, 407, 408, 409, 410, 411,
804
+ 412, 413, 414, 415, 416, 417, 418, 419,
805
+ 420, 421, 422, 423, 424, 425, 427, 428,
806
+ 429, 431, 432, 433, 434, 435, 436, 437,
807
+ 438, 439, 440, 441, 442, 443, 444, 445,
808
+ 446, 447, 449, 450, 451, 452, 453, 454,
809
+ 455, 456, 457, 458, 459, 460, 461, 12,
810
+ 463, 464, 465, 467, 468, 469, 470, 471,
811
+ 472, 473, 474, 475, 476, 477, 478, 479,
812
+ 480, 481, 482, 483, 484, 485, 486, 487,
813
+ 486, 487, 488, 487, 12, 567, 489, 504,
814
+ 541, 549, 490, 491, 492, 493, 494, 495,
815
+ 496, 497, 498, 499, 500, 501, 502, 503,
816
+ 108, 505, 506, 507, 508, 509, 510, 511,
817
+ 512, 513, 514, 515, 516, 517, 518, 519,
818
+ 520, 521, 522, 523, 524, 525, 526, 527,
819
+ 528, 529, 530, 531, 532, 533, 534, 535,
820
+ 536, 537, 538, 539, 540, 542, 543, 544,
821
+ 545, 546, 547, 548, 550, 551, 552, 553,
822
+ 554, 555, 556, 557, 558, 559, 560, 561,
823
+ 562, 563, 564, 565, 566, 568, 569, 570,
824
+ 571, 572, 573, 574, 575, 576, 577, 578,
825
+ 579, 580, 12, 582, 0
826
+ ]
827
+
828
+ class << self
829
+ attr_accessor :_lexer_trans_actions
830
+ private :_lexer_trans_actions, :_lexer_trans_actions=
831
+ end
832
+ self._lexer_trans_actions = [
833
+ 43, 29, 0, 0, 54, 3, 1, 0,
834
+ 29, 1, 35, 0, 0, 0, 0, 0,
835
+ 0, 0, 0, 0, 0, 0, 0, 0,
836
+ 0, 0, 0, 0, 57, 0, 110, 23,
837
+ 0, 0, 7, 135, 48, 0, 102, 9,
838
+ 5, 45, 130, 45, 0, 33, 122, 33,
839
+ 33, 0, 11, 106, 0, 0, 114, 25,
840
+ 0, 0, 0, 0, 0, 0, 0, 0,
841
+ 0, 0, 0, 0, 0, 0, 0, 27,
842
+ 118, 27, 51, 0, 0, 0, 37, 37,
843
+ 54, 37, 87, 0, 0, 39, 0, 96,
844
+ 0, 93, 90, 41, 96, 90, 99, 0,
845
+ 0, 0, 0, 0, 0, 0, 0, 0,
846
+ 0, 0, 0, 0, 0, 0, 0, 0,
847
+ 0, 0, 0, 0, 0, 0, 0, 0,
848
+ 0, 0, 0, 0, 0, 0, 0, 0,
849
+ 57, 140, 0, 54, 84, 0, 81, 0,
850
+ 0, 0, 0, 0, 0, 0, 0, 0,
851
+ 0, 0, 0, 0, 0, 0, 0, 0,
852
+ 0, 0, 21, 63, 31, 126, 60, 57,
853
+ 31, 63, 57, 66, 0, 0, 0, 0,
854
+ 0, 0, 0, 0, 0, 0, 0, 0,
855
+ 0, 0, 0, 0, 0, 0, 0, 0,
856
+ 0, 0, 0, 0, 0, 0, 0, 0,
857
+ 0, 0, 0, 0, 0, 0, 0, 0,
858
+ 0, 0, 0, 57, 140, 0, 54, 84,
859
+ 0, 78, 33, 84, 0, 0, 0, 0,
860
+ 0, 0, 0, 0, 0, 0, 0, 0,
861
+ 0, 0, 19, 0, 0, 0, 0, 0,
862
+ 0, 0, 0, 0, 0, 0, 0, 0,
863
+ 0, 0, 0, 0, 0, 0, 0, 0,
864
+ 0, 0, 0, 0, 0, 0, 0, 0,
865
+ 0, 0, 0, 0, 0, 0, 0, 0,
866
+ 0, 0, 0, 0, 0, 0, 0, 0,
867
+ 0, 0, 0, 0, 0, 0, 0, 0,
868
+ 0, 0, 0, 0, 0, 0, 0, 0,
869
+ 0, 0, 0, 0, 19, 57, 140, 0,
870
+ 54, 84, 0, 75, 33, 84, 0, 0,
871
+ 0, 0, 0, 0, 0, 0, 0, 0,
872
+ 0, 0, 0, 0, 0, 17, 0, 0,
873
+ 0, 0, 0, 0, 0, 0, 0, 0,
874
+ 0, 0, 0, 0, 0, 0, 0, 0,
875
+ 0, 0, 0, 0, 0, 0, 0, 0,
876
+ 0, 0, 0, 0, 0, 0, 0, 0,
877
+ 0, 0, 0, 0, 0, 0, 0, 0,
878
+ 0, 0, 0, 0, 0, 0, 0, 0,
879
+ 0, 0, 0, 0, 0, 0, 0, 0,
880
+ 0, 0, 0, 0, 0, 0, 0, 0,
881
+ 0, 0, 0, 0, 0, 0, 0, 0,
882
+ 0, 0, 0, 0, 0, 0, 0, 0,
883
+ 0, 0, 0, 0, 0, 0, 0, 0,
884
+ 0, 0, 0, 0, 0, 17, 0, 0,
885
+ 0, 0, 0, 0, 0, 0, 0, 57,
886
+ 140, 0, 54, 84, 0, 72, 33, 84,
887
+ 0, 0, 0, 0, 0, 0, 0, 0,
888
+ 0, 0, 0, 0, 0, 0, 15, 0,
889
+ 0, 0, 0, 0, 0, 0, 0, 0,
890
+ 0, 0, 0, 0, 0, 0, 0, 0,
891
+ 0, 0, 0, 0, 0, 0, 0, 0,
892
+ 0, 0, 0, 0, 0, 0, 0, 0,
893
+ 0, 0, 0, 0, 0, 0, 0, 0,
894
+ 0, 0, 0, 0, 0, 0, 0, 0,
895
+ 0, 0, 0, 0, 0, 0, 0, 0,
896
+ 0, 0, 0, 0, 0, 0, 0, 0,
897
+ 0, 0, 0, 0, 0, 0, 0, 0,
898
+ 0, 0, 0, 0, 0, 0, 0, 0,
899
+ 0, 0, 0, 0, 0, 0, 0, 15,
900
+ 0, 0, 0, 0, 0, 0, 0, 0,
901
+ 0, 0, 0, 0, 0, 0, 0, 0,
902
+ 0, 0, 0, 0, 0, 0, 57, 140,
903
+ 0, 54, 84, 0, 69, 33, 0, 0,
904
+ 0, 0, 0, 0, 0, 0, 0, 0,
905
+ 0, 0, 0, 0, 0, 0, 0, 0,
906
+ 13, 0, 0, 0, 0, 0, 0, 0,
907
+ 0, 0, 0, 0, 0, 0, 0, 0,
908
+ 0, 0, 0, 0, 0, 0, 0, 0,
909
+ 0, 0, 0, 0, 0, 0, 0, 0,
910
+ 0, 0, 0, 0, 0, 0, 0, 0,
911
+ 0, 0, 0, 0, 0, 0, 0, 0,
912
+ 0, 0, 0, 0, 0, 0, 0, 0,
913
+ 0, 0, 0, 0, 0, 0, 0, 0,
914
+ 0, 0, 0, 0, 0, 0, 0, 0,
915
+ 0, 0, 13, 0, 0
916
+ ]
917
+
918
+ class << self
919
+ attr_accessor :_lexer_eof_actions
920
+ private :_lexer_eof_actions, :_lexer_eof_actions=
921
+ end
922
+ self._lexer_eof_actions = [
923
+ 0, 43, 43, 43, 43, 43, 43, 43,
924
+ 43, 43, 43, 43, 43, 43, 43, 43,
925
+ 43, 43, 43, 43, 43, 43, 43, 43,
926
+ 43, 43, 43, 43, 43, 43, 43, 43,
927
+ 43, 43, 43, 43, 43, 43, 43, 43,
928
+ 43, 43, 43, 43, 43, 43, 43, 43,
929
+ 43, 43, 43, 43, 43, 43, 43, 43,
930
+ 43, 43, 43, 43, 43, 43, 43, 43,
931
+ 43, 43, 43, 43, 43, 43, 43, 43,
932
+ 43, 43, 43, 43, 43, 43, 43, 43,
933
+ 43, 43, 43, 43, 43, 43, 43, 43,
934
+ 43, 43, 43, 43, 43, 43, 43, 43,
935
+ 43, 43, 43, 43, 43, 43, 43, 43,
936
+ 43, 43, 43, 43, 43, 43, 43, 43,
937
+ 43, 43, 43, 43, 43, 43, 43, 43,
938
+ 43, 43, 43, 43, 43, 43, 43, 43,
939
+ 43, 43, 43, 43, 43, 43, 43, 43,
940
+ 43, 43, 43, 43, 43, 43, 43, 43,
941
+ 43, 43, 43, 43, 43, 43, 43, 43,
942
+ 43, 43, 43, 43, 43, 43, 43, 43,
943
+ 43, 43, 43, 43, 43, 43, 43, 43,
944
+ 43, 43, 43, 43, 43, 43, 43, 43,
945
+ 43, 43, 43, 43, 43, 43, 43, 43,
946
+ 43, 43, 43, 43, 43, 43, 43, 43,
947
+ 43, 43, 43, 43, 43, 43, 43, 43,
948
+ 43, 43, 43, 43, 43, 43, 43, 43,
949
+ 43, 43, 43, 43, 43, 43, 43, 43,
950
+ 43, 43, 43, 43, 43, 43, 43, 43,
951
+ 43, 43, 43, 43, 43, 43, 43, 43,
952
+ 43, 43, 43, 43, 43, 43, 43, 43,
953
+ 43, 43, 43, 43, 43, 43, 43, 43,
954
+ 43, 43, 43, 43, 43, 43, 43, 43,
955
+ 43, 43, 43, 43, 43, 43, 43, 43,
956
+ 43, 43, 43, 43, 43, 43, 43, 43,
957
+ 43, 43, 43, 43, 43, 43, 43, 43,
958
+ 43, 43, 43, 43, 43, 43, 43, 43,
959
+ 43, 43, 43, 43, 43, 43, 43, 43,
960
+ 43, 43, 43, 43, 43, 43, 43, 43,
961
+ 43, 43, 43, 43, 43, 43, 43, 43,
962
+ 43, 43, 43, 43, 43, 43, 43, 43,
963
+ 43, 43, 43, 43, 43, 43, 43, 43,
964
+ 43, 43, 43, 43, 43, 43, 43, 43,
965
+ 43, 43, 43, 43, 43, 43, 43, 43,
966
+ 43, 43, 43, 43, 43, 43, 43, 43,
967
+ 43, 43, 43, 43, 43, 43, 43, 43,
968
+ 43, 43, 43, 43, 43, 43, 43, 43,
969
+ 43, 43, 43, 43, 43, 43, 43, 43,
970
+ 43, 43, 43, 43, 43, 43, 43, 43,
971
+ 43, 43, 43, 43, 43, 43, 43, 43,
972
+ 43, 43, 43, 43, 43, 43, 43, 43,
973
+ 43, 43, 43, 43, 43, 43, 43, 43,
974
+ 43, 43, 43, 43, 43, 43, 43, 43,
975
+ 43, 43, 43, 43, 43, 43, 43, 43,
976
+ 43, 43, 43, 43, 43, 43, 43, 43,
977
+ 43, 43, 43, 43, 43, 43, 43, 43,
978
+ 43, 43, 43, 43, 43, 43, 43, 43,
979
+ 43, 43, 43, 43, 43, 43, 43, 43,
980
+ 43, 43, 43, 43, 43, 43, 43, 43,
981
+ 43, 43, 43, 43, 43, 43, 43, 43,
982
+ 43, 43, 43, 43, 43, 43, 43, 43,
983
+ 43, 43, 43, 43, 43, 43, 43, 43,
984
+ 43, 43, 43, 43, 43, 43, 43, 43,
985
+ 43, 43, 43, 43, 43, 43, 43, 43,
986
+ 43, 43, 43, 43, 43, 43, 43, 43,
987
+ 43, 43, 43, 43, 43, 43, 43, 43,
988
+ 43, 43, 43, 43, 43, 43, 43, 43,
989
+ 43, 43, 43, 43, 43, 43, 43, 43,
990
+ 43, 43, 43, 43, 43, 43, 43, 43,
991
+ 43, 43, 43, 43, 43, 43, 43, 43,
992
+ 43, 43, 43, 43, 43, 43, 43, 43,
993
+ 43, 43, 43, 43, 43, 43, 43, 43,
994
+ 43, 43, 43, 43, 43, 43, 43, 43,
995
+ 43, 43, 43, 43, 43, 43, 43, 43
996
+ ]
997
+
998
+ class << self
999
+ attr_accessor :lexer_start
1000
+ end
1001
+ self.lexer_start = 1;
1002
+ class << self
1003
+ attr_accessor :lexer_first_final
1004
+ end
1005
+ self.lexer_first_final = 583;
1006
+ class << self
1007
+ attr_accessor :lexer_error
1008
+ end
1009
+ self.lexer_error = 0;
1010
+
1011
+ class << self
1012
+ attr_accessor :lexer_en_main
1013
+ end
1014
+ self.lexer_en_main = 1;
1015
+
1016
+
1017
+ # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1018
+ end
1019
+
1020
+ def scan(data)
1021
+ data = (data + "\n%_FEATURE_END_%").unpack("c*") # Explicit EOF simplifies things considerably
1022
+ eof = pe = data.length
1023
+
1024
+ @line_number = 1
1025
+ @last_newline = 0
1026
+
1027
+
1028
+ # line 1029 "lib/gherkin/rb_lexer/uz.rb"
1029
+ begin
1030
+ p ||= 0
1031
+ pe ||= data.length
1032
+ cs = lexer_start
1033
+ end
1034
+
1035
+ # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1036
+
1037
+ # line 1038 "lib/gherkin/rb_lexer/uz.rb"
1038
+ begin
1039
+ _klen, _trans, _keys, _acts, _nacts = nil
1040
+ _goto_level = 0
1041
+ _resume = 10
1042
+ _eof_trans = 15
1043
+ _again = 20
1044
+ _test_eof = 30
1045
+ _out = 40
1046
+ while true
1047
+ _trigger_goto = false
1048
+ if _goto_level <= 0
1049
+ if p == pe
1050
+ _goto_level = _test_eof
1051
+ next
1052
+ end
1053
+ if cs == 0
1054
+ _goto_level = _out
1055
+ next
1056
+ end
1057
+ end
1058
+ if _goto_level <= _resume
1059
+ _keys = _lexer_key_offsets[cs]
1060
+ _trans = _lexer_index_offsets[cs]
1061
+ _klen = _lexer_single_lengths[cs]
1062
+ _break_match = false
1063
+
1064
+ begin
1065
+ if _klen > 0
1066
+ _lower = _keys
1067
+ _upper = _keys + _klen - 1
1068
+
1069
+ loop do
1070
+ break if _upper < _lower
1071
+ _mid = _lower + ( (_upper - _lower) >> 1 )
1072
+
1073
+ if data[p] < _lexer_trans_keys[_mid]
1074
+ _upper = _mid - 1
1075
+ elsif data[p] > _lexer_trans_keys[_mid]
1076
+ _lower = _mid + 1
1077
+ else
1078
+ _trans += (_mid - _keys)
1079
+ _break_match = true
1080
+ break
1081
+ end
1082
+ end # loop
1083
+ break if _break_match
1084
+ _keys += _klen
1085
+ _trans += _klen
1086
+ end
1087
+ _klen = _lexer_range_lengths[cs]
1088
+ if _klen > 0
1089
+ _lower = _keys
1090
+ _upper = _keys + (_klen << 1) - 2
1091
+ loop do
1092
+ break if _upper < _lower
1093
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1)
1094
+ if data[p] < _lexer_trans_keys[_mid]
1095
+ _upper = _mid - 2
1096
+ elsif data[p] > _lexer_trans_keys[_mid+1]
1097
+ _lower = _mid + 2
1098
+ else
1099
+ _trans += ((_mid - _keys) >> 1)
1100
+ _break_match = true
1101
+ break
1102
+ end
1103
+ end # loop
1104
+ break if _break_match
1105
+ _trans += _klen
1106
+ end
1107
+ end while false
1108
+ _trans = _lexer_indicies[_trans]
1109
+ cs = _lexer_trans_targs[_trans]
1110
+ if _lexer_trans_actions[_trans] != 0
1111
+ _acts = _lexer_trans_actions[_trans]
1112
+ _nacts = _lexer_actions[_acts]
1113
+ _acts += 1
1114
+ while _nacts > 0
1115
+ _nacts -= 1
1116
+ _acts += 1
1117
+ case _lexer_actions[_acts - 1]
1118
+ when 0 then
1119
+ # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1120
+ begin
1121
+
1122
+ @content_start = p
1123
+ @current_line = @line_number
1124
+ @start_col = p - @last_newline - "#{@keyword}:".length
1125
+ end
1126
+ when 1 then
1127
+ # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1128
+ begin
1129
+
1130
+ @current_line = @line_number
1131
+ @start_col = p - @last_newline
1132
+ end
1133
+ when 2 then
1134
+ # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1135
+ begin
1136
+
1137
+ @content_start = p
1138
+ end
1139
+ when 3 then
1140
+ # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1141
+ begin
1142
+
1143
+ @docstring_content_type_start = p
1144
+ end
1145
+ when 4 then
1146
+ # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1147
+ begin
1148
+
1149
+ @docstring_content_type_end = p
1150
+ end
1151
+ when 5 then
1152
+ # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1153
+ begin
1154
+
1155
+ con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
1156
+ con_type = utf8_pack(data[@docstring_content_type_start...@docstring_content_type_end]).strip
1157
+ @listener.doc_string(con_type, con, @current_line)
1158
+ end
1159
+ when 6 then
1160
+ # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1161
+ begin
1162
+
1163
+ p = store_keyword_content(:feature, data, p, eof)
1164
+ end
1165
+ when 7 then
1166
+ # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1167
+ begin
1168
+
1169
+ p = store_keyword_content(:background, data, p, eof)
1170
+ end
1171
+ when 8 then
1172
+ # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1173
+ begin
1174
+
1175
+ p = store_keyword_content(:scenario, data, p, eof)
1176
+ end
1177
+ when 9 then
1178
+ # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1179
+ begin
1180
+
1181
+ p = store_keyword_content(:scenario_outline, data, p, eof)
1182
+ end
1183
+ when 10 then
1184
+ # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1185
+ begin
1186
+
1187
+ p = store_keyword_content(:examples, data, p, eof)
1188
+ end
1189
+ when 11 then
1190
+ # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1191
+ begin
1192
+
1193
+ con = utf8_pack(data[@content_start...p]).strip
1194
+ @listener.step(@keyword, con, @current_line)
1195
+ end
1196
+ when 12 then
1197
+ # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1198
+ begin
1199
+
1200
+ con = utf8_pack(data[@content_start...p]).strip
1201
+ @listener.comment(con, @line_number)
1202
+ @keyword_start = nil
1203
+ end
1204
+ when 13 then
1205
+ # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1206
+ begin
1207
+
1208
+ con = utf8_pack(data[@content_start...p]).strip
1209
+ @listener.tag(con, @current_line)
1210
+ @keyword_start = nil
1211
+ end
1212
+ when 14 then
1213
+ # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1214
+ begin
1215
+
1216
+ @line_number += 1
1217
+ end
1218
+ when 15 then
1219
+ # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1220
+ begin
1221
+
1222
+ @last_newline = p + 1
1223
+ end
1224
+ when 16 then
1225
+ # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1226
+ begin
1227
+
1228
+ @keyword_start ||= p
1229
+ end
1230
+ when 17 then
1231
+ # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1232
+ begin
1233
+
1234
+ @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1235
+ @keyword_start = nil
1236
+ end
1237
+ when 18 then
1238
+ # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1239
+ begin
1240
+
1241
+ @next_keyword_start = p
1242
+ end
1243
+ when 19 then
1244
+ # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1245
+ begin
1246
+
1247
+ p = p - 1
1248
+ current_row = []
1249
+ @current_line = @line_number
1250
+ end
1251
+ when 20 then
1252
+ # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1253
+ begin
1254
+
1255
+ @content_start = p
1256
+ end
1257
+ when 21 then
1258
+ # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1259
+ begin
1260
+
1261
+ con = utf8_pack(data[@content_start...p]).strip
1262
+ current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1263
+ end
1264
+ when 22 then
1265
+ # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1266
+ begin
1267
+
1268
+ @listener.row(current_row, @current_line)
1269
+ end
1270
+ when 23 then
1271
+ # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1272
+ begin
1273
+
1274
+ if cs < lexer_first_final
1275
+ content = current_line_content(data, p)
1276
+ raise Gherkin::Lexer::LexingError.new("Lexing error on line %d: '%s'. See http://wiki.github.com/cucumber/gherkin/lexingerror for more information." % [@line_number, content])
1277
+ else
1278
+ @listener.eof
1279
+ end
1280
+ end
1281
+ # line 1282 "lib/gherkin/rb_lexer/uz.rb"
1282
+ end # action switch
1283
+ end
1284
+ end
1285
+ if _trigger_goto
1286
+ next
1287
+ end
1288
+ end
1289
+ if _goto_level <= _again
1290
+ if cs == 0
1291
+ _goto_level = _out
1292
+ next
1293
+ end
1294
+ p += 1
1295
+ if p != pe
1296
+ _goto_level = _resume
1297
+ next
1298
+ end
1299
+ end
1300
+ if _goto_level <= _test_eof
1301
+ if p == eof
1302
+ __acts = _lexer_eof_actions[cs]
1303
+ __nacts = _lexer_actions[__acts]
1304
+ __acts += 1
1305
+ while __nacts > 0
1306
+ __nacts -= 1
1307
+ __acts += 1
1308
+ case _lexer_actions[__acts - 1]
1309
+ when 23 then
1310
+ # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1311
+ begin
1312
+
1313
+ if cs < lexer_first_final
1314
+ content = current_line_content(data, p)
1315
+ raise Gherkin::Lexer::LexingError.new("Lexing error on line %d: '%s'. See http://wiki.github.com/cucumber/gherkin/lexingerror for more information." % [@line_number, content])
1316
+ else
1317
+ @listener.eof
1318
+ end
1319
+ end
1320
+ # line 1321 "lib/gherkin/rb_lexer/uz.rb"
1321
+ end # eof action switch
1322
+ end
1323
+ if _trigger_goto
1324
+ next
1325
+ end
1326
+ end
1327
+ end
1328
+ if _goto_level <= _out
1329
+ break
1330
+ end
1331
+ end
1332
+ end
1333
+
1334
+ # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/uz.rb.rl"
1335
+ end
1336
+
1337
+ def unindent(startcol, text)
1338
+ text.gsub(/^[\t ]{0,#{startcol}}/, "")
1339
+ end
1340
+
1341
+ def store_keyword_content(event, data, p, eof)
1342
+ end_point = (!@next_keyword_start or (p == eof)) ? p : @next_keyword_start
1343
+ content = unindent(@start_col + 2, utf8_pack(data[@content_start...end_point])).rstrip
1344
+ content_lines = content.split("\n")
1345
+ name = content_lines.shift || ""
1346
+ name.strip!
1347
+ description = content_lines.join("\n")
1348
+ @listener.__send__(event, @keyword, name, description, @current_line)
1349
+ @next_keyword_start ? @next_keyword_start - 1 : p
1350
+ ensure
1351
+ @next_keyword_start = nil
1352
+ end
1353
+
1354
+ def current_line_content(data, p)
1355
+ rest = data[@last_newline..-1]
1356
+ utf8_pack(rest[0..rest.index(10)||-1]).strip # 10 is \n
1357
+ end
1358
+
1359
+ if (RUBY_VERSION =~ /^1\.9/)
1360
+ def utf8_pack(array)
1361
+ array.pack("c*").force_encoding("UTF-8")
1362
+ end
1363
+ else
1364
+ def utf8_pack(array)
1365
+ array.pack("c*")
1366
+ end
1367
+ end
1368
+ end
1369
+ end
1370
+ end