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,1646 +0,0 @@
1
-
2
- # line 1 "ragel/i18n/uk.rb.rl"
3
- require 'gherkin/native'
4
-
5
- module Gherkin
6
- module Lexer
7
- class Uk #:nodoc:
8
- native_impl('gherkin')
9
-
10
-
11
- # line 125 "ragel/i18n/uk.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/uk.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, 22, 23, 25, 27, 38,
54
- 39, 40, 42, 44, 49, 54, 59, 64,
55
- 68, 72, 74, 75, 76, 77, 78, 79,
56
- 80, 81, 82, 83, 84, 85, 86, 87,
57
- 88, 89, 94, 101, 106, 110, 116, 119,
58
- 121, 127, 138, 140, 141, 142, 143, 144,
59
- 145, 146, 147, 148, 149, 150, 151, 152,
60
- 153, 154, 155, 156, 157, 158, 159, 160,
61
- 161, 162, 163, 164, 165, 166, 167, 168,
62
- 169, 170, 171, 172, 173, 175, 176, 177,
63
- 178, 179, 180, 181, 182, 183, 184, 185,
64
- 186, 187, 188, 189, 190, 191, 192, 193,
65
- 194, 195, 204, 215, 217, 228, 231, 233,
66
- 235, 237, 239, 241, 243, 245, 247, 249,
67
- 251, 253, 255, 257, 259, 261, 263, 265,
68
- 267, 269, 271, 273, 275, 277, 279, 281,
69
- 283, 285, 287, 289, 291, 293, 295, 297,
70
- 299, 301, 303, 305, 307, 309, 311, 313,
71
- 315, 317, 319, 321, 323, 325, 327, 329,
72
- 331, 333, 336, 338, 340, 342, 344, 347,
73
- 349, 351, 353, 355, 357, 359, 361, 363,
74
- 365, 367, 369, 371, 373, 375, 377, 379,
75
- 381, 383, 385, 387, 389, 391, 393, 395,
76
- 397, 399, 401, 403, 405, 407, 409, 411,
77
- 413, 415, 417, 419, 421, 423, 425, 427,
78
- 429, 431, 433, 435, 437, 440, 443, 445,
79
- 447, 449, 451, 453, 455, 457, 459, 461,
80
- 463, 465, 467, 469, 471, 473, 475, 477,
81
- 479, 481, 483, 485, 487, 489, 491, 493,
82
- 495, 497, 499, 501, 503, 505, 507, 509,
83
- 511, 513, 515, 517, 518, 519, 520, 521,
84
- 523, 524, 525, 526, 527, 528, 529, 530,
85
- 531, 532, 533, 534, 541, 543, 545, 547,
86
- 549, 551, 553, 555, 557, 559, 561, 563,
87
- 565, 567, 569, 571, 573, 575, 577, 579,
88
- 581, 582, 583, 584, 585, 586, 587, 588,
89
- 589, 590, 591, 592, 593, 595, 596, 597,
90
- 598, 599, 601, 602, 603, 604, 605, 606,
91
- 607, 608, 609, 610, 611, 612, 613, 614,
92
- 615, 616, 617, 618, 619, 620, 621, 622,
93
- 623, 624, 625, 626, 627, 628, 629, 630,
94
- 631, 632, 633, 634, 635, 644, 655, 657,
95
- 660, 662, 664, 666, 668, 670, 672, 674,
96
- 676, 678, 680, 682, 684, 686, 688, 690,
97
- 692, 694, 696, 698, 700, 702, 704, 706,
98
- 708, 710, 712, 714, 716, 718, 720, 722,
99
- 724, 726, 728, 730, 732, 734, 736, 738,
100
- 740, 742, 744, 746, 748, 750, 752, 754,
101
- 756, 758, 760, 762, 765, 767, 769, 771,
102
- 773, 775, 777, 779, 781, 783, 785, 787,
103
- 789, 791, 793, 795, 797, 799, 801, 803,
104
- 806, 809, 811, 813, 815, 817, 819, 821,
105
- 823, 825, 827, 829, 831, 833, 835, 837,
106
- 839, 841, 843, 845, 847, 849, 851, 853,
107
- 855, 857, 859, 861, 863, 865, 867, 869,
108
- 871, 873, 875, 877, 879, 881, 883, 884,
109
- 885, 886, 887, 888, 889, 890, 891, 892,
110
- 893, 894, 895, 896, 897, 898, 907, 918,
111
- 920, 923, 925, 927, 929, 931, 933, 935,
112
- 937, 939, 941, 943, 945, 947, 949, 951,
113
- 953, 955, 957, 959, 961, 963, 965, 967,
114
- 969, 971, 973, 975, 977, 979, 981, 983,
115
- 985, 987, 989, 992, 994, 996, 998, 1000,
116
- 1002, 1004, 1006, 1008, 1010, 1012, 1014, 1016,
117
- 1018, 1020, 1022, 1024, 1026, 1028, 1030, 1032,
118
- 1034, 1036, 1038, 1040, 1042, 1044, 1046, 1048,
119
- 1050, 1052, 1054, 1056, 1058, 1060, 1062, 1065,
120
- 1067, 1069, 1071, 1073, 1076, 1078, 1080, 1082,
121
- 1084, 1086, 1088, 1090, 1092, 1094, 1096, 1098,
122
- 1100, 1102, 1104, 1106, 1108, 1110, 1112, 1114,
123
- 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130,
124
- 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146,
125
- 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162,
126
- 1164, 1167, 1170, 1172, 1174, 1176, 1178, 1180,
127
- 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196,
128
- 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212,
129
- 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228,
130
- 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244,
131
- 1245, 1247, 1249, 1250, 1251, 1252, 1253, 1254,
132
- 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262,
133
- 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270,
134
- 1271, 1272, 1273, 1281, 1285, 1288, 1290, 1292,
135
- 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308,
136
- 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324,
137
- 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340,
138
- 1342, 1344, 1346, 1348, 1350, 1352, 1355, 1357,
139
- 1359, 1361, 1363, 1365, 1367, 1369, 1371, 1373,
140
- 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389,
141
- 1391, 1393, 1395, 1397, 1399, 1401, 1403, 1405,
142
- 1407, 1409, 1411, 1413, 1415, 1417, 1419, 1421,
143
- 1423, 1425, 1427, 1429, 1431, 1433, 1435, 1437,
144
- 1439, 1441, 1443, 1445, 1447, 1449, 1451, 1453,
145
- 1455, 1457, 1459, 1461, 1463, 1465, 1467, 1469,
146
- 1471, 1473, 1475, 1477, 1479, 1481, 1483, 1485,
147
- 1487, 1489, 1491, 1493, 1495, 1497, 1499, 1501,
148
- 1503, 1505, 1506, 1507, 1508, 1509
149
- ]
150
-
151
- class << self
152
- attr_accessor :_lexer_trans_keys
153
- private :_lexer_trans_keys, :_lexer_trans_keys=
154
- end
155
- self._lexer_trans_keys = [
156
- -48, -17, 10, 32, 34, 35, 37, 42,
157
- 64, 124, 9, 13, -122, -112, -108, -102,
158
- -99, -97, -95, -94, -92, -81, 32, 10,
159
- 13, 10, 13, -48, 10, 32, 34, 35,
160
- 37, 42, 64, 124, 9, 13, 34, 34,
161
- 10, 13, 10, 13, 10, 32, 34, 9,
162
- 13, 10, 32, 34, 9, 13, 10, 32,
163
- 34, 9, 13, 10, 32, 34, 9, 13,
164
- 10, 32, 9, 13, 10, 32, 9, 13,
165
- 10, 13, 10, 95, 70, 69, 65, 84,
166
- 85, 82, 69, 95, 69, 78, 68, 95,
167
- 37, 13, 32, 64, 9, 10, 9, 10,
168
- 13, 32, 64, 11, 12, 10, 32, 64,
169
- 9, 13, 32, 124, 9, 13, 10, 32,
170
- 92, 124, 9, 13, 10, 92, 124, 10,
171
- 92, 10, 32, 92, 124, 9, 13, -48,
172
- 10, 32, 34, 35, 37, 42, 64, 124,
173
- 9, 13, -48, 32, -69, -48, -75, -47,
174
- -126, -48, -80, -48, -70, -48, -66, -48,
175
- -74, -48, -80, -48, -67, -48, -66, -48,
176
- -66, -48, -69, -48, -72, -48, -75, -47,
177
- -123, -48, -80, -48, -71, -48, -47, -75,
178
- -47, -128, -48, -75, -48, -76, -47, -125,
179
- -48, -68, -48, -66, -48, -78, -48, -80,
180
- 58, 10, 10, -48, 10, 32, 35, 37,
181
- 42, 64, 9, 13, -122, -112, -108, -102,
182
- -99, -97, -95, -94, -92, -81, 10, 10,
183
- 32, -48, 10, 32, 34, 35, 37, 42,
184
- 64, 124, 9, 13, -48, 10, 32, -69,
185
- 10, -48, 10, -75, 10, -47, 10, -126,
186
- 10, -48, 10, -80, 10, -48, 10, -70,
187
- 10, -48, 10, -66, 10, -48, 10, -74,
188
- 10, -48, 10, -80, 10, -48, 10, -67,
189
- 10, -48, 10, -66, 10, -48, 10, -66,
190
- 10, -48, 10, -69, 10, -48, 10, -72,
191
- 10, -48, 10, -75, 10, -47, 10, -123,
192
- 10, -48, 10, -80, 10, -48, 10, -71,
193
- 10, -47, 10, -128, 10, -48, 10, -72,
194
- 10, -48, 10, -65, 10, -47, 10, -125,
195
- 10, -47, 10, -127, 10, -47, 10, -126,
196
- 10, -48, 10, -72, 10, -48, 10, -68,
197
- 10, -48, 10, -66, 10, 10, 32, 44,
198
- 10, 32, -47, 10, -119, 10, -47, 10,
199
- -126, -122, 10, -47, 10, -128, 10, -47,
200
- 10, -125, 10, -48, 10, -70, 10, -47,
201
- 10, -126, 10, -47, 10, -125, 10, -47,
202
- 10, -128, 10, -48, 10, -80, 10, 10,
203
- 32, -47, 10, -127, 10, -47, 10, -122,
204
- 10, -48, 10, -75, 10, -48, 10, -67,
205
- 10, -48, 10, -80, 10, -47, 10, -128,
206
- 10, -47, 10, -106, 10, -47, 10, -114,
207
- 10, 10, 58, -48, 10, -75, 10, -48,
208
- 10, -67, 10, -48, 10, -80, 10, -47,
209
- 10, -128, 10, -47, 10, -106, 10, -48,
210
- 10, -71, 10, -48, 10, -80, -66, 10,
211
- -48, 10, 32, -76, 10, -47, 10, -106,
212
- 10, -47, 10, -125, 10, -48, 10, -67,
213
- 10, -48, 10, -70, 10, -47, 10, -122,
214
- 10, -47, 10, -106, 10, -48, 10, -66,
215
- 10, -48, 10, -67, 10, -48, 10, -80,
216
- 10, -48, 10, -69, 10, -48, 10, -70,
217
- 10, 10, 95, 10, 70, 10, 69, 10,
218
- 65, 10, 84, 10, 85, 10, 82, 10,
219
- 69, 10, 95, 10, 69, 10, 78, 10,
220
- 68, 10, 95, 10, 37, -128, -48, -72,
221
- -48, -70, -65, -48, -69, -48, -80, -48,
222
- -76, -48, -72, 58, 10, 10, -48, 10,
223
- 32, 35, 124, 9, 13, -92, 10, -47,
224
- 10, -125, 10, -48, 10, -67, 10, -48,
225
- 10, -70, 10, -47, 10, -122, 10, -47,
226
- 10, -106, 10, -48, 10, -66, 10, -48,
227
- 10, -67, 10, -48, 10, -80, 10, -48,
228
- 10, -69, 10, 10, 58, -47, -125, -47,
229
- -127, -47, -126, -48, -72, -48, -68, -48,
230
- -66, 32, 44, 32, -47, -119, -47, -126,
231
- -122, -47, -128, -47, -125, -48, -70, -47,
232
- -126, -47, -125, -47, -128, -48, -80, 32,
233
- -47, -127, -47, -122, -48, -75, -48, -67,
234
- -48, -80, -47, -128, -47, -106, -47, -114,
235
- 58, 10, 10, -48, 10, 32, 35, 37,
236
- 42, 64, 9, 13, -122, -112, -108, -102,
237
- -99, -97, -95, -94, -92, -81, 10, 10,
238
- 32, -48, 10, 32, -69, 10, -48, 10,
239
- -75, 10, -47, 10, -126, 10, -48, 10,
240
- -80, 10, -48, 10, -70, 10, -48, 10,
241
- -66, 10, -48, 10, -74, 10, -48, 10,
242
- -80, 10, -48, 10, -67, 10, -48, 10,
243
- -66, 10, -48, 10, -66, 10, -48, 10,
244
- -69, 10, -48, 10, -72, 10, -48, 10,
245
- -75, 10, -47, 10, -123, 10, -48, 10,
246
- -80, 10, -48, 10, -71, 10, -47, 10,
247
- -128, 10, -48, 10, -72, 10, -48, 10,
248
- -65, 10, -47, 10, -125, 10, -47, 10,
249
- -127, 10, -47, 10, -126, 10, -48, 10,
250
- -72, 10, -48, 10, -68, 10, -48, 10,
251
- -66, 10, 10, 32, 44, 10, 32, -47,
252
- 10, -119, 10, -47, 10, -122, 10, -48,
253
- 10, -75, 10, -48, 10, -67, 10, -48,
254
- 10, -80, 10, -47, 10, -128, 10, -47,
255
- 10, -106, 10, -48, 10, -71, 10, 10,
256
- 58, -48, 10, -80, -66, 10, -48, 10,
257
- 32, -76, 10, -47, 10, -106, 10, -47,
258
- 10, -125, 10, -48, 10, -67, 10, -48,
259
- 10, -70, 10, -47, 10, -122, 10, -47,
260
- 10, -106, 10, -48, 10, -66, 10, -48,
261
- 10, -67, 10, -48, 10, -80, 10, -48,
262
- 10, -69, 10, -48, 10, -70, 10, 10,
263
- 95, 10, 70, 10, 69, 10, 65, 10,
264
- 84, 10, 85, 10, 82, 10, 69, 10,
265
- 95, 10, 69, 10, 78, 10, 68, 10,
266
- 95, 10, 37, -48, -75, -48, -67, -48,
267
- -80, -47, -128, -47, -106, -48, -71, 58,
268
- 10, 10, -48, 10, 32, 35, 37, 42,
269
- 64, 9, 13, -122, -112, -108, -102, -99,
270
- -97, -95, -94, -92, -81, 10, 10, 32,
271
- -48, 10, 32, -69, 10, -48, 10, -75,
272
- 10, -47, 10, -126, 10, -48, 10, -80,
273
- 10, -48, 10, -70, 10, -48, 10, -66,
274
- 10, -48, 10, -74, 10, -48, 10, -80,
275
- 10, -48, 10, -67, 10, -48, 10, -66,
276
- 10, -48, 10, -66, 10, -48, 10, -69,
277
- 10, -48, 10, -72, 10, -48, 10, -75,
278
- 10, -47, 10, -123, 10, -48, 10, -80,
279
- 10, -48, 10, -71, 10, -48, -47, 10,
280
- -75, 10, -47, 10, -128, 10, -48, 10,
281
- -75, 10, -48, 10, -76, 10, -47, 10,
282
- -125, 10, -48, 10, -68, 10, -48, 10,
283
- -66, 10, -48, 10, -78, 10, -48, 10,
284
- -80, 10, 10, 58, -128, 10, -48, 10,
285
- -72, 10, -48, 10, -65, 10, -47, 10,
286
- -125, 10, -47, 10, -127, 10, -47, 10,
287
- -126, 10, -48, 10, -72, 10, -48, 10,
288
- -68, 10, -48, 10, -66, 10, 10, 32,
289
- 44, 10, 32, -47, 10, -119, 10, -47,
290
- 10, -126, -122, 10, -47, 10, -128, 10,
291
- -47, 10, -125, 10, -48, 10, -70, 10,
292
- -47, 10, -126, 10, -47, 10, -125, 10,
293
- -47, 10, -128, 10, -48, 10, -80, 10,
294
- 10, 32, -47, 10, -127, 10, -47, 10,
295
- -122, 10, -48, 10, -75, 10, -48, 10,
296
- -67, 10, -48, 10, -80, 10, -47, 10,
297
- -128, 10, -47, 10, -106, 10, -47, 10,
298
- -114, 10, -48, 10, -75, 10, -48, 10,
299
- -67, 10, -48, 10, -80, 10, -47, 10,
300
- -128, 10, -47, 10, -106, 10, -48, 10,
301
- -71, 10, -48, 10, -80, -66, 10, -48,
302
- 10, 32, -76, 10, -47, 10, -106, 10,
303
- -47, 10, -125, 10, -48, 10, -67, 10,
304
- -48, 10, -70, 10, -47, 10, -122, 10,
305
- -47, 10, -106, 10, -48, 10, -66, 10,
306
- -48, 10, -67, 10, -48, 10, -80, 10,
307
- -48, 10, -69, 10, -48, 10, -70, 10,
308
- 10, 95, 10, 70, 10, 69, 10, 65,
309
- 10, 84, 10, 85, 10, 82, 10, 69,
310
- 10, 95, 10, 69, 10, 78, 10, 68,
311
- 10, 95, 10, 37, -48, -80, -66, -48,
312
- 32, -76, -47, -106, -47, -125, -48, -67,
313
- -48, -70, -47, -122, -47, -106, -48, -66,
314
- -48, -67, -48, -80, -48, -69, 58, 10,
315
- 10, -48, 10, 32, 35, 37, 64, 9,
316
- 13, -97, -95, -92, 10, -48, -47, 10,
317
- -75, 10, -47, 10, -128, 10, -48, 10,
318
- -75, 10, -48, 10, -76, 10, -47, 10,
319
- -125, 10, -48, 10, -68, 10, -48, 10,
320
- -66, 10, -48, 10, -78, 10, -48, 10,
321
- -80, 10, 10, 58, -128, 10, -48, 10,
322
- -72, 10, -48, 10, -70, 10, -48, 10,
323
- -69, 10, -48, 10, -80, 10, -48, 10,
324
- -76, 10, -48, 10, -72, 10, -47, 10,
325
- -126, -122, 10, -47, 10, -128, 10, -47,
326
- 10, -125, 10, -48, 10, -70, 10, -47,
327
- 10, -126, 10, -47, 10, -125, 10, -47,
328
- 10, -128, 10, -48, 10, -80, 10, 10,
329
- 32, -47, 10, -127, 10, -47, 10, -122,
330
- 10, -48, 10, -75, 10, -48, 10, -67,
331
- 10, -48, 10, -80, 10, -47, 10, -128,
332
- 10, -47, 10, -106, 10, -47, 10, -114,
333
- 10, -48, 10, -75, 10, -48, 10, -67,
334
- 10, -48, 10, -80, 10, -47, 10, -128,
335
- 10, -47, 10, -106, 10, -48, 10, -71,
336
- 10, -47, 10, -125, 10, -48, 10, -67,
337
- 10, -48, 10, -70, 10, -47, 10, -122,
338
- 10, -47, 10, -106, 10, -48, 10, -66,
339
- 10, -48, 10, -67, 10, -48, 10, -80,
340
- 10, -48, 10, -69, 10, 10, 95, 10,
341
- 70, 10, 69, 10, 65, 10, 84, 10,
342
- 85, 10, 82, 10, 69, 10, 95, 10,
343
- 69, 10, 78, 10, 68, 10, 95, 10,
344
- 37, -48, -70, -69, -65, 0
345
- ]
346
-
347
- class << self
348
- attr_accessor :_lexer_single_lengths
349
- private :_lexer_single_lengths, :_lexer_single_lengths=
350
- end
351
- self._lexer_single_lengths = [
352
- 0, 10, 10, 1, 2, 2, 9, 1,
353
- 1, 2, 2, 3, 3, 3, 3, 2,
354
- 2, 2, 1, 1, 1, 1, 1, 1,
355
- 1, 1, 1, 1, 1, 1, 1, 1,
356
- 1, 3, 5, 3, 2, 4, 3, 2,
357
- 4, 9, 2, 1, 1, 1, 1, 1,
358
- 1, 1, 1, 1, 1, 1, 1, 1,
359
- 1, 1, 1, 1, 1, 1, 1, 1,
360
- 1, 1, 1, 1, 1, 1, 1, 1,
361
- 1, 1, 1, 1, 2, 1, 1, 1,
362
- 1, 1, 1, 1, 1, 1, 1, 1,
363
- 1, 1, 1, 1, 1, 1, 1, 1,
364
- 1, 7, 11, 2, 9, 3, 2, 2,
365
- 2, 2, 2, 2, 2, 2, 2, 2,
366
- 2, 2, 2, 2, 2, 2, 2, 2,
367
- 2, 2, 2, 2, 2, 2, 2, 2,
368
- 2, 2, 2, 2, 2, 2, 2, 2,
369
- 2, 2, 2, 2, 2, 2, 2, 2,
370
- 2, 2, 2, 2, 2, 2, 2, 2,
371
- 2, 3, 2, 2, 2, 2, 3, 2,
372
- 2, 2, 2, 2, 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, 2, 2, 2, 3, 3, 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, 1, 1, 1, 1, 2,
383
- 1, 1, 1, 1, 1, 1, 1, 1,
384
- 1, 1, 1, 5, 2, 2, 2, 2,
385
- 2, 2, 2, 2, 2, 2, 2, 2,
386
- 2, 2, 2, 2, 2, 2, 2, 2,
387
- 1, 1, 1, 1, 1, 1, 1, 1,
388
- 1, 1, 1, 1, 2, 1, 1, 1,
389
- 1, 2, 1, 1, 1, 1, 1, 1,
390
- 1, 1, 1, 1, 1, 1, 1, 1,
391
- 1, 1, 1, 1, 1, 1, 1, 1,
392
- 1, 1, 1, 1, 1, 1, 1, 1,
393
- 1, 1, 1, 1, 7, 11, 2, 3,
394
- 2, 2, 2, 2, 2, 2, 2, 2,
395
- 2, 2, 2, 2, 2, 2, 2, 2,
396
- 2, 2, 2, 2, 2, 2, 2, 2,
397
- 2, 2, 2, 2, 2, 2, 2, 2,
398
- 2, 2, 2, 2, 2, 2, 2, 2,
399
- 2, 2, 2, 2, 2, 2, 2, 2,
400
- 2, 2, 2, 3, 2, 2, 2, 2,
401
- 2, 2, 2, 2, 2, 2, 2, 2,
402
- 2, 2, 2, 2, 2, 2, 2, 3,
403
- 3, 2, 2, 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, 1, 1,
408
- 1, 1, 1, 1, 1, 1, 1, 1,
409
- 1, 1, 1, 1, 1, 7, 11, 2,
410
- 3, 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, 2, 3, 2, 2, 2, 2, 2,
415
- 2, 2, 2, 2, 2, 2, 2, 2,
416
- 2, 2, 2, 2, 2, 2, 2, 2,
417
- 2, 2, 2, 2, 2, 2, 2, 2,
418
- 2, 2, 2, 2, 2, 2, 3, 2,
419
- 2, 2, 2, 3, 2, 2, 2, 2,
420
- 2, 2, 2, 2, 2, 2, 2, 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
- 3, 3, 2, 2, 2, 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, 1,
430
- 2, 2, 1, 1, 1, 1, 1, 1,
431
- 1, 1, 1, 1, 1, 1, 1, 1,
432
- 1, 1, 1, 1, 1, 1, 1, 1,
433
- 1, 1, 6, 4, 3, 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, 3, 2, 2,
438
- 2, 2, 2, 2, 2, 2, 2, 2,
439
- 2, 2, 2, 2, 2, 2, 2, 2,
440
- 2, 2, 2, 2, 2, 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, 1, 1, 1, 1, 0
448
- ]
449
-
450
- class << self
451
- attr_accessor :_lexer_range_lengths
452
- private :_lexer_range_lengths, :_lexer_range_lengths=
453
- end
454
- self._lexer_range_lengths = [
455
- 0, 1, 0, 0, 0, 0, 1, 0,
456
- 0, 0, 0, 1, 1, 1, 1, 1,
457
- 1, 0, 0, 0, 0, 0, 0, 0,
458
- 0, 0, 0, 0, 0, 0, 0, 0,
459
- 0, 1, 1, 1, 1, 1, 0, 0,
460
- 1, 1, 0, 0, 0, 0, 0, 0,
461
- 0, 0, 0, 0, 0, 0, 0, 0,
462
- 0, 0, 0, 0, 0, 0, 0, 0,
463
- 0, 0, 0, 0, 0, 0, 0, 0,
464
- 0, 0, 0, 0, 0, 0, 0, 0,
465
- 0, 0, 0, 0, 0, 0, 0, 0,
466
- 0, 0, 0, 0, 0, 0, 0, 0,
467
- 0, 1, 0, 0, 1, 0, 0, 0,
468
- 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0,
473
- 0, 0, 0, 0, 0, 0, 0, 0,
474
- 0, 0, 0, 0, 0, 0, 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, 0, 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, 1, 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, 1, 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, 0, 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, 1, 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, 0, 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, 1, 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, 0, 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
551
- ]
552
-
553
- class << self
554
- attr_accessor :_lexer_index_offsets
555
- private :_lexer_index_offsets, :_lexer_index_offsets=
556
- end
557
- self._lexer_index_offsets = [
558
- 0, 0, 12, 23, 25, 28, 31, 42,
559
- 44, 46, 49, 52, 57, 62, 67, 72,
560
- 76, 80, 83, 85, 87, 89, 91, 93,
561
- 95, 97, 99, 101, 103, 105, 107, 109,
562
- 111, 113, 118, 125, 130, 134, 140, 144,
563
- 147, 153, 164, 167, 169, 171, 173, 175,
564
- 177, 179, 181, 183, 185, 187, 189, 191,
565
- 193, 195, 197, 199, 201, 203, 205, 207,
566
- 209, 211, 213, 215, 217, 219, 221, 223,
567
- 225, 227, 229, 231, 233, 236, 238, 240,
568
- 242, 244, 246, 248, 250, 252, 254, 256,
569
- 258, 260, 262, 264, 266, 268, 270, 272,
570
- 274, 276, 285, 297, 300, 311, 315, 318,
571
- 321, 324, 327, 330, 333, 336, 339, 342,
572
- 345, 348, 351, 354, 357, 360, 363, 366,
573
- 369, 372, 375, 378, 381, 384, 387, 390,
574
- 393, 396, 399, 402, 405, 408, 411, 414,
575
- 417, 420, 423, 426, 429, 432, 435, 438,
576
- 441, 444, 447, 450, 453, 456, 459, 462,
577
- 465, 468, 472, 475, 478, 481, 484, 488,
578
- 491, 494, 497, 500, 503, 506, 509, 512,
579
- 515, 518, 521, 524, 527, 530, 533, 536,
580
- 539, 542, 545, 548, 551, 554, 557, 560,
581
- 563, 566, 569, 572, 575, 578, 581, 584,
582
- 587, 590, 593, 596, 599, 602, 605, 608,
583
- 611, 614, 617, 620, 623, 627, 631, 634,
584
- 637, 640, 643, 646, 649, 652, 655, 658,
585
- 661, 664, 667, 670, 673, 676, 679, 682,
586
- 685, 688, 691, 694, 697, 700, 703, 706,
587
- 709, 712, 715, 718, 721, 724, 727, 730,
588
- 733, 736, 739, 742, 744, 746, 748, 750,
589
- 753, 755, 757, 759, 761, 763, 765, 767,
590
- 769, 771, 773, 775, 782, 785, 788, 791,
591
- 794, 797, 800, 803, 806, 809, 812, 815,
592
- 818, 821, 824, 827, 830, 833, 836, 839,
593
- 842, 844, 846, 848, 850, 852, 854, 856,
594
- 858, 860, 862, 864, 866, 869, 871, 873,
595
- 875, 877, 880, 882, 884, 886, 888, 890,
596
- 892, 894, 896, 898, 900, 902, 904, 906,
597
- 908, 910, 912, 914, 916, 918, 920, 922,
598
- 924, 926, 928, 930, 932, 934, 936, 938,
599
- 940, 942, 944, 946, 948, 957, 969, 972,
600
- 976, 979, 982, 985, 988, 991, 994, 997,
601
- 1000, 1003, 1006, 1009, 1012, 1015, 1018, 1021,
602
- 1024, 1027, 1030, 1033, 1036, 1039, 1042, 1045,
603
- 1048, 1051, 1054, 1057, 1060, 1063, 1066, 1069,
604
- 1072, 1075, 1078, 1081, 1084, 1087, 1090, 1093,
605
- 1096, 1099, 1102, 1105, 1108, 1111, 1114, 1117,
606
- 1120, 1123, 1126, 1129, 1133, 1136, 1139, 1142,
607
- 1145, 1148, 1151, 1154, 1157, 1160, 1163, 1166,
608
- 1169, 1172, 1175, 1178, 1181, 1184, 1187, 1190,
609
- 1194, 1198, 1201, 1204, 1207, 1210, 1213, 1216,
610
- 1219, 1222, 1225, 1228, 1231, 1234, 1237, 1240,
611
- 1243, 1246, 1249, 1252, 1255, 1258, 1261, 1264,
612
- 1267, 1270, 1273, 1276, 1279, 1282, 1285, 1288,
613
- 1291, 1294, 1297, 1300, 1303, 1306, 1309, 1311,
614
- 1313, 1315, 1317, 1319, 1321, 1323, 1325, 1327,
615
- 1329, 1331, 1333, 1335, 1337, 1339, 1348, 1360,
616
- 1363, 1367, 1370, 1373, 1376, 1379, 1382, 1385,
617
- 1388, 1391, 1394, 1397, 1400, 1403, 1406, 1409,
618
- 1412, 1415, 1418, 1421, 1424, 1427, 1430, 1433,
619
- 1436, 1439, 1442, 1445, 1448, 1451, 1454, 1457,
620
- 1460, 1463, 1466, 1470, 1473, 1476, 1479, 1482,
621
- 1485, 1488, 1491, 1494, 1497, 1500, 1503, 1506,
622
- 1509, 1512, 1515, 1518, 1521, 1524, 1527, 1530,
623
- 1533, 1536, 1539, 1542, 1545, 1548, 1551, 1554,
624
- 1557, 1560, 1563, 1566, 1569, 1572, 1575, 1579,
625
- 1582, 1585, 1588, 1591, 1595, 1598, 1601, 1604,
626
- 1607, 1610, 1613, 1616, 1619, 1622, 1625, 1628,
627
- 1631, 1634, 1637, 1640, 1643, 1646, 1649, 1652,
628
- 1655, 1658, 1661, 1664, 1667, 1670, 1673, 1676,
629
- 1679, 1682, 1685, 1688, 1691, 1694, 1697, 1700,
630
- 1703, 1706, 1709, 1712, 1715, 1718, 1721, 1724,
631
- 1727, 1731, 1735, 1738, 1741, 1744, 1747, 1750,
632
- 1753, 1756, 1759, 1762, 1765, 1768, 1771, 1774,
633
- 1777, 1780, 1783, 1786, 1789, 1792, 1795, 1798,
634
- 1801, 1804, 1807, 1810, 1813, 1816, 1819, 1822,
635
- 1825, 1828, 1831, 1834, 1837, 1840, 1843, 1846,
636
- 1848, 1851, 1854, 1856, 1858, 1860, 1862, 1864,
637
- 1866, 1868, 1870, 1872, 1874, 1876, 1878, 1880,
638
- 1882, 1884, 1886, 1888, 1890, 1892, 1894, 1896,
639
- 1898, 1900, 1902, 1910, 1915, 1919, 1922, 1925,
640
- 1928, 1931, 1934, 1937, 1940, 1943, 1946, 1949,
641
- 1952, 1955, 1958, 1961, 1964, 1967, 1970, 1973,
642
- 1976, 1979, 1982, 1985, 1988, 1991, 1994, 1997,
643
- 2000, 2003, 2006, 2009, 2012, 2015, 2019, 2022,
644
- 2025, 2028, 2031, 2034, 2037, 2040, 2043, 2046,
645
- 2049, 2052, 2055, 2058, 2061, 2064, 2067, 2070,
646
- 2073, 2076, 2079, 2082, 2085, 2088, 2091, 2094,
647
- 2097, 2100, 2103, 2106, 2109, 2112, 2115, 2118,
648
- 2121, 2124, 2127, 2130, 2133, 2136, 2139, 2142,
649
- 2145, 2148, 2151, 2154, 2157, 2160, 2163, 2166,
650
- 2169, 2172, 2175, 2178, 2181, 2184, 2187, 2190,
651
- 2193, 2196, 2199, 2202, 2205, 2208, 2211, 2214,
652
- 2217, 2220, 2223, 2226, 2229, 2232, 2235, 2238,
653
- 2241, 2244, 2246, 2248, 2250, 2252
654
- ]
655
-
656
- class << self
657
- attr_accessor :_lexer_indicies
658
- private :_lexer_indicies, :_lexer_indicies=
659
- end
660
- self._lexer_indicies = [
661
- 1, 2, 4, 3, 5, 6, 7, 8,
662
- 9, 10, 3, 0, 11, 12, 13, 14,
663
- 15, 16, 17, 18, 19, 20, 0, 21,
664
- 0, 23, 24, 22, 26, 27, 25, 1,
665
- 4, 3, 5, 6, 7, 8, 9, 10,
666
- 3, 0, 28, 0, 29, 0, 31, 32,
667
- 30, 34, 35, 33, 38, 37, 39, 37,
668
- 36, 42, 41, 43, 41, 40, 42, 41,
669
- 44, 41, 40, 42, 41, 45, 41, 40,
670
- 47, 46, 46, 0, 4, 48, 48, 0,
671
- 50, 51, 49, 4, 0, 52, 0, 53,
672
- 0, 54, 0, 55, 0, 56, 0, 57,
673
- 0, 58, 0, 59, 0, 60, 0, 61,
674
- 0, 62, 0, 63, 0, 64, 0, 65,
675
- 0, 0, 0, 0, 0, 66, 67, 68,
676
- 67, 67, 70, 69, 66, 4, 71, 9,
677
- 71, 0, 72, 73, 72, 0, 76, 75,
678
- 77, 78, 75, 74, 0, 80, 81, 79,
679
- 0, 80, 79, 76, 82, 80, 81, 82,
680
- 79, 83, 76, 84, 85, 86, 87, 88,
681
- 89, 90, 84, 0, 91, 92, 0, 93,
682
- 0, 94, 0, 11, 0, 95, 0, 96,
683
- 0, 97, 0, 98, 0, 99, 0, 100,
684
- 0, 101, 0, 102, 0, 103, 0, 11,
685
- 0, 104, 0, 105, 0, 106, 0, 107,
686
- 0, 108, 0, 11, 0, 109, 0, 110,
687
- 0, 111, 0, 112, 0, 113, 0, 11,
688
- 0, 114, 0, 115, 0, 116, 0, 117,
689
- 0, 118, 0, 119, 0, 120, 0, 11,
690
- 0, 121, 122, 0, 123, 0, 124, 0,
691
- 125, 0, 126, 0, 127, 0, 128, 0,
692
- 129, 0, 130, 0, 131, 0, 132, 0,
693
- 133, 0, 134, 0, 135, 0, 136, 0,
694
- 137, 0, 138, 0, 139, 0, 140, 0,
695
- 142, 141, 144, 143, 145, 144, 146, 147,
696
- 148, 149, 147, 146, 143, 150, 151, 152,
697
- 153, 154, 155, 156, 157, 158, 159, 144,
698
- 143, 144, 160, 143, 161, 163, 162, 164,
699
- 165, 166, 167, 168, 169, 162, 0, 170,
700
- 144, 171, 143, 172, 144, 143, 173, 144,
701
- 143, 150, 144, 143, 174, 144, 143, 175,
702
- 144, 143, 176, 144, 143, 177, 144, 143,
703
- 178, 144, 143, 179, 144, 143, 180, 144,
704
- 143, 181, 144, 143, 182, 144, 143, 150,
705
- 144, 143, 183, 144, 143, 184, 144, 143,
706
- 185, 144, 143, 186, 144, 143, 187, 144,
707
- 143, 150, 144, 143, 188, 144, 143, 189,
708
- 144, 143, 190, 144, 143, 191, 144, 143,
709
- 192, 144, 143, 150, 144, 143, 193, 144,
710
- 143, 194, 144, 143, 195, 144, 143, 196,
711
- 144, 143, 197, 144, 143, 198, 144, 143,
712
- 199, 144, 143, 150, 144, 143, 200, 144,
713
- 143, 201, 144, 143, 202, 144, 143, 203,
714
- 144, 143, 204, 144, 143, 205, 144, 143,
715
- 206, 144, 143, 207, 144, 143, 208, 144,
716
- 143, 209, 144, 143, 210, 144, 143, 211,
717
- 144, 143, 212, 144, 143, 213, 144, 143,
718
- 214, 144, 143, 215, 144, 143, 216, 144,
719
- 143, 217, 144, 143, 144, 160, 218, 143,
720
- 144, 219, 143, 220, 144, 143, 186, 144,
721
- 143, 221, 144, 143, 222, 223, 144, 143,
722
- 224, 144, 143, 225, 144, 143, 226, 144,
723
- 143, 227, 144, 143, 228, 144, 143, 229,
724
- 144, 143, 230, 144, 143, 231, 144, 143,
725
- 232, 144, 143, 233, 144, 143, 234, 144,
726
- 143, 235, 144, 143, 236, 144, 143, 237,
727
- 144, 143, 144, 238, 143, 239, 144, 143,
728
- 240, 144, 143, 241, 144, 143, 242, 144,
729
- 143, 243, 144, 143, 244, 144, 143, 245,
730
- 144, 143, 246, 144, 143, 247, 144, 143,
731
- 248, 144, 143, 249, 144, 143, 250, 144,
732
- 143, 251, 144, 143, 252, 144, 143, 253,
733
- 144, 143, 254, 144, 143, 144, 160, 143,
734
- 255, 144, 143, 256, 144, 143, 257, 144,
735
- 143, 258, 144, 143, 259, 144, 143, 260,
736
- 144, 143, 261, 144, 143, 262, 144, 143,
737
- 263, 144, 143, 264, 144, 143, 265, 144,
738
- 143, 254, 144, 143, 266, 144, 143, 150,
739
- 267, 144, 143, 268, 144, 160, 143, 269,
740
- 144, 143, 270, 144, 143, 150, 144, 143,
741
- 271, 144, 143, 272, 144, 143, 273, 144,
742
- 143, 274, 144, 143, 275, 144, 143, 276,
743
- 144, 143, 277, 144, 143, 278, 144, 143,
744
- 279, 144, 143, 280, 144, 143, 281, 144,
745
- 143, 282, 144, 143, 283, 144, 143, 284,
746
- 144, 143, 285, 144, 143, 286, 144, 143,
747
- 287, 144, 143, 254, 144, 143, 288, 144,
748
- 143, 219, 144, 143, 144, 289, 143, 144,
749
- 290, 143, 144, 291, 143, 144, 292, 143,
750
- 144, 293, 143, 144, 294, 143, 144, 295,
751
- 143, 144, 296, 143, 144, 297, 143, 144,
752
- 298, 143, 144, 299, 143, 144, 300, 143,
753
- 144, 301, 143, 144, 302, 143, 303, 0,
754
- 304, 0, 305, 0, 306, 0, 307, 308,
755
- 0, 309, 0, 310, 0, 311, 0, 312,
756
- 0, 313, 0, 314, 0, 315, 0, 316,
757
- 0, 317, 0, 319, 318, 321, 320, 322,
758
- 321, 323, 324, 324, 323, 320, 325, 321,
759
- 320, 326, 321, 320, 327, 321, 320, 328,
760
- 321, 320, 329, 321, 320, 330, 321, 320,
761
- 331, 321, 320, 332, 321, 320, 333, 321,
762
- 320, 334, 321, 320, 335, 321, 320, 336,
763
- 321, 320, 337, 321, 320, 338, 321, 320,
764
- 339, 321, 320, 340, 321, 320, 341, 321,
765
- 320, 342, 321, 320, 343, 321, 320, 321,
766
- 344, 320, 345, 0, 346, 0, 347, 0,
767
- 348, 0, 349, 0, 350, 0, 351, 0,
768
- 352, 0, 353, 0, 354, 0, 355, 0,
769
- 356, 0, 21, 357, 0, 358, 0, 359,
770
- 0, 107, 0, 360, 0, 361, 362, 0,
771
- 363, 0, 364, 0, 365, 0, 366, 0,
772
- 367, 0, 368, 0, 369, 0, 370, 0,
773
- 371, 0, 372, 0, 373, 0, 374, 0,
774
- 375, 0, 376, 0, 377, 0, 378, 0,
775
- 379, 0, 380, 0, 381, 0, 382, 0,
776
- 383, 0, 384, 0, 385, 0, 386, 0,
777
- 387, 0, 388, 0, 389, 0, 390, 0,
778
- 391, 0, 392, 0, 393, 0, 394, 0,
779
- 396, 395, 398, 397, 399, 398, 400, 401,
780
- 402, 403, 401, 400, 397, 404, 405, 406,
781
- 407, 408, 409, 410, 411, 412, 413, 398,
782
- 397, 398, 414, 397, 415, 398, 416, 397,
783
- 417, 398, 397, 418, 398, 397, 404, 398,
784
- 397, 419, 398, 397, 420, 398, 397, 421,
785
- 398, 397, 422, 398, 397, 423, 398, 397,
786
- 424, 398, 397, 425, 398, 397, 426, 398,
787
- 397, 427, 398, 397, 404, 398, 397, 428,
788
- 398, 397, 429, 398, 397, 430, 398, 397,
789
- 431, 398, 397, 432, 398, 397, 404, 398,
790
- 397, 433, 398, 397, 434, 398, 397, 435,
791
- 398, 397, 436, 398, 397, 437, 398, 397,
792
- 404, 398, 397, 438, 398, 397, 439, 398,
793
- 397, 440, 398, 397, 441, 398, 397, 442,
794
- 398, 397, 443, 398, 397, 444, 398, 397,
795
- 404, 398, 397, 445, 398, 397, 446, 398,
796
- 397, 447, 398, 397, 448, 398, 397, 449,
797
- 398, 397, 450, 398, 397, 451, 398, 397,
798
- 452, 398, 397, 453, 398, 397, 454, 398,
799
- 397, 455, 398, 397, 456, 398, 397, 457,
800
- 398, 397, 458, 398, 397, 459, 398, 397,
801
- 460, 398, 397, 461, 398, 397, 462, 398,
802
- 397, 398, 414, 463, 397, 398, 464, 397,
803
- 465, 398, 397, 431, 398, 397, 466, 398,
804
- 397, 467, 398, 397, 468, 398, 397, 469,
805
- 398, 397, 470, 398, 397, 471, 398, 397,
806
- 472, 398, 397, 473, 398, 397, 474, 398,
807
- 397, 475, 398, 397, 476, 398, 397, 477,
808
- 398, 397, 478, 398, 397, 479, 398, 397,
809
- 398, 414, 397, 480, 398, 397, 404, 481,
810
- 398, 397, 482, 398, 414, 397, 483, 398,
811
- 397, 484, 398, 397, 404, 398, 397, 485,
812
- 398, 397, 486, 398, 397, 487, 398, 397,
813
- 488, 398, 397, 489, 398, 397, 490, 398,
814
- 397, 491, 398, 397, 492, 398, 397, 493,
815
- 398, 397, 494, 398, 397, 495, 398, 397,
816
- 496, 398, 397, 497, 398, 397, 498, 398,
817
- 397, 499, 398, 397, 500, 398, 397, 501,
818
- 398, 397, 479, 398, 397, 502, 398, 397,
819
- 464, 398, 397, 398, 503, 397, 398, 504,
820
- 397, 398, 505, 397, 398, 506, 397, 398,
821
- 507, 397, 398, 508, 397, 398, 509, 397,
822
- 398, 510, 397, 398, 511, 397, 398, 512,
823
- 397, 398, 513, 397, 398, 514, 397, 398,
824
- 515, 397, 398, 516, 397, 517, 0, 518,
825
- 0, 519, 0, 520, 0, 521, 0, 522,
826
- 0, 523, 0, 524, 0, 525, 0, 526,
827
- 0, 527, 0, 528, 0, 529, 0, 531,
828
- 530, 533, 532, 534, 533, 535, 536, 537,
829
- 538, 536, 535, 532, 539, 540, 541, 542,
830
- 543, 544, 545, 546, 547, 548, 533, 532,
831
- 533, 549, 532, 550, 533, 551, 532, 552,
832
- 533, 532, 553, 533, 532, 539, 533, 532,
833
- 554, 533, 532, 555, 533, 532, 556, 533,
834
- 532, 557, 533, 532, 558, 533, 532, 559,
835
- 533, 532, 560, 533, 532, 561, 533, 532,
836
- 562, 533, 532, 539, 533, 532, 563, 533,
837
- 532, 564, 533, 532, 565, 533, 532, 566,
838
- 533, 532, 567, 533, 532, 539, 533, 532,
839
- 568, 533, 532, 569, 533, 532, 570, 533,
840
- 532, 571, 533, 532, 572, 533, 532, 539,
841
- 533, 532, 573, 533, 532, 574, 533, 532,
842
- 575, 533, 532, 576, 533, 532, 577, 533,
843
- 532, 578, 533, 532, 579, 533, 532, 539,
844
- 533, 532, 580, 581, 533, 532, 582, 533,
845
- 532, 583, 533, 532, 584, 533, 532, 585,
846
- 533, 532, 586, 533, 532, 587, 533, 532,
847
- 588, 533, 532, 589, 533, 532, 590, 533,
848
- 532, 591, 533, 532, 592, 533, 532, 593,
849
- 533, 532, 594, 533, 532, 595, 533, 532,
850
- 596, 533, 532, 597, 533, 532, 598, 533,
851
- 532, 533, 549, 532, 599, 533, 532, 600,
852
- 533, 532, 601, 533, 532, 602, 533, 532,
853
- 603, 533, 532, 604, 533, 532, 605, 533,
854
- 532, 606, 533, 532, 607, 533, 532, 608,
855
- 533, 532, 609, 533, 532, 610, 533, 532,
856
- 611, 533, 532, 612, 533, 532, 613, 533,
857
- 532, 614, 533, 532, 615, 533, 532, 533,
858
- 549, 616, 532, 533, 617, 532, 618, 533,
859
- 532, 566, 533, 532, 619, 533, 532, 620,
860
- 621, 533, 532, 622, 533, 532, 623, 533,
861
- 532, 624, 533, 532, 625, 533, 532, 626,
862
- 533, 532, 627, 533, 532, 628, 533, 532,
863
- 629, 533, 532, 630, 533, 532, 631, 533,
864
- 532, 632, 533, 532, 633, 533, 532, 634,
865
- 533, 532, 635, 533, 532, 533, 636, 532,
866
- 637, 533, 532, 638, 533, 532, 639, 533,
867
- 532, 640, 533, 532, 641, 533, 532, 642,
868
- 533, 532, 643, 533, 532, 644, 533, 532,
869
- 645, 533, 532, 646, 533, 532, 647, 533,
870
- 532, 648, 533, 532, 649, 533, 532, 650,
871
- 533, 532, 651, 533, 532, 598, 533, 532,
872
- 652, 533, 532, 653, 533, 532, 654, 533,
873
- 532, 655, 533, 532, 656, 533, 532, 657,
874
- 533, 532, 658, 533, 532, 659, 533, 532,
875
- 660, 533, 532, 661, 533, 532, 662, 533,
876
- 532, 598, 533, 532, 663, 533, 532, 539,
877
- 664, 533, 532, 665, 533, 549, 532, 666,
878
- 533, 532, 667, 533, 532, 539, 533, 532,
879
- 668, 533, 532, 669, 533, 532, 670, 533,
880
- 532, 671, 533, 532, 672, 533, 532, 673,
881
- 533, 532, 674, 533, 532, 675, 533, 532,
882
- 676, 533, 532, 677, 533, 532, 678, 533,
883
- 532, 679, 533, 532, 680, 533, 532, 681,
884
- 533, 532, 682, 533, 532, 683, 533, 532,
885
- 684, 533, 532, 598, 533, 532, 685, 533,
886
- 532, 617, 533, 532, 533, 686, 532, 533,
887
- 687, 532, 533, 688, 532, 533, 689, 532,
888
- 533, 690, 532, 533, 691, 532, 533, 692,
889
- 532, 533, 693, 532, 533, 694, 532, 533,
890
- 695, 532, 533, 696, 532, 533, 697, 532,
891
- 533, 698, 532, 533, 699, 532, 700, 0,
892
- 11, 701, 0, 702, 21, 0, 703, 0,
893
- 704, 0, 11, 0, 705, 0, 706, 0,
894
- 707, 0, 708, 0, 709, 0, 710, 0,
895
- 711, 0, 712, 0, 713, 0, 714, 0,
896
- 715, 0, 716, 0, 717, 0, 718, 0,
897
- 719, 0, 720, 0, 721, 0, 722, 0,
898
- 723, 0, 725, 724, 727, 726, 728, 727,
899
- 729, 730, 731, 730, 729, 726, 732, 733,
900
- 734, 727, 726, 735, 736, 727, 726, 737,
901
- 727, 726, 738, 727, 726, 739, 727, 726,
902
- 740, 727, 726, 741, 727, 726, 742, 727,
903
- 726, 743, 727, 726, 744, 727, 726, 745,
904
- 727, 726, 746, 727, 726, 747, 727, 726,
905
- 748, 727, 726, 749, 727, 726, 750, 727,
906
- 726, 751, 727, 726, 752, 727, 726, 753,
907
- 727, 726, 727, 754, 726, 755, 727, 726,
908
- 756, 727, 726, 757, 727, 726, 758, 727,
909
- 726, 759, 727, 726, 760, 727, 726, 761,
910
- 727, 726, 762, 727, 726, 763, 727, 726,
911
- 764, 727, 726, 765, 727, 726, 766, 727,
912
- 726, 753, 727, 726, 767, 727, 726, 768,
913
- 769, 727, 726, 770, 727, 726, 771, 727,
914
- 726, 772, 727, 726, 773, 727, 726, 774,
915
- 727, 726, 775, 727, 726, 776, 727, 726,
916
- 777, 727, 726, 778, 727, 726, 779, 727,
917
- 726, 780, 727, 726, 781, 727, 726, 782,
918
- 727, 726, 783, 727, 726, 727, 784, 726,
919
- 785, 727, 726, 786, 727, 726, 787, 727,
920
- 726, 788, 727, 726, 789, 727, 726, 790,
921
- 727, 726, 791, 727, 726, 792, 727, 726,
922
- 793, 727, 726, 794, 727, 726, 795, 727,
923
- 726, 796, 727, 726, 797, 727, 726, 798,
924
- 727, 726, 799, 727, 726, 753, 727, 726,
925
- 800, 727, 726, 801, 727, 726, 802, 727,
926
- 726, 803, 727, 726, 804, 727, 726, 805,
927
- 727, 726, 806, 727, 726, 807, 727, 726,
928
- 808, 727, 726, 809, 727, 726, 810, 727,
929
- 726, 753, 727, 726, 811, 727, 726, 812,
930
- 727, 726, 813, 727, 726, 814, 727, 726,
931
- 815, 727, 726, 816, 727, 726, 817, 727,
932
- 726, 818, 727, 726, 819, 727, 726, 820,
933
- 727, 726, 821, 727, 726, 822, 727, 726,
934
- 823, 727, 726, 824, 727, 726, 825, 727,
935
- 726, 826, 727, 726, 827, 727, 726, 753,
936
- 727, 726, 727, 828, 726, 727, 829, 726,
937
- 727, 830, 726, 727, 831, 726, 727, 832,
938
- 726, 727, 833, 726, 727, 834, 726, 727,
939
- 835, 726, 727, 836, 726, 727, 837, 726,
940
- 727, 838, 726, 727, 839, 726, 727, 840,
941
- 726, 727, 841, 726, 842, 0, 358, 0,
942
- 843, 0, 3, 0, 844, 0
943
- ]
944
-
945
- class << self
946
- attr_accessor :_lexer_trans_targs
947
- private :_lexer_trans_targs, :_lexer_trans_targs=
948
- end
949
- self._lexer_trans_targs = [
950
- 0, 2, 763, 6, 6, 7, 17, 19,
951
- 3, 33, 36, 3, 42, 56, 62, 68,
952
- 76, 296, 623, 629, 761, 4, 5, 6,
953
- 18, 5, 6, 18, 8, 9, 10, 11,
954
- 10, 10, 11, 10, 12, 12, 12, 13,
955
- 12, 12, 12, 13, 14, 15, 16, 6,
956
- 16, 17, 6, 18, 20, 21, 22, 23,
957
- 24, 25, 26, 27, 28, 29, 30, 31,
958
- 32, 765, 34, 35, 6, 34, 33, 35,
959
- 36, 37, 38, 40, 41, 39, 37, 38,
960
- 39, 37, 40, 2, 41, 7, 17, 19,
961
- 3, 33, 36, 43, 46, 44, 45, 47,
962
- 48, 49, 50, 51, 52, 53, 54, 55,
963
- 57, 58, 59, 60, 61, 63, 64, 65,
964
- 66, 67, 69, 70, 71, 72, 73, 74,
965
- 75, 77, 243, 78, 79, 80, 81, 82,
966
- 83, 84, 85, 86, 87, 88, 89, 90,
967
- 91, 92, 93, 94, 95, 96, 97, 96,
968
- 97, 98, 97, 6, 229, 99, 99, 101,
969
- 115, 121, 127, 135, 157, 203, 209, 227,
970
- 100, 2, 6, 6, 7, 17, 19, 3,
971
- 33, 36, 102, 105, 103, 104, 106, 107,
972
- 108, 109, 110, 111, 112, 113, 114, 116,
973
- 117, 118, 119, 120, 122, 123, 124, 125,
974
- 126, 128, 129, 130, 131, 132, 133, 134,
975
- 136, 137, 138, 139, 140, 141, 142, 143,
976
- 144, 145, 146, 147, 148, 149, 150, 151,
977
- 152, 153, 154, 155, 156, 158, 159, 191,
978
- 160, 161, 162, 163, 164, 165, 166, 167,
979
- 168, 169, 170, 171, 172, 173, 174, 175,
980
- 176, 177, 178, 179, 180, 181, 182, 183,
981
- 184, 185, 186, 187, 188, 189, 190, 192,
982
- 193, 194, 195, 196, 197, 198, 199, 200,
983
- 201, 202, 204, 205, 206, 207, 208, 210,
984
- 211, 212, 213, 214, 215, 216, 217, 218,
985
- 219, 220, 221, 222, 223, 224, 225, 226,
986
- 228, 230, 231, 232, 233, 234, 235, 236,
987
- 237, 238, 239, 240, 241, 242, 6, 244,
988
- 245, 246, 247, 248, 280, 249, 250, 251,
989
- 252, 253, 254, 255, 256, 257, 258, 259,
990
- 258, 259, 260, 259, 6, 261, 262, 263,
991
- 264, 265, 266, 267, 268, 269, 270, 271,
992
- 272, 273, 274, 275, 276, 277, 278, 279,
993
- 100, 281, 282, 283, 284, 285, 286, 287,
994
- 288, 289, 290, 291, 292, 293, 294, 295,
995
- 297, 298, 446, 299, 300, 301, 302, 303,
996
- 304, 305, 306, 307, 308, 309, 310, 311,
997
- 312, 313, 314, 315, 316, 317, 318, 319,
998
- 320, 321, 322, 323, 324, 325, 326, 327,
999
- 328, 329, 330, 331, 332, 331, 332, 333,
1000
- 332, 6, 432, 334, 334, 335, 349, 355,
1001
- 361, 369, 391, 406, 412, 430, 100, 336,
1002
- 339, 337, 338, 340, 341, 342, 343, 344,
1003
- 345, 346, 347, 348, 350, 351, 352, 353,
1004
- 354, 356, 357, 358, 359, 360, 362, 363,
1005
- 364, 365, 366, 367, 368, 370, 371, 372,
1006
- 373, 374, 375, 376, 377, 378, 379, 380,
1007
- 381, 382, 383, 384, 385, 386, 387, 388,
1008
- 389, 390, 392, 393, 394, 395, 396, 397,
1009
- 398, 399, 400, 401, 402, 403, 404, 405,
1010
- 407, 408, 409, 410, 411, 413, 414, 415,
1011
- 416, 417, 418, 419, 420, 421, 422, 423,
1012
- 424, 425, 426, 427, 428, 429, 431, 433,
1013
- 434, 435, 436, 437, 438, 439, 440, 441,
1014
- 442, 443, 444, 445, 6, 447, 448, 449,
1015
- 450, 451, 452, 453, 454, 455, 456, 457,
1016
- 458, 459, 460, 461, 460, 461, 462, 461,
1017
- 6, 609, 463, 463, 464, 478, 484, 490,
1018
- 498, 538, 583, 589, 607, 100, 465, 468,
1019
- 466, 467, 469, 470, 471, 472, 473, 474,
1020
- 475, 476, 477, 479, 480, 481, 482, 483,
1021
- 485, 486, 487, 488, 489, 491, 492, 493,
1022
- 494, 495, 496, 497, 499, 517, 500, 501,
1023
- 502, 503, 504, 505, 506, 507, 508, 509,
1024
- 510, 511, 512, 513, 514, 515, 516, 518,
1025
- 519, 520, 521, 522, 523, 524, 525, 526,
1026
- 527, 528, 529, 530, 531, 532, 533, 534,
1027
- 535, 536, 537, 539, 540, 571, 541, 542,
1028
- 543, 544, 545, 546, 547, 548, 549, 550,
1029
- 551, 552, 553, 554, 555, 556, 557, 558,
1030
- 559, 560, 561, 562, 563, 564, 565, 566,
1031
- 567, 568, 569, 570, 572, 573, 574, 575,
1032
- 576, 577, 578, 579, 580, 581, 582, 584,
1033
- 585, 586, 587, 588, 590, 591, 592, 593,
1034
- 594, 595, 596, 597, 598, 599, 600, 601,
1035
- 602, 603, 604, 605, 606, 608, 610, 611,
1036
- 612, 613, 614, 615, 616, 617, 618, 619,
1037
- 620, 621, 622, 6, 624, 625, 626, 627,
1038
- 628, 630, 631, 632, 633, 634, 635, 636,
1039
- 637, 638, 639, 640, 641, 642, 643, 644,
1040
- 645, 646, 647, 648, 649, 650, 649, 650,
1041
- 651, 650, 6, 747, 652, 684, 729, 653,
1042
- 671, 654, 655, 656, 657, 658, 659, 660,
1043
- 661, 662, 663, 664, 665, 666, 667, 668,
1044
- 669, 670, 100, 672, 673, 674, 675, 676,
1045
- 677, 678, 679, 680, 681, 682, 683, 685,
1046
- 686, 717, 687, 688, 689, 690, 691, 692,
1047
- 693, 694, 695, 696, 697, 698, 699, 700,
1048
- 701, 702, 703, 704, 705, 706, 707, 708,
1049
- 709, 710, 711, 712, 713, 714, 715, 716,
1050
- 718, 719, 720, 721, 722, 723, 724, 725,
1051
- 726, 727, 728, 730, 731, 732, 733, 734,
1052
- 735, 736, 737, 738, 739, 740, 741, 742,
1053
- 743, 744, 745, 746, 748, 749, 750, 751,
1054
- 752, 753, 754, 755, 756, 757, 758, 759,
1055
- 760, 6, 762, 764, 0
1056
- ]
1057
-
1058
- class << self
1059
- attr_accessor :_lexer_trans_actions
1060
- private :_lexer_trans_actions, :_lexer_trans_actions=
1061
- end
1062
- self._lexer_trans_actions = [
1063
- 43, 29, 0, 0, 54, 3, 1, 0,
1064
- 29, 1, 35, 0, 0, 0, 0, 0,
1065
- 0, 0, 0, 0, 0, 0, 57, 149,
1066
- 126, 0, 110, 23, 0, 0, 7, 139,
1067
- 48, 0, 102, 9, 5, 45, 134, 45,
1068
- 0, 33, 122, 33, 33, 0, 11, 106,
1069
- 0, 0, 114, 25, 0, 0, 0, 0,
1070
- 0, 0, 0, 0, 0, 0, 0, 0,
1071
- 0, 0, 0, 27, 118, 27, 51, 0,
1072
- 0, 0, 37, 37, 54, 37, 87, 0,
1073
- 0, 39, 0, 96, 0, 93, 90, 41,
1074
- 96, 90, 99, 0, 0, 0, 0, 0,
1075
- 0, 0, 0, 0, 0, 0, 0, 0,
1076
- 0, 0, 0, 0, 0, 0, 0, 0,
1077
- 0, 0, 0, 0, 0, 0, 0, 0,
1078
- 0, 0, 0, 0, 0, 0, 0, 0,
1079
- 0, 0, 0, 0, 0, 0, 0, 0,
1080
- 0, 0, 0, 0, 0, 57, 144, 0,
1081
- 54, 84, 0, 72, 33, 84, 0, 0,
1082
- 0, 0, 0, 0, 0, 0, 0, 0,
1083
- 15, 63, 31, 130, 60, 57, 31, 63,
1084
- 57, 66, 0, 0, 0, 0, 0, 0,
1085
- 0, 0, 0, 0, 0, 0, 0, 0,
1086
- 0, 0, 0, 0, 0, 0, 0, 0,
1087
- 0, 0, 0, 0, 0, 0, 0, 0,
1088
- 0, 0, 0, 0, 0, 0, 0, 0,
1089
- 0, 0, 0, 0, 0, 0, 0, 0,
1090
- 0, 0, 0, 0, 0, 0, 0, 0,
1091
- 0, 0, 0, 0, 0, 0, 0, 0,
1092
- 0, 0, 0, 0, 0, 0, 0, 0,
1093
- 0, 0, 0, 0, 0, 0, 0, 0,
1094
- 0, 0, 0, 0, 0, 0, 0, 0,
1095
- 0, 0, 0, 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, 0,
1099
- 0, 0, 0, 0, 0, 0, 0, 0,
1100
- 0, 0, 0, 0, 0, 0, 15, 0,
1101
- 0, 0, 0, 0, 0, 0, 0, 0,
1102
- 0, 0, 0, 0, 0, 0, 57, 144,
1103
- 0, 54, 84, 0, 81, 0, 0, 0,
1104
- 0, 0, 0, 0, 0, 0, 0, 0,
1105
- 0, 0, 0, 0, 0, 0, 0, 0,
1106
- 21, 0, 0, 0, 0, 0, 0, 0,
1107
- 0, 0, 0, 0, 0, 0, 0, 0,
1108
- 0, 0, 0, 0, 0, 0, 0, 0,
1109
- 0, 0, 0, 0, 0, 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, 57, 144, 0, 54, 84,
1113
- 0, 78, 33, 84, 0, 0, 0, 0,
1114
- 0, 0, 0, 0, 0, 0, 19, 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, 0,
1127
- 0, 0, 0, 0, 19, 0, 0, 0,
1128
- 0, 0, 0, 0, 0, 0, 0, 0,
1129
- 0, 0, 57, 144, 0, 54, 84, 0,
1130
- 75, 33, 84, 0, 0, 0, 0, 0,
1131
- 0, 0, 0, 0, 0, 17, 0, 0,
1132
- 0, 0, 0, 0, 0, 0, 0, 0,
1133
- 0, 0, 0, 0, 0, 0, 0, 0,
1134
- 0, 0, 0, 0, 0, 0, 0, 0,
1135
- 0, 0, 0, 0, 0, 0, 0, 0,
1136
- 0, 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, 0, 0, 0,
1150
- 0, 0, 0, 17, 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, 57, 144, 0, 54,
1154
- 84, 0, 69, 33, 0, 0, 0, 0,
1155
- 0, 0, 0, 0, 0, 0, 0, 0,
1156
- 0, 0, 0, 0, 0, 0, 0, 0,
1157
- 0, 0, 13, 0, 0, 0, 0, 0,
1158
- 0, 0, 0, 0, 0, 0, 0, 0,
1159
- 0, 0, 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, 13, 0, 0, 0
1169
- ]
1170
-
1171
- class << self
1172
- attr_accessor :_lexer_eof_actions
1173
- private :_lexer_eof_actions, :_lexer_eof_actions=
1174
- end
1175
- self._lexer_eof_actions = [
1176
- 0, 43, 43, 43, 43, 43, 43, 43,
1177
- 43, 43, 43, 43, 43, 43, 43, 43,
1178
- 43, 43, 43, 43, 43, 43, 43, 43,
1179
- 43, 43, 43, 43, 43, 43, 43, 43,
1180
- 43, 43, 43, 43, 43, 43, 43, 43,
1181
- 43, 43, 43, 43, 43, 43, 43, 43,
1182
- 43, 43, 43, 43, 43, 43, 43, 43,
1183
- 43, 43, 43, 43, 43, 43, 43, 43,
1184
- 43, 43, 43, 43, 43, 43, 43, 43,
1185
- 43, 43, 43, 43, 43, 43, 43, 43,
1186
- 43, 43, 43, 43, 43, 43, 43, 43,
1187
- 43, 43, 43, 43, 43, 43, 43, 43,
1188
- 43, 43, 43, 43, 43, 43, 43, 43,
1189
- 43, 43, 43, 43, 43, 43, 43, 43,
1190
- 43, 43, 43, 43, 43, 43, 43, 43,
1191
- 43, 43, 43, 43, 43, 43, 43, 43,
1192
- 43, 43, 43, 43, 43, 43, 43, 43,
1193
- 43, 43, 43, 43, 43, 43, 43, 43,
1194
- 43, 43, 43, 43, 43, 43, 43, 43,
1195
- 43, 43, 43, 43, 43, 43, 43, 43,
1196
- 43, 43, 43, 43, 43, 43, 43, 43,
1197
- 43, 43, 43, 43, 43, 43, 43, 43,
1198
- 43, 43, 43, 43, 43, 43, 43, 43,
1199
- 43, 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
1272
- ]
1273
-
1274
- class << self
1275
- attr_accessor :lexer_start
1276
- end
1277
- self.lexer_start = 1;
1278
- class << self
1279
- attr_accessor :lexer_first_final
1280
- end
1281
- self.lexer_first_final = 765;
1282
- class << self
1283
- attr_accessor :lexer_error
1284
- end
1285
- self.lexer_error = 0;
1286
-
1287
- class << self
1288
- attr_accessor :lexer_en_main
1289
- end
1290
- self.lexer_en_main = 1;
1291
-
1292
-
1293
- # line 133 "ragel/i18n/uk.rb.rl"
1294
- end
1295
-
1296
- def scan(data)
1297
- data = (data + "\n%_FEATURE_END_%").unpack("c*") # Explicit EOF simplifies things considerably
1298
- eof = pe = data.length
1299
-
1300
- @line_number = 1
1301
- @last_newline = 0
1302
-
1303
-
1304
- # line 1305 "lib/gherkin/lexer/uk.rb"
1305
- begin
1306
- p ||= 0
1307
- pe ||= data.length
1308
- cs = lexer_start
1309
- end
1310
-
1311
- # line 143 "ragel/i18n/uk.rb.rl"
1312
-
1313
- # line 1314 "lib/gherkin/lexer/uk.rb"
1314
- begin
1315
- _klen, _trans, _keys, _acts, _nacts = nil
1316
- _goto_level = 0
1317
- _resume = 10
1318
- _eof_trans = 15
1319
- _again = 20
1320
- _test_eof = 30
1321
- _out = 40
1322
- while true
1323
- _trigger_goto = false
1324
- if _goto_level <= 0
1325
- if p == pe
1326
- _goto_level = _test_eof
1327
- next
1328
- end
1329
- if cs == 0
1330
- _goto_level = _out
1331
- next
1332
- end
1333
- end
1334
- if _goto_level <= _resume
1335
- _keys = _lexer_key_offsets[cs]
1336
- _trans = _lexer_index_offsets[cs]
1337
- _klen = _lexer_single_lengths[cs]
1338
- _break_match = false
1339
-
1340
- begin
1341
- if _klen > 0
1342
- _lower = _keys
1343
- _upper = _keys + _klen - 1
1344
-
1345
- loop do
1346
- break if _upper < _lower
1347
- _mid = _lower + ( (_upper - _lower) >> 1 )
1348
-
1349
- if data[p].ord < _lexer_trans_keys[_mid]
1350
- _upper = _mid - 1
1351
- elsif data[p].ord > _lexer_trans_keys[_mid]
1352
- _lower = _mid + 1
1353
- else
1354
- _trans += (_mid - _keys)
1355
- _break_match = true
1356
- break
1357
- end
1358
- end # loop
1359
- break if _break_match
1360
- _keys += _klen
1361
- _trans += _klen
1362
- end
1363
- _klen = _lexer_range_lengths[cs]
1364
- if _klen > 0
1365
- _lower = _keys
1366
- _upper = _keys + (_klen << 1) - 2
1367
- loop do
1368
- break if _upper < _lower
1369
- _mid = _lower + (((_upper-_lower) >> 1) & ~1)
1370
- if data[p].ord < _lexer_trans_keys[_mid]
1371
- _upper = _mid - 2
1372
- elsif data[p].ord > _lexer_trans_keys[_mid+1]
1373
- _lower = _mid + 2
1374
- else
1375
- _trans += ((_mid - _keys) >> 1)
1376
- _break_match = true
1377
- break
1378
- end
1379
- end # loop
1380
- break if _break_match
1381
- _trans += _klen
1382
- end
1383
- end while false
1384
- _trans = _lexer_indicies[_trans]
1385
- cs = _lexer_trans_targs[_trans]
1386
- if _lexer_trans_actions[_trans] != 0
1387
- _acts = _lexer_trans_actions[_trans]
1388
- _nacts = _lexer_actions[_acts]
1389
- _acts += 1
1390
- while _nacts > 0
1391
- _nacts -= 1
1392
- _acts += 1
1393
- case _lexer_actions[_acts - 1]
1394
- when 0 then
1395
- # line 11 "ragel/i18n/uk.rb.rl"
1396
- begin
1397
-
1398
- @content_start = p
1399
- @current_line = @line_number
1400
- @start_col = p - @last_newline - "#{@keyword}:".length
1401
- end
1402
- when 1 then
1403
- # line 17 "ragel/i18n/uk.rb.rl"
1404
- begin
1405
-
1406
- @current_line = @line_number
1407
- @start_col = p - @last_newline
1408
- end
1409
- when 2 then
1410
- # line 22 "ragel/i18n/uk.rb.rl"
1411
- begin
1412
-
1413
- @content_start = p
1414
- end
1415
- when 3 then
1416
- # line 26 "ragel/i18n/uk.rb.rl"
1417
- begin
1418
-
1419
- @docstring_content_type_start = p
1420
- end
1421
- when 4 then
1422
- # line 29 "ragel/i18n/uk.rb.rl"
1423
- begin
1424
-
1425
- @docstring_content_type_end = p
1426
- end
1427
- when 5 then
1428
- # line 33 "ragel/i18n/uk.rb.rl"
1429
- begin
1430
-
1431
- con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
1432
- con_type = utf8_pack(data[@docstring_content_type_start...@docstring_content_type_end]).strip
1433
- @listener.doc_string(con_type, con, @current_line)
1434
- end
1435
- when 6 then
1436
- # line 38 "ragel/i18n/uk.rb.rl"
1437
- begin
1438
-
1439
- p = store_keyword_content(:feature, data, p, eof)
1440
- end
1441
- when 7 then
1442
- # line 42 "ragel/i18n/uk.rb.rl"
1443
- begin
1444
-
1445
- p = store_keyword_content(:background, data, p, eof)
1446
- end
1447
- when 8 then
1448
- # line 46 "ragel/i18n/uk.rb.rl"
1449
- begin
1450
-
1451
- p = store_keyword_content(:scenario, data, p, eof)
1452
- end
1453
- when 9 then
1454
- # line 50 "ragel/i18n/uk.rb.rl"
1455
- begin
1456
-
1457
- p = store_keyword_content(:scenario_outline, data, p, eof)
1458
- end
1459
- when 10 then
1460
- # line 54 "ragel/i18n/uk.rb.rl"
1461
- begin
1462
-
1463
- p = store_keyword_content(:examples, data, p, eof)
1464
- end
1465
- when 11 then
1466
- # line 58 "ragel/i18n/uk.rb.rl"
1467
- begin
1468
-
1469
- con = utf8_pack(data[@content_start...p]).strip
1470
- @listener.step(@keyword, con, @current_line)
1471
- end
1472
- when 12 then
1473
- # line 63 "ragel/i18n/uk.rb.rl"
1474
- begin
1475
-
1476
- con = utf8_pack(data[@content_start...p]).strip
1477
- @listener.comment(con, @line_number)
1478
- @keyword_start = nil
1479
- end
1480
- when 13 then
1481
- # line 69 "ragel/i18n/uk.rb.rl"
1482
- begin
1483
-
1484
- con = utf8_pack(data[@content_start...p]).strip
1485
- @listener.tag(con, @current_line)
1486
- @keyword_start = nil
1487
- end
1488
- when 14 then
1489
- # line 75 "ragel/i18n/uk.rb.rl"
1490
- begin
1491
-
1492
- @line_number += 1
1493
- end
1494
- when 15 then
1495
- # line 79 "ragel/i18n/uk.rb.rl"
1496
- begin
1497
-
1498
- @last_newline = p + 1
1499
- end
1500
- when 16 then
1501
- # line 83 "ragel/i18n/uk.rb.rl"
1502
- begin
1503
-
1504
- @keyword_start ||= p
1505
- end
1506
- when 17 then
1507
- # line 87 "ragel/i18n/uk.rb.rl"
1508
- begin
1509
-
1510
- @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1511
- @keyword_start = nil
1512
- end
1513
- when 18 then
1514
- # line 92 "ragel/i18n/uk.rb.rl"
1515
- begin
1516
-
1517
- @next_keyword_start = p
1518
- end
1519
- when 19 then
1520
- # line 96 "ragel/i18n/uk.rb.rl"
1521
- begin
1522
-
1523
- p = p - 1
1524
- current_row = []
1525
- @current_line = @line_number
1526
- end
1527
- when 20 then
1528
- # line 102 "ragel/i18n/uk.rb.rl"
1529
- begin
1530
-
1531
- @content_start = p
1532
- end
1533
- when 21 then
1534
- # line 106 "ragel/i18n/uk.rb.rl"
1535
- begin
1536
-
1537
- con = utf8_pack(data[@content_start...p]).strip
1538
- current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1539
- end
1540
- when 22 then
1541
- # line 111 "ragel/i18n/uk.rb.rl"
1542
- begin
1543
-
1544
- @listener.row(current_row, @current_line)
1545
- end
1546
- when 23 then
1547
- # line 115 "ragel/i18n/uk.rb.rl"
1548
- begin
1549
-
1550
- if cs < lexer_first_final
1551
- content = current_line_content(data, p)
1552
- 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])
1553
- else
1554
- @listener.eof
1555
- end
1556
- end
1557
- # line 1558 "lib/gherkin/lexer/uk.rb"
1558
- end # action switch
1559
- end
1560
- end
1561
- if _trigger_goto
1562
- next
1563
- end
1564
- end
1565
- if _goto_level <= _again
1566
- if cs == 0
1567
- _goto_level = _out
1568
- next
1569
- end
1570
- p += 1
1571
- if p != pe
1572
- _goto_level = _resume
1573
- next
1574
- end
1575
- end
1576
- if _goto_level <= _test_eof
1577
- if p == eof
1578
- __acts = _lexer_eof_actions[cs]
1579
- __nacts = _lexer_actions[__acts]
1580
- __acts += 1
1581
- while __nacts > 0
1582
- __nacts -= 1
1583
- __acts += 1
1584
- case _lexer_actions[__acts - 1]
1585
- when 23 then
1586
- # line 115 "ragel/i18n/uk.rb.rl"
1587
- begin
1588
-
1589
- if cs < lexer_first_final
1590
- content = current_line_content(data, p)
1591
- 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])
1592
- else
1593
- @listener.eof
1594
- end
1595
- end
1596
- # line 1597 "lib/gherkin/lexer/uk.rb"
1597
- end # eof action switch
1598
- end
1599
- if _trigger_goto
1600
- next
1601
- end
1602
- end
1603
- end
1604
- if _goto_level <= _out
1605
- break
1606
- end
1607
- end
1608
- end
1609
-
1610
- # line 144 "ragel/i18n/uk.rb.rl"
1611
- end
1612
-
1613
- def unindent(startcol, text)
1614
- text.gsub(/^[\t ]{0,#{startcol}}/, "")
1615
- end
1616
-
1617
- def store_keyword_content(event, data, p, eof)
1618
- end_point = (!@next_keyword_start or (p == eof)) ? p : @next_keyword_start
1619
- content = unindent(@start_col + 2, utf8_pack(data[@content_start...end_point])).rstrip
1620
- content_lines = content.split("\n")
1621
- name = content_lines.shift || ""
1622
- name.strip!
1623
- description = content_lines.join("\n")
1624
- @listener.__send__(event, @keyword, name, description, @current_line)
1625
- @next_keyword_start ? @next_keyword_start - 1 : p
1626
- ensure
1627
- @next_keyword_start = nil
1628
- end
1629
-
1630
- def current_line_content(data, p)
1631
- rest = data[@last_newline..-1]
1632
- utf8_pack(rest[0..rest.index(10)||-1]).strip # 10 is \n
1633
- end
1634
-
1635
- if (RUBY_VERSION =~ /^1\.9|2\.0/)
1636
- def utf8_pack(array)
1637
- array.pack("c*").force_encoding("UTF-8")
1638
- end
1639
- else
1640
- def utf8_pack(array)
1641
- array.pack("c*")
1642
- end
1643
- end
1644
- end
1645
- end
1646
- end