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