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