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,6 +0,0 @@
1
- require 'mkmf'
2
- CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
3
- $CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
4
- dir_config("gherkin_lexer_th")
5
- have_library("c", "main")
6
- create_makefile("gherkin_lexer_th")
@@ -1,2840 +0,0 @@
1
-
2
- #line 1 "ragel/i18n/th.c.rl"
3
- #include <assert.h>
4
- #include <ruby.h>
5
-
6
- #if defined(_WIN32)
7
- #include <stddef.h>
8
- #endif
9
-
10
- #ifdef HAVE_RUBY_RE_H
11
- #include <ruby/re.h>
12
- #else
13
- #include <re.h>
14
- #endif
15
-
16
- #ifdef HAVE_RUBY_ENCODING_H
17
- #include <ruby/encoding.h>
18
- #define ENCODED_STR_NEW(ptr, len) \
19
- rb_enc_str_new(ptr, len, rb_utf8_encoding())
20
- #else
21
- #define ENCODED_STR_NEW(ptr, len) \
22
- rb_str_new(ptr, len)
23
- #endif
24
-
25
- #ifndef RSTRING_PTR
26
- #define RSTRING_PTR(s) (RSTRING(s)->ptr)
27
- #endif
28
-
29
- #ifndef RSTRING_LEN
30
- #define RSTRING_LEN(s) (RSTRING(s)->len)
31
- #endif
32
-
33
- #define DATA_GET(FROM, TYPE, NAME) \
34
- Data_Get_Struct(FROM, TYPE, NAME); \
35
- if (NAME == NULL) { \
36
- rb_raise(rb_eArgError, "NULL found for " # NAME " when it shouldn't be."); \
37
- }
38
-
39
- typedef struct lexer_state {
40
- int content_len;
41
- int line_number;
42
- int current_line;
43
- int start_col;
44
- size_t mark;
45
- size_t keyword_start;
46
- size_t keyword_end;
47
- size_t next_keyword_start;
48
- size_t content_start;
49
- size_t content_end;
50
- size_t docstring_content_type_start;
51
- size_t docstring_content_type_end;
52
- size_t query_start;
53
- size_t last_newline;
54
- size_t final_newline;
55
- } lexer_state;
56
-
57
- static VALUE mGherkin;
58
- static VALUE mGherkinLexer;
59
- static VALUE mCLexer;
60
- static VALUE cI18nLexer;
61
- static VALUE rb_eGherkinLexingError;
62
-
63
- #define LEN(AT, P) (P - data - lexer->AT)
64
- #define MARK(M, P) (lexer->M = (P) - data)
65
- #define PTR_TO(P) (data + lexer->P)
66
-
67
- #define STORE_KW_END_CON(EVENT) \
68
- store_multiline_kw_con(listener, # EVENT, \
69
- PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end - 1)), \
70
- PTR_TO(content_start), LEN(content_start, PTR_TO(content_end)), \
71
- lexer->current_line, lexer->start_col); \
72
- if (lexer->content_end != 0) { \
73
- p = PTR_TO(content_end - 1); \
74
- } \
75
- lexer->content_end = 0
76
-
77
- #define STORE_ATTR(ATTR) \
78
- store_attr(listener, # ATTR, \
79
- PTR_TO(content_start), LEN(content_start, p), \
80
- lexer->line_number)
81
-
82
-
83
- #line 254 "ragel/i18n/th.c.rl"
84
-
85
-
86
- /** Data **/
87
-
88
- #line 89 "ext/gherkin_lexer_th/gherkin_lexer_th.c"
89
- static const char _lexer_actions[] = {
90
- 0, 1, 0, 1, 1, 1, 2, 1,
91
- 3, 1, 4, 1, 5, 1, 6, 1,
92
- 7, 1, 8, 1, 9, 1, 10, 1,
93
- 11, 1, 12, 1, 13, 1, 16, 1,
94
- 17, 1, 18, 1, 19, 1, 20, 1,
95
- 21, 1, 22, 1, 23, 2, 1, 18,
96
- 2, 4, 5, 2, 13, 0, 2, 14,
97
- 15, 2, 17, 0, 2, 17, 2, 2,
98
- 17, 16, 2, 17, 19, 2, 18, 6,
99
- 2, 18, 7, 2, 18, 8, 2, 18,
100
- 9, 2, 18, 10, 2, 18, 16, 2,
101
- 20, 21, 2, 22, 0, 2, 22, 2,
102
- 2, 22, 16, 2, 22, 19, 3, 3,
103
- 14, 15, 3, 5, 14, 15, 3, 11,
104
- 14, 15, 3, 12, 14, 15, 3, 13,
105
- 14, 15, 3, 14, 15, 18, 3, 17,
106
- 0, 11, 3, 17, 14, 15, 4, 1,
107
- 14, 15, 18, 4, 4, 5, 14, 15,
108
- 4, 17, 0, 14, 15, 5, 17, 0,
109
- 11, 14, 15
110
- };
111
-
112
- static const short _lexer_key_offsets[] = {
113
- 0, 0, 12, 14, 19, 20, 21, 22,
114
- 23, 24, 25, 26, 27, 28, 29, 30,
115
- 31, 32, 33, 34, 35, 36, 37, 38,
116
- 39, 40, 41, 43, 45, 56, 57, 58,
117
- 60, 62, 67, 72, 77, 82, 86, 90,
118
- 92, 93, 94, 95, 96, 97, 98, 99,
119
- 100, 101, 102, 103, 104, 105, 106, 107,
120
- 112, 119, 124, 128, 134, 137, 139, 145,
121
- 156, 157, 158, 159, 160, 161, 162, 163,
122
- 164, 165, 166, 167, 169, 170, 171, 172,
123
- 173, 174, 175, 176, 177, 178, 179, 180,
124
- 181, 182, 183, 184, 185, 186, 187, 188,
125
- 189, 190, 191, 192, 193, 194, 195, 196,
126
- 197, 198, 199, 200, 201, 202, 203, 204,
127
- 205, 206, 207, 208, 209, 210, 211, 212,
128
- 213, 214, 215, 216, 217, 225, 228, 232,
129
- 234, 236, 238, 240, 242, 244, 246, 248,
130
- 250, 252, 254, 257, 259, 261, 263, 265,
131
- 267, 269, 271, 273, 275, 277, 279, 281,
132
- 283, 285, 287, 289, 291, 293, 295, 297,
133
- 299, 301, 303, 305, 307, 309, 311, 313,
134
- 315, 317, 319, 321, 323, 325, 327, 329,
135
- 331, 333, 335, 337, 339, 341, 343, 345,
136
- 347, 349, 360, 362, 364, 366, 368, 370,
137
- 372, 374, 376, 378, 380, 382, 384, 386,
138
- 388, 390, 392, 394, 396, 398, 400, 402,
139
- 404, 406, 408, 410, 412, 414, 416, 418,
140
- 420, 422, 425, 427, 429, 431, 433, 435,
141
- 437, 439, 441, 443, 445, 447, 449, 451,
142
- 453, 455, 457, 459, 461, 463, 465, 467,
143
- 469, 471, 473, 475, 477, 479, 481, 483,
144
- 485, 487, 489, 491, 493, 495, 497, 499,
145
- 501, 503, 505, 507, 509, 511, 513, 515,
146
- 517, 519, 521, 523, 525, 527, 529, 531,
147
- 533, 535, 537, 539, 541, 545, 547, 549,
148
- 551, 553, 555, 557, 559, 561, 563, 565,
149
- 567, 569, 571, 573, 575, 577, 579, 581,
150
- 583, 585, 587, 589, 591, 593, 595, 597,
151
- 600, 602, 604, 606, 608, 610, 612, 614,
152
- 616, 618, 620, 622, 624, 626, 628, 630,
153
- 632, 634, 636, 638, 640, 642, 644, 646,
154
- 648, 650, 652, 654, 656, 658, 660, 662,
155
- 664, 666, 668, 670, 672, 674, 676, 678,
156
- 680, 682, 684, 686, 688, 689, 690, 691,
157
- 692, 693, 694, 695, 696, 697, 698, 699,
158
- 700, 701, 702, 703, 704, 705, 706, 707,
159
- 708, 709, 710, 711, 712, 713, 714, 715,
160
- 716, 717, 718, 719, 721, 722, 723, 724,
161
- 725, 726, 727, 728, 729, 730, 731, 732,
162
- 733, 734, 735, 736, 737, 738, 739, 740,
163
- 741, 742, 743, 744, 745, 746, 753, 756,
164
- 758, 760, 762, 764, 766, 768, 770, 772,
165
- 774, 776, 778, 780, 783, 785, 787, 789,
166
- 791, 793, 795, 797, 799, 801, 803, 805,
167
- 807, 809, 811, 813, 815, 817, 819, 821,
168
- 823, 825, 827, 829, 831, 833, 835, 837,
169
- 839, 841, 843, 845, 847, 849, 851, 853,
170
- 855, 857, 859, 861, 863, 865, 867, 869,
171
- 871, 873, 875, 877, 879, 881, 883, 885,
172
- 887, 889, 891, 893, 895, 897, 899, 901,
173
- 903, 905, 907, 909, 911, 913, 915, 917,
174
- 919, 921, 923, 925, 927, 929, 931, 933,
175
- 935, 937, 939, 941, 943, 945, 947, 949,
176
- 950, 951, 952, 953, 954, 955, 956, 957,
177
- 958, 959, 960, 961, 962, 963, 964, 965,
178
- 966, 967, 968, 969, 970, 971, 972, 973,
179
- 974, 975, 976, 977, 978, 979, 980, 981,
180
- 982, 983, 984, 985, 986, 987, 988, 989,
181
- 990, 991, 992, 993, 994, 995, 996, 997,
182
- 998, 999, 1000, 1001, 1002, 1003, 1004, 1005,
183
- 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013,
184
- 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021,
185
- 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029,
186
- 1030, 1031, 1040, 1043, 1047, 1049, 1051, 1053,
187
- 1055, 1057, 1059, 1061, 1063, 1065, 1067, 1069,
188
- 1071, 1073, 1075, 1077, 1079, 1081, 1083, 1085,
189
- 1087, 1089, 1091, 1093, 1095, 1097, 1099, 1101,
190
- 1103, 1105, 1107, 1109, 1111, 1113, 1116, 1118,
191
- 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134,
192
- 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150,
193
- 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166,
194
- 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182,
195
- 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198,
196
- 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214,
197
- 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230,
198
- 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246,
199
- 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262,
200
- 1264, 1266, 1268, 1270, 1272, 1274, 1278, 1280,
201
- 1282, 1285, 1287, 1289, 1291, 1293, 1295, 1297,
202
- 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1313,
203
- 1315, 1317, 1319, 1321, 1323, 1325, 1327, 1329,
204
- 1331, 1333, 1335, 1337, 1339, 1341, 1343, 1345,
205
- 1347, 1349, 1352, 1354, 1356, 1358, 1360, 1362,
206
- 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378,
207
- 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394,
208
- 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410,
209
- 1412, 1414, 1416, 1418, 1420, 1422, 1424, 1426,
210
- 1428, 1430, 1432, 1434, 1437, 1438, 1439, 1441,
211
- 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449,
212
- 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457,
213
- 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465,
214
- 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473,
215
- 1474, 1483, 1486, 1491, 1493, 1495, 1497, 1499,
216
- 1501, 1503, 1505, 1507, 1509, 1511, 1513, 1515,
217
- 1517, 1519, 1521, 1523, 1525, 1527, 1529, 1531,
218
- 1533, 1535, 1537, 1539, 1541, 1543, 1545, 1547,
219
- 1549, 1551, 1553, 1555, 1557, 1560, 1562, 1564,
220
- 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580,
221
- 1582, 1584, 1586, 1588, 1590, 1592, 1594, 1596,
222
- 1598, 1600, 1602, 1604, 1606, 1608, 1610, 1612,
223
- 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628,
224
- 1630, 1632, 1634, 1636, 1638, 1640, 1642, 1644,
225
- 1646, 1648, 1650, 1652, 1654, 1656, 1658, 1660,
226
- 1662, 1664, 1666, 1668, 1670, 1672, 1674, 1676,
227
- 1678, 1680, 1682, 1684, 1686, 1688, 1690, 1692,
228
- 1694, 1696, 1698, 1700, 1702, 1704, 1706, 1708,
229
- 1710, 1712, 1714, 1716, 1718, 1720, 1722, 1724,
230
- 1726, 1728, 1730, 1732, 1734, 1736, 1738, 1740,
231
- 1742, 1744, 1746, 1748, 1750, 1752, 1754, 1756,
232
- 1758, 1760, 1762, 1764, 1766, 1768, 1770, 1772,
233
- 1774, 1776, 1778, 1780, 1782, 1784, 1786, 1788,
234
- 1790, 1794, 1796, 1798, 1801, 1803, 1805, 1807,
235
- 1809, 1811, 1813, 1815, 1817, 1819, 1821, 1823,
236
- 1827, 1829, 1831, 1833, 1835, 1837, 1839, 1841,
237
- 1843, 1845, 1847, 1849, 1851, 1853, 1855, 1857,
238
- 1859, 1861, 1863, 1865, 1867, 1869, 1871, 1873,
239
- 1875, 1877, 1879, 1881, 1883, 1885, 1888, 1890,
240
- 1892, 1894, 1896, 1898, 1900, 1902, 1904, 1906,
241
- 1908, 1910, 1912, 1914, 1916, 1918, 1920, 1922,
242
- 1924, 1926, 1928, 1930, 1932, 1934, 1936, 1938,
243
- 1940, 1942, 1944, 1946, 1948, 1950, 1952, 1954,
244
- 1956, 1958, 1960, 1962, 1964, 1966, 1968, 1970,
245
- 1972, 1974, 1976, 1977, 1978, 1981, 1982, 1983,
246
- 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991,
247
- 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
248
- 2008, 2011, 2016, 2018, 2020, 2022, 2024, 2026,
249
- 2028, 2030, 2032, 2034, 2036, 2038, 2040, 2042,
250
- 2044, 2046, 2048, 2050, 2052, 2054, 2056, 2058,
251
- 2060, 2062, 2064, 2066, 2068, 2070, 2072, 2074,
252
- 2076, 2078, 2080, 2082, 2085, 2087, 2089, 2091,
253
- 2093, 2095, 2097, 2099, 2101, 2103, 2105, 2107,
254
- 2109, 2111, 2113, 2115, 2117, 2119, 2121, 2123,
255
- 2125, 2127, 2129, 2131, 2133, 2135, 2137, 2139,
256
- 2141, 2143, 2145, 2147, 2149, 2151, 2153, 2155,
257
- 2157, 2159, 2161, 2163, 2165, 2167, 2169, 2171,
258
- 2173, 2175, 2177, 2179, 2181, 2183, 2185, 2187,
259
- 2189, 2191, 2193, 2195, 2197, 2199, 2201, 2203,
260
- 2205, 2207, 2209, 2211, 2213, 2215, 2217, 2219,
261
- 2221, 2223, 2225, 2227, 2229, 2231, 2233, 2235,
262
- 2237, 2239, 2241, 2243, 2245, 2247, 2249, 2251,
263
- 2253, 2255, 2257, 2259, 2261, 2263, 2265, 2267,
264
- 2269, 2271, 2273, 2275, 2277, 2279, 2281, 2283,
265
- 2285, 2287, 2289, 2291, 2293, 2295, 2297, 2299,
266
- 2301, 2303, 2305, 2307, 2309, 2311, 2313, 2315,
267
- 2319, 2321, 2323, 2326, 2328, 2330, 2332, 2334,
268
- 2336, 2338, 2340, 2342, 2344, 2346, 2348, 2351,
269
- 2353, 2355, 2357, 2359, 2361, 2363, 2365, 2367,
270
- 2369, 2371, 2373, 2375, 2377, 2379, 2381, 2383,
271
- 2385, 2388, 2390, 2392, 2394, 2396, 2398, 2400,
272
- 2402, 2404, 2406, 2408, 2410, 2412, 2414, 2416,
273
- 2418, 2420, 2422, 2424, 2426, 2428, 2430, 2432,
274
- 2434, 2436, 2438, 2440, 2442, 2444, 2446, 2448,
275
- 2450, 2452, 2454, 2456, 2458, 2460, 2462, 2464,
276
- 2466, 2468, 2470, 2472, 2474, 2476, 2477, 2478,
277
- 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486,
278
- 2487, 2488, 2489, 2490, 2492, 2493, 2494, 2495,
279
- 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503,
280
- 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511,
281
- 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519,
282
- 2520, 2521, 2522, 2523, 2524
283
- };
284
-
285
- static const char _lexer_trans_keys[] = {
286
- -32, -17, 10, 32, 34, 35, 37, 42,
287
- 64, 124, 9, 13, -72, -71, -127, -124,
288
- -118, -108, -86, -32, -72, -77, -32, -72,
289
- -85, -32, -72, -103, -32, -72, -108, -32,
290
- -71, -125, -32, -72, -85, -32, -71, -119,
291
- 32, 10, 13, 10, 13, -32, 10, 32,
292
- 34, 35, 37, 42, 64, 124, 9, 13,
293
- 34, 34, 10, 13, 10, 13, 10, 32,
294
- 34, 9, 13, 10, 32, 34, 9, 13,
295
- 10, 32, 34, 9, 13, 10, 32, 34,
296
- 9, 13, 10, 32, 9, 13, 10, 32,
297
- 9, 13, 10, 13, 10, 95, 70, 69,
298
- 65, 84, 85, 82, 69, 95, 69, 78,
299
- 68, 95, 37, 13, 32, 64, 9, 10,
300
- 9, 10, 13, 32, 64, 11, 12, 10,
301
- 32, 64, 9, 13, 32, 124, 9, 13,
302
- 10, 32, 92, 124, 9, 13, 10, 92,
303
- 124, 10, 92, 10, 32, 92, 124, 9,
304
- 13, -32, 10, 32, 34, 35, 37, 42,
305
- 64, 124, 9, 13, -32, -72, -89, -32,
306
- -72, -78, -32, -72, -95, -32, -72, -107,
307
- -86, -32, -71, -119, -32, -72, -83, -32,
308
- -72, -121, -32, -72, -127, -32, -72, -78,
309
- -32, -72, -93, -32, -72, -105, -32, -72,
310
- -78, -32, -72, -121, -32, -72, -104, -32,
311
- -72, -72, -32, -72, -93, -32, -72, -127,
312
- -32, -72, -76, -32, -72, -120, 58, 10,
313
- 10, -32, 10, 32, 35, 37, 64, 9,
314
- 13, -72, -71, 10, -124, -118, -86, 10,
315
- -32, 10, -72, 10, -89, 10, -32, 10,
316
- -72, 10, -78, 10, -32, 10, -72, 10,
317
- -95, 10, -32, 10, -72, 10, -107, -86,
318
- 10, -32, 10, -71, 10, -119, 10, -32,
319
- 10, -72, 10, -83, 10, -32, 10, -72,
320
- 10, -121, 10, -32, 10, -72, 10, -127,
321
- 10, -32, 10, -72, 10, -78, 10, -32,
322
- 10, -72, 10, -93, 10, -32, 10, -72,
323
- 10, -105, 10, -32, 10, -72, 10, -78,
324
- 10, -32, 10, -72, 10, -121, 10, -32,
325
- 10, -72, 10, -104, 10, -32, 10, -72,
326
- 10, -72, 10, -32, 10, -72, 10, -93,
327
- 10, -32, 10, -72, 10, -127, 10, -32,
328
- 10, -72, 10, -76, 10, -32, 10, -72,
329
- 10, -120, 10, 10, 58, -32, 10, 32,
330
- 34, 35, 37, 42, 64, 124, 9, 13,
331
- -32, 10, -72, 10, -78, 10, -32, 10,
332
- -72, 10, -95, 10, -32, 10, -72, 10,
333
- -78, 10, -32, 10, -72, 10, -93, 10,
334
- -32, 10, -72, 10, -106, 10, -32, 10,
335
- -72, 10, -72, 10, -32, 10, -72, 10,
336
- -108, 10, -32, 10, -72, 10, -126, 10,
337
- -32, 10, -72, 10, -83, 10, -32, 10,
338
- -72, 10, -121, 10, -32, 10, -72, -71,
339
- 10, -107, 10, -32, 10, -72, 10, -79,
340
- 10, -32, 10, -72, 10, -89, 10, -32,
341
- 10, -72, 10, -83, 10, -32, 10, -72,
342
- 10, -94, 10, -32, 10, -71, 10, -120,
343
- 10, -32, 10, -72, 10, -78, 10, -32,
344
- 10, -72, 10, -121, 10, -128, 10, -32,
345
- 10, -72, 10, -85, 10, -32, 10, -72,
346
- 10, -107, 10, -32, 10, -72, 10, -72,
347
- 10, -32, 10, -72, 10, -127, 10, -32,
348
- 10, -72, 10, -78, 10, -32, 10, -72,
349
- 10, -93, 10, -32, 10, -72, 10, -109,
350
- 10, -32, 10, -71, 10, -116, 10, -32,
351
- 10, -72, 10, -93, 10, -32, 10, -72,
352
- 10, -72, 10, -32, 10, -72, 10, -101,
353
- 10, -32, 10, -71, 10, -128, -127, -126,
354
- 10, -32, 10, -72, 10, -103, 10, -32,
355
- 10, -72, 10, -89, 10, -32, 10, -72,
356
- 10, -124, 10, -32, 10, -72, 10, -76,
357
- 10, -32, 10, -72, 10, -108, 10, -32,
358
- 10, -72, 10, -124, 10, -32, 10, -72,
359
- 10, -93, 10, -32, 10, -72, 10, -121,
360
- 10, -32, 10, -72, 10, -86, -85, 10,
361
- -32, 10, -72, 10, -93, 10, -32, 10,
362
- -71, 10, -119, 10, -32, 10, -72, 10,
363
- -78, 10, -32, 10, -72, 10, -121, 10,
364
- -32, 10, -72, 10, -126, 10, -32, 10,
365
- -72, 10, -83, 10, -32, 10, -72, 10,
366
- -121, 10, -32, 10, -72, 10, -91, 10,
367
- -32, 10, -72, 10, -79, 10, -32, 10,
368
- -72, 10, -127, 10, 10, 95, 10, 70,
369
- 10, 69, 10, 65, 10, 84, 10, 85,
370
- 10, 82, 10, 69, 10, 95, 10, 69,
371
- 10, 78, 10, 68, 10, 95, 10, 37,
372
- -32, -72, -78, -32, -72, -95, -32, -72,
373
- -78, -32, -72, -93, -32, -72, -106, -32,
374
- -72, -72, -32, -72, -108, -32, -72, -126,
375
- -32, -72, -83, -32, -72, -121, -32, -72,
376
- -71, -107, -32, -72, -79, -32, -72, -89,
377
- -32, -72, -83, -32, -72, -94, -32, -71,
378
- -120, -32, -72, -78, -32, -72, -121, 58,
379
- 10, 10, -32, 10, 32, 35, 124, 9,
380
- 13, -72, -71, 10, -124, 10, -32, 10,
381
- -72, 10, -89, 10, -32, 10, -72, 10,
382
- -78, 10, -32, 10, -72, 10, -95, 10,
383
- -32, 10, -72, 10, -107, -86, 10, -32,
384
- 10, -71, 10, -119, 10, -32, 10, -72,
385
- 10, -83, 10, -32, 10, -72, 10, -121,
386
- 10, -32, 10, -72, 10, -127, 10, -32,
387
- 10, -72, 10, -78, 10, -32, 10, -72,
388
- 10, -93, 10, -32, 10, -72, 10, -105,
389
- 10, -32, 10, -72, 10, -78, 10, -32,
390
- 10, -72, 10, -121, 10, -32, 10, -72,
391
- 10, -104, 10, -32, 10, -72, 10, -72,
392
- 10, -32, 10, -72, 10, -93, 10, -32,
393
- 10, -72, 10, -127, 10, -32, 10, -72,
394
- 10, -76, 10, -32, 10, -72, 10, -120,
395
- 10, 10, 58, -32, 10, -72, 10, -78,
396
- 10, -32, 10, -72, 10, -95, 10, -32,
397
- 10, -72, 10, -78, 10, -32, 10, -72,
398
- 10, -93, 10, -32, 10, -72, 10, -106,
399
- 10, -126, 10, -32, 10, -72, 10, -124,
400
- 10, -32, 10, -72, 10, -93, 10, -32,
401
- 10, -72, 10, -121, 10, -32, 10, -72,
402
- 10, -85, 10, -32, 10, -72, 10, -91,
403
- 10, -32, 10, -72, 10, -79, 10, -32,
404
- 10, -72, 10, -127, 10, -128, -32, -72,
405
- -85, -32, -72, -107, -32, -72, -72, -32,
406
- -72, -127, -32, -72, -78, -32, -72, -93,
407
- -32, -72, -109, -32, -71, -116, -32, -72,
408
- -79, -32, -72, -121, -32, -72, -103, -32,
409
- -72, -79, -32, -71, -119, -32, -72, -103,
410
- -32, -72, -93, -32, -72, -72, -32, -72,
411
- -101, -32, -71, -128, -32, -72, -85, -32,
412
- -72, -107, -32, -72, -72, -32, -72, -127,
413
- -32, -72, -78, -32, -72, -93, -32, -72,
414
- -109, -32, -71, -116, 58, 10, 10, -32,
415
- 10, 32, 35, 37, 42, 64, 9, 13,
416
- -72, -71, 10, -127, -124, -108, 10, -32,
417
- 10, -72, 10, -77, 10, -32, 10, -72,
418
- 10, -85, 10, -32, 10, -72, 10, -103,
419
- 10, -32, 10, -72, 10, -108, 10, -32,
420
- 10, -71, 10, -125, 10, -32, 10, -72,
421
- 10, -85, 10, -32, 10, -71, 10, -119,
422
- 10, 10, 32, -32, 10, -72, 10, -89,
423
- 10, -32, 10, -72, 10, -78, 10, -32,
424
- 10, -72, 10, -95, 10, -32, 10, -72,
425
- 10, -107, -86, 10, -32, 10, -71, 10,
426
- -119, 10, -32, 10, -72, 10, -83, 10,
427
- -32, 10, -72, 10, -121, 10, -32, 10,
428
- -72, 10, -127, 10, -32, 10, -72, 10,
429
- -78, 10, -32, 10, -72, 10, -93, 10,
430
- -32, 10, -72, 10, -105, 10, -32, 10,
431
- -72, 10, -78, 10, -32, 10, -72, 10,
432
- -121, 10, -32, 10, -72, 10, -104, 10,
433
- -32, 10, -72, 10, -72, 10, -32, 10,
434
- -72, 10, -93, 10, -32, 10, -72, 10,
435
- -127, 10, -32, 10, -72, 10, -76, 10,
436
- -32, 10, -72, 10, -120, 10, 10, 58,
437
- -32, 10, -72, 10, -78, 10, -32, 10,
438
- -72, 10, -95, 10, -32, 10, -72, 10,
439
- -78, 10, -32, 10, -72, 10, -93, 10,
440
- -32, 10, -72, 10, -106, 10, -32, 10,
441
- -72, 10, -79, 10, -32, 10, -72, 10,
442
- -121, 10, -32, 10, -72, 10, -103, 10,
443
- -32, 10, -72, 10, -79, 10, -32, 10,
444
- -71, 10, -119, 10, -32, 10, -72, 10,
445
- -103, 10, -128, -127, -126, 10, -32, 10,
446
- -72, 10, -95, -85, 10, -32, 10, -72,
447
- 10, -73, 10, -32, 10, -71, 10, -120,
448
- 10, -32, 10, -72, 10, -83, 10, -32,
449
- 10, -72, 10, -107, 10, -32, 10, -72,
450
- 10, -72, 10, -32, 10, -72, 10, -127,
451
- 10, -32, 10, -72, 10, -78, 10, -32,
452
- 10, -72, 10, -93, 10, -32, 10, -72,
453
- 10, -109, 10, -32, 10, -71, 10, -116,
454
- 10, -32, 10, -72, 10, -107, -91, 10,
455
- -32, 10, -71, 10, -120, 10, -32, 10,
456
- -72, 10, -80, 10, -32, 10, -72, 10,
457
- -124, 10, -32, 10, -72, 10, -93, 10,
458
- -32, 10, -72, 10, -121, 10, -32, 10,
459
- -72, 10, -85, 10, -32, 10, -72, 10,
460
- -91, 10, -32, 10, -72, 10, -79, 10,
461
- -32, 10, -72, 10, -127, 10, 10, 95,
462
- 10, 70, 10, 69, 10, 65, 10, 84,
463
- 10, 85, 10, 82, 10, 69, 10, 95,
464
- 10, 69, 10, 78, 10, 68, 10, 95,
465
- 10, 37, -128, -127, -126, -32, -72, -95,
466
- -85, -32, -72, -73, -32, -71, -120, -32,
467
- -72, -83, -32, -72, -107, -32, -72, -72,
468
- -32, -72, -127, -32, -72, -78, -32, -72,
469
- -93, -32, -72, -109, -32, -71, -116, 58,
470
- 10, 10, -32, 10, 32, 35, 37, 42,
471
- 64, 9, 13, -72, -71, 10, -127, -124,
472
- -108, -86, 10, -32, 10, -72, 10, -77,
473
- 10, -32, 10, -72, 10, -85, 10, -32,
474
- 10, -72, 10, -103, 10, -32, 10, -72,
475
- 10, -108, 10, -32, 10, -71, 10, -125,
476
- 10, -32, 10, -72, 10, -85, 10, -32,
477
- 10, -71, 10, -119, 10, 10, 32, -32,
478
- 10, -72, 10, -89, 10, -32, 10, -72,
479
- 10, -78, 10, -32, 10, -72, 10, -95,
480
- 10, -32, 10, -72, 10, -107, -86, 10,
481
- -32, 10, -71, 10, -119, 10, -32, 10,
482
- -72, 10, -83, 10, -32, 10, -72, 10,
483
- -121, 10, -32, 10, -72, 10, -127, 10,
484
- -32, 10, -72, 10, -78, 10, -32, 10,
485
- -72, 10, -93, 10, -32, 10, -72, 10,
486
- -105, 10, -32, 10, -72, 10, -78, 10,
487
- -32, 10, -72, 10, -121, 10, -32, 10,
488
- -72, 10, -104, 10, -32, 10, -72, 10,
489
- -72, 10, -32, 10, -72, 10, -93, 10,
490
- -32, 10, -72, 10, -127, 10, -32, 10,
491
- -72, 10, -76, 10, -32, 10, -72, 10,
492
- -120, 10, 10, 58, -32, 10, -72, 10,
493
- -78, 10, -32, 10, -72, 10, -95, 10,
494
- -32, 10, -72, 10, -78, 10, -32, 10,
495
- -72, 10, -93, 10, -32, 10, -72, 10,
496
- -106, 10, -32, 10, -72, 10, -79, 10,
497
- -32, 10, -72, 10, -121, 10, -32, 10,
498
- -72, 10, -103, 10, -32, 10, -72, 10,
499
- -79, 10, -32, 10, -71, 10, -119, 10,
500
- -32, 10, -72, 10, -103, 10, -32, 10,
501
- -72, 10, -93, 10, -32, 10, -72, 10,
502
- -72, 10, -32, 10, -72, 10, -101, 10,
503
- -32, 10, -71, 10, -128, 10, -32, 10,
504
- -72, 10, -85, 10, -32, 10, -72, 10,
505
- -107, 10, -32, 10, -72, 10, -72, 10,
506
- -32, 10, -72, 10, -127, 10, -32, 10,
507
- -72, 10, -78, 10, -32, 10, -72, 10,
508
- -93, 10, -32, 10, -72, 10, -109, 10,
509
- -32, 10, -71, 10, -116, 10, -128, -127,
510
- -126, 10, -32, 10, -72, 10, -95, -85,
511
- 10, -32, 10, -72, 10, -73, 10, -32,
512
- 10, -71, 10, -120, 10, -32, 10, -72,
513
- 10, -83, 10, -32, 10, -72, 10, -107,
514
- -103, -91, 10, -32, 10, -71, 10, -120,
515
- 10, -32, 10, -72, 10, -89, 10, -32,
516
- 10, -72, 10, -124, 10, -32, 10, -72,
517
- 10, -76, 10, -32, 10, -72, 10, -108,
518
- 10, -32, 10, -72, 10, -80, 10, -32,
519
- 10, -72, 10, -124, 10, -32, 10, -72,
520
- 10, -93, 10, -32, 10, -72, 10, -121,
521
- 10, -32, 10, -72, 10, -86, -85, 10,
522
- -32, 10, -72, 10, -93, 10, -32, 10,
523
- -71, 10, -119, 10, -32, 10, -72, 10,
524
- -78, 10, -32, 10, -72, 10, -121, 10,
525
- -32, 10, -72, 10, -126, 10, -32, 10,
526
- -72, 10, -83, 10, -32, 10, -72, 10,
527
- -121, 10, -32, 10, -72, 10, -91, 10,
528
- -32, 10, -72, 10, -79, 10, -32, 10,
529
- -72, 10, -127, 10, 10, 95, 10, 70,
530
- 10, 69, 10, 65, 10, 84, 10, 85,
531
- 10, 82, 10, 69, 10, 95, 10, 69,
532
- 10, 78, 10, 68, 10, 95, 10, 37,
533
- -32, -72, -107, -103, -91, -32, -71, -120,
534
- -32, -72, -89, -32, -72, -124, -32, -72,
535
- -76, -32, -72, -108, 58, 10, 10, -32,
536
- 10, 32, 35, 37, 42, 64, 9, 13,
537
- -72, -71, 10, -127, -124, -108, -86, 10,
538
- -32, 10, -72, 10, -77, 10, -32, 10,
539
- -72, 10, -85, 10, -32, 10, -72, 10,
540
- -103, 10, -32, 10, -72, 10, -108, 10,
541
- -32, 10, -71, 10, -125, 10, -32, 10,
542
- -72, 10, -85, 10, -32, 10, -71, 10,
543
- -119, 10, 10, 32, -32, 10, -72, 10,
544
- -89, 10, -32, 10, -72, 10, -78, 10,
545
- -32, 10, -72, 10, -95, 10, -32, 10,
546
- -72, 10, -107, -86, 10, -32, 10, -71,
547
- 10, -119, 10, -32, 10, -72, 10, -83,
548
- 10, -32, 10, -72, 10, -121, 10, -32,
549
- 10, -72, 10, -127, 10, -32, 10, -72,
550
- 10, -78, 10, -32, 10, -72, 10, -93,
551
- 10, -32, 10, -72, 10, -105, 10, -32,
552
- 10, -72, 10, -78, 10, -32, 10, -72,
553
- 10, -121, 10, -32, 10, -72, 10, -104,
554
- 10, -32, 10, -72, 10, -72, 10, -32,
555
- 10, -72, 10, -93, 10, -32, 10, -72,
556
- 10, -127, 10, -32, 10, -72, 10, -76,
557
- 10, -32, 10, -72, 10, -120, 10, 10,
558
- 58, -32, 10, -72, 10, -78, 10, -32,
559
- 10, -72, 10, -95, 10, -32, 10, -72,
560
- 10, -78, 10, -32, 10, -72, 10, -93,
561
- 10, -32, 10, -72, 10, -106, 10, -32,
562
- 10, -72, 10, -79, 10, -32, 10, -72,
563
- 10, -121, 10, -32, 10, -72, 10, -103,
564
- 10, -32, 10, -72, 10, -79, 10, -32,
565
- 10, -71, 10, -119, 10, -32, 10, -72,
566
- 10, -103, 10, -32, 10, -72, 10, -93,
567
- 10, -32, 10, -72, 10, -72, 10, -32,
568
- 10, -72, 10, -101, 10, -32, 10, -71,
569
- 10, -128, 10, -32, 10, -72, 10, -85,
570
- 10, -32, 10, -72, 10, -107, 10, -32,
571
- 10, -72, 10, -72, 10, -32, 10, -72,
572
- 10, -127, 10, -32, 10, -72, 10, -78,
573
- 10, -32, 10, -72, 10, -93, 10, -32,
574
- 10, -72, 10, -109, 10, -32, 10, -71,
575
- 10, -116, 10, -128, -127, -126, 10, -32,
576
- 10, -72, 10, -95, -85, 10, -32, 10,
577
- -72, 10, -73, 10, -32, 10, -71, 10,
578
- -120, 10, -32, 10, -72, 10, -83, 10,
579
- -32, 10, -72, 10, -107, -91, 10, -32,
580
- 10, -71, 10, -120, 10, -32, 10, -72,
581
- 10, -80, 10, -32, 10, -72, 10, -124,
582
- 10, -32, 10, -72, 10, -93, 10, -32,
583
- 10, -72, 10, -121, 10, -32, 10, -72,
584
- 10, -86, -85, 10, -32, 10, -72, 10,
585
- -93, 10, -32, 10, -71, 10, -119, 10,
586
- -32, 10, -72, 10, -78, 10, -32, 10,
587
- -72, 10, -121, 10, -32, 10, -72, 10,
588
- -126, 10, -32, 10, -72, 10, -83, 10,
589
- -32, 10, -72, 10, -121, 10, -32, 10,
590
- -72, 10, -91, 10, -32, 10, -72, 10,
591
- -79, 10, -32, 10, -72, 10, -127, 10,
592
- 10, 95, 10, 70, 10, 69, 10, 65,
593
- 10, 84, 10, 85, 10, 82, 10, 69,
594
- 10, 95, 10, 69, 10, 78, 10, 68,
595
- 10, 95, 10, 37, -32, -72, -80, -32,
596
- -72, -124, -32, -72, -93, -32, -72, -121,
597
- -32, -72, -86, -85, -32, -72, -93, -32,
598
- -71, -119, -32, -72, -78, -32, -72, -121,
599
- -32, -72, -126, -32, -72, -83, -32, -72,
600
- -121, -32, -72, -91, -32, -72, -79, -32,
601
- -72, -127, -69, -65, 0
602
- };
603
-
604
- static const char _lexer_single_lengths[] = {
605
- 0, 10, 2, 5, 1, 1, 1, 1,
606
- 1, 1, 1, 1, 1, 1, 1, 1,
607
- 1, 1, 1, 1, 1, 1, 1, 1,
608
- 1, 1, 2, 2, 9, 1, 1, 2,
609
- 2, 3, 3, 3, 3, 2, 2, 2,
610
- 1, 1, 1, 1, 1, 1, 1, 1,
611
- 1, 1, 1, 1, 1, 1, 1, 3,
612
- 5, 3, 2, 4, 3, 2, 4, 9,
613
- 1, 1, 1, 1, 1, 1, 1, 1,
614
- 1, 1, 1, 2, 1, 1, 1, 1,
615
- 1, 1, 1, 1, 1, 1, 1, 1,
616
- 1, 1, 1, 1, 1, 1, 1, 1,
617
- 1, 1, 1, 1, 1, 1, 1, 1,
618
- 1, 1, 1, 1, 1, 1, 1, 1,
619
- 1, 1, 1, 1, 1, 1, 1, 1,
620
- 1, 1, 1, 1, 6, 3, 4, 2,
621
- 2, 2, 2, 2, 2, 2, 2, 2,
622
- 2, 2, 3, 2, 2, 2, 2, 2,
623
- 2, 2, 2, 2, 2, 2, 2, 2,
624
- 2, 2, 2, 2, 2, 2, 2, 2,
625
- 2, 2, 2, 2, 2, 2, 2, 2,
626
- 2, 2, 2, 2, 2, 2, 2, 2,
627
- 2, 2, 2, 2, 2, 2, 2, 2,
628
- 2, 9, 2, 2, 2, 2, 2, 2,
629
- 2, 2, 2, 2, 2, 2, 2, 2,
630
- 2, 2, 2, 2, 2, 2, 2, 2,
631
- 2, 2, 2, 2, 2, 2, 2, 2,
632
- 2, 3, 2, 2, 2, 2, 2, 2,
633
- 2, 2, 2, 2, 2, 2, 2, 2,
634
- 2, 2, 2, 2, 2, 2, 2, 2,
635
- 2, 2, 2, 2, 2, 2, 2, 2,
636
- 2, 2, 2, 2, 2, 2, 2, 2,
637
- 2, 2, 2, 2, 2, 2, 2, 2,
638
- 2, 2, 2, 2, 2, 2, 2, 2,
639
- 2, 2, 2, 2, 4, 2, 2, 2,
640
- 2, 2, 2, 2, 2, 2, 2, 2,
641
- 2, 2, 2, 2, 2, 2, 2, 2,
642
- 2, 2, 2, 2, 2, 2, 2, 3,
643
- 2, 2, 2, 2, 2, 2, 2, 2,
644
- 2, 2, 2, 2, 2, 2, 2, 2,
645
- 2, 2, 2, 2, 2, 2, 2, 2,
646
- 2, 2, 2, 2, 2, 2, 2, 2,
647
- 2, 2, 2, 2, 2, 2, 2, 2,
648
- 2, 2, 2, 2, 1, 1, 1, 1,
649
- 1, 1, 1, 1, 1, 1, 1, 1,
650
- 1, 1, 1, 1, 1, 1, 1, 1,
651
- 1, 1, 1, 1, 1, 1, 1, 1,
652
- 1, 1, 1, 2, 1, 1, 1, 1,
653
- 1, 1, 1, 1, 1, 1, 1, 1,
654
- 1, 1, 1, 1, 1, 1, 1, 1,
655
- 1, 1, 1, 1, 1, 5, 3, 2,
656
- 2, 2, 2, 2, 2, 2, 2, 2,
657
- 2, 2, 2, 3, 2, 2, 2, 2,
658
- 2, 2, 2, 2, 2, 2, 2, 2,
659
- 2, 2, 2, 2, 2, 2, 2, 2,
660
- 2, 2, 2, 2, 2, 2, 2, 2,
661
- 2, 2, 2, 2, 2, 2, 2, 2,
662
- 2, 2, 2, 2, 2, 2, 2, 2,
663
- 2, 2, 2, 2, 2, 2, 2, 2,
664
- 2, 2, 2, 2, 2, 2, 2, 2,
665
- 2, 2, 2, 2, 2, 2, 2, 2,
666
- 2, 2, 2, 2, 2, 2, 2, 2,
667
- 2, 2, 2, 2, 2, 2, 2, 1,
668
- 1, 1, 1, 1, 1, 1, 1, 1,
669
- 1, 1, 1, 1, 1, 1, 1, 1,
670
- 1, 1, 1, 1, 1, 1, 1, 1,
671
- 1, 1, 1, 1, 1, 1, 1, 1,
672
- 1, 1, 1, 1, 1, 1, 1, 1,
673
- 1, 1, 1, 1, 1, 1, 1, 1,
674
- 1, 1, 1, 1, 1, 1, 1, 1,
675
- 1, 1, 1, 1, 1, 1, 1, 1,
676
- 1, 1, 1, 1, 1, 1, 1, 1,
677
- 1, 1, 1, 1, 1, 1, 1, 1,
678
- 1, 7, 3, 4, 2, 2, 2, 2,
679
- 2, 2, 2, 2, 2, 2, 2, 2,
680
- 2, 2, 2, 2, 2, 2, 2, 2,
681
- 2, 2, 2, 2, 2, 2, 2, 2,
682
- 2, 2, 2, 2, 2, 3, 2, 2,
683
- 2, 2, 2, 2, 2, 2, 2, 2,
684
- 2, 2, 2, 2, 2, 2, 2, 2,
685
- 2, 2, 2, 2, 2, 2, 2, 2,
686
- 2, 2, 2, 2, 2, 2, 2, 2,
687
- 2, 2, 2, 2, 2, 2, 2, 2,
688
- 2, 2, 2, 2, 2, 2, 2, 2,
689
- 2, 2, 2, 2, 2, 2, 2, 2,
690
- 2, 2, 2, 2, 2, 2, 2, 2,
691
- 2, 2, 2, 2, 2, 2, 2, 2,
692
- 2, 2, 2, 2, 2, 4, 2, 2,
693
- 3, 2, 2, 2, 2, 2, 2, 2,
694
- 2, 2, 2, 2, 2, 2, 2, 2,
695
- 2, 2, 2, 2, 2, 2, 2, 2,
696
- 2, 2, 2, 2, 2, 2, 2, 2,
697
- 2, 3, 2, 2, 2, 2, 2, 2,
698
- 2, 2, 2, 2, 2, 2, 2, 2,
699
- 2, 2, 2, 2, 2, 2, 2, 2,
700
- 2, 2, 2, 2, 2, 2, 2, 2,
701
- 2, 2, 2, 2, 2, 2, 2, 2,
702
- 2, 2, 2, 3, 1, 1, 2, 1,
703
- 1, 1, 1, 1, 1, 1, 1, 1,
704
- 1, 1, 1, 1, 1, 1, 1, 1,
705
- 1, 1, 1, 1, 1, 1, 1, 1,
706
- 1, 1, 1, 1, 1, 1, 1, 1,
707
- 7, 3, 5, 2, 2, 2, 2, 2,
708
- 2, 2, 2, 2, 2, 2, 2, 2,
709
- 2, 2, 2, 2, 2, 2, 2, 2,
710
- 2, 2, 2, 2, 2, 2, 2, 2,
711
- 2, 2, 2, 2, 3, 2, 2, 2,
712
- 2, 2, 2, 2, 2, 2, 2, 2,
713
- 2, 2, 2, 2, 2, 2, 2, 2,
714
- 2, 2, 2, 2, 2, 2, 2, 2,
715
- 2, 2, 2, 2, 2, 2, 2, 2,
716
- 2, 2, 2, 2, 2, 2, 2, 2,
717
- 2, 2, 2, 2, 2, 2, 2, 2,
718
- 2, 2, 2, 2, 2, 2, 2, 2,
719
- 2, 2, 2, 2, 2, 2, 2, 2,
720
- 2, 2, 2, 2, 2, 2, 2, 2,
721
- 2, 2, 2, 2, 2, 2, 2, 2,
722
- 2, 2, 2, 2, 2, 2, 2, 2,
723
- 2, 2, 2, 2, 2, 2, 2, 2,
724
- 2, 2, 2, 2, 2, 2, 2, 2,
725
- 2, 2, 2, 2, 2, 2, 2, 2,
726
- 4, 2, 2, 3, 2, 2, 2, 2,
727
- 2, 2, 2, 2, 2, 2, 2, 4,
728
- 2, 2, 2, 2, 2, 2, 2, 2,
729
- 2, 2, 2, 2, 2, 2, 2, 2,
730
- 2, 2, 2, 2, 2, 2, 2, 2,
731
- 2, 2, 2, 2, 2, 3, 2, 2,
732
- 2, 2, 2, 2, 2, 2, 2, 2,
733
- 2, 2, 2, 2, 2, 2, 2, 2,
734
- 2, 2, 2, 2, 2, 2, 2, 2,
735
- 2, 2, 2, 2, 2, 2, 2, 2,
736
- 2, 2, 2, 2, 2, 2, 2, 2,
737
- 2, 2, 1, 1, 3, 1, 1, 1,
738
- 1, 1, 1, 1, 1, 1, 1, 1,
739
- 1, 1, 1, 1, 1, 1, 1, 7,
740
- 3, 5, 2, 2, 2, 2, 2, 2,
741
- 2, 2, 2, 2, 2, 2, 2, 2,
742
- 2, 2, 2, 2, 2, 2, 2, 2,
743
- 2, 2, 2, 2, 2, 2, 2, 2,
744
- 2, 2, 2, 3, 2, 2, 2, 2,
745
- 2, 2, 2, 2, 2, 2, 2, 2,
746
- 2, 2, 2, 2, 2, 2, 2, 2,
747
- 2, 2, 2, 2, 2, 2, 2, 2,
748
- 2, 2, 2, 2, 2, 2, 2, 2,
749
- 2, 2, 2, 2, 2, 2, 2, 2,
750
- 2, 2, 2, 2, 2, 2, 2, 2,
751
- 2, 2, 2, 2, 2, 2, 2, 2,
752
- 2, 2, 2, 2, 2, 2, 2, 2,
753
- 2, 2, 2, 2, 2, 2, 2, 2,
754
- 2, 2, 2, 2, 2, 2, 2, 2,
755
- 2, 2, 2, 2, 2, 2, 2, 2,
756
- 2, 2, 2, 2, 2, 2, 2, 2,
757
- 2, 2, 2, 2, 2, 2, 2, 2,
758
- 2, 2, 2, 2, 2, 2, 2, 4,
759
- 2, 2, 3, 2, 2, 2, 2, 2,
760
- 2, 2, 2, 2, 2, 2, 3, 2,
761
- 2, 2, 2, 2, 2, 2, 2, 2,
762
- 2, 2, 2, 2, 2, 2, 2, 2,
763
- 3, 2, 2, 2, 2, 2, 2, 2,
764
- 2, 2, 2, 2, 2, 2, 2, 2,
765
- 2, 2, 2, 2, 2, 2, 2, 2,
766
- 2, 2, 2, 2, 2, 2, 2, 2,
767
- 2, 2, 2, 2, 2, 2, 2, 2,
768
- 2, 2, 2, 2, 2, 1, 1, 1,
769
- 1, 1, 1, 1, 1, 1, 1, 1,
770
- 1, 1, 1, 2, 1, 1, 1, 1,
771
- 1, 1, 1, 1, 1, 1, 1, 1,
772
- 1, 1, 1, 1, 1, 1, 1, 1,
773
- 1, 1, 1, 1, 1, 1, 1, 1,
774
- 1, 1, 1, 1, 0
775
- };
776
-
777
- static const char _lexer_range_lengths[] = {
778
- 0, 1, 0, 0, 0, 0, 0, 0,
779
- 0, 0, 0, 0, 0, 0, 0, 0,
780
- 0, 0, 0, 0, 0, 0, 0, 0,
781
- 0, 0, 0, 0, 1, 0, 0, 0,
782
- 0, 1, 1, 1, 1, 1, 1, 0,
783
- 0, 0, 0, 0, 0, 0, 0, 0,
784
- 0, 0, 0, 0, 0, 0, 0, 1,
785
- 1, 1, 1, 1, 0, 0, 1, 1,
786
- 0, 0, 0, 0, 0, 0, 0, 0,
787
- 0, 0, 0, 0, 0, 0, 0, 0,
788
- 0, 0, 0, 0, 0, 0, 0, 0,
789
- 0, 0, 0, 0, 0, 0, 0, 0,
790
- 0, 0, 0, 0, 0, 0, 0, 0,
791
- 0, 0, 0, 0, 0, 0, 0, 0,
792
- 0, 0, 0, 0, 0, 0, 0, 0,
793
- 0, 0, 0, 0, 1, 0, 0, 0,
794
- 0, 0, 0, 0, 0, 0, 0, 0,
795
- 0, 0, 0, 0, 0, 0, 0, 0,
796
- 0, 0, 0, 0, 0, 0, 0, 0,
797
- 0, 0, 0, 0, 0, 0, 0, 0,
798
- 0, 0, 0, 0, 0, 0, 0, 0,
799
- 0, 0, 0, 0, 0, 0, 0, 0,
800
- 0, 0, 0, 0, 0, 0, 0, 0,
801
- 0, 1, 0, 0, 0, 0, 0, 0,
802
- 0, 0, 0, 0, 0, 0, 0, 0,
803
- 0, 0, 0, 0, 0, 0, 0, 0,
804
- 0, 0, 0, 0, 0, 0, 0, 0,
805
- 0, 0, 0, 0, 0, 0, 0, 0,
806
- 0, 0, 0, 0, 0, 0, 0, 0,
807
- 0, 0, 0, 0, 0, 0, 0, 0,
808
- 0, 0, 0, 0, 0, 0, 0, 0,
809
- 0, 0, 0, 0, 0, 0, 0, 0,
810
- 0, 0, 0, 0, 0, 0, 0, 0,
811
- 0, 0, 0, 0, 0, 0, 0, 0,
812
- 0, 0, 0, 0, 0, 0, 0, 0,
813
- 0, 0, 0, 0, 0, 0, 0, 0,
814
- 0, 0, 0, 0, 0, 0, 0, 0,
815
- 0, 0, 0, 0, 0, 0, 0, 0,
816
- 0, 0, 0, 0, 0, 0, 0, 0,
817
- 0, 0, 0, 0, 0, 0, 0, 0,
818
- 0, 0, 0, 0, 0, 0, 0, 0,
819
- 0, 0, 0, 0, 0, 0, 0, 0,
820
- 0, 0, 0, 0, 0, 0, 0, 0,
821
- 0, 0, 0, 0, 0, 0, 0, 0,
822
- 0, 0, 0, 0, 0, 0, 0, 0,
823
- 0, 0, 0, 0, 0, 0, 0, 0,
824
- 0, 0, 0, 0, 0, 0, 0, 0,
825
- 0, 0, 0, 0, 0, 0, 0, 0,
826
- 0, 0, 0, 0, 0, 0, 0, 0,
827
- 0, 0, 0, 0, 0, 0, 0, 0,
828
- 0, 0, 0, 0, 0, 1, 0, 0,
829
- 0, 0, 0, 0, 0, 0, 0, 0,
830
- 0, 0, 0, 0, 0, 0, 0, 0,
831
- 0, 0, 0, 0, 0, 0, 0, 0,
832
- 0, 0, 0, 0, 0, 0, 0, 0,
833
- 0, 0, 0, 0, 0, 0, 0, 0,
834
- 0, 0, 0, 0, 0, 0, 0, 0,
835
- 0, 0, 0, 0, 0, 0, 0, 0,
836
- 0, 0, 0, 0, 0, 0, 0, 0,
837
- 0, 0, 0, 0, 0, 0, 0, 0,
838
- 0, 0, 0, 0, 0, 0, 0, 0,
839
- 0, 0, 0, 0, 0, 0, 0, 0,
840
- 0, 0, 0, 0, 0, 0, 0, 0,
841
- 0, 0, 0, 0, 0, 0, 0, 0,
842
- 0, 0, 0, 0, 0, 0, 0, 0,
843
- 0, 0, 0, 0, 0, 0, 0, 0,
844
- 0, 0, 0, 0, 0, 0, 0, 0,
845
- 0, 0, 0, 0, 0, 0, 0, 0,
846
- 0, 0, 0, 0, 0, 0, 0, 0,
847
- 0, 0, 0, 0, 0, 0, 0, 0,
848
- 0, 0, 0, 0, 0, 0, 0, 0,
849
- 0, 0, 0, 0, 0, 0, 0, 0,
850
- 0, 0, 0, 0, 0, 0, 0, 0,
851
- 0, 1, 0, 0, 0, 0, 0, 0,
852
- 0, 0, 0, 0, 0, 0, 0, 0,
853
- 0, 0, 0, 0, 0, 0, 0, 0,
854
- 0, 0, 0, 0, 0, 0, 0, 0,
855
- 0, 0, 0, 0, 0, 0, 0, 0,
856
- 0, 0, 0, 0, 0, 0, 0, 0,
857
- 0, 0, 0, 0, 0, 0, 0, 0,
858
- 0, 0, 0, 0, 0, 0, 0, 0,
859
- 0, 0, 0, 0, 0, 0, 0, 0,
860
- 0, 0, 0, 0, 0, 0, 0, 0,
861
- 0, 0, 0, 0, 0, 0, 0, 0,
862
- 0, 0, 0, 0, 0, 0, 0, 0,
863
- 0, 0, 0, 0, 0, 0, 0, 0,
864
- 0, 0, 0, 0, 0, 0, 0, 0,
865
- 0, 0, 0, 0, 0, 0, 0, 0,
866
- 0, 0, 0, 0, 0, 0, 0, 0,
867
- 0, 0, 0, 0, 0, 0, 0, 0,
868
- 0, 0, 0, 0, 0, 0, 0, 0,
869
- 0, 0, 0, 0, 0, 0, 0, 0,
870
- 0, 0, 0, 0, 0, 0, 0, 0,
871
- 0, 0, 0, 0, 0, 0, 0, 0,
872
- 0, 0, 0, 0, 0, 0, 0, 0,
873
- 0, 0, 0, 0, 0, 0, 0, 0,
874
- 0, 0, 0, 0, 0, 0, 0, 0,
875
- 0, 0, 0, 0, 0, 0, 0, 0,
876
- 0, 0, 0, 0, 0, 0, 0, 0,
877
- 0, 0, 0, 0, 0, 0, 0, 0,
878
- 0, 0, 0, 0, 0, 0, 0, 0,
879
- 0, 0, 0, 0, 0, 0, 0, 0,
880
- 1, 0, 0, 0, 0, 0, 0, 0,
881
- 0, 0, 0, 0, 0, 0, 0, 0,
882
- 0, 0, 0, 0, 0, 0, 0, 0,
883
- 0, 0, 0, 0, 0, 0, 0, 0,
884
- 0, 0, 0, 0, 0, 0, 0, 0,
885
- 0, 0, 0, 0, 0, 0, 0, 0,
886
- 0, 0, 0, 0, 0, 0, 0, 0,
887
- 0, 0, 0, 0, 0, 0, 0, 0,
888
- 0, 0, 0, 0, 0, 0, 0, 0,
889
- 0, 0, 0, 0, 0, 0, 0, 0,
890
- 0, 0, 0, 0, 0, 0, 0, 0,
891
- 0, 0, 0, 0, 0, 0, 0, 0,
892
- 0, 0, 0, 0, 0, 0, 0, 0,
893
- 0, 0, 0, 0, 0, 0, 0, 0,
894
- 0, 0, 0, 0, 0, 0, 0, 0,
895
- 0, 0, 0, 0, 0, 0, 0, 0,
896
- 0, 0, 0, 0, 0, 0, 0, 0,
897
- 0, 0, 0, 0, 0, 0, 0, 0,
898
- 0, 0, 0, 0, 0, 0, 0, 0,
899
- 0, 0, 0, 0, 0, 0, 0, 0,
900
- 0, 0, 0, 0, 0, 0, 0, 0,
901
- 0, 0, 0, 0, 0, 0, 0, 0,
902
- 0, 0, 0, 0, 0, 0, 0, 0,
903
- 0, 0, 0, 0, 0, 0, 0, 0,
904
- 0, 0, 0, 0, 0, 0, 0, 0,
905
- 0, 0, 0, 0, 0, 0, 0, 0,
906
- 0, 0, 0, 0, 0, 0, 0, 0,
907
- 0, 0, 0, 0, 0, 0, 0, 0,
908
- 0, 0, 0, 0, 0, 0, 0, 0,
909
- 0, 0, 0, 0, 0, 0, 0, 0,
910
- 0, 0, 0, 0, 0, 0, 0, 0,
911
- 0, 0, 0, 0, 0, 0, 0, 0,
912
- 0, 0, 0, 0, 0, 0, 0, 1,
913
- 0, 0, 0, 0, 0, 0, 0, 0,
914
- 0, 0, 0, 0, 0, 0, 0, 0,
915
- 0, 0, 0, 0, 0, 0, 0, 0,
916
- 0, 0, 0, 0, 0, 0, 0, 0,
917
- 0, 0, 0, 0, 0, 0, 0, 0,
918
- 0, 0, 0, 0, 0, 0, 0, 0,
919
- 0, 0, 0, 0, 0, 0, 0, 0,
920
- 0, 0, 0, 0, 0, 0, 0, 0,
921
- 0, 0, 0, 0, 0, 0, 0, 0,
922
- 0, 0, 0, 0, 0, 0, 0, 0,
923
- 0, 0, 0, 0, 0, 0, 0, 0,
924
- 0, 0, 0, 0, 0, 0, 0, 0,
925
- 0, 0, 0, 0, 0, 0, 0, 0,
926
- 0, 0, 0, 0, 0, 0, 0, 0,
927
- 0, 0, 0, 0, 0, 0, 0, 0,
928
- 0, 0, 0, 0, 0, 0, 0, 0,
929
- 0, 0, 0, 0, 0, 0, 0, 0,
930
- 0, 0, 0, 0, 0, 0, 0, 0,
931
- 0, 0, 0, 0, 0, 0, 0, 0,
932
- 0, 0, 0, 0, 0, 0, 0, 0,
933
- 0, 0, 0, 0, 0, 0, 0, 0,
934
- 0, 0, 0, 0, 0, 0, 0, 0,
935
- 0, 0, 0, 0, 0, 0, 0, 0,
936
- 0, 0, 0, 0, 0, 0, 0, 0,
937
- 0, 0, 0, 0, 0, 0, 0, 0,
938
- 0, 0, 0, 0, 0, 0, 0, 0,
939
- 0, 0, 0, 0, 0, 0, 0, 0,
940
- 0, 0, 0, 0, 0, 0, 0, 0,
941
- 0, 0, 0, 0, 0, 0, 0, 0,
942
- 0, 0, 0, 0, 0, 0, 0, 0,
943
- 0, 0, 0, 0, 0, 0, 0, 0,
944
- 0, 0, 0, 0, 0, 0, 0, 0,
945
- 0, 0, 0, 0, 0, 0, 0, 0,
946
- 0, 0, 0, 0, 0, 0, 0, 0,
947
- 0, 0, 0, 0, 0
948
- };
949
-
950
- static const short _lexer_index_offsets[] = {
951
- 0, 0, 12, 15, 21, 23, 25, 27,
952
- 29, 31, 33, 35, 37, 39, 41, 43,
953
- 45, 47, 49, 51, 53, 55, 57, 59,
954
- 61, 63, 65, 68, 71, 82, 84, 86,
955
- 89, 92, 97, 102, 107, 112, 116, 120,
956
- 123, 125, 127, 129, 131, 133, 135, 137,
957
- 139, 141, 143, 145, 147, 149, 151, 153,
958
- 158, 165, 170, 174, 180, 184, 187, 193,
959
- 204, 206, 208, 210, 212, 214, 216, 218,
960
- 220, 222, 224, 226, 229, 231, 233, 235,
961
- 237, 239, 241, 243, 245, 247, 249, 251,
962
- 253, 255, 257, 259, 261, 263, 265, 267,
963
- 269, 271, 273, 275, 277, 279, 281, 283,
964
- 285, 287, 289, 291, 293, 295, 297, 299,
965
- 301, 303, 305, 307, 309, 311, 313, 315,
966
- 317, 319, 321, 323, 325, 333, 337, 342,
967
- 345, 348, 351, 354, 357, 360, 363, 366,
968
- 369, 372, 375, 379, 382, 385, 388, 391,
969
- 394, 397, 400, 403, 406, 409, 412, 415,
970
- 418, 421, 424, 427, 430, 433, 436, 439,
971
- 442, 445, 448, 451, 454, 457, 460, 463,
972
- 466, 469, 472, 475, 478, 481, 484, 487,
973
- 490, 493, 496, 499, 502, 505, 508, 511,
974
- 514, 517, 528, 531, 534, 537, 540, 543,
975
- 546, 549, 552, 555, 558, 561, 564, 567,
976
- 570, 573, 576, 579, 582, 585, 588, 591,
977
- 594, 597, 600, 603, 606, 609, 612, 615,
978
- 618, 621, 625, 628, 631, 634, 637, 640,
979
- 643, 646, 649, 652, 655, 658, 661, 664,
980
- 667, 670, 673, 676, 679, 682, 685, 688,
981
- 691, 694, 697, 700, 703, 706, 709, 712,
982
- 715, 718, 721, 724, 727, 730, 733, 736,
983
- 739, 742, 745, 748, 751, 754, 757, 760,
984
- 763, 766, 769, 772, 775, 778, 781, 784,
985
- 787, 790, 793, 796, 799, 804, 807, 810,
986
- 813, 816, 819, 822, 825, 828, 831, 834,
987
- 837, 840, 843, 846, 849, 852, 855, 858,
988
- 861, 864, 867, 870, 873, 876, 879, 882,
989
- 886, 889, 892, 895, 898, 901, 904, 907,
990
- 910, 913, 916, 919, 922, 925, 928, 931,
991
- 934, 937, 940, 943, 946, 949, 952, 955,
992
- 958, 961, 964, 967, 970, 973, 976, 979,
993
- 982, 985, 988, 991, 994, 997, 1000, 1003,
994
- 1006, 1009, 1012, 1015, 1018, 1020, 1022, 1024,
995
- 1026, 1028, 1030, 1032, 1034, 1036, 1038, 1040,
996
- 1042, 1044, 1046, 1048, 1050, 1052, 1054, 1056,
997
- 1058, 1060, 1062, 1064, 1066, 1068, 1070, 1072,
998
- 1074, 1076, 1078, 1080, 1083, 1085, 1087, 1089,
999
- 1091, 1093, 1095, 1097, 1099, 1101, 1103, 1105,
1000
- 1107, 1109, 1111, 1113, 1115, 1117, 1119, 1121,
1001
- 1123, 1125, 1127, 1129, 1131, 1133, 1140, 1144,
1002
- 1147, 1150, 1153, 1156, 1159, 1162, 1165, 1168,
1003
- 1171, 1174, 1177, 1180, 1184, 1187, 1190, 1193,
1004
- 1196, 1199, 1202, 1205, 1208, 1211, 1214, 1217,
1005
- 1220, 1223, 1226, 1229, 1232, 1235, 1238, 1241,
1006
- 1244, 1247, 1250, 1253, 1256, 1259, 1262, 1265,
1007
- 1268, 1271, 1274, 1277, 1280, 1283, 1286, 1289,
1008
- 1292, 1295, 1298, 1301, 1304, 1307, 1310, 1313,
1009
- 1316, 1319, 1322, 1325, 1328, 1331, 1334, 1337,
1010
- 1340, 1343, 1346, 1349, 1352, 1355, 1358, 1361,
1011
- 1364, 1367, 1370, 1373, 1376, 1379, 1382, 1385,
1012
- 1388, 1391, 1394, 1397, 1400, 1403, 1406, 1409,
1013
- 1412, 1415, 1418, 1421, 1424, 1427, 1430, 1433,
1014
- 1435, 1437, 1439, 1441, 1443, 1445, 1447, 1449,
1015
- 1451, 1453, 1455, 1457, 1459, 1461, 1463, 1465,
1016
- 1467, 1469, 1471, 1473, 1475, 1477, 1479, 1481,
1017
- 1483, 1485, 1487, 1489, 1491, 1493, 1495, 1497,
1018
- 1499, 1501, 1503, 1505, 1507, 1509, 1511, 1513,
1019
- 1515, 1517, 1519, 1521, 1523, 1525, 1527, 1529,
1020
- 1531, 1533, 1535, 1537, 1539, 1541, 1543, 1545,
1021
- 1547, 1549, 1551, 1553, 1555, 1557, 1559, 1561,
1022
- 1563, 1565, 1567, 1569, 1571, 1573, 1575, 1577,
1023
- 1579, 1581, 1583, 1585, 1587, 1589, 1591, 1593,
1024
- 1595, 1597, 1606, 1610, 1615, 1618, 1621, 1624,
1025
- 1627, 1630, 1633, 1636, 1639, 1642, 1645, 1648,
1026
- 1651, 1654, 1657, 1660, 1663, 1666, 1669, 1672,
1027
- 1675, 1678, 1681, 1684, 1687, 1690, 1693, 1696,
1028
- 1699, 1702, 1705, 1708, 1711, 1714, 1718, 1721,
1029
- 1724, 1727, 1730, 1733, 1736, 1739, 1742, 1745,
1030
- 1748, 1751, 1754, 1757, 1760, 1763, 1766, 1769,
1031
- 1772, 1775, 1778, 1781, 1784, 1787, 1790, 1793,
1032
- 1796, 1799, 1802, 1805, 1808, 1811, 1814, 1817,
1033
- 1820, 1823, 1826, 1829, 1832, 1835, 1838, 1841,
1034
- 1844, 1847, 1850, 1853, 1856, 1859, 1862, 1865,
1035
- 1868, 1871, 1874, 1877, 1880, 1883, 1886, 1889,
1036
- 1892, 1895, 1898, 1901, 1904, 1907, 1910, 1913,
1037
- 1916, 1919, 1922, 1925, 1928, 1931, 1934, 1937,
1038
- 1940, 1943, 1946, 1949, 1952, 1955, 1960, 1963,
1039
- 1966, 1970, 1973, 1976, 1979, 1982, 1985, 1988,
1040
- 1991, 1994, 1997, 2000, 2003, 2006, 2009, 2012,
1041
- 2015, 2018, 2021, 2024, 2027, 2030, 2033, 2036,
1042
- 2039, 2042, 2045, 2048, 2051, 2054, 2057, 2060,
1043
- 2063, 2066, 2070, 2073, 2076, 2079, 2082, 2085,
1044
- 2088, 2091, 2094, 2097, 2100, 2103, 2106, 2109,
1045
- 2112, 2115, 2118, 2121, 2124, 2127, 2130, 2133,
1046
- 2136, 2139, 2142, 2145, 2148, 2151, 2154, 2157,
1047
- 2160, 2163, 2166, 2169, 2172, 2175, 2178, 2181,
1048
- 2184, 2187, 2190, 2193, 2197, 2199, 2201, 2204,
1049
- 2206, 2208, 2210, 2212, 2214, 2216, 2218, 2220,
1050
- 2222, 2224, 2226, 2228, 2230, 2232, 2234, 2236,
1051
- 2238, 2240, 2242, 2244, 2246, 2248, 2250, 2252,
1052
- 2254, 2256, 2258, 2260, 2262, 2264, 2266, 2268,
1053
- 2270, 2279, 2283, 2289, 2292, 2295, 2298, 2301,
1054
- 2304, 2307, 2310, 2313, 2316, 2319, 2322, 2325,
1055
- 2328, 2331, 2334, 2337, 2340, 2343, 2346, 2349,
1056
- 2352, 2355, 2358, 2361, 2364, 2367, 2370, 2373,
1057
- 2376, 2379, 2382, 2385, 2388, 2392, 2395, 2398,
1058
- 2401, 2404, 2407, 2410, 2413, 2416, 2419, 2422,
1059
- 2425, 2428, 2431, 2434, 2437, 2440, 2443, 2446,
1060
- 2449, 2452, 2455, 2458, 2461, 2464, 2467, 2470,
1061
- 2473, 2476, 2479, 2482, 2485, 2488, 2491, 2494,
1062
- 2497, 2500, 2503, 2506, 2509, 2512, 2515, 2518,
1063
- 2521, 2524, 2527, 2530, 2533, 2536, 2539, 2542,
1064
- 2545, 2548, 2551, 2554, 2557, 2560, 2563, 2566,
1065
- 2569, 2572, 2575, 2578, 2581, 2584, 2587, 2590,
1066
- 2593, 2596, 2599, 2602, 2605, 2608, 2611, 2614,
1067
- 2617, 2620, 2623, 2626, 2629, 2632, 2635, 2638,
1068
- 2641, 2644, 2647, 2650, 2653, 2656, 2659, 2662,
1069
- 2665, 2668, 2671, 2674, 2677, 2680, 2683, 2686,
1070
- 2689, 2692, 2695, 2698, 2701, 2704, 2707, 2710,
1071
- 2713, 2716, 2719, 2722, 2725, 2728, 2731, 2734,
1072
- 2737, 2742, 2745, 2748, 2752, 2755, 2758, 2761,
1073
- 2764, 2767, 2770, 2773, 2776, 2779, 2782, 2785,
1074
- 2790, 2793, 2796, 2799, 2802, 2805, 2808, 2811,
1075
- 2814, 2817, 2820, 2823, 2826, 2829, 2832, 2835,
1076
- 2838, 2841, 2844, 2847, 2850, 2853, 2856, 2859,
1077
- 2862, 2865, 2868, 2871, 2874, 2877, 2881, 2884,
1078
- 2887, 2890, 2893, 2896, 2899, 2902, 2905, 2908,
1079
- 2911, 2914, 2917, 2920, 2923, 2926, 2929, 2932,
1080
- 2935, 2938, 2941, 2944, 2947, 2950, 2953, 2956,
1081
- 2959, 2962, 2965, 2968, 2971, 2974, 2977, 2980,
1082
- 2983, 2986, 2989, 2992, 2995, 2998, 3001, 3004,
1083
- 3007, 3010, 3013, 3015, 3017, 3021, 3023, 3025,
1084
- 3027, 3029, 3031, 3033, 3035, 3037, 3039, 3041,
1085
- 3043, 3045, 3047, 3049, 3051, 3053, 3055, 3057,
1086
- 3066, 3070, 3076, 3079, 3082, 3085, 3088, 3091,
1087
- 3094, 3097, 3100, 3103, 3106, 3109, 3112, 3115,
1088
- 3118, 3121, 3124, 3127, 3130, 3133, 3136, 3139,
1089
- 3142, 3145, 3148, 3151, 3154, 3157, 3160, 3163,
1090
- 3166, 3169, 3172, 3175, 3179, 3182, 3185, 3188,
1091
- 3191, 3194, 3197, 3200, 3203, 3206, 3209, 3212,
1092
- 3215, 3218, 3221, 3224, 3227, 3230, 3233, 3236,
1093
- 3239, 3242, 3245, 3248, 3251, 3254, 3257, 3260,
1094
- 3263, 3266, 3269, 3272, 3275, 3278, 3281, 3284,
1095
- 3287, 3290, 3293, 3296, 3299, 3302, 3305, 3308,
1096
- 3311, 3314, 3317, 3320, 3323, 3326, 3329, 3332,
1097
- 3335, 3338, 3341, 3344, 3347, 3350, 3353, 3356,
1098
- 3359, 3362, 3365, 3368, 3371, 3374, 3377, 3380,
1099
- 3383, 3386, 3389, 3392, 3395, 3398, 3401, 3404,
1100
- 3407, 3410, 3413, 3416, 3419, 3422, 3425, 3428,
1101
- 3431, 3434, 3437, 3440, 3443, 3446, 3449, 3452,
1102
- 3455, 3458, 3461, 3464, 3467, 3470, 3473, 3476,
1103
- 3479, 3482, 3485, 3488, 3491, 3494, 3497, 3500,
1104
- 3503, 3506, 3509, 3512, 3515, 3518, 3521, 3524,
1105
- 3529, 3532, 3535, 3539, 3542, 3545, 3548, 3551,
1106
- 3554, 3557, 3560, 3563, 3566, 3569, 3572, 3576,
1107
- 3579, 3582, 3585, 3588, 3591, 3594, 3597, 3600,
1108
- 3603, 3606, 3609, 3612, 3615, 3618, 3621, 3624,
1109
- 3627, 3631, 3634, 3637, 3640, 3643, 3646, 3649,
1110
- 3652, 3655, 3658, 3661, 3664, 3667, 3670, 3673,
1111
- 3676, 3679, 3682, 3685, 3688, 3691, 3694, 3697,
1112
- 3700, 3703, 3706, 3709, 3712, 3715, 3718, 3721,
1113
- 3724, 3727, 3730, 3733, 3736, 3739, 3742, 3745,
1114
- 3748, 3751, 3754, 3757, 3760, 3763, 3765, 3767,
1115
- 3769, 3771, 3773, 3775, 3777, 3779, 3781, 3783,
1116
- 3785, 3787, 3789, 3791, 3794, 3796, 3798, 3800,
1117
- 3802, 3804, 3806, 3808, 3810, 3812, 3814, 3816,
1118
- 3818, 3820, 3822, 3824, 3826, 3828, 3830, 3832,
1119
- 3834, 3836, 3838, 3840, 3842, 3844, 3846, 3848,
1120
- 3850, 3852, 3854, 3856, 3858
1121
- };
1122
-
1123
- static const short _lexer_trans_targs[] = {
1124
- 2, 1354, 28, 28, 29, 39, 41, 25,
1125
- 55, 58, 28, 0, 3, 779, 0, 4,
1126
- 64, 363, 528, 546, 0, 5, 0, 6,
1127
- 0, 7, 0, 8, 0, 9, 0, 10,
1128
- 0, 11, 0, 12, 0, 13, 0, 14,
1129
- 0, 15, 0, 16, 0, 17, 0, 18,
1130
- 0, 19, 0, 20, 0, 21, 0, 22,
1131
- 0, 23, 0, 24, 0, 25, 0, 26,
1132
- 0, 28, 40, 27, 28, 40, 27, 2,
1133
- 28, 28, 29, 39, 41, 25, 55, 58,
1134
- 28, 0, 30, 0, 31, 0, 33, 32,
1135
- 32, 33, 32, 32, 34, 34, 35, 34,
1136
- 34, 34, 34, 35, 34, 34, 34, 34,
1137
- 36, 34, 34, 34, 34, 37, 34, 34,
1138
- 28, 38, 38, 0, 28, 38, 38, 0,
1139
- 28, 40, 39, 28, 0, 42, 0, 43,
1140
- 0, 44, 0, 45, 0, 46, 0, 47,
1141
- 0, 48, 0, 49, 0, 50, 0, 51,
1142
- 0, 52, 0, 53, 0, 54, 0, 1356,
1143
- 0, 0, 0, 0, 0, 56, 57, 28,
1144
- 57, 57, 55, 56, 56, 28, 57, 55,
1145
- 57, 0, 58, 59, 58, 0, 63, 62,
1146
- 61, 59, 62, 60, 0, 61, 59, 60,
1147
- 0, 61, 60, 63, 62, 61, 59, 62,
1148
- 60, 2, 63, 63, 29, 39, 41, 25,
1149
- 55, 58, 63, 0, 65, 0, 66, 0,
1150
- 67, 0, 68, 0, 69, 0, 70, 0,
1151
- 71, 0, 72, 0, 73, 0, 74, 0,
1152
- 75, 0, 76, 348, 0, 77, 0, 78,
1153
- 0, 79, 0, 80, 0, 81, 0, 82,
1154
- 0, 83, 0, 84, 0, 85, 0, 86,
1155
- 0, 87, 0, 88, 0, 89, 0, 90,
1156
- 0, 91, 0, 92, 0, 93, 0, 94,
1157
- 0, 95, 0, 96, 0, 97, 0, 98,
1158
- 0, 99, 0, 100, 0, 101, 0, 102,
1159
- 0, 103, 0, 104, 0, 105, 0, 106,
1160
- 0, 107, 0, 108, 0, 109, 0, 110,
1161
- 0, 111, 0, 112, 0, 113, 0, 114,
1162
- 0, 115, 0, 116, 0, 117, 0, 118,
1163
- 0, 119, 0, 120, 0, 121, 0, 122,
1164
- 0, 124, 123, 124, 123, 125, 124, 124,
1165
- 28, 334, 28, 124, 123, 126, 276, 124,
1166
- 123, 127, 201, 265, 124, 123, 128, 124,
1167
- 123, 129, 124, 123, 130, 124, 123, 131,
1168
- 124, 123, 132, 124, 123, 133, 124, 123,
1169
- 134, 124, 123, 135, 124, 123, 136, 124,
1170
- 123, 137, 124, 123, 138, 124, 123, 139,
1171
- 186, 124, 123, 140, 124, 123, 141, 124,
1172
- 123, 142, 124, 123, 143, 124, 123, 144,
1173
- 124, 123, 145, 124, 123, 146, 124, 123,
1174
- 147, 124, 123, 148, 124, 123, 149, 124,
1175
- 123, 150, 124, 123, 151, 124, 123, 152,
1176
- 124, 123, 153, 124, 123, 154, 124, 123,
1177
- 155, 124, 123, 156, 124, 123, 157, 124,
1178
- 123, 158, 124, 123, 159, 124, 123, 160,
1179
- 124, 123, 161, 124, 123, 162, 124, 123,
1180
- 163, 124, 123, 164, 124, 123, 165, 124,
1181
- 123, 166, 124, 123, 167, 124, 123, 168,
1182
- 124, 123, 169, 124, 123, 170, 124, 123,
1183
- 171, 124, 123, 172, 124, 123, 173, 124,
1184
- 123, 174, 124, 123, 175, 124, 123, 176,
1185
- 124, 123, 177, 124, 123, 178, 124, 123,
1186
- 179, 124, 123, 180, 124, 123, 181, 124,
1187
- 123, 182, 124, 123, 183, 124, 123, 184,
1188
- 124, 123, 124, 185, 123, 2, 28, 28,
1189
- 29, 39, 41, 25, 55, 58, 28, 0,
1190
- 187, 124, 123, 188, 124, 123, 189, 124,
1191
- 123, 190, 124, 123, 191, 124, 123, 192,
1192
- 124, 123, 193, 124, 123, 194, 124, 123,
1193
- 195, 124, 123, 196, 124, 123, 197, 124,
1194
- 123, 198, 124, 123, 199, 124, 123, 200,
1195
- 124, 123, 184, 124, 123, 202, 124, 123,
1196
- 203, 124, 123, 204, 124, 123, 205, 124,
1197
- 123, 206, 124, 123, 207, 124, 123, 208,
1198
- 124, 123, 209, 124, 123, 210, 124, 123,
1199
- 211, 124, 123, 212, 124, 123, 213, 124,
1200
- 123, 214, 124, 123, 215, 124, 123, 216,
1201
- 124, 123, 217, 124, 123, 218, 240, 124,
1202
- 123, 219, 124, 123, 220, 124, 123, 221,
1203
- 124, 123, 222, 124, 123, 223, 124, 123,
1204
- 224, 124, 123, 225, 124, 123, 226, 124,
1205
- 123, 227, 124, 123, 228, 124, 123, 229,
1206
- 124, 123, 230, 124, 123, 231, 124, 123,
1207
- 232, 124, 123, 233, 124, 123, 234, 124,
1208
- 123, 235, 124, 123, 236, 124, 123, 237,
1209
- 124, 123, 238, 124, 123, 239, 124, 123,
1210
- 184, 124, 123, 241, 124, 123, 242, 124,
1211
- 123, 243, 124, 123, 244, 124, 123, 245,
1212
- 124, 123, 246, 124, 123, 247, 124, 123,
1213
- 248, 124, 123, 249, 124, 123, 250, 124,
1214
- 123, 251, 124, 123, 252, 124, 123, 253,
1215
- 124, 123, 254, 124, 123, 255, 124, 123,
1216
- 256, 124, 123, 257, 124, 123, 258, 124,
1217
- 123, 259, 124, 123, 260, 124, 123, 261,
1218
- 124, 123, 262, 124, 123, 263, 124, 123,
1219
- 264, 124, 123, 184, 124, 123, 266, 124,
1220
- 123, 267, 124, 123, 268, 124, 123, 269,
1221
- 124, 123, 270, 124, 123, 271, 124, 123,
1222
- 272, 124, 123, 273, 124, 123, 274, 124,
1223
- 123, 275, 124, 123, 240, 124, 123, 241,
1224
- 277, 292, 124, 123, 278, 124, 123, 279,
1225
- 124, 123, 280, 124, 123, 281, 124, 123,
1226
- 282, 124, 123, 283, 124, 123, 284, 124,
1227
- 123, 285, 124, 123, 286, 124, 123, 287,
1228
- 124, 123, 288, 124, 123, 289, 124, 123,
1229
- 290, 124, 123, 291, 124, 123, 184, 124,
1230
- 123, 293, 124, 123, 294, 124, 123, 295,
1231
- 124, 123, 296, 124, 123, 297, 124, 123,
1232
- 298, 124, 123, 299, 124, 123, 300, 124,
1233
- 123, 301, 124, 123, 302, 124, 123, 303,
1234
- 124, 123, 304, 325, 124, 123, 305, 124,
1235
- 123, 306, 124, 123, 307, 124, 123, 308,
1236
- 124, 123, 309, 124, 123, 310, 124, 123,
1237
- 311, 124, 123, 312, 124, 123, 313, 124,
1238
- 123, 314, 124, 123, 315, 124, 123, 316,
1239
- 124, 123, 317, 124, 123, 318, 124, 123,
1240
- 319, 124, 123, 320, 124, 123, 321, 124,
1241
- 123, 322, 124, 123, 323, 124, 123, 324,
1242
- 124, 123, 274, 124, 123, 326, 124, 123,
1243
- 327, 124, 123, 328, 124, 123, 329, 124,
1244
- 123, 330, 124, 123, 331, 124, 123, 332,
1245
- 124, 123, 333, 124, 123, 184, 124, 123,
1246
- 124, 335, 123, 124, 336, 123, 124, 337,
1247
- 123, 124, 338, 123, 124, 339, 123, 124,
1248
- 340, 123, 124, 341, 123, 124, 342, 123,
1249
- 124, 343, 123, 124, 344, 123, 124, 345,
1250
- 123, 124, 346, 123, 124, 347, 123, 124,
1251
- 28, 123, 349, 0, 350, 0, 351, 0,
1252
- 352, 0, 353, 0, 354, 0, 355, 0,
1253
- 356, 0, 357, 0, 358, 0, 359, 0,
1254
- 360, 0, 361, 0, 362, 0, 121, 0,
1255
- 364, 0, 365, 0, 366, 0, 367, 0,
1256
- 368, 0, 369, 0, 370, 0, 371, 0,
1257
- 372, 0, 373, 0, 374, 0, 375, 0,
1258
- 376, 0, 377, 0, 378, 0, 379, 0,
1259
- 380, 503, 0, 381, 0, 382, 0, 383,
1260
- 0, 384, 0, 385, 0, 386, 0, 387,
1261
- 0, 388, 0, 389, 0, 390, 0, 391,
1262
- 0, 392, 0, 393, 0, 394, 0, 395,
1263
- 0, 396, 0, 397, 0, 398, 0, 399,
1264
- 0, 400, 0, 401, 0, 402, 0, 403,
1265
- 0, 405, 404, 405, 404, 406, 405, 405,
1266
- 28, 28, 405, 404, 407, 481, 405, 404,
1267
- 408, 405, 404, 409, 405, 404, 410, 405,
1268
- 404, 411, 405, 404, 412, 405, 404, 413,
1269
- 405, 404, 414, 405, 404, 415, 405, 404,
1270
- 416, 405, 404, 417, 405, 404, 418, 405,
1271
- 404, 419, 405, 404, 420, 466, 405, 404,
1272
- 421, 405, 404, 422, 405, 404, 423, 405,
1273
- 404, 424, 405, 404, 425, 405, 404, 426,
1274
- 405, 404, 427, 405, 404, 428, 405, 404,
1275
- 429, 405, 404, 430, 405, 404, 431, 405,
1276
- 404, 432, 405, 404, 433, 405, 404, 434,
1277
- 405, 404, 435, 405, 404, 436, 405, 404,
1278
- 437, 405, 404, 438, 405, 404, 439, 405,
1279
- 404, 440, 405, 404, 441, 405, 404, 442,
1280
- 405, 404, 443, 405, 404, 444, 405, 404,
1281
- 445, 405, 404, 446, 405, 404, 447, 405,
1282
- 404, 448, 405, 404, 449, 405, 404, 450,
1283
- 405, 404, 451, 405, 404, 452, 405, 404,
1284
- 453, 405, 404, 454, 405, 404, 455, 405,
1285
- 404, 456, 405, 404, 457, 405, 404, 458,
1286
- 405, 404, 459, 405, 404, 460, 405, 404,
1287
- 461, 405, 404, 462, 405, 404, 463, 405,
1288
- 404, 464, 405, 404, 465, 405, 404, 405,
1289
- 185, 404, 467, 405, 404, 468, 405, 404,
1290
- 469, 405, 404, 470, 405, 404, 471, 405,
1291
- 404, 472, 405, 404, 473, 405, 404, 474,
1292
- 405, 404, 475, 405, 404, 476, 405, 404,
1293
- 477, 405, 404, 478, 405, 404, 479, 405,
1294
- 404, 480, 405, 404, 465, 405, 404, 482,
1295
- 405, 404, 483, 405, 404, 484, 405, 404,
1296
- 485, 405, 404, 486, 405, 404, 487, 405,
1297
- 404, 488, 405, 404, 489, 405, 404, 490,
1298
- 405, 404, 491, 405, 404, 492, 405, 404,
1299
- 493, 405, 404, 494, 405, 404, 495, 405,
1300
- 404, 496, 405, 404, 497, 405, 404, 498,
1301
- 405, 404, 499, 405, 404, 500, 405, 404,
1302
- 501, 405, 404, 502, 405, 404, 465, 405,
1303
- 404, 504, 0, 505, 0, 506, 0, 507,
1304
- 0, 508, 0, 509, 0, 510, 0, 511,
1305
- 0, 512, 0, 513, 0, 514, 0, 515,
1306
- 0, 516, 0, 517, 0, 518, 0, 519,
1307
- 0, 520, 0, 521, 0, 522, 0, 523,
1308
- 0, 524, 0, 525, 0, 526, 0, 527,
1309
- 0, 402, 0, 529, 0, 530, 0, 531,
1310
- 0, 532, 0, 533, 0, 534, 0, 535,
1311
- 0, 536, 0, 537, 0, 538, 0, 539,
1312
- 0, 540, 0, 541, 0, 542, 0, 543,
1313
- 0, 544, 0, 545, 0, 25, 0, 547,
1314
- 0, 548, 0, 549, 0, 550, 0, 551,
1315
- 0, 552, 0, 553, 0, 554, 0, 555,
1316
- 0, 556, 0, 557, 0, 558, 0, 559,
1317
- 0, 560, 0, 561, 0, 562, 0, 563,
1318
- 0, 564, 0, 565, 0, 566, 0, 567,
1319
- 0, 568, 0, 569, 0, 570, 0, 571,
1320
- 0, 572, 0, 573, 0, 574, 0, 575,
1321
- 0, 576, 0, 577, 0, 578, 0, 579,
1322
- 0, 580, 0, 581, 0, 582, 0, 583,
1323
- 0, 585, 584, 585, 584, 586, 585, 585,
1324
- 28, 765, 609, 28, 585, 584, 587, 701,
1325
- 585, 584, 588, 610, 683, 585, 584, 589,
1326
- 585, 584, 590, 585, 584, 591, 585, 584,
1327
- 592, 585, 584, 593, 585, 584, 594, 585,
1328
- 584, 595, 585, 584, 596, 585, 584, 597,
1329
- 585, 584, 598, 585, 584, 599, 585, 584,
1330
- 600, 585, 584, 601, 585, 584, 602, 585,
1331
- 584, 603, 585, 584, 604, 585, 584, 605,
1332
- 585, 584, 606, 585, 584, 607, 585, 584,
1333
- 608, 585, 584, 609, 585, 584, 585, 185,
1334
- 584, 611, 585, 584, 612, 585, 584, 613,
1335
- 585, 584, 614, 585, 584, 615, 585, 584,
1336
- 616, 585, 584, 617, 585, 584, 618, 585,
1337
- 584, 619, 585, 584, 620, 585, 584, 621,
1338
- 585, 584, 622, 668, 585, 584, 623, 585,
1339
- 584, 624, 585, 584, 625, 585, 584, 626,
1340
- 585, 584, 627, 585, 584, 628, 585, 584,
1341
- 629, 585, 584, 630, 585, 584, 631, 585,
1342
- 584, 632, 585, 584, 633, 585, 584, 634,
1343
- 585, 584, 635, 585, 584, 636, 585, 584,
1344
- 637, 585, 584, 638, 585, 584, 639, 585,
1345
- 584, 640, 585, 584, 641, 585, 584, 642,
1346
- 585, 584, 643, 585, 584, 644, 585, 584,
1347
- 645, 585, 584, 646, 585, 584, 647, 585,
1348
- 584, 648, 585, 584, 649, 585, 584, 650,
1349
- 585, 584, 651, 585, 584, 652, 585, 584,
1350
- 653, 585, 584, 654, 585, 584, 655, 585,
1351
- 584, 656, 585, 584, 657, 585, 584, 658,
1352
- 585, 584, 659, 585, 584, 660, 585, 584,
1353
- 661, 585, 584, 662, 585, 584, 663, 585,
1354
- 584, 664, 585, 584, 665, 585, 584, 666,
1355
- 585, 584, 667, 585, 584, 585, 185, 584,
1356
- 669, 585, 584, 670, 585, 584, 671, 585,
1357
- 584, 672, 585, 584, 673, 585, 584, 674,
1358
- 585, 584, 675, 585, 584, 676, 585, 584,
1359
- 677, 585, 584, 678, 585, 584, 679, 585,
1360
- 584, 680, 585, 584, 681, 585, 584, 682,
1361
- 585, 584, 667, 585, 584, 684, 585, 584,
1362
- 685, 585, 584, 686, 585, 584, 687, 585,
1363
- 584, 688, 585, 584, 689, 585, 584, 690,
1364
- 585, 584, 691, 585, 584, 692, 585, 584,
1365
- 693, 585, 584, 694, 585, 584, 695, 585,
1366
- 584, 696, 585, 584, 697, 585, 584, 698,
1367
- 585, 584, 699, 585, 584, 700, 585, 584,
1368
- 609, 585, 584, 702, 735, 744, 585, 584,
1369
- 703, 585, 584, 704, 585, 584, 705, 714,
1370
- 585, 584, 706, 585, 584, 707, 585, 584,
1371
- 708, 585, 584, 709, 585, 584, 710, 585,
1372
- 584, 711, 585, 584, 712, 585, 584, 713,
1373
- 585, 584, 609, 585, 584, 715, 585, 584,
1374
- 716, 585, 584, 717, 585, 584, 718, 585,
1375
- 584, 719, 585, 584, 720, 585, 584, 721,
1376
- 585, 584, 722, 585, 584, 723, 585, 584,
1377
- 724, 585, 584, 725, 585, 584, 726, 585,
1378
- 584, 727, 585, 584, 728, 585, 584, 729,
1379
- 585, 584, 730, 585, 584, 731, 585, 584,
1380
- 732, 585, 584, 733, 585, 584, 734, 585,
1381
- 584, 667, 585, 584, 736, 585, 584, 737,
1382
- 585, 584, 738, 741, 585, 584, 739, 585,
1383
- 584, 740, 585, 584, 609, 585, 584, 742,
1384
- 585, 584, 743, 585, 584, 609, 585, 584,
1385
- 745, 585, 584, 746, 585, 584, 747, 585,
1386
- 584, 748, 585, 584, 749, 585, 584, 750,
1387
- 585, 584, 751, 585, 584, 752, 585, 584,
1388
- 753, 585, 584, 754, 585, 584, 755, 585,
1389
- 584, 756, 585, 584, 757, 585, 584, 758,
1390
- 585, 584, 759, 585, 584, 760, 585, 584,
1391
- 761, 585, 584, 762, 585, 584, 763, 585,
1392
- 584, 764, 585, 584, 667, 585, 584, 585,
1393
- 766, 584, 585, 767, 584, 585, 768, 584,
1394
- 585, 769, 584, 585, 770, 584, 585, 771,
1395
- 584, 585, 772, 584, 585, 773, 584, 585,
1396
- 774, 584, 585, 775, 584, 585, 776, 584,
1397
- 585, 777, 584, 585, 778, 584, 585, 28,
1398
- 584, 780, 1058, 1312, 0, 781, 0, 782,
1399
- 0, 783, 792, 0, 784, 0, 785, 0,
1400
- 786, 0, 787, 0, 788, 0, 789, 0,
1401
- 790, 0, 791, 0, 25, 0, 793, 0,
1402
- 794, 0, 795, 0, 796, 0, 797, 0,
1403
- 798, 0, 799, 0, 800, 0, 801, 0,
1404
- 802, 0, 803, 0, 804, 0, 805, 0,
1405
- 806, 0, 807, 0, 808, 0, 809, 0,
1406
- 810, 0, 811, 0, 812, 0, 813, 0,
1407
- 814, 0, 816, 815, 816, 815, 817, 816,
1408
- 816, 28, 1044, 840, 28, 816, 815, 818,
1409
- 968, 816, 815, 819, 841, 914, 932, 816,
1410
- 815, 820, 816, 815, 821, 816, 815, 822,
1411
- 816, 815, 823, 816, 815, 824, 816, 815,
1412
- 825, 816, 815, 826, 816, 815, 827, 816,
1413
- 815, 828, 816, 815, 829, 816, 815, 830,
1414
- 816, 815, 831, 816, 815, 832, 816, 815,
1415
- 833, 816, 815, 834, 816, 815, 835, 816,
1416
- 815, 836, 816, 815, 837, 816, 815, 838,
1417
- 816, 815, 839, 816, 815, 840, 816, 815,
1418
- 816, 185, 815, 842, 816, 815, 843, 816,
1419
- 815, 844, 816, 815, 845, 816, 815, 846,
1420
- 816, 815, 847, 816, 815, 848, 816, 815,
1421
- 849, 816, 815, 850, 816, 815, 851, 816,
1422
- 815, 852, 816, 815, 853, 899, 816, 815,
1423
- 854, 816, 815, 855, 816, 815, 856, 816,
1424
- 815, 857, 816, 815, 858, 816, 815, 859,
1425
- 816, 815, 860, 816, 815, 861, 816, 815,
1426
- 862, 816, 815, 863, 816, 815, 864, 816,
1427
- 815, 865, 816, 815, 866, 816, 815, 867,
1428
- 816, 815, 868, 816, 815, 869, 816, 815,
1429
- 870, 816, 815, 871, 816, 815, 872, 816,
1430
- 815, 873, 816, 815, 874, 816, 815, 875,
1431
- 816, 815, 876, 816, 815, 877, 816, 815,
1432
- 878, 816, 815, 879, 816, 815, 880, 816,
1433
- 815, 881, 816, 815, 882, 816, 815, 883,
1434
- 816, 815, 884, 816, 815, 885, 816, 815,
1435
- 886, 816, 815, 887, 816, 815, 888, 816,
1436
- 815, 889, 816, 815, 890, 816, 815, 891,
1437
- 816, 815, 892, 816, 815, 893, 816, 815,
1438
- 894, 816, 815, 895, 816, 815, 896, 816,
1439
- 815, 897, 816, 815, 898, 816, 815, 816,
1440
- 185, 815, 900, 816, 815, 901, 816, 815,
1441
- 902, 816, 815, 903, 816, 815, 904, 816,
1442
- 815, 905, 816, 815, 906, 816, 815, 907,
1443
- 816, 815, 908, 816, 815, 909, 816, 815,
1444
- 910, 816, 815, 911, 816, 815, 912, 816,
1445
- 815, 913, 816, 815, 898, 816, 815, 915,
1446
- 816, 815, 916, 816, 815, 917, 816, 815,
1447
- 918, 816, 815, 919, 816, 815, 920, 816,
1448
- 815, 921, 816, 815, 922, 816, 815, 923,
1449
- 816, 815, 924, 816, 815, 925, 816, 815,
1450
- 926, 816, 815, 927, 816, 815, 928, 816,
1451
- 815, 929, 816, 815, 930, 816, 815, 931,
1452
- 816, 815, 840, 816, 815, 933, 816, 815,
1453
- 934, 816, 815, 935, 816, 815, 936, 816,
1454
- 815, 937, 816, 815, 938, 816, 815, 939,
1455
- 816, 815, 940, 816, 815, 941, 816, 815,
1456
- 942, 816, 815, 943, 816, 815, 944, 816,
1457
- 815, 945, 816, 815, 946, 816, 815, 947,
1458
- 816, 815, 948, 816, 815, 949, 816, 815,
1459
- 950, 816, 815, 951, 816, 815, 952, 816,
1460
- 815, 953, 816, 815, 954, 816, 815, 955,
1461
- 816, 815, 956, 816, 815, 957, 816, 815,
1462
- 958, 816, 815, 959, 816, 815, 960, 816,
1463
- 815, 961, 816, 815, 962, 816, 815, 963,
1464
- 816, 815, 964, 816, 815, 965, 816, 815,
1465
- 966, 816, 815, 967, 816, 815, 898, 816,
1466
- 815, 969, 981, 1002, 816, 815, 970, 816,
1467
- 815, 971, 816, 815, 972, 947, 816, 815,
1468
- 973, 816, 815, 974, 816, 815, 975, 816,
1469
- 815, 976, 816, 815, 977, 816, 815, 978,
1470
- 816, 815, 979, 816, 815, 980, 816, 815,
1471
- 840, 816, 815, 982, 816, 815, 983, 816,
1472
- 815, 984, 987, 999, 816, 815, 985, 816,
1473
- 815, 986, 816, 815, 840, 816, 815, 988,
1474
- 816, 815, 989, 816, 815, 990, 816, 815,
1475
- 991, 816, 815, 992, 816, 815, 993, 816,
1476
- 815, 994, 816, 815, 995, 816, 815, 996,
1477
- 816, 815, 997, 816, 815, 998, 816, 815,
1478
- 898, 816, 815, 1000, 816, 815, 1001, 816,
1479
- 815, 840, 816, 815, 1003, 816, 815, 1004,
1480
- 816, 815, 1005, 816, 815, 1006, 816, 815,
1481
- 1007, 816, 815, 1008, 816, 815, 1009, 816,
1482
- 815, 1010, 816, 815, 1011, 816, 815, 1012,
1483
- 816, 815, 1013, 816, 815, 1014, 1035, 816,
1484
- 815, 1015, 816, 815, 1016, 816, 815, 1017,
1485
- 816, 815, 1018, 816, 815, 1019, 816, 815,
1486
- 1020, 816, 815, 1021, 816, 815, 1022, 816,
1487
- 815, 1023, 816, 815, 1024, 816, 815, 1025,
1488
- 816, 815, 1026, 816, 815, 1027, 816, 815,
1489
- 1028, 816, 815, 1029, 816, 815, 1030, 816,
1490
- 815, 1031, 816, 815, 1032, 816, 815, 1033,
1491
- 816, 815, 1034, 816, 815, 941, 816, 815,
1492
- 1036, 816, 815, 1037, 816, 815, 1038, 816,
1493
- 815, 1039, 816, 815, 1040, 816, 815, 1041,
1494
- 816, 815, 1042, 816, 815, 1043, 816, 815,
1495
- 898, 816, 815, 816, 1045, 815, 816, 1046,
1496
- 815, 816, 1047, 815, 816, 1048, 815, 816,
1497
- 1049, 815, 816, 1050, 815, 816, 1051, 815,
1498
- 816, 1052, 815, 816, 1053, 815, 816, 1054,
1499
- 815, 816, 1055, 815, 816, 1056, 815, 816,
1500
- 1057, 815, 816, 28, 815, 1059, 0, 1060,
1501
- 0, 1061, 1064, 1309, 0, 1062, 0, 1063,
1502
- 0, 25, 0, 1065, 0, 1066, 0, 1067,
1503
- 0, 1068, 0, 1069, 0, 1070, 0, 1071,
1504
- 0, 1072, 0, 1073, 0, 1074, 0, 1075,
1505
- 0, 1076, 0, 1077, 0, 1079, 1078, 1079,
1506
- 1078, 1080, 1079, 1079, 28, 1295, 1103, 28,
1507
- 1079, 1078, 1081, 1231, 1079, 1078, 1082, 1104,
1508
- 1177, 1195, 1079, 1078, 1083, 1079, 1078, 1084,
1509
- 1079, 1078, 1085, 1079, 1078, 1086, 1079, 1078,
1510
- 1087, 1079, 1078, 1088, 1079, 1078, 1089, 1079,
1511
- 1078, 1090, 1079, 1078, 1091, 1079, 1078, 1092,
1512
- 1079, 1078, 1093, 1079, 1078, 1094, 1079, 1078,
1513
- 1095, 1079, 1078, 1096, 1079, 1078, 1097, 1079,
1514
- 1078, 1098, 1079, 1078, 1099, 1079, 1078, 1100,
1515
- 1079, 1078, 1101, 1079, 1078, 1102, 1079, 1078,
1516
- 1103, 1079, 1078, 1079, 185, 1078, 1105, 1079,
1517
- 1078, 1106, 1079, 1078, 1107, 1079, 1078, 1108,
1518
- 1079, 1078, 1109, 1079, 1078, 1110, 1079, 1078,
1519
- 1111, 1079, 1078, 1112, 1079, 1078, 1113, 1079,
1520
- 1078, 1114, 1079, 1078, 1115, 1079, 1078, 1116,
1521
- 1162, 1079, 1078, 1117, 1079, 1078, 1118, 1079,
1522
- 1078, 1119, 1079, 1078, 1120, 1079, 1078, 1121,
1523
- 1079, 1078, 1122, 1079, 1078, 1123, 1079, 1078,
1524
- 1124, 1079, 1078, 1125, 1079, 1078, 1126, 1079,
1525
- 1078, 1127, 1079, 1078, 1128, 1079, 1078, 1129,
1526
- 1079, 1078, 1130, 1079, 1078, 1131, 1079, 1078,
1527
- 1132, 1079, 1078, 1133, 1079, 1078, 1134, 1079,
1528
- 1078, 1135, 1079, 1078, 1136, 1079, 1078, 1137,
1529
- 1079, 1078, 1138, 1079, 1078, 1139, 1079, 1078,
1530
- 1140, 1079, 1078, 1141, 1079, 1078, 1142, 1079,
1531
- 1078, 1143, 1079, 1078, 1144, 1079, 1078, 1145,
1532
- 1079, 1078, 1146, 1079, 1078, 1147, 1079, 1078,
1533
- 1148, 1079, 1078, 1149, 1079, 1078, 1150, 1079,
1534
- 1078, 1151, 1079, 1078, 1152, 1079, 1078, 1153,
1535
- 1079, 1078, 1154, 1079, 1078, 1155, 1079, 1078,
1536
- 1156, 1079, 1078, 1157, 1079, 1078, 1158, 1079,
1537
- 1078, 1159, 1079, 1078, 1160, 1079, 1078, 1161,
1538
- 1079, 1078, 1079, 185, 1078, 1163, 1079, 1078,
1539
- 1164, 1079, 1078, 1165, 1079, 1078, 1166, 1079,
1540
- 1078, 1167, 1079, 1078, 1168, 1079, 1078, 1169,
1541
- 1079, 1078, 1170, 1079, 1078, 1171, 1079, 1078,
1542
- 1172, 1079, 1078, 1173, 1079, 1078, 1174, 1079,
1543
- 1078, 1175, 1079, 1078, 1176, 1079, 1078, 1161,
1544
- 1079, 1078, 1178, 1079, 1078, 1179, 1079, 1078,
1545
- 1180, 1079, 1078, 1181, 1079, 1078, 1182, 1079,
1546
- 1078, 1183, 1079, 1078, 1184, 1079, 1078, 1185,
1547
- 1079, 1078, 1186, 1079, 1078, 1187, 1079, 1078,
1548
- 1188, 1079, 1078, 1189, 1079, 1078, 1190, 1079,
1549
- 1078, 1191, 1079, 1078, 1192, 1079, 1078, 1193,
1550
- 1079, 1078, 1194, 1079, 1078, 1103, 1079, 1078,
1551
- 1196, 1079, 1078, 1197, 1079, 1078, 1198, 1079,
1552
- 1078, 1199, 1079, 1078, 1200, 1079, 1078, 1201,
1553
- 1079, 1078, 1202, 1079, 1078, 1203, 1079, 1078,
1554
- 1204, 1079, 1078, 1205, 1079, 1078, 1206, 1079,
1555
- 1078, 1207, 1079, 1078, 1208, 1079, 1078, 1209,
1556
- 1079, 1078, 1210, 1079, 1078, 1211, 1079, 1078,
1557
- 1212, 1079, 1078, 1213, 1079, 1078, 1214, 1079,
1558
- 1078, 1215, 1079, 1078, 1216, 1079, 1078, 1217,
1559
- 1079, 1078, 1218, 1079, 1078, 1219, 1079, 1078,
1560
- 1220, 1079, 1078, 1221, 1079, 1078, 1222, 1079,
1561
- 1078, 1223, 1079, 1078, 1224, 1079, 1078, 1225,
1562
- 1079, 1078, 1226, 1079, 1078, 1227, 1079, 1078,
1563
- 1228, 1079, 1078, 1229, 1079, 1078, 1230, 1079,
1564
- 1078, 1161, 1079, 1078, 1232, 1244, 1253, 1079,
1565
- 1078, 1233, 1079, 1078, 1234, 1079, 1078, 1235,
1566
- 1210, 1079, 1078, 1236, 1079, 1078, 1237, 1079,
1567
- 1078, 1238, 1079, 1078, 1239, 1079, 1078, 1240,
1568
- 1079, 1078, 1241, 1079, 1078, 1242, 1079, 1078,
1569
- 1243, 1079, 1078, 1103, 1079, 1078, 1245, 1079,
1570
- 1078, 1246, 1079, 1078, 1247, 1250, 1079, 1078,
1571
- 1248, 1079, 1078, 1249, 1079, 1078, 1103, 1079,
1572
- 1078, 1251, 1079, 1078, 1252, 1079, 1078, 1103,
1573
- 1079, 1078, 1254, 1079, 1078, 1255, 1079, 1078,
1574
- 1256, 1079, 1078, 1257, 1079, 1078, 1258, 1079,
1575
- 1078, 1259, 1079, 1078, 1260, 1079, 1078, 1261,
1576
- 1079, 1078, 1262, 1079, 1078, 1263, 1079, 1078,
1577
- 1264, 1079, 1078, 1265, 1286, 1079, 1078, 1266,
1578
- 1079, 1078, 1267, 1079, 1078, 1268, 1079, 1078,
1579
- 1269, 1079, 1078, 1270, 1079, 1078, 1271, 1079,
1580
- 1078, 1272, 1079, 1078, 1273, 1079, 1078, 1274,
1581
- 1079, 1078, 1275, 1079, 1078, 1276, 1079, 1078,
1582
- 1277, 1079, 1078, 1278, 1079, 1078, 1279, 1079,
1583
- 1078, 1280, 1079, 1078, 1281, 1079, 1078, 1282,
1584
- 1079, 1078, 1283, 1079, 1078, 1284, 1079, 1078,
1585
- 1285, 1079, 1078, 1204, 1079, 1078, 1287, 1079,
1586
- 1078, 1288, 1079, 1078, 1289, 1079, 1078, 1290,
1587
- 1079, 1078, 1291, 1079, 1078, 1292, 1079, 1078,
1588
- 1293, 1079, 1078, 1294, 1079, 1078, 1161, 1079,
1589
- 1078, 1079, 1296, 1078, 1079, 1297, 1078, 1079,
1590
- 1298, 1078, 1079, 1299, 1078, 1079, 1300, 1078,
1591
- 1079, 1301, 1078, 1079, 1302, 1078, 1079, 1303,
1592
- 1078, 1079, 1304, 1078, 1079, 1305, 1078, 1079,
1593
- 1306, 1078, 1079, 1307, 1078, 1079, 1308, 1078,
1594
- 1079, 28, 1078, 1310, 0, 1311, 0, 25,
1595
- 0, 1313, 0, 1314, 0, 1315, 0, 1316,
1596
- 0, 1317, 0, 1318, 0, 1319, 0, 1320,
1597
- 0, 1321, 0, 1322, 0, 1323, 0, 1324,
1598
- 1345, 0, 1325, 0, 1326, 0, 1327, 0,
1599
- 1328, 0, 1329, 0, 1330, 0, 1331, 0,
1600
- 1332, 0, 1333, 0, 1334, 0, 1335, 0,
1601
- 1336, 0, 1337, 0, 1338, 0, 1339, 0,
1602
- 1340, 0, 1341, 0, 1342, 0, 1343, 0,
1603
- 1344, 0, 555, 0, 1346, 0, 1347, 0,
1604
- 1348, 0, 1349, 0, 1350, 0, 1351, 0,
1605
- 1352, 0, 1353, 0, 121, 0, 1355, 0,
1606
- 28, 0, 0, 0
1607
- };
1608
-
1609
- static const unsigned char _lexer_trans_actions[] = {
1610
- 29, 0, 54, 0, 5, 1, 0, 29,
1611
- 1, 35, 0, 43, 0, 0, 43, 0,
1612
- 0, 0, 0, 0, 43, 0, 43, 0,
1613
- 43, 0, 43, 0, 43, 0, 43, 0,
1614
- 43, 0, 43, 0, 43, 0, 43, 0,
1615
- 43, 0, 43, 0, 43, 0, 43, 0,
1616
- 43, 0, 43, 0, 43, 0, 43, 0,
1617
- 43, 0, 43, 0, 43, 0, 43, 0,
1618
- 43, 149, 126, 57, 110, 23, 0, 29,
1619
- 54, 0, 5, 1, 0, 29, 1, 35,
1620
- 0, 43, 0, 43, 0, 43, 139, 48,
1621
- 9, 106, 11, 0, 134, 45, 45, 45,
1622
- 3, 122, 33, 33, 33, 0, 122, 33,
1623
- 33, 33, 0, 122, 33, 0, 33, 0,
1624
- 102, 7, 7, 43, 54, 0, 0, 43,
1625
- 114, 25, 0, 54, 43, 0, 43, 0,
1626
- 43, 0, 43, 0, 43, 0, 43, 0,
1627
- 43, 0, 43, 0, 43, 0, 43, 0,
1628
- 43, 0, 43, 0, 43, 0, 43, 0,
1629
- 43, 43, 43, 43, 43, 0, 27, 118,
1630
- 27, 27, 51, 27, 0, 54, 0, 1,
1631
- 0, 43, 0, 0, 0, 43, 54, 37,
1632
- 37, 87, 37, 37, 43, 0, 39, 0,
1633
- 43, 0, 0, 54, 0, 0, 39, 0,
1634
- 0, 96, 54, 0, 93, 90, 41, 96,
1635
- 90, 99, 0, 43, 0, 43, 0, 43,
1636
- 0, 43, 0, 43, 0, 43, 0, 43,
1637
- 0, 43, 0, 43, 0, 43, 0, 43,
1638
- 0, 43, 0, 0, 43, 0, 43, 0,
1639
- 43, 0, 43, 0, 43, 0, 43, 0,
1640
- 43, 0, 43, 0, 43, 0, 43, 0,
1641
- 43, 0, 43, 0, 43, 0, 43, 0,
1642
- 43, 0, 43, 0, 43, 0, 43, 0,
1643
- 43, 0, 43, 0, 43, 0, 43, 0,
1644
- 43, 0, 43, 0, 43, 0, 43, 0,
1645
- 43, 0, 43, 0, 43, 0, 43, 0,
1646
- 43, 0, 43, 0, 43, 0, 43, 0,
1647
- 43, 0, 43, 0, 43, 0, 43, 0,
1648
- 43, 0, 43, 0, 43, 0, 43, 0,
1649
- 43, 0, 43, 0, 43, 0, 43, 0,
1650
- 43, 144, 57, 54, 0, 84, 54, 0,
1651
- 69, 33, 69, 0, 0, 0, 0, 54,
1652
- 0, 0, 0, 0, 54, 0, 0, 54,
1653
- 0, 0, 54, 0, 0, 54, 0, 0,
1654
- 54, 0, 0, 54, 0, 0, 54, 0,
1655
- 0, 54, 0, 0, 54, 0, 0, 54,
1656
- 0, 0, 54, 0, 0, 54, 0, 0,
1657
- 0, 54, 0, 0, 54, 0, 0, 54,
1658
- 0, 0, 54, 0, 0, 54, 0, 0,
1659
- 54, 0, 0, 54, 0, 0, 54, 0,
1660
- 0, 54, 0, 0, 54, 0, 0, 54,
1661
- 0, 0, 54, 0, 0, 54, 0, 0,
1662
- 54, 0, 0, 54, 0, 0, 54, 0,
1663
- 0, 54, 0, 0, 54, 0, 0, 54,
1664
- 0, 0, 54, 0, 0, 54, 0, 0,
1665
- 54, 0, 0, 54, 0, 0, 54, 0,
1666
- 0, 54, 0, 0, 54, 0, 0, 54,
1667
- 0, 0, 54, 0, 0, 54, 0, 0,
1668
- 54, 0, 0, 54, 0, 0, 54, 0,
1669
- 0, 54, 0, 0, 54, 0, 0, 54,
1670
- 0, 0, 54, 0, 0, 54, 0, 0,
1671
- 54, 0, 0, 54, 0, 0, 54, 0,
1672
- 0, 54, 0, 0, 54, 0, 0, 54,
1673
- 0, 0, 54, 0, 0, 54, 0, 0,
1674
- 54, 0, 54, 13, 0, 63, 130, 31,
1675
- 60, 57, 31, 63, 57, 66, 31, 43,
1676
- 0, 54, 0, 0, 54, 0, 0, 54,
1677
- 0, 0, 54, 0, 0, 54, 0, 0,
1678
- 54, 0, 0, 54, 0, 0, 54, 0,
1679
- 0, 54, 0, 0, 54, 0, 0, 54,
1680
- 0, 0, 54, 0, 0, 54, 0, 0,
1681
- 54, 0, 0, 54, 0, 0, 54, 0,
1682
- 0, 54, 0, 0, 54, 0, 0, 54,
1683
- 0, 0, 54, 0, 0, 54, 0, 0,
1684
- 54, 0, 0, 54, 0, 0, 54, 0,
1685
- 0, 54, 0, 0, 54, 0, 0, 54,
1686
- 0, 0, 54, 0, 0, 54, 0, 0,
1687
- 54, 0, 0, 54, 0, 0, 0, 54,
1688
- 0, 0, 54, 0, 0, 54, 0, 0,
1689
- 54, 0, 0, 54, 0, 0, 54, 0,
1690
- 0, 54, 0, 0, 54, 0, 0, 54,
1691
- 0, 0, 54, 0, 0, 54, 0, 0,
1692
- 54, 0, 0, 54, 0, 0, 54, 0,
1693
- 0, 54, 0, 0, 54, 0, 0, 54,
1694
- 0, 0, 54, 0, 0, 54, 0, 0,
1695
- 54, 0, 0, 54, 0, 0, 54, 0,
1696
- 0, 54, 0, 0, 54, 0, 0, 54,
1697
- 0, 0, 54, 0, 0, 54, 0, 0,
1698
- 54, 0, 0, 54, 0, 0, 54, 0,
1699
- 0, 54, 0, 0, 54, 0, 0, 54,
1700
- 0, 0, 54, 0, 0, 54, 0, 0,
1701
- 54, 0, 0, 54, 0, 0, 54, 0,
1702
- 0, 54, 0, 0, 54, 0, 0, 54,
1703
- 0, 0, 54, 0, 0, 54, 0, 0,
1704
- 54, 0, 0, 54, 0, 0, 54, 0,
1705
- 0, 54, 0, 0, 54, 0, 0, 54,
1706
- 0, 0, 54, 0, 0, 54, 0, 0,
1707
- 54, 0, 0, 54, 0, 0, 54, 0,
1708
- 0, 54, 0, 0, 54, 0, 0, 54,
1709
- 0, 0, 54, 0, 0, 54, 0, 0,
1710
- 0, 0, 54, 0, 0, 54, 0, 0,
1711
- 54, 0, 0, 54, 0, 0, 54, 0,
1712
- 0, 54, 0, 0, 54, 0, 0, 54,
1713
- 0, 0, 54, 0, 0, 54, 0, 0,
1714
- 54, 0, 0, 54, 0, 0, 54, 0,
1715
- 0, 54, 0, 0, 54, 0, 0, 54,
1716
- 0, 0, 54, 0, 0, 54, 0, 0,
1717
- 54, 0, 0, 54, 0, 0, 54, 0,
1718
- 0, 54, 0, 0, 54, 0, 0, 54,
1719
- 0, 0, 54, 0, 0, 54, 0, 0,
1720
- 54, 0, 0, 0, 54, 0, 0, 54,
1721
- 0, 0, 54, 0, 0, 54, 0, 0,
1722
- 54, 0, 0, 54, 0, 0, 54, 0,
1723
- 0, 54, 0, 0, 54, 0, 0, 54,
1724
- 0, 0, 54, 0, 0, 54, 0, 0,
1725
- 54, 0, 0, 54, 0, 0, 54, 0,
1726
- 0, 54, 0, 0, 54, 0, 0, 54,
1727
- 0, 0, 54, 0, 0, 54, 0, 0,
1728
- 54, 0, 0, 54, 0, 0, 54, 0,
1729
- 0, 54, 0, 0, 54, 0, 0, 54,
1730
- 0, 0, 54, 0, 0, 54, 0, 0,
1731
- 54, 0, 0, 54, 0, 0, 54, 0,
1732
- 54, 0, 0, 54, 0, 0, 54, 0,
1733
- 0, 54, 0, 0, 54, 0, 0, 54,
1734
- 0, 0, 54, 0, 0, 54, 0, 0,
1735
- 54, 0, 0, 54, 0, 0, 54, 0,
1736
- 0, 54, 0, 0, 54, 0, 0, 54,
1737
- 13, 0, 0, 43, 0, 43, 0, 43,
1738
- 0, 43, 0, 43, 0, 43, 0, 43,
1739
- 0, 43, 0, 43, 0, 43, 0, 43,
1740
- 0, 43, 0, 43, 0, 43, 0, 43,
1741
- 0, 43, 0, 43, 0, 43, 0, 43,
1742
- 0, 43, 0, 43, 0, 43, 0, 43,
1743
- 0, 43, 0, 43, 0, 43, 0, 43,
1744
- 0, 43, 0, 43, 0, 43, 0, 43,
1745
- 0, 0, 43, 0, 43, 0, 43, 0,
1746
- 43, 0, 43, 0, 43, 0, 43, 0,
1747
- 43, 0, 43, 0, 43, 0, 43, 0,
1748
- 43, 0, 43, 0, 43, 0, 43, 0,
1749
- 43, 0, 43, 0, 43, 0, 43, 0,
1750
- 43, 0, 43, 0, 43, 0, 43, 0,
1751
- 43, 144, 57, 54, 0, 84, 54, 0,
1752
- 81, 81, 0, 0, 0, 0, 54, 0,
1753
- 0, 54, 0, 0, 54, 0, 0, 54,
1754
- 0, 0, 54, 0, 0, 54, 0, 0,
1755
- 54, 0, 0, 54, 0, 0, 54, 0,
1756
- 0, 54, 0, 0, 54, 0, 0, 54,
1757
- 0, 0, 54, 0, 0, 0, 54, 0,
1758
- 0, 54, 0, 0, 54, 0, 0, 54,
1759
- 0, 0, 54, 0, 0, 54, 0, 0,
1760
- 54, 0, 0, 54, 0, 0, 54, 0,
1761
- 0, 54, 0, 0, 54, 0, 0, 54,
1762
- 0, 0, 54, 0, 0, 54, 0, 0,
1763
- 54, 0, 0, 54, 0, 0, 54, 0,
1764
- 0, 54, 0, 0, 54, 0, 0, 54,
1765
- 0, 0, 54, 0, 0, 54, 0, 0,
1766
- 54, 0, 0, 54, 0, 0, 54, 0,
1767
- 0, 54, 0, 0, 54, 0, 0, 54,
1768
- 0, 0, 54, 0, 0, 54, 0, 0,
1769
- 54, 0, 0, 54, 0, 0, 54, 0,
1770
- 0, 54, 0, 0, 54, 0, 0, 54,
1771
- 0, 0, 54, 0, 0, 54, 0, 0,
1772
- 54, 0, 0, 54, 0, 0, 54, 0,
1773
- 0, 54, 0, 0, 54, 0, 0, 54,
1774
- 0, 0, 54, 0, 0, 54, 0, 54,
1775
- 21, 0, 0, 54, 0, 0, 54, 0,
1776
- 0, 54, 0, 0, 54, 0, 0, 54,
1777
- 0, 0, 54, 0, 0, 54, 0, 0,
1778
- 54, 0, 0, 54, 0, 0, 54, 0,
1779
- 0, 54, 0, 0, 54, 0, 0, 54,
1780
- 0, 0, 54, 0, 0, 54, 0, 0,
1781
- 54, 0, 0, 54, 0, 0, 54, 0,
1782
- 0, 54, 0, 0, 54, 0, 0, 54,
1783
- 0, 0, 54, 0, 0, 54, 0, 0,
1784
- 54, 0, 0, 54, 0, 0, 54, 0,
1785
- 0, 54, 0, 0, 54, 0, 0, 54,
1786
- 0, 0, 54, 0, 0, 54, 0, 0,
1787
- 54, 0, 0, 54, 0, 0, 54, 0,
1788
- 0, 54, 0, 0, 54, 0, 0, 54,
1789
- 0, 0, 43, 0, 43, 0, 43, 0,
1790
- 43, 0, 43, 0, 43, 0, 43, 0,
1791
- 43, 0, 43, 0, 43, 0, 43, 0,
1792
- 43, 0, 43, 0, 43, 0, 43, 0,
1793
- 43, 0, 43, 0, 43, 0, 43, 0,
1794
- 43, 0, 43, 0, 43, 0, 43, 0,
1795
- 43, 0, 43, 0, 43, 0, 43, 0,
1796
- 43, 0, 43, 0, 43, 0, 43, 0,
1797
- 43, 0, 43, 0, 43, 0, 43, 0,
1798
- 43, 0, 43, 0, 43, 0, 43, 0,
1799
- 43, 0, 43, 0, 43, 0, 43, 0,
1800
- 43, 0, 43, 0, 43, 0, 43, 0,
1801
- 43, 0, 43, 0, 43, 0, 43, 0,
1802
- 43, 0, 43, 0, 43, 0, 43, 0,
1803
- 43, 0, 43, 0, 43, 0, 43, 0,
1804
- 43, 0, 43, 0, 43, 0, 43, 0,
1805
- 43, 0, 43, 0, 43, 0, 43, 0,
1806
- 43, 0, 43, 0, 43, 0, 43, 0,
1807
- 43, 0, 43, 0, 43, 0, 43, 0,
1808
- 43, 0, 43, 0, 43, 0, 43, 0,
1809
- 43, 144, 57, 54, 0, 84, 54, 0,
1810
- 78, 33, 84, 78, 0, 0, 0, 0,
1811
- 54, 0, 0, 0, 0, 54, 0, 0,
1812
- 54, 0, 0, 54, 0, 0, 54, 0,
1813
- 0, 54, 0, 0, 54, 0, 0, 54,
1814
- 0, 0, 54, 0, 0, 54, 0, 0,
1815
- 54, 0, 0, 54, 0, 0, 54, 0,
1816
- 0, 54, 0, 0, 54, 0, 0, 54,
1817
- 0, 0, 54, 0, 0, 54, 0, 0,
1818
- 54, 0, 0, 54, 0, 0, 54, 0,
1819
- 0, 54, 0, 0, 54, 0, 54, 19,
1820
- 0, 0, 54, 0, 0, 54, 0, 0,
1821
- 54, 0, 0, 54, 0, 0, 54, 0,
1822
- 0, 54, 0, 0, 54, 0, 0, 54,
1823
- 0, 0, 54, 0, 0, 54, 0, 0,
1824
- 54, 0, 0, 0, 54, 0, 0, 54,
1825
- 0, 0, 54, 0, 0, 54, 0, 0,
1826
- 54, 0, 0, 54, 0, 0, 54, 0,
1827
- 0, 54, 0, 0, 54, 0, 0, 54,
1828
- 0, 0, 54, 0, 0, 54, 0, 0,
1829
- 54, 0, 0, 54, 0, 0, 54, 0,
1830
- 0, 54, 0, 0, 54, 0, 0, 54,
1831
- 0, 0, 54, 0, 0, 54, 0, 0,
1832
- 54, 0, 0, 54, 0, 0, 54, 0,
1833
- 0, 54, 0, 0, 54, 0, 0, 54,
1834
- 0, 0, 54, 0, 0, 54, 0, 0,
1835
- 54, 0, 0, 54, 0, 0, 54, 0,
1836
- 0, 54, 0, 0, 54, 0, 0, 54,
1837
- 0, 0, 54, 0, 0, 54, 0, 0,
1838
- 54, 0, 0, 54, 0, 0, 54, 0,
1839
- 0, 54, 0, 0, 54, 0, 0, 54,
1840
- 0, 0, 54, 0, 0, 54, 0, 0,
1841
- 54, 0, 0, 54, 0, 54, 19, 0,
1842
- 0, 54, 0, 0, 54, 0, 0, 54,
1843
- 0, 0, 54, 0, 0, 54, 0, 0,
1844
- 54, 0, 0, 54, 0, 0, 54, 0,
1845
- 0, 54, 0, 0, 54, 0, 0, 54,
1846
- 0, 0, 54, 0, 0, 54, 0, 0,
1847
- 54, 0, 0, 54, 0, 0, 54, 0,
1848
- 0, 54, 0, 0, 54, 0, 0, 54,
1849
- 0, 0, 54, 0, 0, 54, 0, 0,
1850
- 54, 0, 0, 54, 0, 0, 54, 0,
1851
- 0, 54, 0, 0, 54, 0, 0, 54,
1852
- 0, 0, 54, 0, 0, 54, 0, 0,
1853
- 54, 0, 0, 54, 0, 0, 54, 0,
1854
- 0, 54, 0, 0, 0, 0, 54, 0,
1855
- 0, 54, 0, 0, 54, 0, 0, 0,
1856
- 54, 0, 0, 54, 0, 0, 54, 0,
1857
- 0, 54, 0, 0, 54, 0, 0, 54,
1858
- 0, 0, 54, 0, 0, 54, 0, 0,
1859
- 54, 0, 0, 54, 0, 0, 54, 0,
1860
- 0, 54, 0, 0, 54, 0, 0, 54,
1861
- 0, 0, 54, 0, 0, 54, 0, 0,
1862
- 54, 0, 0, 54, 0, 0, 54, 0,
1863
- 0, 54, 0, 0, 54, 0, 0, 54,
1864
- 0, 0, 54, 0, 0, 54, 0, 0,
1865
- 54, 0, 0, 54, 0, 0, 54, 0,
1866
- 0, 54, 0, 0, 54, 0, 0, 54,
1867
- 0, 0, 54, 0, 0, 54, 0, 0,
1868
- 54, 0, 0, 0, 54, 0, 0, 54,
1869
- 0, 0, 54, 0, 0, 54, 0, 0,
1870
- 54, 0, 0, 54, 0, 0, 54, 0,
1871
- 0, 54, 0, 0, 54, 0, 0, 54,
1872
- 0, 0, 54, 0, 0, 54, 0, 0,
1873
- 54, 0, 0, 54, 0, 0, 54, 0,
1874
- 0, 54, 0, 0, 54, 0, 0, 54,
1875
- 0, 0, 54, 0, 0, 54, 0, 0,
1876
- 54, 0, 0, 54, 0, 0, 54, 0,
1877
- 0, 54, 0, 0, 54, 0, 0, 54,
1878
- 0, 0, 54, 0, 0, 54, 0, 54,
1879
- 0, 0, 54, 0, 0, 54, 0, 0,
1880
- 54, 0, 0, 54, 0, 0, 54, 0,
1881
- 0, 54, 0, 0, 54, 0, 0, 54,
1882
- 0, 0, 54, 0, 0, 54, 0, 0,
1883
- 54, 0, 0, 54, 0, 0, 54, 19,
1884
- 0, 0, 0, 0, 43, 0, 43, 0,
1885
- 43, 0, 0, 43, 0, 43, 0, 43,
1886
- 0, 43, 0, 43, 0, 43, 0, 43,
1887
- 0, 43, 0, 43, 0, 43, 0, 43,
1888
- 0, 43, 0, 43, 0, 43, 0, 43,
1889
- 0, 43, 0, 43, 0, 43, 0, 43,
1890
- 0, 43, 0, 43, 0, 43, 0, 43,
1891
- 0, 43, 0, 43, 0, 43, 0, 43,
1892
- 0, 43, 0, 43, 0, 43, 0, 43,
1893
- 0, 43, 144, 57, 54, 0, 84, 54,
1894
- 0, 75, 33, 84, 75, 0, 0, 0,
1895
- 0, 54, 0, 0, 0, 0, 0, 54,
1896
- 0, 0, 54, 0, 0, 54, 0, 0,
1897
- 54, 0, 0, 54, 0, 0, 54, 0,
1898
- 0, 54, 0, 0, 54, 0, 0, 54,
1899
- 0, 0, 54, 0, 0, 54, 0, 0,
1900
- 54, 0, 0, 54, 0, 0, 54, 0,
1901
- 0, 54, 0, 0, 54, 0, 0, 54,
1902
- 0, 0, 54, 0, 0, 54, 0, 0,
1903
- 54, 0, 0, 54, 0, 0, 54, 0,
1904
- 54, 17, 0, 0, 54, 0, 0, 54,
1905
- 0, 0, 54, 0, 0, 54, 0, 0,
1906
- 54, 0, 0, 54, 0, 0, 54, 0,
1907
- 0, 54, 0, 0, 54, 0, 0, 54,
1908
- 0, 0, 54, 0, 0, 0, 54, 0,
1909
- 0, 54, 0, 0, 54, 0, 0, 54,
1910
- 0, 0, 54, 0, 0, 54, 0, 0,
1911
- 54, 0, 0, 54, 0, 0, 54, 0,
1912
- 0, 54, 0, 0, 54, 0, 0, 54,
1913
- 0, 0, 54, 0, 0, 54, 0, 0,
1914
- 54, 0, 0, 54, 0, 0, 54, 0,
1915
- 0, 54, 0, 0, 54, 0, 0, 54,
1916
- 0, 0, 54, 0, 0, 54, 0, 0,
1917
- 54, 0, 0, 54, 0, 0, 54, 0,
1918
- 0, 54, 0, 0, 54, 0, 0, 54,
1919
- 0, 0, 54, 0, 0, 54, 0, 0,
1920
- 54, 0, 0, 54, 0, 0, 54, 0,
1921
- 0, 54, 0, 0, 54, 0, 0, 54,
1922
- 0, 0, 54, 0, 0, 54, 0, 0,
1923
- 54, 0, 0, 54, 0, 0, 54, 0,
1924
- 0, 54, 0, 0, 54, 0, 0, 54,
1925
- 0, 0, 54, 0, 0, 54, 0, 54,
1926
- 17, 0, 0, 54, 0, 0, 54, 0,
1927
- 0, 54, 0, 0, 54, 0, 0, 54,
1928
- 0, 0, 54, 0, 0, 54, 0, 0,
1929
- 54, 0, 0, 54, 0, 0, 54, 0,
1930
- 0, 54, 0, 0, 54, 0, 0, 54,
1931
- 0, 0, 54, 0, 0, 54, 0, 0,
1932
- 54, 0, 0, 54, 0, 0, 54, 0,
1933
- 0, 54, 0, 0, 54, 0, 0, 54,
1934
- 0, 0, 54, 0, 0, 54, 0, 0,
1935
- 54, 0, 0, 54, 0, 0, 54, 0,
1936
- 0, 54, 0, 0, 54, 0, 0, 54,
1937
- 0, 0, 54, 0, 0, 54, 0, 0,
1938
- 54, 0, 0, 54, 0, 0, 54, 0,
1939
- 0, 54, 0, 0, 54, 0, 0, 54,
1940
- 0, 0, 54, 0, 0, 54, 0, 0,
1941
- 54, 0, 0, 54, 0, 0, 54, 0,
1942
- 0, 54, 0, 0, 54, 0, 0, 54,
1943
- 0, 0, 54, 0, 0, 54, 0, 0,
1944
- 54, 0, 0, 54, 0, 0, 54, 0,
1945
- 0, 54, 0, 0, 54, 0, 0, 54,
1946
- 0, 0, 54, 0, 0, 54, 0, 0,
1947
- 54, 0, 0, 54, 0, 0, 54, 0,
1948
- 0, 54, 0, 0, 54, 0, 0, 54,
1949
- 0, 0, 54, 0, 0, 54, 0, 0,
1950
- 54, 0, 0, 54, 0, 0, 54, 0,
1951
- 0, 54, 0, 0, 54, 0, 0, 54,
1952
- 0, 0, 0, 0, 54, 0, 0, 54,
1953
- 0, 0, 54, 0, 0, 0, 54, 0,
1954
- 0, 54, 0, 0, 54, 0, 0, 54,
1955
- 0, 0, 54, 0, 0, 54, 0, 0,
1956
- 54, 0, 0, 54, 0, 0, 54, 0,
1957
- 0, 54, 0, 0, 54, 0, 0, 54,
1958
- 0, 0, 0, 0, 54, 0, 0, 54,
1959
- 0, 0, 54, 0, 0, 54, 0, 0,
1960
- 54, 0, 0, 54, 0, 0, 54, 0,
1961
- 0, 54, 0, 0, 54, 0, 0, 54,
1962
- 0, 0, 54, 0, 0, 54, 0, 0,
1963
- 54, 0, 0, 54, 0, 0, 54, 0,
1964
- 0, 54, 0, 0, 54, 0, 0, 54,
1965
- 0, 0, 54, 0, 0, 54, 0, 0,
1966
- 54, 0, 0, 54, 0, 0, 54, 0,
1967
- 0, 54, 0, 0, 54, 0, 0, 54,
1968
- 0, 0, 54, 0, 0, 54, 0, 0,
1969
- 54, 0, 0, 54, 0, 0, 0, 54,
1970
- 0, 0, 54, 0, 0, 54, 0, 0,
1971
- 54, 0, 0, 54, 0, 0, 54, 0,
1972
- 0, 54, 0, 0, 54, 0, 0, 54,
1973
- 0, 0, 54, 0, 0, 54, 0, 0,
1974
- 54, 0, 0, 54, 0, 0, 54, 0,
1975
- 0, 54, 0, 0, 54, 0, 0, 54,
1976
- 0, 0, 54, 0, 0, 54, 0, 0,
1977
- 54, 0, 0, 54, 0, 0, 54, 0,
1978
- 0, 54, 0, 0, 54, 0, 0, 54,
1979
- 0, 0, 54, 0, 0, 54, 0, 0,
1980
- 54, 0, 0, 54, 0, 0, 54, 0,
1981
- 0, 54, 0, 54, 0, 0, 54, 0,
1982
- 0, 54, 0, 0, 54, 0, 0, 54,
1983
- 0, 0, 54, 0, 0, 54, 0, 0,
1984
- 54, 0, 0, 54, 0, 0, 54, 0,
1985
- 0, 54, 0, 0, 54, 0, 0, 54,
1986
- 0, 0, 54, 17, 0, 0, 43, 0,
1987
- 43, 0, 0, 0, 43, 0, 43, 0,
1988
- 43, 0, 43, 0, 43, 0, 43, 0,
1989
- 43, 0, 43, 0, 43, 0, 43, 0,
1990
- 43, 0, 43, 0, 43, 0, 43, 0,
1991
- 43, 0, 43, 0, 43, 144, 57, 54,
1992
- 0, 84, 54, 0, 72, 33, 84, 72,
1993
- 0, 0, 0, 0, 54, 0, 0, 0,
1994
- 0, 0, 54, 0, 0, 54, 0, 0,
1995
- 54, 0, 0, 54, 0, 0, 54, 0,
1996
- 0, 54, 0, 0, 54, 0, 0, 54,
1997
- 0, 0, 54, 0, 0, 54, 0, 0,
1998
- 54, 0, 0, 54, 0, 0, 54, 0,
1999
- 0, 54, 0, 0, 54, 0, 0, 54,
2000
- 0, 0, 54, 0, 0, 54, 0, 0,
2001
- 54, 0, 0, 54, 0, 0, 54, 0,
2002
- 0, 54, 0, 54, 15, 0, 0, 54,
2003
- 0, 0, 54, 0, 0, 54, 0, 0,
2004
- 54, 0, 0, 54, 0, 0, 54, 0,
2005
- 0, 54, 0, 0, 54, 0, 0, 54,
2006
- 0, 0, 54, 0, 0, 54, 0, 0,
2007
- 0, 54, 0, 0, 54, 0, 0, 54,
2008
- 0, 0, 54, 0, 0, 54, 0, 0,
2009
- 54, 0, 0, 54, 0, 0, 54, 0,
2010
- 0, 54, 0, 0, 54, 0, 0, 54,
2011
- 0, 0, 54, 0, 0, 54, 0, 0,
2012
- 54, 0, 0, 54, 0, 0, 54, 0,
2013
- 0, 54, 0, 0, 54, 0, 0, 54,
2014
- 0, 0, 54, 0, 0, 54, 0, 0,
2015
- 54, 0, 0, 54, 0, 0, 54, 0,
2016
- 0, 54, 0, 0, 54, 0, 0, 54,
2017
- 0, 0, 54, 0, 0, 54, 0, 0,
2018
- 54, 0, 0, 54, 0, 0, 54, 0,
2019
- 0, 54, 0, 0, 54, 0, 0, 54,
2020
- 0, 0, 54, 0, 0, 54, 0, 0,
2021
- 54, 0, 0, 54, 0, 0, 54, 0,
2022
- 0, 54, 0, 0, 54, 0, 0, 54,
2023
- 0, 0, 54, 0, 0, 54, 0, 0,
2024
- 54, 0, 54, 15, 0, 0, 54, 0,
2025
- 0, 54, 0, 0, 54, 0, 0, 54,
2026
- 0, 0, 54, 0, 0, 54, 0, 0,
2027
- 54, 0, 0, 54, 0, 0, 54, 0,
2028
- 0, 54, 0, 0, 54, 0, 0, 54,
2029
- 0, 0, 54, 0, 0, 54, 0, 0,
2030
- 54, 0, 0, 54, 0, 0, 54, 0,
2031
- 0, 54, 0, 0, 54, 0, 0, 54,
2032
- 0, 0, 54, 0, 0, 54, 0, 0,
2033
- 54, 0, 0, 54, 0, 0, 54, 0,
2034
- 0, 54, 0, 0, 54, 0, 0, 54,
2035
- 0, 0, 54, 0, 0, 54, 0, 0,
2036
- 54, 0, 0, 54, 0, 0, 54, 0,
2037
- 0, 54, 0, 0, 54, 0, 0, 54,
2038
- 0, 0, 54, 0, 0, 54, 0, 0,
2039
- 54, 0, 0, 54, 0, 0, 54, 0,
2040
- 0, 54, 0, 0, 54, 0, 0, 54,
2041
- 0, 0, 54, 0, 0, 54, 0, 0,
2042
- 54, 0, 0, 54, 0, 0, 54, 0,
2043
- 0, 54, 0, 0, 54, 0, 0, 54,
2044
- 0, 0, 54, 0, 0, 54, 0, 0,
2045
- 54, 0, 0, 54, 0, 0, 54, 0,
2046
- 0, 54, 0, 0, 54, 0, 0, 54,
2047
- 0, 0, 54, 0, 0, 54, 0, 0,
2048
- 54, 0, 0, 54, 0, 0, 54, 0,
2049
- 0, 54, 0, 0, 54, 0, 0, 54,
2050
- 0, 0, 54, 0, 0, 0, 0, 54,
2051
- 0, 0, 54, 0, 0, 54, 0, 0,
2052
- 0, 54, 0, 0, 54, 0, 0, 54,
2053
- 0, 0, 54, 0, 0, 54, 0, 0,
2054
- 54, 0, 0, 54, 0, 0, 54, 0,
2055
- 0, 54, 0, 0, 54, 0, 0, 54,
2056
- 0, 0, 54, 0, 0, 0, 54, 0,
2057
- 0, 54, 0, 0, 54, 0, 0, 54,
2058
- 0, 0, 54, 0, 0, 54, 0, 0,
2059
- 54, 0, 0, 54, 0, 0, 54, 0,
2060
- 0, 54, 0, 0, 54, 0, 0, 54,
2061
- 0, 0, 54, 0, 0, 54, 0, 0,
2062
- 54, 0, 0, 54, 0, 0, 54, 0,
2063
- 0, 54, 0, 0, 0, 54, 0, 0,
2064
- 54, 0, 0, 54, 0, 0, 54, 0,
2065
- 0, 54, 0, 0, 54, 0, 0, 54,
2066
- 0, 0, 54, 0, 0, 54, 0, 0,
2067
- 54, 0, 0, 54, 0, 0, 54, 0,
2068
- 0, 54, 0, 0, 54, 0, 0, 54,
2069
- 0, 0, 54, 0, 0, 54, 0, 0,
2070
- 54, 0, 0, 54, 0, 0, 54, 0,
2071
- 0, 54, 0, 0, 54, 0, 0, 54,
2072
- 0, 0, 54, 0, 0, 54, 0, 0,
2073
- 54, 0, 0, 54, 0, 0, 54, 0,
2074
- 0, 54, 0, 0, 54, 0, 0, 54,
2075
- 0, 54, 0, 0, 54, 0, 0, 54,
2076
- 0, 0, 54, 0, 0, 54, 0, 0,
2077
- 54, 0, 0, 54, 0, 0, 54, 0,
2078
- 0, 54, 0, 0, 54, 0, 0, 54,
2079
- 0, 0, 54, 0, 0, 54, 0, 0,
2080
- 54, 15, 0, 0, 43, 0, 43, 0,
2081
- 43, 0, 43, 0, 43, 0, 43, 0,
2082
- 43, 0, 43, 0, 43, 0, 43, 0,
2083
- 43, 0, 43, 0, 43, 0, 43, 0,
2084
- 0, 43, 0, 43, 0, 43, 0, 43,
2085
- 0, 43, 0, 43, 0, 43, 0, 43,
2086
- 0, 43, 0, 43, 0, 43, 0, 43,
2087
- 0, 43, 0, 43, 0, 43, 0, 43,
2088
- 0, 43, 0, 43, 0, 43, 0, 43,
2089
- 0, 43, 0, 43, 0, 43, 0, 43,
2090
- 0, 43, 0, 43, 0, 43, 0, 43,
2091
- 0, 43, 0, 43, 0, 43, 0, 43,
2092
- 0, 43, 0, 0
2093
- };
2094
-
2095
- static const unsigned char _lexer_eof_actions[] = {
2096
- 0, 43, 43, 43, 43, 43, 43, 43,
2097
- 43, 43, 43, 43, 43, 43, 43, 43,
2098
- 43, 43, 43, 43, 43, 43, 43, 43,
2099
- 43, 43, 43, 43, 43, 43, 43, 43,
2100
- 43, 43, 43, 43, 43, 43, 43, 43,
2101
- 43, 43, 43, 43, 43, 43, 43, 43,
2102
- 43, 43, 43, 43, 43, 43, 43, 43,
2103
- 43, 43, 43, 43, 43, 43, 43, 43,
2104
- 43, 43, 43, 43, 43, 43, 43, 43,
2105
- 43, 43, 43, 43, 43, 43, 43, 43,
2106
- 43, 43, 43, 43, 43, 43, 43, 43,
2107
- 43, 43, 43, 43, 43, 43, 43, 43,
2108
- 43, 43, 43, 43, 43, 43, 43, 43,
2109
- 43, 43, 43, 43, 43, 43, 43, 43,
2110
- 43, 43, 43, 43, 43, 43, 43, 43,
2111
- 43, 43, 43, 43, 43, 43, 43, 43,
2112
- 43, 43, 43, 43, 43, 43, 43, 43,
2113
- 43, 43, 43, 43, 43, 43, 43, 43,
2114
- 43, 43, 43, 43, 43, 43, 43, 43,
2115
- 43, 43, 43, 43, 43, 43, 43, 43,
2116
- 43, 43, 43, 43, 43, 43, 43, 43,
2117
- 43, 43, 43, 43, 43, 43, 43, 43,
2118
- 43, 43, 43, 43, 43, 43, 43, 43,
2119
- 43, 43, 43, 43, 43, 43, 43, 43,
2120
- 43, 43, 43, 43, 43, 43, 43, 43,
2121
- 43, 43, 43, 43, 43, 43, 43, 43,
2122
- 43, 43, 43, 43, 43, 43, 43, 43,
2123
- 43, 43, 43, 43, 43, 43, 43, 43,
2124
- 43, 43, 43, 43, 43, 43, 43, 43,
2125
- 43, 43, 43, 43, 43, 43, 43, 43,
2126
- 43, 43, 43, 43, 43, 43, 43, 43,
2127
- 43, 43, 43, 43, 43, 43, 43, 43,
2128
- 43, 43, 43, 43, 43, 43, 43, 43,
2129
- 43, 43, 43, 43, 43, 43, 43, 43,
2130
- 43, 43, 43, 43, 43, 43, 43, 43,
2131
- 43, 43, 43, 43, 43, 43, 43, 43,
2132
- 43, 43, 43, 43, 43, 43, 43, 43,
2133
- 43, 43, 43, 43, 43, 43, 43, 43,
2134
- 43, 43, 43, 43, 43, 43, 43, 43,
2135
- 43, 43, 43, 43, 43, 43, 43, 43,
2136
- 43, 43, 43, 43, 43, 43, 43, 43,
2137
- 43, 43, 43, 43, 43, 43, 43, 43,
2138
- 43, 43, 43, 43, 43, 43, 43, 43,
2139
- 43, 43, 43, 43, 43, 43, 43, 43,
2140
- 43, 43, 43, 43, 43, 43, 43, 43,
2141
- 43, 43, 43, 43, 43, 43, 43, 43,
2142
- 43, 43, 43, 43, 43, 43, 43, 43,
2143
- 43, 43, 43, 43, 43, 43, 43, 43,
2144
- 43, 43, 43, 43, 43, 43, 43, 43,
2145
- 43, 43, 43, 43, 43, 43, 43, 43,
2146
- 43, 43, 43, 43, 43, 43, 43, 43,
2147
- 43, 43, 43, 43, 43, 43, 43, 43,
2148
- 43, 43, 43, 43, 43, 43, 43, 43,
2149
- 43, 43, 43, 43, 43, 43, 43, 43,
2150
- 43, 43, 43, 43, 43, 43, 43, 43,
2151
- 43, 43, 43, 43, 43, 43, 43, 43,
2152
- 43, 43, 43, 43, 43, 43, 43, 43,
2153
- 43, 43, 43, 43, 43, 43, 43, 43,
2154
- 43, 43, 43, 43, 43, 43, 43, 43,
2155
- 43, 43, 43, 43, 43, 43, 43, 43,
2156
- 43, 43, 43, 43, 43, 43, 43, 43,
2157
- 43, 43, 43, 43, 43, 43, 43, 43,
2158
- 43, 43, 43, 43, 43, 43, 43, 43,
2159
- 43, 43, 43, 43, 43, 43, 43, 43,
2160
- 43, 43, 43, 43, 43, 43, 43, 43,
2161
- 43, 43, 43, 43, 43, 43, 43, 43,
2162
- 43, 43, 43, 43, 43, 43, 43, 43,
2163
- 43, 43, 43, 43, 43, 43, 43, 43,
2164
- 43, 43, 43, 43, 43, 43, 43, 43,
2165
- 43, 43, 43, 43, 43, 43, 43, 43,
2166
- 43, 43, 43, 43, 43, 43, 43, 43,
2167
- 43, 43, 43, 43, 43, 43, 43, 43,
2168
- 43, 43, 43, 43, 43, 43, 43, 43,
2169
- 43, 43, 43, 43, 43, 43, 43, 43,
2170
- 43, 43, 43, 43, 43, 43, 43, 43,
2171
- 43, 43, 43, 43, 43, 43, 43, 43,
2172
- 43, 43, 43, 43, 43, 43, 43, 43,
2173
- 43, 43, 43, 43, 43, 43, 43, 43,
2174
- 43, 43, 43, 43, 43, 43, 43, 43,
2175
- 43, 43, 43, 43, 43, 43, 43, 43,
2176
- 43, 43, 43, 43, 43, 43, 43, 43,
2177
- 43, 43, 43, 43, 43, 43, 43, 43,
2178
- 43, 43, 43, 43, 43, 43, 43, 43,
2179
- 43, 43, 43, 43, 43, 43, 43, 43,
2180
- 43, 43, 43, 43, 43, 43, 43, 43,
2181
- 43, 43, 43, 43, 43, 43, 43, 43,
2182
- 43, 43, 43, 43, 43, 43, 43, 43,
2183
- 43, 43, 43, 43, 43, 43, 43, 43,
2184
- 43, 43, 43, 43, 43, 43, 43, 43,
2185
- 43, 43, 43, 43, 43, 43, 43, 43,
2186
- 43, 43, 43, 43, 43, 43, 43, 43,
2187
- 43, 43, 43, 43, 43, 43, 43, 43,
2188
- 43, 43, 43, 43, 43, 43, 43, 43,
2189
- 43, 43, 43, 43, 43, 43, 43, 43,
2190
- 43, 43, 43, 43, 43, 43, 43, 43,
2191
- 43, 43, 43, 43, 43, 43, 43, 43,
2192
- 43, 43, 43, 43, 43, 43, 43, 43,
2193
- 43, 43, 43, 43, 43, 43, 43, 43,
2194
- 43, 43, 43, 43, 43, 43, 43, 43,
2195
- 43, 43, 43, 43, 43, 43, 43, 43,
2196
- 43, 43, 43, 43, 43, 43, 43, 43,
2197
- 43, 43, 43, 43, 43, 43, 43, 43,
2198
- 43, 43, 43, 43, 43, 43, 43, 43,
2199
- 43, 43, 43, 43, 43, 43, 43, 43,
2200
- 43, 43, 43, 43, 43, 43, 43, 43,
2201
- 43, 43, 43, 43, 43, 43, 43, 43,
2202
- 43, 43, 43, 43, 43, 43, 43, 43,
2203
- 43, 43, 43, 43, 43, 43, 43, 43,
2204
- 43, 43, 43, 43, 43, 43, 43, 43,
2205
- 43, 43, 43, 43, 43, 43, 43, 43,
2206
- 43, 43, 43, 43, 43, 43, 43, 43,
2207
- 43, 43, 43, 43, 43, 43, 43, 43,
2208
- 43, 43, 43, 43, 43, 43, 43, 43,
2209
- 43, 43, 43, 43, 43, 43, 43, 43,
2210
- 43, 43, 43, 43, 43, 43, 43, 43,
2211
- 43, 43, 43, 43, 43, 43, 43, 43,
2212
- 43, 43, 43, 43, 43, 43, 43, 43,
2213
- 43, 43, 43, 43, 43, 43, 43, 43,
2214
- 43, 43, 43, 43, 43, 43, 43, 43,
2215
- 43, 43, 43, 43, 43, 43, 43, 43,
2216
- 43, 43, 43, 43, 43, 43, 43, 43,
2217
- 43, 43, 43, 43, 43, 43, 43, 43,
2218
- 43, 43, 43, 43, 43, 43, 43, 43,
2219
- 43, 43, 43, 43, 43, 43, 43, 43,
2220
- 43, 43, 43, 43, 43, 43, 43, 43,
2221
- 43, 43, 43, 43, 43, 43, 43, 43,
2222
- 43, 43, 43, 43, 43, 43, 43, 43,
2223
- 43, 43, 43, 43, 43, 43, 43, 43,
2224
- 43, 43, 43, 43, 43, 43, 43, 43,
2225
- 43, 43, 43, 43, 43, 43, 43, 43,
2226
- 43, 43, 43, 43, 43, 43, 43, 43,
2227
- 43, 43, 43, 43, 43, 43, 43, 43,
2228
- 43, 43, 43, 43, 43, 43, 43, 43,
2229
- 43, 43, 43, 43, 43, 43, 43, 43,
2230
- 43, 43, 43, 43, 43, 43, 43, 43,
2231
- 43, 43, 43, 43, 43, 43, 43, 43,
2232
- 43, 43, 43, 43, 43, 43, 43, 43,
2233
- 43, 43, 43, 43, 43, 43, 43, 43,
2234
- 43, 43, 43, 43, 43, 43, 43, 43,
2235
- 43, 43, 43, 43, 43, 43, 43, 43,
2236
- 43, 43, 43, 43, 43, 43, 43, 43,
2237
- 43, 43, 43, 43, 43, 43, 43, 43,
2238
- 43, 43, 43, 43, 43, 43, 43, 43,
2239
- 43, 43, 43, 43, 43, 43, 43, 43,
2240
- 43, 43, 43, 43, 43, 43, 43, 43,
2241
- 43, 43, 43, 43, 43, 43, 43, 43,
2242
- 43, 43, 43, 43, 43, 43, 43, 43,
2243
- 43, 43, 43, 43, 43, 43, 43, 43,
2244
- 43, 43, 43, 43, 43, 43, 43, 43,
2245
- 43, 43, 43, 43, 43, 43, 43, 43,
2246
- 43, 43, 43, 43, 43, 43, 43, 43,
2247
- 43, 43, 43, 43, 43, 43, 43, 43,
2248
- 43, 43, 43, 43, 43, 43, 43, 43,
2249
- 43, 43, 43, 43, 43, 43, 43, 43,
2250
- 43, 43, 43, 43, 43, 43, 43, 43,
2251
- 43, 43, 43, 43, 43, 43, 43, 43,
2252
- 43, 43, 43, 43, 43, 43, 43, 43,
2253
- 43, 43, 43, 43, 43, 43, 43, 43,
2254
- 43, 43, 43, 43, 43, 43, 43, 43,
2255
- 43, 43, 43, 43, 43, 43, 43, 43,
2256
- 43, 43, 43, 43, 43, 43, 43, 43,
2257
- 43, 43, 43, 43, 43, 43, 43, 43,
2258
- 43, 43, 43, 43, 43, 43, 43, 43,
2259
- 43, 43, 43, 43, 43, 43, 43, 43,
2260
- 43, 43, 43, 43, 43, 43, 43, 43,
2261
- 43, 43, 43, 43, 43, 43, 43, 43,
2262
- 43, 43, 43, 43, 43, 43, 43, 43,
2263
- 43, 43, 43, 43, 43, 43, 43, 43,
2264
- 43, 43, 43, 43, 43, 43, 43, 43,
2265
- 43, 43, 43, 43, 43
2266
- };
2267
-
2268
- static const int lexer_start = 1;
2269
- static const int lexer_first_final = 1356;
2270
- static const int lexer_error = 0;
2271
-
2272
- static const int lexer_en_main = 1;
2273
-
2274
-
2275
- #line 258 "ragel/i18n/th.c.rl"
2276
-
2277
- static VALUE
2278
- unindent(VALUE con, int start_col)
2279
- {
2280
- VALUE re;
2281
- /* Gherkin will crash gracefully if the string representation of start_col pushes the pattern past 32 characters */
2282
- char pat[32];
2283
- snprintf(pat, 32, "^[\t ]{0,%d}", start_col);
2284
- re = rb_reg_regcomp(rb_str_new2(pat));
2285
- rb_funcall(con, rb_intern("gsub!"), 2, re, rb_str_new2(""));
2286
-
2287
- return Qnil;
2288
-
2289
- }
2290
-
2291
- static void
2292
- store_kw_con(VALUE listener, const char * event_name,
2293
- const char * keyword_at, size_t keyword_length,
2294
- const char * at, size_t length,
2295
- int current_line)
2296
- {
2297
- VALUE con = Qnil, kw = Qnil;
2298
- kw = ENCODED_STR_NEW(keyword_at, keyword_length);
2299
- con = ENCODED_STR_NEW(at, length);
2300
- rb_funcall(con, rb_intern("strip!"), 0);
2301
- rb_funcall(listener, rb_intern(event_name), 3, kw, con, INT2FIX(current_line));
2302
- }
2303
-
2304
- static void
2305
- store_multiline_kw_con(VALUE listener, const char * event_name,
2306
- const char * keyword_at, size_t keyword_length,
2307
- const char * at, size_t length,
2308
- int current_line, int start_col)
2309
- {
2310
- VALUE split;
2311
- VALUE con = Qnil, kw = Qnil, name = Qnil, desc = Qnil;
2312
-
2313
- kw = ENCODED_STR_NEW(keyword_at, keyword_length);
2314
- con = ENCODED_STR_NEW(at, length);
2315
-
2316
- unindent(con, start_col);
2317
-
2318
- split = rb_str_split(con, "\n");
2319
-
2320
- name = rb_funcall(split, rb_intern("shift"), 0);
2321
- desc = rb_ary_join(split, rb_str_new2( "\n" ));
2322
-
2323
- if( name == Qnil )
2324
- {
2325
- name = rb_str_new2("");
2326
- }
2327
- if( rb_funcall(desc, rb_intern("size"), 0) == 0)
2328
- {
2329
- desc = rb_str_new2("");
2330
- }
2331
- rb_funcall(name, rb_intern("strip!"), 0);
2332
- rb_funcall(desc, rb_intern("rstrip!"), 0);
2333
- rb_funcall(listener, rb_intern(event_name), 4, kw, name, desc, INT2FIX(current_line));
2334
- }
2335
-
2336
- static void
2337
- store_attr(VALUE listener, const char * attr_type,
2338
- const char * at, size_t length,
2339
- int line)
2340
- {
2341
- VALUE val = ENCODED_STR_NEW(at, length);
2342
- rb_funcall(listener, rb_intern(attr_type), 2, val, INT2FIX(line));
2343
- }
2344
- static void
2345
- store_docstring_content(VALUE listener,
2346
- int start_col,
2347
- const char *type_at, size_t type_length,
2348
- const char *at, size_t length,
2349
- int current_line)
2350
- {
2351
- VALUE re2;
2352
- VALUE unescape_escaped_quotes;
2353
- VALUE con = ENCODED_STR_NEW(at, length);
2354
- VALUE con_type = ENCODED_STR_NEW(type_at, type_length);
2355
-
2356
- unindent(con, start_col);
2357
-
2358
- re2 = rb_reg_regcomp(rb_str_new2("\r\\Z"));
2359
- unescape_escaped_quotes = rb_reg_regcomp(rb_str_new2("\\\\\"\\\\\"\\\\\""));
2360
- rb_funcall(con, rb_intern("sub!"), 2, re2, rb_str_new2(""));
2361
- rb_funcall(con_type, rb_intern("strip!"), 0);
2362
- rb_funcall(con, rb_intern("gsub!"), 2, unescape_escaped_quotes, rb_str_new2("\"\"\""));
2363
- rb_funcall(listener, rb_intern("doc_string"), 3, con_type, con, INT2FIX(current_line));
2364
- }
2365
- static void
2366
- raise_lexer_error(const char * at, int line)
2367
- {
2368
- rb_raise(rb_eGherkinLexingError, "Lexing error on line %d: '%s'. See http://wiki.github.com/cucumber/gherkin/lexingerror for more information.", line, at);
2369
- }
2370
-
2371
- static void lexer_init(lexer_state *lexer) {
2372
- lexer->content_start = 0;
2373
- lexer->content_end = 0;
2374
- lexer->content_len = 0;
2375
- lexer->docstring_content_type_start = 0;
2376
- lexer->docstring_content_type_end = 0;
2377
- lexer->mark = 0;
2378
- lexer->keyword_start = 0;
2379
- lexer->keyword_end = 0;
2380
- lexer->next_keyword_start = 0;
2381
- lexer->line_number = 1;
2382
- lexer->last_newline = 0;
2383
- lexer->final_newline = 0;
2384
- lexer->start_col = 0;
2385
- }
2386
-
2387
- static VALUE CLexer_alloc(VALUE klass)
2388
- {
2389
- VALUE obj;
2390
- lexer_state *lxr = ALLOC(lexer_state);
2391
- lexer_init(lxr);
2392
-
2393
- obj = Data_Wrap_Struct(klass, NULL, -1, lxr);
2394
-
2395
- return obj;
2396
- }
2397
-
2398
- static VALUE CLexer_init(VALUE self, VALUE listener)
2399
- {
2400
- lexer_state *lxr;
2401
- rb_iv_set(self, "@listener", listener);
2402
-
2403
- lxr = NULL;
2404
- DATA_GET(self, lexer_state, lxr);
2405
- lexer_init(lxr);
2406
-
2407
- return self;
2408
- }
2409
-
2410
- static VALUE CLexer_scan(VALUE self, VALUE input)
2411
- {
2412
- VALUE input_copy;
2413
- char *data;
2414
- size_t len;
2415
- VALUE listener = rb_iv_get(self, "@listener");
2416
-
2417
- lexer_state *lexer;
2418
- lexer = NULL;
2419
- DATA_GET(self, lexer_state, lexer);
2420
-
2421
- input_copy = rb_str_dup(input);
2422
-
2423
- rb_str_append(input_copy, rb_str_new2("\n%_FEATURE_END_%"));
2424
- data = RSTRING_PTR(input_copy);
2425
- len = RSTRING_LEN(input_copy);
2426
-
2427
- if (len == 0) {
2428
- rb_raise(rb_eGherkinLexingError, "No content to lex.");
2429
- } else {
2430
-
2431
- const char *p, *pe, *eof;
2432
- int cs = 0;
2433
-
2434
- VALUE current_row = Qnil;
2435
-
2436
- p = data;
2437
- pe = data + len;
2438
- eof = pe;
2439
-
2440
- assert(*pe == '\0' && "pointer does not end on NULL");
2441
-
2442
-
2443
- #line 2444 "ext/gherkin_lexer_th/gherkin_lexer_th.c"
2444
- {
2445
- cs = lexer_start;
2446
- }
2447
-
2448
- #line 425 "ragel/i18n/th.c.rl"
2449
-
2450
- #line 2451 "ext/gherkin_lexer_th/gherkin_lexer_th.c"
2451
- {
2452
- int _klen;
2453
- unsigned int _trans;
2454
- const char *_acts;
2455
- unsigned int _nacts;
2456
- const char *_keys;
2457
-
2458
- if ( p == pe )
2459
- goto _test_eof;
2460
- if ( cs == 0 )
2461
- goto _out;
2462
- _resume:
2463
- _keys = _lexer_trans_keys + _lexer_key_offsets[cs];
2464
- _trans = _lexer_index_offsets[cs];
2465
-
2466
- _klen = _lexer_single_lengths[cs];
2467
- if ( _klen > 0 ) {
2468
- const char *_lower = _keys;
2469
- const char *_mid;
2470
- const char *_upper = _keys + _klen - 1;
2471
- while (1) {
2472
- if ( _upper < _lower )
2473
- break;
2474
-
2475
- _mid = _lower + ((_upper-_lower) >> 1);
2476
- if ( (*p) < *_mid )
2477
- _upper = _mid - 1;
2478
- else if ( (*p) > *_mid )
2479
- _lower = _mid + 1;
2480
- else {
2481
- _trans += (unsigned int)(_mid - _keys);
2482
- goto _match;
2483
- }
2484
- }
2485
- _keys += _klen;
2486
- _trans += _klen;
2487
- }
2488
-
2489
- _klen = _lexer_range_lengths[cs];
2490
- if ( _klen > 0 ) {
2491
- const char *_lower = _keys;
2492
- const char *_mid;
2493
- const char *_upper = _keys + (_klen<<1) - 2;
2494
- while (1) {
2495
- if ( _upper < _lower )
2496
- break;
2497
-
2498
- _mid = _lower + (((_upper-_lower) >> 1) & ~1);
2499
- if ( (*p) < _mid[0] )
2500
- _upper = _mid - 2;
2501
- else if ( (*p) > _mid[1] )
2502
- _lower = _mid + 2;
2503
- else {
2504
- _trans += (unsigned int)((_mid - _keys)>>1);
2505
- goto _match;
2506
- }
2507
- }
2508
- _trans += _klen;
2509
- }
2510
-
2511
- _match:
2512
- cs = _lexer_trans_targs[_trans];
2513
-
2514
- if ( _lexer_trans_actions[_trans] == 0 )
2515
- goto _again;
2516
-
2517
- _acts = _lexer_actions + _lexer_trans_actions[_trans];
2518
- _nacts = (unsigned int) *_acts++;
2519
- while ( _nacts-- > 0 )
2520
- {
2521
- switch ( *_acts++ )
2522
- {
2523
- case 0:
2524
- #line 83 "ragel/i18n/th.c.rl"
2525
- {
2526
- MARK(content_start, p);
2527
- lexer->current_line = lexer->line_number;
2528
- lexer->start_col = lexer->content_start - lexer->last_newline - (lexer->keyword_end - lexer->keyword_start) + 2;
2529
- }
2530
- break;
2531
- case 1:
2532
- #line 89 "ragel/i18n/th.c.rl"
2533
- {
2534
- MARK(content_start, p);
2535
- }
2536
- break;
2537
- case 2:
2538
- #line 93 "ragel/i18n/th.c.rl"
2539
- {
2540
- lexer->current_line = lexer->line_number;
2541
- lexer->start_col = p - data - lexer->last_newline;
2542
- }
2543
- break;
2544
- case 3:
2545
- #line 98 "ragel/i18n/th.c.rl"
2546
- {
2547
- int len = LEN(content_start, PTR_TO(final_newline));
2548
- int type_len = LEN(docstring_content_type_start, PTR_TO(docstring_content_type_end));
2549
-
2550
- if (len < 0) len = 0;
2551
- if (type_len < 0) len = 0;
2552
-
2553
- store_docstring_content(listener, lexer->start_col, PTR_TO(docstring_content_type_start), type_len, PTR_TO(content_start), len, lexer->current_line);
2554
- }
2555
- break;
2556
- case 4:
2557
- #line 108 "ragel/i18n/th.c.rl"
2558
- {
2559
- MARK(docstring_content_type_start, p);
2560
- }
2561
- break;
2562
- case 5:
2563
- #line 112 "ragel/i18n/th.c.rl"
2564
- {
2565
- MARK(docstring_content_type_end, p);
2566
- }
2567
- break;
2568
- case 6:
2569
- #line 116 "ragel/i18n/th.c.rl"
2570
- {
2571
- STORE_KW_END_CON(feature);
2572
- }
2573
- break;
2574
- case 7:
2575
- #line 120 "ragel/i18n/th.c.rl"
2576
- {
2577
- STORE_KW_END_CON(background);
2578
- }
2579
- break;
2580
- case 8:
2581
- #line 124 "ragel/i18n/th.c.rl"
2582
- {
2583
- STORE_KW_END_CON(scenario);
2584
- }
2585
- break;
2586
- case 9:
2587
- #line 128 "ragel/i18n/th.c.rl"
2588
- {
2589
- STORE_KW_END_CON(scenario_outline);
2590
- }
2591
- break;
2592
- case 10:
2593
- #line 132 "ragel/i18n/th.c.rl"
2594
- {
2595
- STORE_KW_END_CON(examples);
2596
- }
2597
- break;
2598
- case 11:
2599
- #line 136 "ragel/i18n/th.c.rl"
2600
- {
2601
- store_kw_con(listener, "step",
2602
- PTR_TO(keyword_start), LEN(keyword_start, PTR_TO(keyword_end)),
2603
- PTR_TO(content_start), LEN(content_start, p),
2604
- lexer->current_line);
2605
- }
2606
- break;
2607
- case 12:
2608
- #line 143 "ragel/i18n/th.c.rl"
2609
- {
2610
- STORE_ATTR(comment);
2611
- lexer->mark = 0;
2612
- }
2613
- break;
2614
- case 13:
2615
- #line 148 "ragel/i18n/th.c.rl"
2616
- {
2617
- STORE_ATTR(tag);
2618
- lexer->mark = 0;
2619
- }
2620
- break;
2621
- case 14:
2622
- #line 153 "ragel/i18n/th.c.rl"
2623
- {
2624
- lexer->line_number += 1;
2625
- MARK(final_newline, p);
2626
- }
2627
- break;
2628
- case 15:
2629
- #line 158 "ragel/i18n/th.c.rl"
2630
- {
2631
- MARK(last_newline, p + 1);
2632
- }
2633
- break;
2634
- case 16:
2635
- #line 162 "ragel/i18n/th.c.rl"
2636
- {
2637
- if (lexer->mark == 0) {
2638
- MARK(mark, p);
2639
- }
2640
- }
2641
- break;
2642
- case 17:
2643
- #line 168 "ragel/i18n/th.c.rl"
2644
- {
2645
- MARK(keyword_end, p);
2646
- MARK(keyword_start, PTR_TO(mark));
2647
- MARK(content_start, p + 1);
2648
- lexer->mark = 0;
2649
- }
2650
- break;
2651
- case 18:
2652
- #line 175 "ragel/i18n/th.c.rl"
2653
- {
2654
- MARK(content_end, p);
2655
- }
2656
- break;
2657
- case 19:
2658
- #line 179 "ragel/i18n/th.c.rl"
2659
- {
2660
- p = p - 1;
2661
- lexer->current_line = lexer->line_number;
2662
- current_row = rb_ary_new();
2663
- }
2664
- break;
2665
- case 20:
2666
- #line 185 "ragel/i18n/th.c.rl"
2667
- {
2668
- MARK(content_start, p);
2669
- }
2670
- break;
2671
- case 21:
2672
- #line 189 "ragel/i18n/th.c.rl"
2673
- {
2674
- VALUE re_pipe, re_newline, re_backslash;
2675
- VALUE con = ENCODED_STR_NEW(PTR_TO(content_start), LEN(content_start, p));
2676
- rb_funcall(con, rb_intern("strip!"), 0);
2677
- re_pipe = rb_reg_regcomp(rb_str_new2("\\\\\\|"));
2678
- re_newline = rb_reg_regcomp(rb_str_new2("\\\\n"));
2679
- re_backslash = rb_reg_regcomp(rb_str_new2("\\\\\\\\"));
2680
- rb_funcall(con, rb_intern("gsub!"), 2, re_pipe, rb_str_new2("|"));
2681
- rb_funcall(con, rb_intern("gsub!"), 2, re_newline, rb_str_new2("\n"));
2682
- rb_funcall(con, rb_intern("gsub!"), 2, re_backslash, rb_str_new2("\\"));
2683
-
2684
- rb_ary_push(current_row, con);
2685
- }
2686
- break;
2687
- case 22:
2688
- #line 203 "ragel/i18n/th.c.rl"
2689
- {
2690
- rb_funcall(listener, rb_intern("row"), 2, current_row, INT2FIX(lexer->current_line));
2691
- }
2692
- break;
2693
- case 23:
2694
- #line 207 "ragel/i18n/th.c.rl"
2695
- {
2696
- int line;
2697
- if (cs < lexer_first_final) {
2698
- size_t count = 0;
2699
- VALUE newstr_val;
2700
- char *newstr;
2701
- int newstr_count = 0;
2702
- size_t len;
2703
- const char *buff;
2704
- if (lexer->last_newline != 0) {
2705
- len = LEN(last_newline, eof);
2706
- buff = PTR_TO(last_newline);
2707
- } else {
2708
- len = strlen(data);
2709
- buff = data;
2710
- }
2711
-
2712
- /* Allocate as a ruby string so that it gets cleaned up by GC */
2713
- newstr_val = rb_str_new(buff, len);
2714
- newstr = RSTRING_PTR(newstr_val);
2715
-
2716
-
2717
- for (count = 0; count < len; count++) {
2718
- if(buff[count] == 10) {
2719
- newstr[newstr_count] = '\0'; /* terminate new string at first newline found */
2720
- break;
2721
- } else {
2722
- if (buff[count] == '%') {
2723
- newstr[newstr_count++] = buff[count];
2724
- newstr[newstr_count] = buff[count];
2725
- } else {
2726
- newstr[newstr_count] = buff[count];
2727
- }
2728
- }
2729
- newstr_count++;
2730
- }
2731
-
2732
- line = lexer->line_number;
2733
- lexer_init(lexer); /* Re-initialize so we can scan again with the same lexer */
2734
- raise_lexer_error(newstr, line);
2735
- } else {
2736
- rb_funcall(listener, rb_intern("eof"), 0);
2737
- }
2738
- }
2739
- break;
2740
- #line 2741 "ext/gherkin_lexer_th/gherkin_lexer_th.c"
2741
- }
2742
- }
2743
-
2744
- _again:
2745
- if ( cs == 0 )
2746
- goto _out;
2747
- if ( ++p != pe )
2748
- goto _resume;
2749
- _test_eof: {}
2750
- if ( p == eof )
2751
- {
2752
- const char *__acts = _lexer_actions + _lexer_eof_actions[cs];
2753
- unsigned int __nacts = (unsigned int) *__acts++;
2754
- while ( __nacts-- > 0 ) {
2755
- switch ( *__acts++ ) {
2756
- case 23:
2757
- #line 207 "ragel/i18n/th.c.rl"
2758
- {
2759
- int line;
2760
- if (cs < lexer_first_final) {
2761
- size_t count = 0;
2762
- VALUE newstr_val;
2763
- char *newstr;
2764
- int newstr_count = 0;
2765
- size_t len;
2766
- const char *buff;
2767
- if (lexer->last_newline != 0) {
2768
- len = LEN(last_newline, eof);
2769
- buff = PTR_TO(last_newline);
2770
- } else {
2771
- len = strlen(data);
2772
- buff = data;
2773
- }
2774
-
2775
- /* Allocate as a ruby string so that it gets cleaned up by GC */
2776
- newstr_val = rb_str_new(buff, len);
2777
- newstr = RSTRING_PTR(newstr_val);
2778
-
2779
-
2780
- for (count = 0; count < len; count++) {
2781
- if(buff[count] == 10) {
2782
- newstr[newstr_count] = '\0'; /* terminate new string at first newline found */
2783
- break;
2784
- } else {
2785
- if (buff[count] == '%') {
2786
- newstr[newstr_count++] = buff[count];
2787
- newstr[newstr_count] = buff[count];
2788
- } else {
2789
- newstr[newstr_count] = buff[count];
2790
- }
2791
- }
2792
- newstr_count++;
2793
- }
2794
-
2795
- line = lexer->line_number;
2796
- lexer_init(lexer); /* Re-initialize so we can scan again with the same lexer */
2797
- raise_lexer_error(newstr, line);
2798
- } else {
2799
- rb_funcall(listener, rb_intern("eof"), 0);
2800
- }
2801
- }
2802
- break;
2803
- #line 2804 "ext/gherkin_lexer_th/gherkin_lexer_th.c"
2804
- }
2805
- }
2806
- }
2807
-
2808
- _out: {}
2809
- }
2810
-
2811
- #line 426 "ragel/i18n/th.c.rl"
2812
-
2813
- assert(p <= pe && "data overflow after parsing execute");
2814
- assert(lexer->content_start <= len && "content starts after data end");
2815
- assert(lexer->mark < len && "mark is after data end");
2816
-
2817
- /* Reset lexer by re-initializing the whole thing */
2818
- lexer_init(lexer);
2819
-
2820
- if (cs == lexer_error) {
2821
- rb_raise(rb_eGherkinLexingError, "Invalid format, lexing fails.");
2822
- } else {
2823
- return Qtrue;
2824
- }
2825
- }
2826
- }
2827
-
2828
- void Init_gherkin_lexer_th()
2829
- {
2830
- mGherkin = rb_define_module("Gherkin");
2831
- mGherkinLexer = rb_define_module_under(mGherkin, "Lexer");
2832
- rb_eGherkinLexingError = rb_const_get(mGherkinLexer, rb_intern("LexingError"));
2833
-
2834
- mCLexer = rb_define_module_under(mGherkin, "CLexer");
2835
- cI18nLexer = rb_define_class_under(mCLexer, "Th", rb_cObject);
2836
- rb_define_alloc_func(cI18nLexer, CLexer_alloc);
2837
- rb_define_method(cI18nLexer, "initialize", CLexer_init, 1);
2838
- rb_define_method(cI18nLexer, "scan", CLexer_scan, 1);
2839
- }
2840
-