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