gherkin 2.4.18 → 2.4.20

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