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