gherkin 2.12.0 → 2.12.1

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