gherkin 2.12.2 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (333) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -15
  3. data/CONTRIBUTING.md +23 -0
  4. data/Gemfile +0 -3
  5. data/LICENSE +18 -17
  6. data/Makefile +65 -0
  7. data/README.md +9 -268
  8. data/Rakefile +17 -19
  9. data/bin/gherkin-generate-ast +21 -0
  10. data/bin/gherkin-generate-pickles +25 -0
  11. data/bin/gherkin-generate-tokens +12 -0
  12. data/gherkin-ruby.razor +218 -0
  13. data/gherkin.gemspec +22 -76
  14. data/lib/gherkin/ast_builder.rb +243 -0
  15. data/lib/gherkin/ast_node.rb +30 -0
  16. data/lib/gherkin/dialect.rb +58 -0
  17. data/lib/gherkin/errors.rb +45 -0
  18. data/lib/gherkin/gherkin-languages.json +2968 -0
  19. data/lib/gherkin/gherkin_line.rb +95 -0
  20. data/lib/gherkin/parser.rb +1910 -0
  21. data/lib/gherkin/pickles/compiler.rb +164 -0
  22. data/lib/gherkin/token.rb +18 -0
  23. data/lib/gherkin/token_formatter_builder.rb +39 -0
  24. data/lib/gherkin/token_matcher.rb +169 -0
  25. data/lib/gherkin/token_scanner.rb +40 -0
  26. data/spec/capture_warnings.rb +68 -0
  27. data/spec/coverage.rb +10 -0
  28. data/spec/gherkin/parser_spec.rb +146 -0
  29. metadata +60 -567
  30. data/.gitattributes +0 -2
  31. data/.mailmap +0 -2
  32. data/.rbenv-gemsets +0 -1
  33. data/.rspec +0 -1
  34. data/.ruby-gemset +0 -1
  35. data/.ruby-version +0 -1
  36. data/.yardopts +0 -5
  37. data/History.md +0 -881
  38. data/build_native_gems.sh +0 -7
  39. data/cucumber.yml +0 -5
  40. data/examples/parse_and_output_json.rb +0 -19
  41. data/ext/gherkin_lexer_ar/extconf.rb +0 -6
  42. data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +0 -1432
  43. data/ext/gherkin_lexer_bg/extconf.rb +0 -6
  44. data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +0 -1655
  45. data/ext/gherkin_lexer_bm/extconf.rb +0 -6
  46. data/ext/gherkin_lexer_bm/gherkin_lexer_bm.c +0 -1516
  47. data/ext/gherkin_lexer_ca/extconf.rb +0 -6
  48. data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +0 -1581
  49. data/ext/gherkin_lexer_cs/extconf.rb +0 -6
  50. data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +0 -1515
  51. data/ext/gherkin_lexer_cy_gb/extconf.rb +0 -6
  52. data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +0 -1282
  53. data/ext/gherkin_lexer_da/extconf.rb +0 -6
  54. data/ext/gherkin_lexer_da/gherkin_lexer_da.c +0 -1298
  55. data/ext/gherkin_lexer_de/extconf.rb +0 -6
  56. data/ext/gherkin_lexer_de/gherkin_lexer_de.c +0 -1425
  57. data/ext/gherkin_lexer_el/extconf.rb +0 -6
  58. data/ext/gherkin_lexer_el/gherkin_lexer_el.c +0 -1919
  59. data/ext/gherkin_lexer_en/extconf.rb +0 -6
  60. data/ext/gherkin_lexer_en/gherkin_lexer_en.c +0 -1418
  61. data/ext/gherkin_lexer_en_au/extconf.rb +0 -6
  62. data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +0 -1765
  63. data/ext/gherkin_lexer_en_lol/extconf.rb +0 -6
  64. data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +0 -1177
  65. data/ext/gherkin_lexer_en_old/extconf.rb +0 -6
  66. data/ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c +0 -1309
  67. data/ext/gherkin_lexer_en_pirate/extconf.rb +0 -6
  68. data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +0 -1471
  69. data/ext/gherkin_lexer_en_scouse/extconf.rb +0 -6
  70. data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +0 -1634
  71. data/ext/gherkin_lexer_en_tx/extconf.rb +0 -6
  72. data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +0 -1265
  73. data/ext/gherkin_lexer_eo/extconf.rb +0 -6
  74. data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +0 -1241
  75. data/ext/gherkin_lexer_es/extconf.rb +0 -6
  76. data/ext/gherkin_lexer_es/gherkin_lexer_es.c +0 -1399
  77. data/ext/gherkin_lexer_et/extconf.rb +0 -6
  78. data/ext/gherkin_lexer_et/gherkin_lexer_et.c +0 -1236
  79. data/ext/gherkin_lexer_fa/extconf.rb +0 -6
  80. data/ext/gherkin_lexer_fa/gherkin_lexer_fa.c +0 -1475
  81. data/ext/gherkin_lexer_fi/extconf.rb +0 -6
  82. data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +0 -1215
  83. data/ext/gherkin_lexer_fr/extconf.rb +0 -6
  84. data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +0 -1493
  85. data/ext/gherkin_lexer_gl/extconf.rb +0 -6
  86. data/ext/gherkin_lexer_gl/gherkin_lexer_gl.c +0 -1374
  87. data/ext/gherkin_lexer_he/extconf.rb +0 -6
  88. data/ext/gherkin_lexer_he/gherkin_lexer_he.c +0 -1374
  89. data/ext/gherkin_lexer_hi/extconf.rb +0 -6
  90. data/ext/gherkin_lexer_hi/gherkin_lexer_hi.c +0 -1848
  91. data/ext/gherkin_lexer_hr/extconf.rb +0 -6
  92. data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +0 -1323
  93. data/ext/gherkin_lexer_hu/extconf.rb +0 -6
  94. data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +0 -1376
  95. data/ext/gherkin_lexer_id/extconf.rb +0 -6
  96. data/ext/gherkin_lexer_id/gherkin_lexer_id.c +0 -1208
  97. data/ext/gherkin_lexer_is/extconf.rb +0 -6
  98. data/ext/gherkin_lexer_is/gherkin_lexer_is.c +0 -1376
  99. data/ext/gherkin_lexer_it/extconf.rb +0 -6
  100. data/ext/gherkin_lexer_it/gherkin_lexer_it.c +0 -1340
  101. data/ext/gherkin_lexer_ja/extconf.rb +0 -6
  102. data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +0 -1699
  103. data/ext/gherkin_lexer_kn/extconf.rb +0 -6
  104. data/ext/gherkin_lexer_kn/gherkin_lexer_kn.c +0 -1965
  105. data/ext/gherkin_lexer_ko/extconf.rb +0 -6
  106. data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +0 -1360
  107. data/ext/gherkin_lexer_lt/extconf.rb +0 -6
  108. data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +0 -1296
  109. data/ext/gherkin_lexer_lu/extconf.rb +0 -6
  110. data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +0 -1389
  111. data/ext/gherkin_lexer_lv/extconf.rb +0 -6
  112. data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +0 -1425
  113. data/ext/gherkin_lexer_nl/extconf.rb +0 -6
  114. data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +0 -1368
  115. data/ext/gherkin_lexer_no/extconf.rb +0 -6
  116. data/ext/gherkin_lexer_no/gherkin_lexer_no.c +0 -1311
  117. data/ext/gherkin_lexer_pa/extconf.rb +0 -6
  118. data/ext/gherkin_lexer_pa/gherkin_lexer_pa.c +0 -2160
  119. data/ext/gherkin_lexer_pl/extconf.rb +0 -6
  120. data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +0 -1738
  121. data/ext/gherkin_lexer_pt/extconf.rb +0 -6
  122. data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +0 -1711
  123. data/ext/gherkin_lexer_ro/extconf.rb +0 -6
  124. data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +0 -1427
  125. data/ext/gherkin_lexer_ru/extconf.rb +0 -6
  126. data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +0 -2071
  127. data/ext/gherkin_lexer_sk/extconf.rb +0 -6
  128. data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +0 -1739
  129. data/ext/gherkin_lexer_sr_cyrl/extconf.rb +0 -6
  130. data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +0 -2112
  131. data/ext/gherkin_lexer_sr_latn/extconf.rb +0 -6
  132. data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +0 -1567
  133. data/ext/gherkin_lexer_sv/extconf.rb +0 -6
  134. data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +0 -1324
  135. data/ext/gherkin_lexer_th/extconf.rb +0 -6
  136. data/ext/gherkin_lexer_th/gherkin_lexer_th.c +0 -2840
  137. data/ext/gherkin_lexer_tl/extconf.rb +0 -6
  138. data/ext/gherkin_lexer_tl/gherkin_lexer_tl.c +0 -2021
  139. data/ext/gherkin_lexer_tr/extconf.rb +0 -6
  140. data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +0 -1347
  141. data/ext/gherkin_lexer_tt/extconf.rb +0 -6
  142. data/ext/gherkin_lexer_tt/gherkin_lexer_tt.c +0 -1936
  143. data/ext/gherkin_lexer_uk/extconf.rb +0 -6
  144. data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +0 -1941
  145. data/ext/gherkin_lexer_uz/extconf.rb +0 -6
  146. data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +0 -1651
  147. data/ext/gherkin_lexer_vi/extconf.rb +0 -6
  148. data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +0 -1458
  149. data/ext/gherkin_lexer_zh_cn/extconf.rb +0 -6
  150. data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +0 -1314
  151. data/ext/gherkin_lexer_zh_tw/extconf.rb +0 -6
  152. data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +0 -1307
  153. data/features/.cucumber/stepdefs.json +0 -244
  154. data/features/escaped_pipes.feature +0 -8
  155. data/features/feature_parser.feature +0 -237
  156. data/features/json_formatter.feature +0 -498
  157. data/features/json_parser.feature +0 -331
  158. data/features/native_lexer.feature +0 -19
  159. data/features/parser_with_native_lexer.feature +0 -205
  160. data/features/pretty_formatter.feature +0 -17
  161. data/features/step_definitions/eyeball_steps.rb +0 -3
  162. data/features/step_definitions/gherkin_steps.rb +0 -29
  163. data/features/step_definitions/json_formatter_steps.rb +0 -30
  164. data/features/step_definitions/json_parser_steps.rb +0 -21
  165. data/features/step_definitions/pretty_formatter_steps.rb +0 -85
  166. data/features/steps_parser.feature +0 -46
  167. data/features/support/env.rb +0 -41
  168. data/install_mingw_os_x.sh +0 -5
  169. data/js/.npmignore +0 -1
  170. data/js/lib/gherkin/lexer/.npmignore +0 -0
  171. data/lib/gherkin.rb +0 -2
  172. data/lib/gherkin/README.md +0 -7
  173. data/lib/gherkin/c_lexer.rb +0 -17
  174. data/lib/gherkin/formatter/ansi_escapes.rb +0 -97
  175. data/lib/gherkin/formatter/argument.rb +0 -16
  176. data/lib/gherkin/formatter/escaping.rb +0 -15
  177. data/lib/gherkin/formatter/filter_formatter.rb +0 -150
  178. data/lib/gherkin/formatter/hashable.rb +0 -25
  179. data/lib/gherkin/formatter/json_formatter.rb +0 -133
  180. data/lib/gherkin/formatter/line_filter.rb +0 -26
  181. data/lib/gherkin/formatter/model.rb +0 -281
  182. data/lib/gherkin/formatter/pretty_formatter.rb +0 -245
  183. data/lib/gherkin/formatter/regexp_filter.rb +0 -21
  184. data/lib/gherkin/formatter/step_printer.rb +0 -21
  185. data/lib/gherkin/formatter/tag_count_formatter.rb +0 -47
  186. data/lib/gherkin/formatter/tag_filter.rb +0 -19
  187. data/lib/gherkin/i18n.json +0 -786
  188. data/lib/gherkin/i18n.rb +0 -176
  189. data/lib/gherkin/json_parser.rb +0 -177
  190. data/lib/gherkin/lexer/ar.rb +0 -1170
  191. data/lib/gherkin/lexer/bg.rb +0 -1382
  192. data/lib/gherkin/lexer/bm.rb +0 -1250
  193. data/lib/gherkin/lexer/ca.rb +0 -1310
  194. data/lib/gherkin/lexer/cs.rb +0 -1246
  195. data/lib/gherkin/lexer/cy_gb.rb +0 -1032
  196. data/lib/gherkin/lexer/da.rb +0 -1048
  197. data/lib/gherkin/lexer/de.rb +0 -1166
  198. data/lib/gherkin/lexer/el.rb +0 -1628
  199. data/lib/gherkin/lexer/en.rb +0 -1156
  200. data/lib/gherkin/lexer/en_au.rb +0 -1486
  201. data/lib/gherkin/lexer/en_lol.rb +0 -934
  202. data/lib/gherkin/lexer/en_old.rb +0 -1037
  203. data/lib/gherkin/lexer/en_pirate.rb +0 -1210
  204. data/lib/gherkin/lexer/en_scouse.rb +0 -1362
  205. data/lib/gherkin/lexer/en_tx.rb +0 -1016
  206. data/lib/gherkin/lexer/encoding.rb +0 -41
  207. data/lib/gherkin/lexer/eo.rb +0 -995
  208. data/lib/gherkin/lexer/es.rb +0 -1140
  209. data/lib/gherkin/lexer/et.rb +0 -990
  210. data/lib/gherkin/lexer/fa.rb +0 -1214
  211. data/lib/gherkin/lexer/fi.rb +0 -969
  212. data/lib/gherkin/lexer/fr.rb +0 -1228
  213. data/lib/gherkin/lexer/gl.rb +0 -1117
  214. data/lib/gherkin/lexer/he.rb +0 -1118
  215. data/lib/gherkin/lexer/hi.rb +0 -1559
  216. data/lib/gherkin/lexer/hr.rb +0 -1066
  217. data/lib/gherkin/lexer/hu.rb +0 -1118
  218. data/lib/gherkin/lexer/i18n_lexer.rb +0 -48
  219. data/lib/gherkin/lexer/id.rb +0 -963
  220. data/lib/gherkin/lexer/is.rb +0 -1120
  221. data/lib/gherkin/lexer/it.rb +0 -1086
  222. data/lib/gherkin/lexer/ja.rb +0 -1418
  223. data/lib/gherkin/lexer/kn.rb +0 -1672
  224. data/lib/gherkin/lexer/ko.rb +0 -1102
  225. data/lib/gherkin/lexer/lt.rb +0 -1045
  226. data/lib/gherkin/lexer/lu.rb +0 -1132
  227. data/lib/gherkin/lexer/lv.rb +0 -1166
  228. data/lib/gherkin/lexer/nl.rb +0 -1115
  229. data/lib/gherkin/lexer/no.rb +0 -1060
  230. data/lib/gherkin/lexer/pa.rb +0 -1852
  231. data/lib/gherkin/lexer/pl.rb +0 -1457
  232. data/lib/gherkin/lexer/pt.rb +0 -1430
  233. data/lib/gherkin/lexer/ro.rb +0 -1164
  234. data/lib/gherkin/lexer/ru.rb +0 -1766
  235. data/lib/gherkin/lexer/sk.rb +0 -1452
  236. data/lib/gherkin/lexer/sr_cyrl.rb +0 -1803
  237. data/lib/gherkin/lexer/sr_latn.rb +0 -1294
  238. data/lib/gherkin/lexer/sv.rb +0 -1070
  239. data/lib/gherkin/lexer/th.rb +0 -2492
  240. data/lib/gherkin/lexer/tl.rb +0 -1726
  241. data/lib/gherkin/lexer/tr.rb +0 -1092
  242. data/lib/gherkin/lexer/tt.rb +0 -1643
  243. data/lib/gherkin/lexer/uk.rb +0 -1646
  244. data/lib/gherkin/lexer/uz.rb +0 -1376
  245. data/lib/gherkin/lexer/vi.rb +0 -1198
  246. data/lib/gherkin/lexer/zh_cn.rb +0 -1058
  247. data/lib/gherkin/lexer/zh_tw.rb +0 -1052
  248. data/lib/gherkin/listener/event.rb +0 -45
  249. data/lib/gherkin/listener/formatter_listener.rb +0 -150
  250. data/lib/gherkin/native.rb +0 -7
  251. data/lib/gherkin/native/java.rb +0 -72
  252. data/lib/gherkin/native/null.rb +0 -5
  253. data/lib/gherkin/native/therubyracer.rb +0 -41
  254. data/lib/gherkin/parser/meta.txt +0 -5
  255. data/lib/gherkin/parser/parser.rb +0 -166
  256. data/lib/gherkin/parser/root.txt +0 -11
  257. data/lib/gherkin/parser/steps.txt +0 -4
  258. data/lib/gherkin/platform.rb +0 -13
  259. data/lib/gherkin/rubify.rb +0 -31
  260. data/lib/gherkin/tag_expression.rb +0 -63
  261. data/ragel/lexer.c.rl.erb +0 -454
  262. data/ragel/lexer.java.rl.erb +0 -219
  263. data/ragel/lexer.js.rl.erb +0 -322
  264. data/ragel/lexer.rb.rl.erb +0 -179
  265. data/ragel/lexer_common.rl.erb +0 -50
  266. data/spec/gherkin/c_lexer_spec.rb +0 -22
  267. data/spec/gherkin/fixtures/1.feature +0 -8
  268. data/spec/gherkin/fixtures/comments_in_table.feature +0 -9
  269. data/spec/gherkin/fixtures/complex.feature +0 -45
  270. data/spec/gherkin/fixtures/complex.json +0 -139
  271. data/spec/gherkin/fixtures/complex_for_filtering.feature +0 -60
  272. data/spec/gherkin/fixtures/complex_with_tags.feature +0 -61
  273. data/spec/gherkin/fixtures/dos_line_endings.feature +0 -45
  274. data/spec/gherkin/fixtures/examples_with_only_header.feature +0 -14
  275. data/spec/gherkin/fixtures/hantu_pisang.feature +0 -35
  276. data/spec/gherkin/fixtures/i18n_fr.feature +0 -14
  277. data/spec/gherkin/fixtures/i18n_fr2.feature +0 -8
  278. data/spec/gherkin/fixtures/i18n_no.feature +0 -7
  279. data/spec/gherkin/fixtures/i18n_pt1.feature +0 -44
  280. data/spec/gherkin/fixtures/i18n_pt2.feature +0 -4
  281. data/spec/gherkin/fixtures/i18n_pt3.feature +0 -4
  282. data/spec/gherkin/fixtures/i18n_pt4.feature +0 -4
  283. data/spec/gherkin/fixtures/i18n_zh-CN.feature +0 -9
  284. data/spec/gherkin/fixtures/iso-8859-1.feature +0 -6
  285. data/spec/gherkin/fixtures/issue_145.feature +0 -22
  286. data/spec/gherkin/fixtures/scenario_outline_with_tags.feature +0 -13
  287. data/spec/gherkin/fixtures/scenario_without_steps.feature +0 -5
  288. data/spec/gherkin/fixtures/simple_with_comments.feature +0 -7
  289. data/spec/gherkin/fixtures/simple_with_tags.feature +0 -11
  290. data/spec/gherkin/fixtures/with_bom.feature +0 -3
  291. data/spec/gherkin/fixtures/with_bom_and_language_spec.feature +0 -4
  292. data/spec/gherkin/formatter/ansi_escapes_spec.rb +0 -32
  293. data/spec/gherkin/formatter/filter_formatter_spec.rb +0 -204
  294. data/spec/gherkin/formatter/json_formatter_spec.rb +0 -179
  295. data/spec/gherkin/formatter/model_spec.rb +0 -28
  296. data/spec/gherkin/formatter/pretty_formatter_spec.rb +0 -184
  297. data/spec/gherkin/formatter/spaces.feature +0 -9
  298. data/spec/gherkin/formatter/step_printer_spec.rb +0 -55
  299. data/spec/gherkin/formatter/tabs.feature +0 -9
  300. data/spec/gherkin/formatter/tag_count_formatter_spec.rb +0 -30
  301. data/spec/gherkin/i18n_spec.rb +0 -256
  302. data/spec/gherkin/java_lexer_spec.rb +0 -20
  303. data/spec/gherkin/json_parser_spec.rb +0 -165
  304. data/spec/gherkin/lexer/i18n_lexer_spec.rb +0 -65
  305. data/spec/gherkin/native_lexer_spec.rb +0 -29
  306. data/spec/gherkin/parser/parser_spec.rb +0 -16
  307. data/spec/gherkin/rubify_spec.rb +0 -23
  308. data/spec/gherkin/sexp_recorder.rb +0 -59
  309. data/spec/gherkin/shared/doc_string_group.rb +0 -161
  310. data/spec/gherkin/shared/encoding_group.rb +0 -48
  311. data/spec/gherkin/shared/lexer_group.rb +0 -589
  312. data/spec/gherkin/shared/row_group.rb +0 -123
  313. data/spec/gherkin/shared/tags_group.rb +0 -52
  314. data/spec/gherkin/tag_expression_spec.rb +0 -146
  315. data/spec/spec_helper.rb +0 -94
  316. data/tasks/apidoc.rake +0 -32
  317. data/tasks/bench.rake +0 -184
  318. data/tasks/bench/feature_builder.rb +0 -49
  319. data/tasks/bench/null_listener.rb +0 -4
  320. data/tasks/compile.rake +0 -83
  321. data/tasks/cucumber.rake +0 -23
  322. data/tasks/gems.rake +0 -46
  323. data/tasks/ikvm.rake +0 -126
  324. data/tasks/ragel_task.rb +0 -124
  325. data/tasks/release.rake +0 -34
  326. data/tasks/rspec.rake +0 -6
  327. data/tasks/yard/default/layout/html/bubble_32x32.png +0 -0
  328. data/tasks/yard/default/layout/html/bubble_48x48.png +0 -0
  329. data/tasks/yard/default/layout/html/footer.erb +0 -5
  330. data/tasks/yard/default/layout/html/index.erb +0 -1
  331. data/tasks/yard/default/layout/html/layout.erb +0 -25
  332. data/tasks/yard/default/layout/html/logo.erb +0 -1
  333. data/tasks/yard/default/layout/html/setup.rb +0 -4
@@ -1,1672 +0,0 @@
1
-
2
- # line 1 "ragel/i18n/kn.rb.rl"
3
- require 'gherkin/native'
4
-
5
- module Gherkin
6
- module Lexer
7
- class Kn #:nodoc:
8
- native_impl('gherkin')
9
-
10
-
11
- # line 125 "ragel/i18n/kn.rb.rl"
12
-
13
-
14
- def initialize(listener)
15
- @listener = listener
16
-
17
- # Initialize ivars to avoid warnings
18
- @keyword = nil
19
-
20
- # line 21 "lib/gherkin/lexer/kn.rb"
21
- class << self
22
- attr_accessor :_lexer_actions
23
- private :_lexer_actions, :_lexer_actions=
24
- end
25
- self._lexer_actions = [
26
- 0, 1, 0, 1, 1, 1, 2, 1,
27
- 3, 1, 4, 1, 5, 1, 6, 1,
28
- 7, 1, 8, 1, 9, 1, 10, 1,
29
- 11, 1, 12, 1, 13, 1, 16, 1,
30
- 17, 1, 18, 1, 19, 1, 20, 1,
31
- 21, 1, 22, 1, 23, 2, 2, 18,
32
- 2, 3, 4, 2, 13, 0, 2, 14,
33
- 15, 2, 17, 0, 2, 17, 1, 2,
34
- 17, 16, 2, 17, 19, 2, 18, 6,
35
- 2, 18, 7, 2, 18, 8, 2, 18,
36
- 9, 2, 18, 10, 2, 18, 16, 2,
37
- 20, 21, 2, 22, 0, 2, 22, 1,
38
- 2, 22, 16, 2, 22, 19, 3, 4,
39
- 14, 15, 3, 5, 14, 15, 3, 11,
40
- 14, 15, 3, 12, 14, 15, 3, 13,
41
- 14, 15, 3, 14, 15, 18, 3, 17,
42
- 0, 11, 3, 17, 14, 15, 4, 2,
43
- 14, 15, 18, 4, 3, 4, 14, 15,
44
- 4, 17, 0, 14, 15, 5, 17, 0,
45
- 11, 14, 15
46
- ]
47
-
48
- class << self
49
- attr_accessor :_lexer_key_offsets
50
- private :_lexer_key_offsets, :_lexer_key_offsets=
51
- end
52
- self._lexer_key_offsets = [
53
- 0, 0, 12, 13, 21, 22, 23, 24,
54
- 25, 26, 27, 28, 29, 30, 31, 33,
55
- 35, 46, 47, 48, 50, 52, 57, 62,
56
- 67, 72, 76, 80, 82, 83, 84, 85,
57
- 86, 87, 88, 89, 90, 91, 92, 93,
58
- 94, 95, 96, 97, 102, 109, 114, 118,
59
- 124, 127, 129, 135, 146, 147, 148, 149,
60
- 150, 151, 152, 153, 154, 155, 156, 157,
61
- 158, 159, 160, 161, 162, 163, 164, 165,
62
- 166, 167, 168, 169, 170, 171, 172, 173,
63
- 174, 175, 176, 183, 185, 187, 189, 191,
64
- 193, 195, 197, 199, 201, 203, 205, 207,
65
- 209, 211, 213, 215, 217, 219, 230, 231,
66
- 232, 233, 234, 235, 236, 237, 238, 239,
67
- 240, 241, 242, 243, 244, 245, 246, 247,
68
- 248, 249, 250, 251, 252, 253, 254, 255,
69
- 256, 257, 266, 268, 276, 278, 280, 282,
70
- 284, 286, 288, 290, 292, 294, 296, 298,
71
- 300, 302, 304, 306, 308, 310, 312, 314,
72
- 316, 318, 320, 322, 324, 326, 328, 330,
73
- 332, 334, 336, 338, 340, 342, 344, 346,
74
- 348, 350, 353, 355, 357, 359, 361, 363,
75
- 365, 367, 369, 371, 373, 375, 377, 379,
76
- 381, 383, 385, 387, 389, 391, 393, 395,
77
- 397, 399, 401, 403, 405, 407, 409, 411,
78
- 413, 415, 417, 419, 421, 423, 425, 427,
79
- 429, 431, 433, 435, 437, 439, 441, 443,
80
- 445, 447, 449, 451, 453, 455, 457, 459,
81
- 461, 463, 465, 467, 469, 471, 473, 475,
82
- 477, 479, 481, 483, 485, 487, 489, 491,
83
- 493, 495, 497, 499, 502, 504, 506, 508,
84
- 510, 512, 514, 516, 518, 520, 522, 524,
85
- 526, 528, 530, 532, 534, 536, 538, 540,
86
- 542, 544, 546, 548, 550, 552, 554, 556,
87
- 558, 560, 562, 564, 566, 568, 570, 572,
88
- 574, 576, 578, 580, 582, 584, 586, 588,
89
- 589, 590, 592, 593, 594, 595, 596, 597,
90
- 598, 599, 600, 601, 602, 603, 604, 605,
91
- 606, 607, 608, 609, 610, 611, 612, 613,
92
- 614, 615, 616, 617, 618, 619, 620, 621,
93
- 622, 623, 624, 625, 626, 627, 628, 629,
94
- 630, 631, 632, 633, 634, 635, 636, 637,
95
- 638, 639, 640, 649, 651, 658, 660, 662,
96
- 664, 666, 668, 670, 672, 674, 676, 678,
97
- 680, 682, 684, 686, 688, 690, 692, 694,
98
- 696, 698, 700, 702, 704, 706, 708, 710,
99
- 712, 714, 716, 718, 720, 722, 724, 726,
100
- 728, 730, 732, 735, 737, 739, 741, 743,
101
- 745, 747, 749, 751, 753, 755, 757, 759,
102
- 761, 763, 765, 767, 769, 771, 773, 775,
103
- 777, 779, 781, 783, 785, 787, 789, 791,
104
- 793, 795, 797, 799, 801, 803, 805, 807,
105
- 809, 811, 813, 815, 817, 819, 821, 823,
106
- 825, 827, 829, 831, 833, 835, 837, 839,
107
- 841, 843, 845, 847, 849, 851, 853, 855,
108
- 857, 859, 861, 863, 865, 867, 869, 871,
109
- 873, 875, 877, 879, 881, 883, 885, 887,
110
- 889, 891, 893, 895, 897, 899, 901, 903,
111
- 905, 907, 908, 909, 910, 911, 912, 913,
112
- 914, 915, 916, 917, 918, 919, 920, 921,
113
- 922, 923, 924, 925, 926, 927, 928, 929,
114
- 930, 931, 932, 933, 934, 935, 937, 938,
115
- 939, 940, 941, 942, 943, 944, 945, 946,
116
- 947, 948, 949, 950, 951, 952, 953, 954,
117
- 955, 956, 957, 958, 959, 968, 970, 978,
118
- 980, 982, 984, 986, 988, 990, 992, 994,
119
- 996, 998, 1000, 1002, 1004, 1006, 1008, 1010,
120
- 1012, 1014, 1016, 1018, 1020, 1022, 1024, 1026,
121
- 1028, 1030, 1032, 1034, 1036, 1038, 1040, 1042,
122
- 1044, 1046, 1048, 1050, 1052, 1055, 1057, 1059,
123
- 1061, 1063, 1065, 1067, 1069, 1071, 1073, 1075,
124
- 1077, 1079, 1081, 1083, 1085, 1087, 1089, 1091,
125
- 1093, 1095, 1097, 1099, 1101, 1103, 1105, 1107,
126
- 1109, 1111, 1113, 1115, 1117, 1119, 1121, 1123,
127
- 1125, 1127, 1129, 1131, 1133, 1135, 1137, 1139,
128
- 1141, 1143, 1145, 1147, 1149, 1151, 1153, 1155,
129
- 1157, 1159, 1161, 1163, 1165, 1167, 1169, 1171,
130
- 1173, 1175, 1177, 1179, 1181, 1183, 1185, 1187,
131
- 1189, 1191, 1193, 1195, 1197, 1199, 1201, 1203,
132
- 1205, 1207, 1209, 1211, 1213, 1215, 1217, 1219,
133
- 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235,
134
- 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251,
135
- 1253, 1255, 1257, 1258, 1259, 1260, 1261, 1262,
136
- 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270,
137
- 1271, 1272, 1273, 1281, 1283, 1288, 1290, 1292,
138
- 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308,
139
- 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324,
140
- 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340,
141
- 1342, 1344, 1346, 1348, 1350, 1352, 1354, 1356,
142
- 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372,
143
- 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388,
144
- 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404,
145
- 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420,
146
- 1422, 1424, 1427, 1429, 1431, 1433, 1435, 1437,
147
- 1439, 1441, 1443, 1445, 1447, 1449, 1451, 1453,
148
- 1455, 1457, 1459, 1461, 1463, 1465, 1467, 1469,
149
- 1471, 1473, 1475, 1477, 1479, 1481, 1483, 1485,
150
- 1487, 1489, 1491, 1493, 1495, 1497, 1499, 1501,
151
- 1503, 1505, 1507, 1509, 1511, 1513, 1514, 1515
152
- ]
153
-
154
- class << self
155
- attr_accessor :_lexer_trans_keys
156
- private :_lexer_trans_keys, :_lexer_trans_keys=
157
- end
158
- self._lexer_trans_keys = [
159
- -32, -17, 10, 32, 34, 35, 37, 42,
160
- 64, 124, 9, 13, -78, -122, -119, -107,
161
- -88, -82, -75, -72, -71, -32, -78, -90,
162
- -32, -78, -80, -32, -77, -122, 32, 10,
163
- 13, 10, 13, -32, 10, 32, 34, 35,
164
- 37, 42, 64, 124, 9, 13, 34, 34,
165
- 10, 13, 10, 13, 10, 32, 34, 9,
166
- 13, 10, 32, 34, 9, 13, 10, 32,
167
- 34, 9, 13, 10, 32, 34, 9, 13,
168
- 10, 32, 9, 13, 10, 32, 9, 13,
169
- 10, 13, 10, 95, 70, 69, 65, 84,
170
- 85, 82, 69, 95, 69, 78, 68, 95,
171
- 37, 13, 32, 64, 9, 10, 9, 10,
172
- 13, 32, 64, 11, 12, 10, 32, 64,
173
- 9, 13, 32, 124, 9, 13, 10, 32,
174
- 92, 124, 9, 13, 10, 92, 124, 10,
175
- 92, 10, 32, 92, 124, 9, 13, -32,
176
- 10, 32, 34, 35, 37, 42, 64, 124,
177
- 9, 13, -32, -78, -90, -32, -78, -66,
178
- -32, -78, -71, -32, -78, -80, -32, -78,
179
- -93, -32, -77, -122, -32, -78, -105, -32,
180
- -78, -77, -32, -77, -127, 58, 10, 10,
181
- -32, 10, 32, 35, 124, 9, 13, -78,
182
- 10, -71, 10, -32, 10, -77, 10, -122,
183
- 10, -32, 10, -78, 10, -102, 10, -32,
184
- 10, -77, 10, -115, 10, -32, 10, -78,
185
- 10, -102, 10, -32, 10, -78, 10, -77,
186
- 10, 10, 58, -32, 10, 32, 34, 35,
187
- 37, 42, 64, 124, 9, 13, -32, -78,
188
- -91, -32, -78, -66, -32, -78, -72, -32,
189
- -78, -66, -32, -78, -80, -32, -78, -66,
190
- -32, -78, -126, -32, -78, -74, 58, 10,
191
- 10, -32, 10, 32, 35, 37, 42, 64,
192
- 9, 13, -78, 10, -122, -107, -88, -82,
193
- -75, -72, -71, 10, -32, 10, -78, 10,
194
- -90, 10, -32, 10, -78, 10, -80, 10,
195
- -32, 10, -77, 10, -122, 10, 10, 32,
196
- -32, 10, -78, 10, -91, 10, -32, 10,
197
- -78, 10, -66, 10, -32, 10, -78, 10,
198
- -72, 10, -32, 10, -78, 10, -66, 10,
199
- -32, 10, -78, 10, -80, 10, -32, 10,
200
- -78, 10, -66, 10, -32, 10, -78, 10,
201
- -126, 10, -32, 10, -78, 10, -74, 10,
202
- 10, 58, -32, 10, -78, 10, -126, -65,
203
- 10, -32, 10, -78, 10, -92, 10, -32,
204
- 10, -78, 10, -80, 10, -32, 10, -77,
205
- 10, -107, 10, -32, 10, -78, 10, -95,
206
- 10, -32, 10, -78, 10, -65, 10, -32,
207
- 10, -78, 10, -90, 10, -32, 10, -78,
208
- 10, -92, 10, -32, 10, -77, 10, -115,
209
- 10, -32, 10, -78, 10, -92, 10, -32,
210
- 10, -77, 10, -127, 10, -32, 10, -78,
211
- 10, -65, 10, -32, 10, -78, 10, -75,
212
- 10, -32, 10, -78, 10, -80, 10, -32,
213
- 10, -78, 10, -93, 10, -32, 10, -77,
214
- 10, -122, 10, -32, 10, -77, 10, -115,
215
- 10, -32, 10, -78, 10, -91, 10, -32,
216
- 10, -78, 10, -65, 10, -32, 10, -78,
217
- 10, -92, 10, -32, 10, -78, 10, -65,
218
- 10, -32, 10, -78, 10, -81, 10, -32,
219
- 10, -78, 10, -88, 10, -32, 10, -77,
220
- 10, -115, 10, -32, 10, -78, 10, -88,
221
- 10, -32, 10, -78, -77, 10, -65, 10,
222
- -32, 10, -78, 10, -88, 10, -32, 10,
223
- -77, 10, -115, 10, -32, 10, -78, 10,
224
- -88, 10, -32, 10, -77, 10, -122, 10,
225
- -32, 10, -78, 10, -78, 10, -122, 10,
226
- -32, 10, -78, 10, -102, 10, -32, 10,
227
- -77, 10, -115, 10, -32, 10, -78, 10,
228
- -102, 10, -32, 10, -78, 10, -77, 10,
229
- 10, 95, 10, 70, 10, 69, 10, 65,
230
- 10, 84, 10, 85, 10, 82, 10, 69,
231
- 10, 95, 10, 69, 10, 78, 10, 68,
232
- 10, 95, 10, 37, -32, -78, -126, -65,
233
- -32, -78, -92, -32, -78, -80, -32, -77,
234
- -107, -32, -78, -95, -32, -78, -65, -32,
235
- -78, -90, -32, -78, -92, -32, -77, -115,
236
- -32, -78, -92, -32, -77, -127, -32, -78,
237
- -65, -32, -78, -75, -32, -78, -80, -32,
238
- -78, -93, -32, -77, -122, 58, 10, 10,
239
- -32, 10, 32, 35, 37, 42, 64, 9,
240
- 13, -78, 10, -122, -107, -88, -82, -72,
241
- -71, 10, -32, 10, -78, 10, -90, 10,
242
- -32, 10, -78, 10, -80, 10, -32, 10,
243
- -77, 10, -122, 10, 10, 32, -32, 10,
244
- -78, 10, -91, 10, -32, 10, -78, 10,
245
- -66, 10, -32, 10, -78, 10, -72, 10,
246
- -32, 10, -78, 10, -66, 10, -32, 10,
247
- -78, 10, -80, 10, -32, 10, -78, 10,
248
- -66, 10, -32, 10, -78, 10, -126, 10,
249
- -32, 10, -78, 10, -74, 10, 10, 58,
250
- -32, 10, -78, 10, -126, -65, 10, -32,
251
- 10, -78, 10, -92, 10, -32, 10, -78,
252
- 10, -80, 10, -32, 10, -77, 10, -107,
253
- 10, -32, 10, -78, 10, -95, 10, -32,
254
- 10, -78, 10, -65, 10, -32, 10, -78,
255
- 10, -90, 10, -32, 10, -78, 10, -92,
256
- 10, -32, 10, -77, 10, -115, 10, -32,
257
- 10, -78, 10, -92, 10, -32, 10, -77,
258
- 10, -127, 10, -32, 10, -77, 10, -115,
259
- 10, -32, 10, -78, 10, -91, 10, -32,
260
- 10, -78, 10, -65, 10, -32, 10, -78,
261
- 10, -92, 10, -32, 10, -78, 10, -65,
262
- 10, -32, 10, -78, 10, -81, 10, -32,
263
- 10, -78, 10, -88, 10, -32, 10, -77,
264
- 10, -115, 10, -32, 10, -78, 10, -88,
265
- 10, -32, 10, -77, 10, -122, 10, -32,
266
- 10, -78, 10, -102, 10, -32, 10, -77,
267
- 10, -115, 10, -32, 10, -78, 10, -102,
268
- 10, -32, 10, -78, 10, -77, 10, 10,
269
- 95, 10, 70, 10, 69, 10, 65, 10,
270
- 84, 10, 85, 10, 82, 10, 69, 10,
271
- 95, 10, 69, 10, 78, 10, 68, 10,
272
- 95, 10, 37, -32, -77, -115, -32, -78,
273
- -91, -32, -78, -65, -32, -78, -92, -32,
274
- -78, -65, -32, -78, -81, -32, -78, -88,
275
- -32, -77, -115, -32, -78, -88, -32, -78,
276
- -77, -65, -32, -78, -88, -32, -77, -115,
277
- -32, -78, -88, -32, -77, -122, -32, -78,
278
- -78, -32, -77, -122, 58, 10, 10, -32,
279
- 10, 32, 35, 37, 42, 64, 9, 13,
280
- -78, 10, -122, -107, -88, -82, -75, -72,
281
- -71, 10, -32, 10, -78, 10, -90, 10,
282
- -32, 10, -78, 10, -80, 10, -32, 10,
283
- -77, 10, -122, 10, 10, 32, -32, 10,
284
- -78, 10, -91, 10, -32, 10, -78, 10,
285
- -66, 10, -32, 10, -78, 10, -72, 10,
286
- -32, 10, -78, 10, -66, 10, -32, 10,
287
- -78, 10, -80, 10, -32, 10, -78, 10,
288
- -66, 10, -32, 10, -78, 10, -126, 10,
289
- -32, 10, -78, 10, -74, 10, 10, 58,
290
- -32, 10, -78, 10, -126, -65, 10, -32,
291
- 10, -78, 10, -92, 10, -32, 10, -78,
292
- 10, -80, 10, -32, 10, -77, 10, -107,
293
- 10, -32, 10, -78, 10, -95, 10, -32,
294
- 10, -78, 10, -65, 10, -32, 10, -78,
295
- 10, -90, 10, -32, 10, -78, 10, -92,
296
- 10, -32, 10, -77, 10, -115, 10, -32,
297
- 10, -78, 10, -92, 10, -32, 10, -77,
298
- 10, -127, 10, -32, 10, -78, 10, -65,
299
- 10, -32, 10, -78, 10, -75, 10, -32,
300
- 10, -78, 10, -80, 10, -32, 10, -78,
301
- 10, -93, 10, -32, 10, -77, 10, -122,
302
- 10, -32, 10, -77, 10, -115, 10, -32,
303
- 10, -78, 10, -91, 10, -32, 10, -78,
304
- 10, -65, 10, -32, 10, -78, 10, -92,
305
- 10, -32, 10, -78, 10, -65, 10, -32,
306
- 10, -78, 10, -81, 10, -32, 10, -78,
307
- 10, -88, 10, -32, 10, -77, 10, -115,
308
- 10, -32, 10, -78, 10, -88, 10, -32,
309
- 10, -77, 10, -122, 10, -32, 10, -78,
310
- 10, -102, 10, -32, 10, -77, 10, -115,
311
- 10, -32, 10, -78, 10, -102, 10, -32,
312
- 10, -78, 10, -77, 10, 10, 95, 10,
313
- 70, 10, 69, 10, 65, 10, 84, 10,
314
- 85, 10, 82, 10, 69, 10, 95, 10,
315
- 69, 10, 78, 10, 68, 10, 95, 10,
316
- 37, -122, -32, -78, -102, -32, -77, -115,
317
- -32, -78, -102, -32, -78, -77, 58, 10,
318
- 10, -32, 10, 32, 35, 37, 64, 9,
319
- 13, -78, 10, -119, -107, -75, -71, 10,
320
- -32, 10, -78, 10, -90, 10, -32, 10,
321
- -78, 10, -66, 10, -32, 10, -78, 10,
322
- -71, 10, -32, 10, -78, 10, -80, 10,
323
- -32, 10, -78, 10, -93, 10, -32, 10,
324
- -77, 10, -122, 10, -32, 10, -78, 10,
325
- -105, 10, -32, 10, -78, 10, -77, 10,
326
- -32, 10, -77, 10, -127, 10, 10, 58,
327
- -32, 10, -78, 10, -91, 10, -32, 10,
328
- -78, 10, -66, 10, -32, 10, -78, 10,
329
- -72, 10, -32, 10, -78, 10, -66, 10,
330
- -32, 10, -78, 10, -80, 10, -32, 10,
331
- -78, 10, -66, 10, -32, 10, -78, 10,
332
- -126, 10, -32, 10, -78, 10, -74, 10,
333
- -32, 10, -78, 10, -65, 10, -32, 10,
334
- -78, 10, -75, 10, -32, 10, -78, 10,
335
- -80, 10, -32, 10, -78, 10, -93, 10,
336
- -32, 10, -77, 10, -122, 10, -32, 10,
337
- -78, -77, 10, -65, 10, -32, 10, -78,
338
- 10, -88, 10, -32, 10, -77, 10, -115,
339
- 10, -32, 10, -78, 10, -88, 10, -32,
340
- 10, -77, 10, -122, 10, -32, 10, -78,
341
- 10, -78, 10, -122, 10, -32, 10, -78,
342
- 10, -102, 10, -32, 10, -77, 10, -115,
343
- 10, -32, 10, -78, 10, -102, 10, -32,
344
- 10, -78, 10, -77, 10, 10, 95, 10,
345
- 70, 10, 69, 10, 65, 10, 84, 10,
346
- 85, 10, 82, 10, 69, 10, 95, 10,
347
- 69, 10, 78, 10, 68, 10, 95, 10,
348
- 37, -69, -65, 0
349
- ]
350
-
351
- class << self
352
- attr_accessor :_lexer_single_lengths
353
- private :_lexer_single_lengths, :_lexer_single_lengths=
354
- end
355
- self._lexer_single_lengths = [
356
- 0, 10, 1, 8, 1, 1, 1, 1,
357
- 1, 1, 1, 1, 1, 1, 2, 2,
358
- 9, 1, 1, 2, 2, 3, 3, 3,
359
- 3, 2, 2, 2, 1, 1, 1, 1,
360
- 1, 1, 1, 1, 1, 1, 1, 1,
361
- 1, 1, 1, 3, 5, 3, 2, 4,
362
- 3, 2, 4, 9, 1, 1, 1, 1,
363
- 1, 1, 1, 1, 1, 1, 1, 1,
364
- 1, 1, 1, 1, 1, 1, 1, 1,
365
- 1, 1, 1, 1, 1, 1, 1, 1,
366
- 1, 1, 5, 2, 2, 2, 2, 2,
367
- 2, 2, 2, 2, 2, 2, 2, 2,
368
- 2, 2, 2, 2, 2, 9, 1, 1,
369
- 1, 1, 1, 1, 1, 1, 1, 1,
370
- 1, 1, 1, 1, 1, 1, 1, 1,
371
- 1, 1, 1, 1, 1, 1, 1, 1,
372
- 1, 7, 2, 8, 2, 2, 2, 2,
373
- 2, 2, 2, 2, 2, 2, 2, 2,
374
- 2, 2, 2, 2, 2, 2, 2, 2,
375
- 2, 2, 2, 2, 2, 2, 2, 2,
376
- 2, 2, 2, 2, 2, 2, 2, 2,
377
- 2, 3, 2, 2, 2, 2, 2, 2,
378
- 2, 2, 2, 2, 2, 2, 2, 2,
379
- 2, 2, 2, 2, 2, 2, 2, 2,
380
- 2, 2, 2, 2, 2, 2, 2, 2,
381
- 2, 2, 2, 2, 2, 2, 2, 2,
382
- 2, 2, 2, 2, 2, 2, 2, 2,
383
- 2, 2, 2, 2, 2, 2, 2, 2,
384
- 2, 2, 2, 2, 2, 2, 2, 2,
385
- 2, 2, 2, 2, 2, 2, 2, 2,
386
- 2, 2, 2, 3, 2, 2, 2, 2,
387
- 2, 2, 2, 2, 2, 2, 2, 2,
388
- 2, 2, 2, 2, 2, 2, 2, 2,
389
- 2, 2, 2, 2, 2, 2, 2, 2,
390
- 2, 2, 2, 2, 2, 2, 2, 2,
391
- 2, 2, 2, 2, 2, 2, 2, 1,
392
- 1, 2, 1, 1, 1, 1, 1, 1,
393
- 1, 1, 1, 1, 1, 1, 1, 1,
394
- 1, 1, 1, 1, 1, 1, 1, 1,
395
- 1, 1, 1, 1, 1, 1, 1, 1,
396
- 1, 1, 1, 1, 1, 1, 1, 1,
397
- 1, 1, 1, 1, 1, 1, 1, 1,
398
- 1, 1, 7, 2, 7, 2, 2, 2,
399
- 2, 2, 2, 2, 2, 2, 2, 2,
400
- 2, 2, 2, 2, 2, 2, 2, 2,
401
- 2, 2, 2, 2, 2, 2, 2, 2,
402
- 2, 2, 2, 2, 2, 2, 2, 2,
403
- 2, 2, 3, 2, 2, 2, 2, 2,
404
- 2, 2, 2, 2, 2, 2, 2, 2,
405
- 2, 2, 2, 2, 2, 2, 2, 2,
406
- 2, 2, 2, 2, 2, 2, 2, 2,
407
- 2, 2, 2, 2, 2, 2, 2, 2,
408
- 2, 2, 2, 2, 2, 2, 2, 2,
409
- 2, 2, 2, 2, 2, 2, 2, 2,
410
- 2, 2, 2, 2, 2, 2, 2, 2,
411
- 2, 2, 2, 2, 2, 2, 2, 2,
412
- 2, 2, 2, 2, 2, 2, 2, 2,
413
- 2, 2, 2, 2, 2, 2, 2, 2,
414
- 2, 1, 1, 1, 1, 1, 1, 1,
415
- 1, 1, 1, 1, 1, 1, 1, 1,
416
- 1, 1, 1, 1, 1, 1, 1, 1,
417
- 1, 1, 1, 1, 1, 2, 1, 1,
418
- 1, 1, 1, 1, 1, 1, 1, 1,
419
- 1, 1, 1, 1, 1, 1, 1, 1,
420
- 1, 1, 1, 1, 7, 2, 8, 2,
421
- 2, 2, 2, 2, 2, 2, 2, 2,
422
- 2, 2, 2, 2, 2, 2, 2, 2,
423
- 2, 2, 2, 2, 2, 2, 2, 2,
424
- 2, 2, 2, 2, 2, 2, 2, 2,
425
- 2, 2, 2, 2, 3, 2, 2, 2,
426
- 2, 2, 2, 2, 2, 2, 2, 2,
427
- 2, 2, 2, 2, 2, 2, 2, 2,
428
- 2, 2, 2, 2, 2, 2, 2, 2,
429
- 2, 2, 2, 2, 2, 2, 2, 2,
430
- 2, 2, 2, 2, 2, 2, 2, 2,
431
- 2, 2, 2, 2, 2, 2, 2, 2,
432
- 2, 2, 2, 2, 2, 2, 2, 2,
433
- 2, 2, 2, 2, 2, 2, 2, 2,
434
- 2, 2, 2, 2, 2, 2, 2, 2,
435
- 2, 2, 2, 2, 2, 2, 2, 2,
436
- 2, 2, 2, 2, 2, 2, 2, 2,
437
- 2, 2, 2, 2, 2, 2, 2, 2,
438
- 2, 2, 1, 1, 1, 1, 1, 1,
439
- 1, 1, 1, 1, 1, 1, 1, 1,
440
- 1, 1, 6, 2, 5, 2, 2, 2,
441
- 2, 2, 2, 2, 2, 2, 2, 2,
442
- 2, 2, 2, 2, 2, 2, 2, 2,
443
- 2, 2, 2, 2, 2, 2, 2, 2,
444
- 2, 2, 2, 2, 2, 2, 2, 2,
445
- 2, 2, 2, 2, 2, 2, 2, 2,
446
- 2, 2, 2, 2, 2, 2, 2, 2,
447
- 2, 2, 2, 2, 2, 2, 2, 2,
448
- 2, 2, 2, 2, 2, 2, 2, 2,
449
- 2, 3, 2, 2, 2, 2, 2, 2,
450
- 2, 2, 2, 2, 2, 2, 2, 2,
451
- 2, 2, 2, 2, 2, 2, 2, 2,
452
- 2, 2, 2, 2, 2, 2, 2, 2,
453
- 2, 2, 2, 2, 2, 2, 2, 2,
454
- 2, 2, 2, 2, 2, 1, 1, 0
455
- ]
456
-
457
- class << self
458
- attr_accessor :_lexer_range_lengths
459
- private :_lexer_range_lengths, :_lexer_range_lengths=
460
- end
461
- self._lexer_range_lengths = [
462
- 0, 1, 0, 0, 0, 0, 0, 0,
463
- 0, 0, 0, 0, 0, 0, 0, 0,
464
- 1, 0, 0, 0, 0, 1, 1, 1,
465
- 1, 1, 1, 0, 0, 0, 0, 0,
466
- 0, 0, 0, 0, 0, 0, 0, 0,
467
- 0, 0, 0, 1, 1, 1, 1, 1,
468
- 0, 0, 1, 1, 0, 0, 0, 0,
469
- 0, 0, 0, 0, 0, 0, 0, 0,
470
- 0, 0, 0, 0, 0, 0, 0, 0,
471
- 0, 0, 0, 0, 0, 0, 0, 0,
472
- 0, 0, 1, 0, 0, 0, 0, 0,
473
- 0, 0, 0, 0, 0, 0, 0, 0,
474
- 0, 0, 0, 0, 0, 1, 0, 0,
475
- 0, 0, 0, 0, 0, 0, 0, 0,
476
- 0, 0, 0, 0, 0, 0, 0, 0,
477
- 0, 0, 0, 0, 0, 0, 0, 0,
478
- 0, 1, 0, 0, 0, 0, 0, 0,
479
- 0, 0, 0, 0, 0, 0, 0, 0,
480
- 0, 0, 0, 0, 0, 0, 0, 0,
481
- 0, 0, 0, 0, 0, 0, 0, 0,
482
- 0, 0, 0, 0, 0, 0, 0, 0,
483
- 0, 0, 0, 0, 0, 0, 0, 0,
484
- 0, 0, 0, 0, 0, 0, 0, 0,
485
- 0, 0, 0, 0, 0, 0, 0, 0,
486
- 0, 0, 0, 0, 0, 0, 0, 0,
487
- 0, 0, 0, 0, 0, 0, 0, 0,
488
- 0, 0, 0, 0, 0, 0, 0, 0,
489
- 0, 0, 0, 0, 0, 0, 0, 0,
490
- 0, 0, 0, 0, 0, 0, 0, 0,
491
- 0, 0, 0, 0, 0, 0, 0, 0,
492
- 0, 0, 0, 0, 0, 0, 0, 0,
493
- 0, 0, 0, 0, 0, 0, 0, 0,
494
- 0, 0, 0, 0, 0, 0, 0, 0,
495
- 0, 0, 0, 0, 0, 0, 0, 0,
496
- 0, 0, 0, 0, 0, 0, 0, 0,
497
- 0, 0, 0, 0, 0, 0, 0, 0,
498
- 0, 0, 0, 0, 0, 0, 0, 0,
499
- 0, 0, 0, 0, 0, 0, 0, 0,
500
- 0, 0, 0, 0, 0, 0, 0, 0,
501
- 0, 0, 0, 0, 0, 0, 0, 0,
502
- 0, 0, 0, 0, 0, 0, 0, 0,
503
- 0, 0, 0, 0, 0, 0, 0, 0,
504
- 0, 0, 1, 0, 0, 0, 0, 0,
505
- 0, 0, 0, 0, 0, 0, 0, 0,
506
- 0, 0, 0, 0, 0, 0, 0, 0,
507
- 0, 0, 0, 0, 0, 0, 0, 0,
508
- 0, 0, 0, 0, 0, 0, 0, 0,
509
- 0, 0, 0, 0, 0, 0, 0, 0,
510
- 0, 0, 0, 0, 0, 0, 0, 0,
511
- 0, 0, 0, 0, 0, 0, 0, 0,
512
- 0, 0, 0, 0, 0, 0, 0, 0,
513
- 0, 0, 0, 0, 0, 0, 0, 0,
514
- 0, 0, 0, 0, 0, 0, 0, 0,
515
- 0, 0, 0, 0, 0, 0, 0, 0,
516
- 0, 0, 0, 0, 0, 0, 0, 0,
517
- 0, 0, 0, 0, 0, 0, 0, 0,
518
- 0, 0, 0, 0, 0, 0, 0, 0,
519
- 0, 0, 0, 0, 0, 0, 0, 0,
520
- 0, 0, 0, 0, 0, 0, 0, 0,
521
- 0, 0, 0, 0, 0, 0, 0, 0,
522
- 0, 0, 0, 0, 0, 0, 0, 0,
523
- 0, 0, 0, 0, 0, 0, 0, 0,
524
- 0, 0, 0, 0, 0, 0, 0, 0,
525
- 0, 0, 0, 0, 0, 0, 0, 0,
526
- 0, 0, 0, 0, 1, 0, 0, 0,
527
- 0, 0, 0, 0, 0, 0, 0, 0,
528
- 0, 0, 0, 0, 0, 0, 0, 0,
529
- 0, 0, 0, 0, 0, 0, 0, 0,
530
- 0, 0, 0, 0, 0, 0, 0, 0,
531
- 0, 0, 0, 0, 0, 0, 0, 0,
532
- 0, 0, 0, 0, 0, 0, 0, 0,
533
- 0, 0, 0, 0, 0, 0, 0, 0,
534
- 0, 0, 0, 0, 0, 0, 0, 0,
535
- 0, 0, 0, 0, 0, 0, 0, 0,
536
- 0, 0, 0, 0, 0, 0, 0, 0,
537
- 0, 0, 0, 0, 0, 0, 0, 0,
538
- 0, 0, 0, 0, 0, 0, 0, 0,
539
- 0, 0, 0, 0, 0, 0, 0, 0,
540
- 0, 0, 0, 0, 0, 0, 0, 0,
541
- 0, 0, 0, 0, 0, 0, 0, 0,
542
- 0, 0, 0, 0, 0, 0, 0, 0,
543
- 0, 0, 0, 0, 0, 0, 0, 0,
544
- 0, 0, 0, 0, 0, 0, 0, 0,
545
- 0, 0, 0, 0, 0, 0, 0, 0,
546
- 0, 0, 1, 0, 0, 0, 0, 0,
547
- 0, 0, 0, 0, 0, 0, 0, 0,
548
- 0, 0, 0, 0, 0, 0, 0, 0,
549
- 0, 0, 0, 0, 0, 0, 0, 0,
550
- 0, 0, 0, 0, 0, 0, 0, 0,
551
- 0, 0, 0, 0, 0, 0, 0, 0,
552
- 0, 0, 0, 0, 0, 0, 0, 0,
553
- 0, 0, 0, 0, 0, 0, 0, 0,
554
- 0, 0, 0, 0, 0, 0, 0, 0,
555
- 0, 0, 0, 0, 0, 0, 0, 0,
556
- 0, 0, 0, 0, 0, 0, 0, 0,
557
- 0, 0, 0, 0, 0, 0, 0, 0,
558
- 0, 0, 0, 0, 0, 0, 0, 0,
559
- 0, 0, 0, 0, 0, 0, 0, 0,
560
- 0, 0, 0, 0, 0, 0, 0, 0
561
- ]
562
-
563
- class << self
564
- attr_accessor :_lexer_index_offsets
565
- private :_lexer_index_offsets, :_lexer_index_offsets=
566
- end
567
- self._lexer_index_offsets = [
568
- 0, 0, 12, 14, 23, 25, 27, 29,
569
- 31, 33, 35, 37, 39, 41, 43, 46,
570
- 49, 60, 62, 64, 67, 70, 75, 80,
571
- 85, 90, 94, 98, 101, 103, 105, 107,
572
- 109, 111, 113, 115, 117, 119, 121, 123,
573
- 125, 127, 129, 131, 136, 143, 148, 152,
574
- 158, 162, 165, 171, 182, 184, 186, 188,
575
- 190, 192, 194, 196, 198, 200, 202, 204,
576
- 206, 208, 210, 212, 214, 216, 218, 220,
577
- 222, 224, 226, 228, 230, 232, 234, 236,
578
- 238, 240, 242, 249, 252, 255, 258, 261,
579
- 264, 267, 270, 273, 276, 279, 282, 285,
580
- 288, 291, 294, 297, 300, 303, 314, 316,
581
- 318, 320, 322, 324, 326, 328, 330, 332,
582
- 334, 336, 338, 340, 342, 344, 346, 348,
583
- 350, 352, 354, 356, 358, 360, 362, 364,
584
- 366, 368, 377, 380, 389, 392, 395, 398,
585
- 401, 404, 407, 410, 413, 416, 419, 422,
586
- 425, 428, 431, 434, 437, 440, 443, 446,
587
- 449, 452, 455, 458, 461, 464, 467, 470,
588
- 473, 476, 479, 482, 485, 488, 491, 494,
589
- 497, 500, 504, 507, 510, 513, 516, 519,
590
- 522, 525, 528, 531, 534, 537, 540, 543,
591
- 546, 549, 552, 555, 558, 561, 564, 567,
592
- 570, 573, 576, 579, 582, 585, 588, 591,
593
- 594, 597, 600, 603, 606, 609, 612, 615,
594
- 618, 621, 624, 627, 630, 633, 636, 639,
595
- 642, 645, 648, 651, 654, 657, 660, 663,
596
- 666, 669, 672, 675, 678, 681, 684, 687,
597
- 690, 693, 696, 699, 702, 705, 708, 711,
598
- 714, 717, 720, 723, 727, 730, 733, 736,
599
- 739, 742, 745, 748, 751, 754, 757, 760,
600
- 763, 766, 769, 772, 775, 778, 781, 784,
601
- 787, 790, 793, 796, 799, 802, 805, 808,
602
- 811, 814, 817, 820, 823, 826, 829, 832,
603
- 835, 838, 841, 844, 847, 850, 853, 856,
604
- 858, 860, 863, 865, 867, 869, 871, 873,
605
- 875, 877, 879, 881, 883, 885, 887, 889,
606
- 891, 893, 895, 897, 899, 901, 903, 905,
607
- 907, 909, 911, 913, 915, 917, 919, 921,
608
- 923, 925, 927, 929, 931, 933, 935, 937,
609
- 939, 941, 943, 945, 947, 949, 951, 953,
610
- 955, 957, 959, 968, 971, 979, 982, 985,
611
- 988, 991, 994, 997, 1000, 1003, 1006, 1009,
612
- 1012, 1015, 1018, 1021, 1024, 1027, 1030, 1033,
613
- 1036, 1039, 1042, 1045, 1048, 1051, 1054, 1057,
614
- 1060, 1063, 1066, 1069, 1072, 1075, 1078, 1081,
615
- 1084, 1087, 1090, 1094, 1097, 1100, 1103, 1106,
616
- 1109, 1112, 1115, 1118, 1121, 1124, 1127, 1130,
617
- 1133, 1136, 1139, 1142, 1145, 1148, 1151, 1154,
618
- 1157, 1160, 1163, 1166, 1169, 1172, 1175, 1178,
619
- 1181, 1184, 1187, 1190, 1193, 1196, 1199, 1202,
620
- 1205, 1208, 1211, 1214, 1217, 1220, 1223, 1226,
621
- 1229, 1232, 1235, 1238, 1241, 1244, 1247, 1250,
622
- 1253, 1256, 1259, 1262, 1265, 1268, 1271, 1274,
623
- 1277, 1280, 1283, 1286, 1289, 1292, 1295, 1298,
624
- 1301, 1304, 1307, 1310, 1313, 1316, 1319, 1322,
625
- 1325, 1328, 1331, 1334, 1337, 1340, 1343, 1346,
626
- 1349, 1352, 1354, 1356, 1358, 1360, 1362, 1364,
627
- 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380,
628
- 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396,
629
- 1398, 1400, 1402, 1404, 1406, 1408, 1411, 1413,
630
- 1415, 1417, 1419, 1421, 1423, 1425, 1427, 1429,
631
- 1431, 1433, 1435, 1437, 1439, 1441, 1443, 1445,
632
- 1447, 1449, 1451, 1453, 1455, 1464, 1467, 1476,
633
- 1479, 1482, 1485, 1488, 1491, 1494, 1497, 1500,
634
- 1503, 1506, 1509, 1512, 1515, 1518, 1521, 1524,
635
- 1527, 1530, 1533, 1536, 1539, 1542, 1545, 1548,
636
- 1551, 1554, 1557, 1560, 1563, 1566, 1569, 1572,
637
- 1575, 1578, 1581, 1584, 1587, 1591, 1594, 1597,
638
- 1600, 1603, 1606, 1609, 1612, 1615, 1618, 1621,
639
- 1624, 1627, 1630, 1633, 1636, 1639, 1642, 1645,
640
- 1648, 1651, 1654, 1657, 1660, 1663, 1666, 1669,
641
- 1672, 1675, 1678, 1681, 1684, 1687, 1690, 1693,
642
- 1696, 1699, 1702, 1705, 1708, 1711, 1714, 1717,
643
- 1720, 1723, 1726, 1729, 1732, 1735, 1738, 1741,
644
- 1744, 1747, 1750, 1753, 1756, 1759, 1762, 1765,
645
- 1768, 1771, 1774, 1777, 1780, 1783, 1786, 1789,
646
- 1792, 1795, 1798, 1801, 1804, 1807, 1810, 1813,
647
- 1816, 1819, 1822, 1825, 1828, 1831, 1834, 1837,
648
- 1840, 1843, 1846, 1849, 1852, 1855, 1858, 1861,
649
- 1864, 1867, 1870, 1873, 1876, 1879, 1882, 1885,
650
- 1888, 1891, 1894, 1896, 1898, 1900, 1902, 1904,
651
- 1906, 1908, 1910, 1912, 1914, 1916, 1918, 1920,
652
- 1922, 1924, 1926, 1934, 1937, 1943, 1946, 1949,
653
- 1952, 1955, 1958, 1961, 1964, 1967, 1970, 1973,
654
- 1976, 1979, 1982, 1985, 1988, 1991, 1994, 1997,
655
- 2000, 2003, 2006, 2009, 2012, 2015, 2018, 2021,
656
- 2024, 2027, 2030, 2033, 2036, 2039, 2042, 2045,
657
- 2048, 2051, 2054, 2057, 2060, 2063, 2066, 2069,
658
- 2072, 2075, 2078, 2081, 2084, 2087, 2090, 2093,
659
- 2096, 2099, 2102, 2105, 2108, 2111, 2114, 2117,
660
- 2120, 2123, 2126, 2129, 2132, 2135, 2138, 2141,
661
- 2144, 2147, 2151, 2154, 2157, 2160, 2163, 2166,
662
- 2169, 2172, 2175, 2178, 2181, 2184, 2187, 2190,
663
- 2193, 2196, 2199, 2202, 2205, 2208, 2211, 2214,
664
- 2217, 2220, 2223, 2226, 2229, 2232, 2235, 2238,
665
- 2241, 2244, 2247, 2250, 2253, 2256, 2259, 2262,
666
- 2265, 2268, 2271, 2274, 2277, 2280, 2282, 2284
667
- ]
668
-
669
- class << self
670
- attr_accessor :_lexer_indicies
671
- private :_lexer_indicies, :_lexer_indicies=
672
- end
673
- self._lexer_indicies = [
674
- 1, 2, 4, 3, 5, 6, 7, 8,
675
- 9, 10, 3, 0, 11, 0, 12, 13,
676
- 14, 15, 16, 17, 18, 19, 0, 20,
677
- 0, 21, 0, 22, 0, 23, 0, 24,
678
- 0, 25, 0, 26, 0, 27, 0, 28,
679
- 0, 29, 0, 31, 32, 30, 34, 35,
680
- 33, 1, 4, 3, 5, 6, 7, 8,
681
- 9, 10, 3, 0, 36, 0, 37, 0,
682
- 39, 40, 38, 42, 43, 41, 46, 45,
683
- 47, 45, 44, 50, 49, 51, 49, 48,
684
- 50, 49, 52, 49, 48, 50, 49, 53,
685
- 49, 48, 55, 54, 54, 0, 4, 56,
686
- 56, 0, 58, 59, 57, 4, 0, 60,
687
- 0, 61, 0, 62, 0, 63, 0, 64,
688
- 0, 65, 0, 66, 0, 67, 0, 68,
689
- 0, 69, 0, 70, 0, 71, 0, 72,
690
- 0, 73, 0, 0, 0, 0, 0, 74,
691
- 75, 76, 75, 75, 78, 77, 74, 4,
692
- 79, 9, 79, 0, 80, 81, 80, 0,
693
- 84, 83, 85, 86, 83, 82, 0, 88,
694
- 89, 87, 0, 88, 87, 84, 90, 88,
695
- 89, 90, 87, 91, 84, 92, 93, 94,
696
- 95, 96, 97, 98, 92, 0, 99, 0,
697
- 100, 0, 101, 0, 102, 0, 103, 0,
698
- 104, 0, 105, 0, 106, 0, 107, 0,
699
- 108, 0, 109, 0, 110, 0, 111, 0,
700
- 112, 0, 113, 0, 114, 0, 115, 0,
701
- 116, 0, 117, 0, 118, 0, 119, 0,
702
- 120, 0, 121, 0, 122, 0, 123, 0,
703
- 124, 0, 125, 0, 126, 0, 128, 127,
704
- 130, 129, 131, 130, 132, 133, 133, 132,
705
- 129, 134, 130, 129, 135, 130, 129, 136,
706
- 130, 129, 137, 130, 129, 138, 130, 129,
707
- 139, 130, 129, 140, 130, 129, 141, 130,
708
- 129, 142, 130, 129, 143, 130, 129, 144,
709
- 130, 129, 145, 130, 129, 146, 130, 129,
710
- 147, 130, 129, 148, 130, 129, 149, 130,
711
- 129, 150, 130, 129, 130, 151, 129, 152,
712
- 154, 153, 155, 156, 157, 158, 159, 160,
713
- 153, 0, 161, 0, 162, 0, 163, 0,
714
- 164, 0, 165, 0, 166, 0, 167, 0,
715
- 168, 0, 169, 0, 170, 0, 171, 0,
716
- 172, 0, 173, 0, 174, 0, 175, 0,
717
- 176, 0, 177, 0, 178, 0, 179, 0,
718
- 180, 0, 181, 0, 182, 0, 183, 0,
719
- 184, 0, 185, 0, 187, 186, 189, 188,
720
- 190, 189, 191, 192, 193, 194, 192, 191,
721
- 188, 195, 189, 188, 196, 197, 198, 199,
722
- 200, 201, 202, 189, 188, 203, 189, 188,
723
- 204, 189, 188, 205, 189, 188, 206, 189,
724
- 188, 207, 189, 188, 208, 189, 188, 209,
725
- 189, 188, 210, 189, 188, 211, 189, 188,
726
- 189, 212, 188, 213, 189, 188, 214, 189,
727
- 188, 215, 189, 188, 216, 189, 188, 217,
728
- 189, 188, 218, 189, 188, 219, 189, 188,
729
- 220, 189, 188, 221, 189, 188, 222, 189,
730
- 188, 223, 189, 188, 224, 189, 188, 225,
731
- 189, 188, 226, 189, 188, 227, 189, 188,
732
- 228, 189, 188, 229, 189, 188, 230, 189,
733
- 188, 231, 189, 188, 232, 189, 188, 233,
734
- 189, 188, 234, 189, 188, 235, 189, 188,
735
- 236, 189, 188, 189, 212, 188, 237, 189,
736
- 188, 238, 189, 188, 239, 240, 189, 188,
737
- 241, 189, 188, 242, 189, 188, 243, 189,
738
- 188, 244, 189, 188, 245, 189, 188, 211,
739
- 189, 188, 246, 189, 188, 247, 189, 188,
740
- 248, 189, 188, 249, 189, 188, 250, 189,
741
- 188, 251, 189, 188, 252, 189, 188, 253,
742
- 189, 188, 254, 189, 188, 255, 189, 188,
743
- 256, 189, 188, 211, 189, 188, 257, 189,
744
- 188, 258, 189, 188, 259, 189, 188, 260,
745
- 189, 188, 261, 189, 188, 262, 189, 188,
746
- 263, 189, 188, 264, 189, 188, 265, 189,
747
- 188, 266, 189, 188, 267, 189, 188, 211,
748
- 189, 188, 268, 189, 188, 269, 189, 188,
749
- 270, 189, 188, 271, 189, 188, 272, 189,
750
- 188, 273, 189, 188, 274, 189, 188, 275,
751
- 189, 188, 276, 189, 188, 277, 189, 188,
752
- 278, 189, 188, 279, 189, 188, 280, 189,
753
- 188, 281, 189, 188, 236, 189, 188, 282,
754
- 189, 188, 283, 189, 188, 284, 189, 188,
755
- 285, 189, 188, 286, 189, 188, 287, 189,
756
- 188, 288, 189, 188, 289, 189, 188, 290,
757
- 189, 188, 291, 189, 188, 292, 189, 188,
758
- 293, 189, 188, 294, 189, 188, 295, 189,
759
- 188, 296, 189, 188, 297, 189, 188, 298,
760
- 189, 188, 299, 189, 188, 300, 189, 188,
761
- 301, 189, 188, 302, 189, 188, 303, 189,
762
- 188, 304, 189, 188, 305, 189, 188, 306,
763
- 189, 188, 307, 189, 188, 265, 189, 188,
764
- 308, 189, 188, 309, 310, 189, 188, 311,
765
- 189, 188, 312, 189, 188, 313, 189, 188,
766
- 314, 189, 188, 315, 189, 188, 316, 189,
767
- 188, 317, 189, 188, 318, 189, 188, 319,
768
- 189, 188, 320, 189, 188, 321, 189, 188,
769
- 322, 189, 188, 323, 189, 188, 324, 189,
770
- 188, 325, 189, 188, 279, 189, 188, 326,
771
- 189, 188, 327, 189, 188, 328, 189, 188,
772
- 329, 189, 188, 330, 189, 188, 331, 189,
773
- 188, 332, 189, 188, 333, 189, 188, 334,
774
- 189, 188, 335, 189, 188, 336, 189, 188,
775
- 337, 189, 188, 236, 189, 188, 189, 338,
776
- 188, 189, 339, 188, 189, 340, 188, 189,
777
- 341, 188, 189, 342, 188, 189, 343, 188,
778
- 189, 344, 188, 189, 345, 188, 189, 346,
779
- 188, 189, 347, 188, 189, 348, 188, 189,
780
- 349, 188, 189, 350, 188, 189, 351, 188,
781
- 352, 0, 353, 0, 354, 355, 0, 356,
782
- 0, 357, 0, 358, 0, 359, 0, 360,
783
- 0, 28, 0, 361, 0, 362, 0, 363,
784
- 0, 364, 0, 365, 0, 366, 0, 367,
785
- 0, 368, 0, 369, 0, 370, 0, 371,
786
- 0, 28, 0, 372, 0, 373, 0, 374,
787
- 0, 375, 0, 376, 0, 377, 0, 378,
788
- 0, 379, 0, 380, 0, 381, 0, 382,
789
- 0, 28, 0, 383, 0, 384, 0, 385,
790
- 0, 386, 0, 387, 0, 388, 0, 389,
791
- 0, 390, 0, 391, 0, 392, 0, 393,
792
- 0, 394, 0, 395, 0, 396, 0, 397,
793
- 0, 398, 0, 400, 399, 402, 401, 403,
794
- 402, 404, 405, 406, 407, 405, 404, 401,
795
- 408, 402, 401, 409, 410, 411, 412, 413,
796
- 414, 402, 401, 415, 402, 401, 416, 402,
797
- 401, 417, 402, 401, 418, 402, 401, 419,
798
- 402, 401, 420, 402, 401, 421, 402, 401,
799
- 422, 402, 401, 423, 402, 401, 402, 424,
800
- 401, 425, 402, 401, 426, 402, 401, 427,
801
- 402, 401, 428, 402, 401, 429, 402, 401,
802
- 430, 402, 401, 431, 402, 401, 432, 402,
803
- 401, 433, 402, 401, 434, 402, 401, 435,
804
- 402, 401, 436, 402, 401, 437, 402, 401,
805
- 438, 402, 401, 439, 402, 401, 440, 402,
806
- 401, 441, 402, 401, 442, 402, 401, 443,
807
- 402, 401, 444, 402, 401, 445, 402, 401,
808
- 446, 402, 401, 447, 402, 401, 448, 402,
809
- 401, 402, 424, 401, 449, 402, 401, 450,
810
- 402, 401, 451, 452, 402, 401, 453, 402,
811
- 401, 454, 402, 401, 455, 402, 401, 456,
812
- 402, 401, 457, 402, 401, 423, 402, 401,
813
- 458, 402, 401, 459, 402, 401, 460, 402,
814
- 401, 461, 402, 401, 462, 402, 401, 463,
815
- 402, 401, 464, 402, 401, 465, 402, 401,
816
- 466, 402, 401, 467, 402, 401, 468, 402,
817
- 401, 423, 402, 401, 469, 402, 401, 470,
818
- 402, 401, 471, 402, 401, 472, 402, 401,
819
- 473, 402, 401, 474, 402, 401, 475, 402,
820
- 401, 476, 402, 401, 477, 402, 401, 478,
821
- 402, 401, 479, 402, 401, 423, 402, 401,
822
- 480, 402, 401, 481, 402, 401, 482, 402,
823
- 401, 483, 402, 401, 484, 402, 401, 485,
824
- 402, 401, 486, 402, 401, 487, 402, 401,
825
- 488, 402, 401, 489, 402, 401, 490, 402,
826
- 401, 491, 402, 401, 492, 402, 401, 493,
827
- 402, 401, 494, 402, 401, 495, 402, 401,
828
- 496, 402, 401, 497, 402, 401, 498, 402,
829
- 401, 499, 402, 401, 500, 402, 401, 501,
830
- 402, 401, 502, 402, 401, 503, 402, 401,
831
- 504, 402, 401, 505, 402, 401, 477, 402,
832
- 401, 506, 402, 401, 507, 402, 401, 508,
833
- 402, 401, 509, 402, 401, 510, 402, 401,
834
- 511, 402, 401, 512, 402, 401, 513, 402,
835
- 401, 514, 402, 401, 515, 402, 401, 516,
836
- 402, 401, 517, 402, 401, 518, 402, 401,
837
- 519, 402, 401, 448, 402, 401, 402, 520,
838
- 401, 402, 521, 401, 402, 522, 401, 402,
839
- 523, 401, 402, 524, 401, 402, 525, 401,
840
- 402, 526, 401, 402, 527, 401, 402, 528,
841
- 401, 402, 529, 401, 402, 530, 401, 402,
842
- 531, 401, 402, 532, 401, 402, 533, 401,
843
- 534, 0, 535, 0, 536, 0, 537, 0,
844
- 538, 0, 539, 0, 540, 0, 541, 0,
845
- 542, 0, 543, 0, 544, 0, 545, 0,
846
- 546, 0, 547, 0, 548, 0, 549, 0,
847
- 550, 0, 551, 0, 552, 0, 553, 0,
848
- 554, 0, 555, 0, 556, 0, 557, 0,
849
- 558, 0, 559, 0, 380, 0, 560, 0,
850
- 561, 562, 0, 563, 0, 564, 0, 565,
851
- 0, 566, 0, 567, 0, 568, 0, 569,
852
- 0, 570, 0, 571, 0, 572, 0, 573,
853
- 0, 574, 0, 575, 0, 576, 0, 577,
854
- 0, 578, 0, 579, 0, 580, 0, 581,
855
- 0, 582, 0, 584, 583, 586, 585, 587,
856
- 586, 588, 589, 590, 591, 589, 588, 585,
857
- 592, 586, 585, 593, 594, 595, 596, 597,
858
- 598, 599, 586, 585, 600, 586, 585, 601,
859
- 586, 585, 602, 586, 585, 603, 586, 585,
860
- 604, 586, 585, 605, 586, 585, 606, 586,
861
- 585, 607, 586, 585, 608, 586, 585, 586,
862
- 609, 585, 610, 586, 585, 611, 586, 585,
863
- 612, 586, 585, 613, 586, 585, 614, 586,
864
- 585, 615, 586, 585, 616, 586, 585, 617,
865
- 586, 585, 618, 586, 585, 619, 586, 585,
866
- 620, 586, 585, 621, 586, 585, 622, 586,
867
- 585, 623, 586, 585, 624, 586, 585, 625,
868
- 586, 585, 626, 586, 585, 627, 586, 585,
869
- 628, 586, 585, 629, 586, 585, 630, 586,
870
- 585, 631, 586, 585, 632, 586, 585, 633,
871
- 586, 585, 586, 609, 585, 634, 586, 585,
872
- 635, 586, 585, 636, 637, 586, 585, 638,
873
- 586, 585, 639, 586, 585, 640, 586, 585,
874
- 641, 586, 585, 642, 586, 585, 608, 586,
875
- 585, 643, 586, 585, 644, 586, 585, 645,
876
- 586, 585, 646, 586, 585, 647, 586, 585,
877
- 648, 586, 585, 649, 586, 585, 650, 586,
878
- 585, 651, 586, 585, 652, 586, 585, 653,
879
- 586, 585, 608, 586, 585, 654, 586, 585,
880
- 655, 586, 585, 656, 586, 585, 657, 586,
881
- 585, 658, 586, 585, 659, 586, 585, 660,
882
- 586, 585, 661, 586, 585, 662, 586, 585,
883
- 663, 586, 585, 664, 586, 585, 608, 586,
884
- 585, 665, 586, 585, 666, 586, 585, 667,
885
- 586, 585, 668, 586, 585, 669, 586, 585,
886
- 670, 586, 585, 671, 586, 585, 672, 586,
887
- 585, 673, 586, 585, 674, 586, 585, 675,
888
- 586, 585, 676, 586, 585, 677, 586, 585,
889
- 678, 586, 585, 633, 586, 585, 679, 586,
890
- 585, 680, 586, 585, 681, 586, 585, 682,
891
- 586, 585, 683, 586, 585, 684, 586, 585,
892
- 685, 586, 585, 686, 586, 585, 687, 586,
893
- 585, 688, 586, 585, 689, 586, 585, 690,
894
- 586, 585, 691, 586, 585, 692, 586, 585,
895
- 693, 586, 585, 694, 586, 585, 695, 586,
896
- 585, 696, 586, 585, 697, 586, 585, 698,
897
- 586, 585, 699, 586, 585, 700, 586, 585,
898
- 701, 586, 585, 702, 586, 585, 703, 586,
899
- 585, 704, 586, 585, 662, 586, 585, 705,
900
- 586, 585, 706, 586, 585, 707, 586, 585,
901
- 708, 586, 585, 709, 586, 585, 710, 586,
902
- 585, 711, 586, 585, 712, 586, 585, 713,
903
- 586, 585, 714, 586, 585, 715, 586, 585,
904
- 716, 586, 585, 717, 586, 585, 718, 586,
905
- 585, 633, 586, 585, 586, 719, 585, 586,
906
- 720, 585, 586, 721, 585, 586, 722, 585,
907
- 586, 723, 585, 586, 724, 585, 586, 725,
908
- 585, 586, 726, 585, 586, 727, 585, 586,
909
- 728, 585, 586, 729, 585, 586, 730, 585,
910
- 586, 731, 585, 586, 732, 585, 733, 0,
911
- 734, 0, 735, 0, 736, 0, 737, 0,
912
- 738, 0, 739, 0, 740, 0, 741, 0,
913
- 742, 0, 743, 0, 744, 0, 745, 0,
914
- 746, 0, 748, 747, 750, 749, 751, 750,
915
- 752, 753, 754, 753, 752, 749, 755, 750,
916
- 749, 756, 757, 758, 759, 750, 749, 760,
917
- 750, 749, 761, 750, 749, 762, 750, 749,
918
- 763, 750, 749, 764, 750, 749, 765, 750,
919
- 749, 766, 750, 749, 767, 750, 749, 768,
920
- 750, 749, 769, 750, 749, 770, 750, 749,
921
- 771, 750, 749, 772, 750, 749, 773, 750,
922
- 749, 774, 750, 749, 775, 750, 749, 776,
923
- 750, 749, 777, 750, 749, 778, 750, 749,
924
- 779, 750, 749, 780, 750, 749, 781, 750,
925
- 749, 782, 750, 749, 783, 750, 749, 784,
926
- 750, 749, 785, 750, 749, 786, 750, 749,
927
- 750, 787, 749, 788, 750, 749, 789, 750,
928
- 749, 790, 750, 749, 791, 750, 749, 792,
929
- 750, 749, 793, 750, 749, 794, 750, 749,
930
- 795, 750, 749, 796, 750, 749, 797, 750,
931
- 749, 798, 750, 749, 799, 750, 749, 800,
932
- 750, 749, 801, 750, 749, 802, 750, 749,
933
- 803, 750, 749, 804, 750, 749, 805, 750,
934
- 749, 806, 750, 749, 807, 750, 749, 808,
935
- 750, 749, 809, 750, 749, 810, 750, 749,
936
- 786, 750, 749, 811, 750, 749, 812, 750,
937
- 749, 813, 750, 749, 814, 750, 749, 815,
938
- 750, 749, 816, 750, 749, 817, 750, 749,
939
- 818, 750, 749, 819, 750, 749, 820, 750,
940
- 749, 821, 750, 749, 822, 750, 749, 823,
941
- 750, 749, 824, 750, 749, 786, 750, 749,
942
- 825, 750, 749, 826, 827, 750, 749, 828,
943
- 750, 749, 829, 750, 749, 830, 750, 749,
944
- 831, 750, 749, 832, 750, 749, 833, 750,
945
- 749, 834, 750, 749, 835, 750, 749, 836,
946
- 750, 749, 837, 750, 749, 838, 750, 749,
947
- 839, 750, 749, 840, 750, 749, 841, 750,
948
- 749, 842, 750, 749, 822, 750, 749, 843,
949
- 750, 749, 844, 750, 749, 845, 750, 749,
950
- 846, 750, 749, 847, 750, 749, 848, 750,
951
- 749, 849, 750, 749, 850, 750, 749, 851,
952
- 750, 749, 852, 750, 749, 853, 750, 749,
953
- 854, 750, 749, 786, 750, 749, 750, 855,
954
- 749, 750, 856, 749, 750, 857, 749, 750,
955
- 858, 749, 750, 859, 749, 750, 860, 749,
956
- 750, 861, 749, 750, 862, 749, 750, 863,
957
- 749, 750, 864, 749, 750, 865, 749, 750,
958
- 866, 749, 750, 867, 749, 750, 868, 749,
959
- 869, 0, 3, 0, 870, 0
960
- ]
961
-
962
- class << self
963
- attr_accessor :_lexer_trans_targs
964
- private :_lexer_trans_targs, :_lexer_trans_targs=
965
- end
966
- self._lexer_trans_targs = [
967
- 0, 2, 789, 16, 16, 17, 27, 29,
968
- 13, 43, 46, 3, 4, 52, 102, 287,
969
- 308, 320, 465, 492, 5, 6, 7, 8,
970
- 9, 10, 11, 12, 13, 14, 15, 16,
971
- 28, 15, 16, 28, 18, 19, 20, 21,
972
- 20, 20, 21, 20, 22, 22, 22, 23,
973
- 22, 22, 22, 23, 24, 25, 26, 16,
974
- 26, 27, 16, 28, 30, 31, 32, 33,
975
- 34, 35, 36, 37, 38, 39, 40, 41,
976
- 42, 791, 44, 45, 16, 44, 43, 45,
977
- 46, 47, 48, 50, 51, 49, 47, 48,
978
- 49, 47, 50, 2, 51, 17, 27, 29,
979
- 13, 43, 46, 53, 54, 55, 56, 57,
980
- 58, 59, 60, 61, 62, 63, 64, 65,
981
- 66, 67, 68, 69, 70, 71, 72, 73,
982
- 74, 75, 76, 77, 78, 79, 80, 81,
983
- 82, 81, 82, 83, 82, 16, 84, 85,
984
- 86, 87, 88, 89, 90, 91, 92, 93,
985
- 94, 95, 96, 97, 98, 99, 100, 101,
986
- 2, 16, 16, 17, 27, 29, 13, 43,
987
- 46, 103, 104, 105, 106, 107, 108, 109,
988
- 110, 111, 112, 113, 114, 115, 116, 117,
989
- 118, 119, 120, 121, 122, 123, 124, 125,
990
- 126, 127, 128, 129, 128, 129, 130, 129,
991
- 16, 273, 141, 131, 132, 142, 167, 188,
992
- 200, 215, 242, 133, 134, 135, 136, 137,
993
- 138, 139, 140, 141, 101, 143, 144, 145,
994
- 146, 147, 148, 149, 150, 151, 152, 153,
995
- 154, 155, 156, 157, 158, 159, 160, 161,
996
- 162, 163, 164, 165, 166, 168, 169, 170,
997
- 176, 171, 172, 173, 174, 175, 177, 178,
998
- 179, 180, 181, 182, 183, 184, 185, 186,
999
- 187, 189, 190, 191, 192, 193, 194, 195,
1000
- 196, 197, 198, 199, 201, 202, 203, 204,
1001
- 205, 206, 207, 208, 209, 210, 211, 212,
1002
- 213, 214, 216, 217, 218, 219, 220, 221,
1003
- 222, 223, 224, 225, 226, 227, 228, 229,
1004
- 230, 231, 232, 233, 234, 235, 236, 237,
1005
- 238, 239, 240, 241, 243, 244, 260, 245,
1006
- 246, 247, 248, 249, 250, 251, 252, 253,
1007
- 254, 255, 256, 257, 258, 259, 261, 262,
1008
- 263, 264, 265, 266, 267, 268, 269, 270,
1009
- 271, 272, 274, 275, 276, 277, 278, 279,
1010
- 280, 281, 282, 283, 284, 285, 286, 16,
1011
- 288, 289, 290, 296, 291, 292, 293, 294,
1012
- 295, 297, 298, 299, 300, 301, 302, 303,
1013
- 304, 305, 306, 307, 309, 310, 311, 312,
1014
- 313, 314, 315, 316, 317, 318, 319, 321,
1015
- 322, 323, 324, 325, 326, 327, 328, 329,
1016
- 330, 331, 332, 333, 334, 335, 336, 337,
1017
- 338, 337, 338, 339, 338, 16, 451, 350,
1018
- 340, 341, 351, 376, 397, 409, 436, 342,
1019
- 343, 344, 345, 346, 347, 348, 349, 350,
1020
- 101, 352, 353, 354, 355, 356, 357, 358,
1021
- 359, 360, 361, 362, 363, 364, 365, 366,
1022
- 367, 368, 369, 370, 371, 372, 373, 374,
1023
- 375, 377, 378, 379, 385, 380, 381, 382,
1024
- 383, 384, 386, 387, 388, 389, 390, 391,
1025
- 392, 393, 394, 395, 396, 398, 399, 400,
1026
- 401, 402, 403, 404, 405, 406, 407, 408,
1027
- 410, 411, 412, 413, 414, 415, 416, 417,
1028
- 418, 419, 420, 421, 422, 423, 424, 425,
1029
- 426, 427, 428, 429, 430, 431, 432, 433,
1030
- 434, 435, 437, 438, 439, 440, 441, 442,
1031
- 443, 444, 445, 446, 447, 448, 449, 450,
1032
- 452, 453, 454, 455, 456, 457, 458, 459,
1033
- 460, 461, 462, 463, 464, 16, 466, 467,
1034
- 468, 469, 470, 471, 472, 473, 474, 475,
1035
- 476, 477, 478, 479, 480, 481, 482, 483,
1036
- 484, 485, 486, 487, 488, 489, 490, 491,
1037
- 493, 494, 658, 495, 496, 497, 498, 499,
1038
- 500, 501, 502, 503, 504, 505, 506, 507,
1039
- 508, 509, 510, 511, 512, 513, 514, 515,
1040
- 516, 515, 516, 517, 516, 16, 644, 528,
1041
- 518, 519, 529, 554, 575, 587, 602, 629,
1042
- 520, 521, 522, 523, 524, 525, 526, 527,
1043
- 528, 101, 530, 531, 532, 533, 534, 535,
1044
- 536, 537, 538, 539, 540, 541, 542, 543,
1045
- 544, 545, 546, 547, 548, 549, 550, 551,
1046
- 552, 553, 555, 556, 557, 563, 558, 559,
1047
- 560, 561, 562, 564, 565, 566, 567, 568,
1048
- 569, 570, 571, 572, 573, 574, 576, 577,
1049
- 578, 579, 580, 581, 582, 583, 584, 585,
1050
- 586, 588, 589, 590, 591, 592, 593, 594,
1051
- 595, 596, 597, 598, 599, 600, 601, 603,
1052
- 604, 605, 606, 607, 608, 609, 610, 611,
1053
- 612, 613, 614, 615, 616, 617, 618, 619,
1054
- 620, 621, 622, 623, 624, 625, 626, 627,
1055
- 628, 630, 631, 632, 633, 634, 635, 636,
1056
- 637, 638, 639, 640, 641, 642, 643, 645,
1057
- 646, 647, 648, 649, 650, 651, 652, 653,
1058
- 654, 655, 656, 657, 16, 659, 660, 661,
1059
- 662, 663, 664, 665, 666, 667, 668, 669,
1060
- 670, 671, 672, 673, 674, 673, 674, 675,
1061
- 674, 16, 775, 676, 677, 705, 729, 744,
1062
- 678, 679, 680, 681, 682, 683, 684, 685,
1063
- 686, 687, 688, 689, 690, 691, 692, 693,
1064
- 694, 695, 696, 697, 698, 699, 700, 701,
1065
- 702, 703, 704, 101, 706, 707, 708, 709,
1066
- 710, 711, 712, 713, 714, 715, 716, 717,
1067
- 718, 719, 720, 721, 722, 723, 724, 725,
1068
- 726, 727, 728, 730, 731, 732, 733, 734,
1069
- 735, 736, 737, 738, 739, 740, 741, 742,
1070
- 743, 745, 746, 762, 747, 748, 749, 750,
1071
- 751, 752, 753, 754, 755, 756, 757, 758,
1072
- 759, 760, 761, 763, 764, 765, 766, 767,
1073
- 768, 769, 770, 771, 772, 773, 774, 776,
1074
- 777, 778, 779, 780, 781, 782, 783, 784,
1075
- 785, 786, 787, 788, 16, 790, 0
1076
- ]
1077
-
1078
- class << self
1079
- attr_accessor :_lexer_trans_actions
1080
- private :_lexer_trans_actions, :_lexer_trans_actions=
1081
- end
1082
- self._lexer_trans_actions = [
1083
- 43, 29, 0, 0, 54, 3, 1, 0,
1084
- 29, 1, 35, 0, 0, 0, 0, 0,
1085
- 0, 0, 0, 0, 0, 0, 0, 0,
1086
- 0, 0, 0, 0, 0, 0, 57, 149,
1087
- 126, 0, 110, 23, 0, 0, 7, 139,
1088
- 48, 0, 102, 9, 5, 45, 134, 45,
1089
- 0, 33, 122, 33, 33, 0, 11, 106,
1090
- 0, 0, 114, 25, 0, 0, 0, 0,
1091
- 0, 0, 0, 0, 0, 0, 0, 0,
1092
- 0, 0, 0, 27, 118, 27, 51, 0,
1093
- 0, 0, 37, 37, 54, 37, 87, 0,
1094
- 0, 39, 0, 96, 0, 93, 90, 41,
1095
- 96, 90, 99, 0, 0, 0, 0, 0,
1096
- 0, 0, 0, 0, 0, 0, 0, 0,
1097
- 0, 0, 0, 0, 0, 0, 0, 0,
1098
- 0, 0, 0, 0, 0, 0, 0, 57,
1099
- 144, 0, 54, 84, 0, 81, 0, 0,
1100
- 0, 0, 0, 0, 0, 0, 0, 0,
1101
- 0, 0, 0, 0, 0, 0, 0, 21,
1102
- 63, 31, 130, 60, 57, 31, 63, 57,
1103
- 66, 0, 0, 0, 0, 0, 0, 0,
1104
- 0, 0, 0, 0, 0, 0, 0, 0,
1105
- 0, 0, 0, 0, 0, 0, 0, 0,
1106
- 0, 0, 57, 144, 0, 54, 84, 0,
1107
- 75, 33, 84, 0, 0, 0, 0, 0,
1108
- 0, 0, 0, 0, 0, 0, 0, 0,
1109
- 0, 0, 0, 0, 17, 0, 0, 0,
1110
- 0, 0, 0, 0, 0, 0, 0, 0,
1111
- 0, 0, 0, 0, 0, 0, 0, 0,
1112
- 0, 0, 0, 0, 0, 0, 0, 0,
1113
- 0, 0, 0, 0, 0, 0, 0, 0,
1114
- 0, 0, 0, 0, 0, 0, 0, 0,
1115
- 0, 0, 0, 0, 0, 0, 0, 0,
1116
- 0, 0, 0, 0, 0, 0, 0, 0,
1117
- 0, 0, 0, 0, 0, 0, 0, 0,
1118
- 0, 0, 0, 0, 0, 0, 0, 0,
1119
- 0, 0, 0, 0, 0, 0, 0, 0,
1120
- 0, 0, 0, 0, 0, 0, 0, 0,
1121
- 0, 0, 0, 0, 0, 0, 0, 0,
1122
- 0, 0, 0, 0, 0, 0, 0, 0,
1123
- 0, 0, 0, 0, 0, 0, 0, 0,
1124
- 0, 0, 0, 0, 0, 0, 0, 0,
1125
- 0, 0, 0, 0, 0, 0, 0, 0,
1126
- 0, 0, 0, 0, 0, 0, 0, 17,
1127
- 0, 0, 0, 0, 0, 0, 0, 0,
1128
- 0, 0, 0, 0, 0, 0, 0, 0,
1129
- 0, 0, 0, 0, 0, 0, 0, 0,
1130
- 0, 0, 0, 0, 0, 0, 0, 0,
1131
- 0, 0, 0, 0, 0, 0, 0, 0,
1132
- 0, 0, 0, 0, 0, 0, 0, 57,
1133
- 144, 0, 54, 84, 0, 78, 33, 84,
1134
- 0, 0, 0, 0, 0, 0, 0, 0,
1135
- 0, 0, 0, 0, 0, 0, 0, 0,
1136
- 19, 0, 0, 0, 0, 0, 0, 0,
1137
- 0, 0, 0, 0, 0, 0, 0, 0,
1138
- 0, 0, 0, 0, 0, 0, 0, 0,
1139
- 0, 0, 0, 0, 0, 0, 0, 0,
1140
- 0, 0, 0, 0, 0, 0, 0, 0,
1141
- 0, 0, 0, 0, 0, 0, 0, 0,
1142
- 0, 0, 0, 0, 0, 0, 0, 0,
1143
- 0, 0, 0, 0, 0, 0, 0, 0,
1144
- 0, 0, 0, 0, 0, 0, 0, 0,
1145
- 0, 0, 0, 0, 0, 0, 0, 0,
1146
- 0, 0, 0, 0, 0, 0, 0, 0,
1147
- 0, 0, 0, 0, 0, 0, 0, 0,
1148
- 0, 0, 0, 0, 0, 0, 0, 0,
1149
- 0, 0, 0, 0, 0, 19, 0, 0,
1150
- 0, 0, 0, 0, 0, 0, 0, 0,
1151
- 0, 0, 0, 0, 0, 0, 0, 0,
1152
- 0, 0, 0, 0, 0, 0, 0, 0,
1153
- 0, 0, 0, 0, 0, 0, 0, 0,
1154
- 0, 0, 0, 0, 0, 0, 0, 0,
1155
- 0, 0, 0, 0, 0, 0, 0, 57,
1156
- 144, 0, 54, 84, 0, 72, 33, 84,
1157
- 0, 0, 0, 0, 0, 0, 0, 0,
1158
- 0, 0, 0, 0, 0, 0, 0, 0,
1159
- 0, 15, 0, 0, 0, 0, 0, 0,
1160
- 0, 0, 0, 0, 0, 0, 0, 0,
1161
- 0, 0, 0, 0, 0, 0, 0, 0,
1162
- 0, 0, 0, 0, 0, 0, 0, 0,
1163
- 0, 0, 0, 0, 0, 0, 0, 0,
1164
- 0, 0, 0, 0, 0, 0, 0, 0,
1165
- 0, 0, 0, 0, 0, 0, 0, 0,
1166
- 0, 0, 0, 0, 0, 0, 0, 0,
1167
- 0, 0, 0, 0, 0, 0, 0, 0,
1168
- 0, 0, 0, 0, 0, 0, 0, 0,
1169
- 0, 0, 0, 0, 0, 0, 0, 0,
1170
- 0, 0, 0, 0, 0, 0, 0, 0,
1171
- 0, 0, 0, 0, 0, 0, 0, 0,
1172
- 0, 0, 0, 0, 0, 0, 0, 0,
1173
- 0, 0, 0, 0, 0, 0, 0, 0,
1174
- 0, 0, 0, 0, 15, 0, 0, 0,
1175
- 0, 0, 0, 0, 0, 0, 0, 0,
1176
- 0, 0, 0, 57, 144, 0, 54, 84,
1177
- 0, 69, 33, 0, 0, 0, 0, 0,
1178
- 0, 0, 0, 0, 0, 0, 0, 0,
1179
- 0, 0, 0, 0, 0, 0, 0, 0,
1180
- 0, 0, 0, 0, 0, 0, 0, 0,
1181
- 0, 0, 0, 13, 0, 0, 0, 0,
1182
- 0, 0, 0, 0, 0, 0, 0, 0,
1183
- 0, 0, 0, 0, 0, 0, 0, 0,
1184
- 0, 0, 0, 0, 0, 0, 0, 0,
1185
- 0, 0, 0, 0, 0, 0, 0, 0,
1186
- 0, 0, 0, 0, 0, 0, 0, 0,
1187
- 0, 0, 0, 0, 0, 0, 0, 0,
1188
- 0, 0, 0, 0, 0, 0, 0, 0,
1189
- 0, 0, 0, 0, 0, 0, 0, 0,
1190
- 0, 0, 0, 0, 0, 0, 0, 0,
1191
- 0, 0, 0, 0, 13, 0, 0
1192
- ]
1193
-
1194
- class << self
1195
- attr_accessor :_lexer_eof_actions
1196
- private :_lexer_eof_actions, :_lexer_eof_actions=
1197
- end
1198
- self._lexer_eof_actions = [
1199
- 0, 43, 43, 43, 43, 43, 43, 43,
1200
- 43, 43, 43, 43, 43, 43, 43, 43,
1201
- 43, 43, 43, 43, 43, 43, 43, 43,
1202
- 43, 43, 43, 43, 43, 43, 43, 43,
1203
- 43, 43, 43, 43, 43, 43, 43, 43,
1204
- 43, 43, 43, 43, 43, 43, 43, 43,
1205
- 43, 43, 43, 43, 43, 43, 43, 43,
1206
- 43, 43, 43, 43, 43, 43, 43, 43,
1207
- 43, 43, 43, 43, 43, 43, 43, 43,
1208
- 43, 43, 43, 43, 43, 43, 43, 43,
1209
- 43, 43, 43, 43, 43, 43, 43, 43,
1210
- 43, 43, 43, 43, 43, 43, 43, 43,
1211
- 43, 43, 43, 43, 43, 43, 43, 43,
1212
- 43, 43, 43, 43, 43, 43, 43, 43,
1213
- 43, 43, 43, 43, 43, 43, 43, 43,
1214
- 43, 43, 43, 43, 43, 43, 43, 43,
1215
- 43, 43, 43, 43, 43, 43, 43, 43,
1216
- 43, 43, 43, 43, 43, 43, 43, 43,
1217
- 43, 43, 43, 43, 43, 43, 43, 43,
1218
- 43, 43, 43, 43, 43, 43, 43, 43,
1219
- 43, 43, 43, 43, 43, 43, 43, 43,
1220
- 43, 43, 43, 43, 43, 43, 43, 43,
1221
- 43, 43, 43, 43, 43, 43, 43, 43,
1222
- 43, 43, 43, 43, 43, 43, 43, 43,
1223
- 43, 43, 43, 43, 43, 43, 43, 43,
1224
- 43, 43, 43, 43, 43, 43, 43, 43,
1225
- 43, 43, 43, 43, 43, 43, 43, 43,
1226
- 43, 43, 43, 43, 43, 43, 43, 43,
1227
- 43, 43, 43, 43, 43, 43, 43, 43,
1228
- 43, 43, 43, 43, 43, 43, 43, 43,
1229
- 43, 43, 43, 43, 43, 43, 43, 43,
1230
- 43, 43, 43, 43, 43, 43, 43, 43,
1231
- 43, 43, 43, 43, 43, 43, 43, 43,
1232
- 43, 43, 43, 43, 43, 43, 43, 43,
1233
- 43, 43, 43, 43, 43, 43, 43, 43,
1234
- 43, 43, 43, 43, 43, 43, 43, 43,
1235
- 43, 43, 43, 43, 43, 43, 43, 43,
1236
- 43, 43, 43, 43, 43, 43, 43, 43,
1237
- 43, 43, 43, 43, 43, 43, 43, 43,
1238
- 43, 43, 43, 43, 43, 43, 43, 43,
1239
- 43, 43, 43, 43, 43, 43, 43, 43,
1240
- 43, 43, 43, 43, 43, 43, 43, 43,
1241
- 43, 43, 43, 43, 43, 43, 43, 43,
1242
- 43, 43, 43, 43, 43, 43, 43, 43,
1243
- 43, 43, 43, 43, 43, 43, 43, 43,
1244
- 43, 43, 43, 43, 43, 43, 43, 43,
1245
- 43, 43, 43, 43, 43, 43, 43, 43,
1246
- 43, 43, 43, 43, 43, 43, 43, 43,
1247
- 43, 43, 43, 43, 43, 43, 43, 43,
1248
- 43, 43, 43, 43, 43, 43, 43, 43,
1249
- 43, 43, 43, 43, 43, 43, 43, 43,
1250
- 43, 43, 43, 43, 43, 43, 43, 43,
1251
- 43, 43, 43, 43, 43, 43, 43, 43,
1252
- 43, 43, 43, 43, 43, 43, 43, 43,
1253
- 43, 43, 43, 43, 43, 43, 43, 43,
1254
- 43, 43, 43, 43, 43, 43, 43, 43,
1255
- 43, 43, 43, 43, 43, 43, 43, 43,
1256
- 43, 43, 43, 43, 43, 43, 43, 43,
1257
- 43, 43, 43, 43, 43, 43, 43, 43,
1258
- 43, 43, 43, 43, 43, 43, 43, 43,
1259
- 43, 43, 43, 43, 43, 43, 43, 43,
1260
- 43, 43, 43, 43, 43, 43, 43, 43,
1261
- 43, 43, 43, 43, 43, 43, 43, 43,
1262
- 43, 43, 43, 43, 43, 43, 43, 43,
1263
- 43, 43, 43, 43, 43, 43, 43, 43,
1264
- 43, 43, 43, 43, 43, 43, 43, 43,
1265
- 43, 43, 43, 43, 43, 43, 43, 43,
1266
- 43, 43, 43, 43, 43, 43, 43, 43,
1267
- 43, 43, 43, 43, 43, 43, 43, 43,
1268
- 43, 43, 43, 43, 43, 43, 43, 43,
1269
- 43, 43, 43, 43, 43, 43, 43, 43,
1270
- 43, 43, 43, 43, 43, 43, 43, 43,
1271
- 43, 43, 43, 43, 43, 43, 43, 43,
1272
- 43, 43, 43, 43, 43, 43, 43, 43,
1273
- 43, 43, 43, 43, 43, 43, 43, 43,
1274
- 43, 43, 43, 43, 43, 43, 43, 43,
1275
- 43, 43, 43, 43, 43, 43, 43, 43,
1276
- 43, 43, 43, 43, 43, 43, 43, 43,
1277
- 43, 43, 43, 43, 43, 43, 43, 43,
1278
- 43, 43, 43, 43, 43, 43, 43, 43,
1279
- 43, 43, 43, 43, 43, 43, 43, 43,
1280
- 43, 43, 43, 43, 43, 43, 43, 43,
1281
- 43, 43, 43, 43, 43, 43, 43, 43,
1282
- 43, 43, 43, 43, 43, 43, 43, 43,
1283
- 43, 43, 43, 43, 43, 43, 43, 43,
1284
- 43, 43, 43, 43, 43, 43, 43, 43,
1285
- 43, 43, 43, 43, 43, 43, 43, 43,
1286
- 43, 43, 43, 43, 43, 43, 43, 43,
1287
- 43, 43, 43, 43, 43, 43, 43, 43,
1288
- 43, 43, 43, 43, 43, 43, 43, 43,
1289
- 43, 43, 43, 43, 43, 43, 43, 43,
1290
- 43, 43, 43, 43, 43, 43, 43, 43,
1291
- 43, 43, 43, 43, 43, 43, 43, 43,
1292
- 43, 43, 43, 43, 43, 43, 43, 43,
1293
- 43, 43, 43, 43, 43, 43, 43, 43,
1294
- 43, 43, 43, 43, 43, 43, 43, 43,
1295
- 43, 43, 43, 43, 43, 43, 43, 43,
1296
- 43, 43, 43, 43, 43, 43, 43, 43,
1297
- 43, 43, 43, 43, 43, 43, 43, 43
1298
- ]
1299
-
1300
- class << self
1301
- attr_accessor :lexer_start
1302
- end
1303
- self.lexer_start = 1;
1304
- class << self
1305
- attr_accessor :lexer_first_final
1306
- end
1307
- self.lexer_first_final = 791;
1308
- class << self
1309
- attr_accessor :lexer_error
1310
- end
1311
- self.lexer_error = 0;
1312
-
1313
- class << self
1314
- attr_accessor :lexer_en_main
1315
- end
1316
- self.lexer_en_main = 1;
1317
-
1318
-
1319
- # line 133 "ragel/i18n/kn.rb.rl"
1320
- end
1321
-
1322
- def scan(data)
1323
- data = (data + "\n%_FEATURE_END_%").unpack("c*") # Explicit EOF simplifies things considerably
1324
- eof = pe = data.length
1325
-
1326
- @line_number = 1
1327
- @last_newline = 0
1328
-
1329
-
1330
- # line 1331 "lib/gherkin/lexer/kn.rb"
1331
- begin
1332
- p ||= 0
1333
- pe ||= data.length
1334
- cs = lexer_start
1335
- end
1336
-
1337
- # line 143 "ragel/i18n/kn.rb.rl"
1338
-
1339
- # line 1340 "lib/gherkin/lexer/kn.rb"
1340
- begin
1341
- _klen, _trans, _keys, _acts, _nacts = nil
1342
- _goto_level = 0
1343
- _resume = 10
1344
- _eof_trans = 15
1345
- _again = 20
1346
- _test_eof = 30
1347
- _out = 40
1348
- while true
1349
- _trigger_goto = false
1350
- if _goto_level <= 0
1351
- if p == pe
1352
- _goto_level = _test_eof
1353
- next
1354
- end
1355
- if cs == 0
1356
- _goto_level = _out
1357
- next
1358
- end
1359
- end
1360
- if _goto_level <= _resume
1361
- _keys = _lexer_key_offsets[cs]
1362
- _trans = _lexer_index_offsets[cs]
1363
- _klen = _lexer_single_lengths[cs]
1364
- _break_match = false
1365
-
1366
- begin
1367
- if _klen > 0
1368
- _lower = _keys
1369
- _upper = _keys + _klen - 1
1370
-
1371
- loop do
1372
- break if _upper < _lower
1373
- _mid = _lower + ( (_upper - _lower) >> 1 )
1374
-
1375
- if data[p].ord < _lexer_trans_keys[_mid]
1376
- _upper = _mid - 1
1377
- elsif data[p].ord > _lexer_trans_keys[_mid]
1378
- _lower = _mid + 1
1379
- else
1380
- _trans += (_mid - _keys)
1381
- _break_match = true
1382
- break
1383
- end
1384
- end # loop
1385
- break if _break_match
1386
- _keys += _klen
1387
- _trans += _klen
1388
- end
1389
- _klen = _lexer_range_lengths[cs]
1390
- if _klen > 0
1391
- _lower = _keys
1392
- _upper = _keys + (_klen << 1) - 2
1393
- loop do
1394
- break if _upper < _lower
1395
- _mid = _lower + (((_upper-_lower) >> 1) & ~1)
1396
- if data[p].ord < _lexer_trans_keys[_mid]
1397
- _upper = _mid - 2
1398
- elsif data[p].ord > _lexer_trans_keys[_mid+1]
1399
- _lower = _mid + 2
1400
- else
1401
- _trans += ((_mid - _keys) >> 1)
1402
- _break_match = true
1403
- break
1404
- end
1405
- end # loop
1406
- break if _break_match
1407
- _trans += _klen
1408
- end
1409
- end while false
1410
- _trans = _lexer_indicies[_trans]
1411
- cs = _lexer_trans_targs[_trans]
1412
- if _lexer_trans_actions[_trans] != 0
1413
- _acts = _lexer_trans_actions[_trans]
1414
- _nacts = _lexer_actions[_acts]
1415
- _acts += 1
1416
- while _nacts > 0
1417
- _nacts -= 1
1418
- _acts += 1
1419
- case _lexer_actions[_acts - 1]
1420
- when 0 then
1421
- # line 11 "ragel/i18n/kn.rb.rl"
1422
- begin
1423
-
1424
- @content_start = p
1425
- @current_line = @line_number
1426
- @start_col = p - @last_newline - "#{@keyword}:".length
1427
- end
1428
- when 1 then
1429
- # line 17 "ragel/i18n/kn.rb.rl"
1430
- begin
1431
-
1432
- @current_line = @line_number
1433
- @start_col = p - @last_newline
1434
- end
1435
- when 2 then
1436
- # line 22 "ragel/i18n/kn.rb.rl"
1437
- begin
1438
-
1439
- @content_start = p
1440
- end
1441
- when 3 then
1442
- # line 26 "ragel/i18n/kn.rb.rl"
1443
- begin
1444
-
1445
- @docstring_content_type_start = p
1446
- end
1447
- when 4 then
1448
- # line 29 "ragel/i18n/kn.rb.rl"
1449
- begin
1450
-
1451
- @docstring_content_type_end = p
1452
- end
1453
- when 5 then
1454
- # line 33 "ragel/i18n/kn.rb.rl"
1455
- begin
1456
-
1457
- con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
1458
- con_type = utf8_pack(data[@docstring_content_type_start...@docstring_content_type_end]).strip
1459
- @listener.doc_string(con_type, con, @current_line)
1460
- end
1461
- when 6 then
1462
- # line 38 "ragel/i18n/kn.rb.rl"
1463
- begin
1464
-
1465
- p = store_keyword_content(:feature, data, p, eof)
1466
- end
1467
- when 7 then
1468
- # line 42 "ragel/i18n/kn.rb.rl"
1469
- begin
1470
-
1471
- p = store_keyword_content(:background, data, p, eof)
1472
- end
1473
- when 8 then
1474
- # line 46 "ragel/i18n/kn.rb.rl"
1475
- begin
1476
-
1477
- p = store_keyword_content(:scenario, data, p, eof)
1478
- end
1479
- when 9 then
1480
- # line 50 "ragel/i18n/kn.rb.rl"
1481
- begin
1482
-
1483
- p = store_keyword_content(:scenario_outline, data, p, eof)
1484
- end
1485
- when 10 then
1486
- # line 54 "ragel/i18n/kn.rb.rl"
1487
- begin
1488
-
1489
- p = store_keyword_content(:examples, data, p, eof)
1490
- end
1491
- when 11 then
1492
- # line 58 "ragel/i18n/kn.rb.rl"
1493
- begin
1494
-
1495
- con = utf8_pack(data[@content_start...p]).strip
1496
- @listener.step(@keyword, con, @current_line)
1497
- end
1498
- when 12 then
1499
- # line 63 "ragel/i18n/kn.rb.rl"
1500
- begin
1501
-
1502
- con = utf8_pack(data[@content_start...p]).strip
1503
- @listener.comment(con, @line_number)
1504
- @keyword_start = nil
1505
- end
1506
- when 13 then
1507
- # line 69 "ragel/i18n/kn.rb.rl"
1508
- begin
1509
-
1510
- con = utf8_pack(data[@content_start...p]).strip
1511
- @listener.tag(con, @current_line)
1512
- @keyword_start = nil
1513
- end
1514
- when 14 then
1515
- # line 75 "ragel/i18n/kn.rb.rl"
1516
- begin
1517
-
1518
- @line_number += 1
1519
- end
1520
- when 15 then
1521
- # line 79 "ragel/i18n/kn.rb.rl"
1522
- begin
1523
-
1524
- @last_newline = p + 1
1525
- end
1526
- when 16 then
1527
- # line 83 "ragel/i18n/kn.rb.rl"
1528
- begin
1529
-
1530
- @keyword_start ||= p
1531
- end
1532
- when 17 then
1533
- # line 87 "ragel/i18n/kn.rb.rl"
1534
- begin
1535
-
1536
- @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1537
- @keyword_start = nil
1538
- end
1539
- when 18 then
1540
- # line 92 "ragel/i18n/kn.rb.rl"
1541
- begin
1542
-
1543
- @next_keyword_start = p
1544
- end
1545
- when 19 then
1546
- # line 96 "ragel/i18n/kn.rb.rl"
1547
- begin
1548
-
1549
- p = p - 1
1550
- current_row = []
1551
- @current_line = @line_number
1552
- end
1553
- when 20 then
1554
- # line 102 "ragel/i18n/kn.rb.rl"
1555
- begin
1556
-
1557
- @content_start = p
1558
- end
1559
- when 21 then
1560
- # line 106 "ragel/i18n/kn.rb.rl"
1561
- begin
1562
-
1563
- con = utf8_pack(data[@content_start...p]).strip
1564
- current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1565
- end
1566
- when 22 then
1567
- # line 111 "ragel/i18n/kn.rb.rl"
1568
- begin
1569
-
1570
- @listener.row(current_row, @current_line)
1571
- end
1572
- when 23 then
1573
- # line 115 "ragel/i18n/kn.rb.rl"
1574
- begin
1575
-
1576
- if cs < lexer_first_final
1577
- content = current_line_content(data, p)
1578
- 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])
1579
- else
1580
- @listener.eof
1581
- end
1582
- end
1583
- # line 1584 "lib/gherkin/lexer/kn.rb"
1584
- end # action switch
1585
- end
1586
- end
1587
- if _trigger_goto
1588
- next
1589
- end
1590
- end
1591
- if _goto_level <= _again
1592
- if cs == 0
1593
- _goto_level = _out
1594
- next
1595
- end
1596
- p += 1
1597
- if p != pe
1598
- _goto_level = _resume
1599
- next
1600
- end
1601
- end
1602
- if _goto_level <= _test_eof
1603
- if p == eof
1604
- __acts = _lexer_eof_actions[cs]
1605
- __nacts = _lexer_actions[__acts]
1606
- __acts += 1
1607
- while __nacts > 0
1608
- __nacts -= 1
1609
- __acts += 1
1610
- case _lexer_actions[__acts - 1]
1611
- when 23 then
1612
- # line 115 "ragel/i18n/kn.rb.rl"
1613
- begin
1614
-
1615
- if cs < lexer_first_final
1616
- content = current_line_content(data, p)
1617
- 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])
1618
- else
1619
- @listener.eof
1620
- end
1621
- end
1622
- # line 1623 "lib/gherkin/lexer/kn.rb"
1623
- end # eof action switch
1624
- end
1625
- if _trigger_goto
1626
- next
1627
- end
1628
- end
1629
- end
1630
- if _goto_level <= _out
1631
- break
1632
- end
1633
- end
1634
- end
1635
-
1636
- # line 144 "ragel/i18n/kn.rb.rl"
1637
- end
1638
-
1639
- def unindent(startcol, text)
1640
- text.gsub(/^[\t ]{0,#{startcol}}/, "")
1641
- end
1642
-
1643
- def store_keyword_content(event, data, p, eof)
1644
- end_point = (!@next_keyword_start or (p == eof)) ? p : @next_keyword_start
1645
- content = unindent(@start_col + 2, utf8_pack(data[@content_start...end_point])).rstrip
1646
- content_lines = content.split("\n")
1647
- name = content_lines.shift || ""
1648
- name.strip!
1649
- description = content_lines.join("\n")
1650
- @listener.__send__(event, @keyword, name, description, @current_line)
1651
- @next_keyword_start ? @next_keyword_start - 1 : p
1652
- ensure
1653
- @next_keyword_start = nil
1654
- end
1655
-
1656
- def current_line_content(data, p)
1657
- rest = data[@last_newline..-1]
1658
- utf8_pack(rest[0..rest.index(10)||-1]).strip # 10 is \n
1659
- end
1660
-
1661
- if (RUBY_VERSION =~ /^1\.9|2\.0/)
1662
- def utf8_pack(array)
1663
- array.pack("c*").force_encoding("UTF-8")
1664
- end
1665
- else
1666
- def utf8_pack(array)
1667
- array.pack("c*")
1668
- end
1669
- end
1670
- end
1671
- end
1672
- end