gherkin 2.12.0 → 2.12.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/.ruby-version +1 -1
- data/.travis.yml +1 -3
- data/History.md +18 -0
- data/LICENSE +1 -1
- data/README.md +22 -28
- data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +466 -466
- data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +2 -2
- data/ext/gherkin_lexer_bm/gherkin_lexer_bm.c +535 -395
- data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +2 -2
- data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +2 -2
- data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +2 -2
- data/ext/gherkin_lexer_da/gherkin_lexer_da.c +2 -2
- data/ext/gherkin_lexer_de/gherkin_lexer_de.c +296 -286
- data/ext/gherkin_lexer_el/gherkin_lexer_el.c +2 -2
- data/ext/gherkin_lexer_en/gherkin_lexer_en.c +2 -2
- data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +2 -2
- data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +2 -2
- data/ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c +2 -2
- data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +2 -2
- data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +2 -2
- data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +2 -2
- data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +2 -2
- data/ext/gherkin_lexer_es/gherkin_lexer_es.c +2 -2
- data/ext/gherkin_lexer_et/gherkin_lexer_et.c +2 -2
- data/ext/gherkin_lexer_fa/gherkin_lexer_fa.c +2 -2
- data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +2 -2
- data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +2 -2
- data/ext/gherkin_lexer_gl/gherkin_lexer_gl.c +2 -2
- data/ext/gherkin_lexer_he/gherkin_lexer_he.c +2 -2
- data/ext/gherkin_lexer_hi/gherkin_lexer_hi.c +784 -685
- data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +2 -2
- data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +2 -2
- data/ext/gherkin_lexer_id/gherkin_lexer_id.c +2 -2
- data/ext/gherkin_lexer_is/gherkin_lexer_is.c +2 -2
- data/ext/gherkin_lexer_it/gherkin_lexer_it.c +2 -2
- data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +2 -2
- data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +2 -2
- data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +2 -2
- data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +2 -2
- data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +2 -2
- data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +2 -2
- data/ext/gherkin_lexer_no/gherkin_lexer_no.c +2 -2
- data/ext/gherkin_lexer_pa/extconf.rb +6 -0
- data/ext/gherkin_lexer_pa/gherkin_lexer_pa.c +2160 -0
- data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +2 -2
- data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +2 -2
- data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +2 -2
- data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +2 -2
- data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +2 -2
- data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +2 -2
- data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +586 -589
- data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +2 -2
- data/ext/gherkin_lexer_th/extconf.rb +6 -0
- data/ext/gherkin_lexer_th/gherkin_lexer_th.c +2840 -0
- data/ext/gherkin_lexer_tl/gherkin_lexer_tl.c +2 -2
- data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +2 -2
- data/ext/gherkin_lexer_tt/gherkin_lexer_tt.c +2 -2
- data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +2 -2
- data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +586 -594
- data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +2 -2
- data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +2 -2
- data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +2 -2
- data/features/.cucumber/stepdefs.json +66 -66
- data/gherkin.gemspec +12 -11
- data/lib/gherkin/formatter/filter_formatter.rb +1 -1
- data/lib/gherkin/i18n.json +38 -10
- data/lib/gherkin/i18n.rb +1 -1
- data/lib/gherkin/lexer/ar.rb +1167 -0
- data/lib/gherkin/lexer/bg.rb +1379 -0
- data/lib/gherkin/lexer/bm.rb +1247 -0
- data/lib/gherkin/lexer/ca.rb +1307 -0
- data/lib/gherkin/lexer/cs.rb +1243 -0
- data/lib/gherkin/lexer/cy_gb.rb +1029 -0
- data/lib/gherkin/lexer/da.rb +1045 -0
- data/lib/gherkin/lexer/de.rb +1163 -0
- data/lib/gherkin/lexer/el.rb +1677 -0
- data/lib/gherkin/lexer/en.rb +1153 -0
- data/lib/gherkin/lexer/en_au.rb +1483 -0
- data/lib/gherkin/lexer/en_lol.rb +931 -0
- data/lib/gherkin/lexer/en_old.rb +1034 -0
- data/lib/gherkin/lexer/en_pirate.rb +1207 -0
- data/lib/gherkin/lexer/en_scouse.rb +1359 -0
- data/lib/gherkin/lexer/en_tx.rb +1013 -0
- data/lib/gherkin/lexer/eo.rb +992 -0
- data/lib/gherkin/lexer/es.rb +1137 -0
- data/lib/gherkin/lexer/et.rb +987 -0
- data/lib/gherkin/lexer/fa.rb +1211 -0
- data/lib/gherkin/lexer/fi.rb +966 -0
- data/lib/gherkin/lexer/fr.rb +1225 -0
- data/lib/gherkin/lexer/gl.rb +1114 -0
- data/lib/gherkin/lexer/he.rb +1115 -0
- data/lib/gherkin/lexer/hi.rb +1556 -0
- data/lib/gherkin/lexer/hr.rb +1063 -0
- data/lib/gherkin/lexer/hu.rb +1115 -0
- data/lib/gherkin/lexer/id.rb +960 -0
- data/lib/gherkin/lexer/is.rb +1117 -0
- data/lib/gherkin/lexer/it.rb +1083 -0
- data/lib/gherkin/lexer/ja.rb +1415 -0
- data/lib/gherkin/lexer/ko.rb +1099 -0
- data/lib/gherkin/lexer/lt.rb +1042 -0
- data/lib/gherkin/lexer/lu.rb +1129 -0
- data/lib/gherkin/lexer/lv.rb +1163 -0
- data/lib/gherkin/lexer/nl.rb +1112 -0
- data/lib/gherkin/lexer/no.rb +1057 -0
- data/lib/gherkin/lexer/pa.rb +1849 -0
- data/lib/gherkin/lexer/pl.rb +1454 -0
- data/lib/gherkin/lexer/pt.rb +1427 -0
- data/lib/gherkin/lexer/ro.rb +1161 -0
- data/lib/gherkin/lexer/ru.rb +1763 -0
- data/lib/gherkin/lexer/sk.rb +1449 -0
- data/lib/gherkin/lexer/sr_cyrl.rb +1800 -0
- data/lib/gherkin/lexer/sr_latn.rb +1291 -0
- data/lib/gherkin/lexer/sv.rb +1067 -0
- data/lib/gherkin/lexer/th.rb +2489 -0
- data/lib/gherkin/lexer/tl.rb +1723 -0
- data/lib/gherkin/lexer/tr.rb +1089 -0
- data/lib/gherkin/lexer/tt.rb +1640 -0
- data/lib/gherkin/lexer/uk.rb +1643 -0
- data/lib/gherkin/lexer/uz.rb +1373 -0
- data/lib/gherkin/lexer/vi.rb +1195 -0
- data/lib/gherkin/lexer/zh_cn.rb +1055 -0
- data/lib/gherkin/lexer/zh_tw.rb +1049 -0
- data/lib/gherkin/platform.rb +2 -2
- data/spec/gherkin/formatter/json_formatter_spec.rb +4 -0
- data/spec/gherkin/formatter/pretty_formatter_spec.rb +25 -18
- data/spec/gherkin/i18n_spec.rb +2 -0
- data/tasks/gems.rake +19 -4
- data/tasks/ikvm.rake +10 -8
- data/tasks/ragel_task.rb +3 -2
- data/tasks/rspec.rake +2 -6
- metadata +295 -169
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
Mjk3OGQ1ZTgyZjA2MzYyNzk3OTljODVmNjhlOGIzZTE4ODM1MDJjNzMxM2M0
|
10
|
-
N2MxMTVmZDQyYmJiM2UzODc0M2I2MTFmNDM4YTI3NTliZGE5YWRjNjlhMWVk
|
11
|
-
ODlmNDc4NWY0ZmRmZGFlMzk5MmE4ZjRjMjc4NDAyNjY3NzNjMzY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
OGMwZTNhNjk2NzU3MzFmMDJhMzMwMTVhNWVjMWE3ODM3MzE3OTYzMzliM2Vm
|
14
|
-
OWI3ODJmZjE1ODBmMTNlMTk1NGQ1ZDRmYmY5Y2NkM2FjNTUzNGVkYjQ3M2M1
|
15
|
-
NDc0ZDI3NDBlYWU0NTNkNThkMTdkZTgyNDY5YWUzNzVmYzEwNzU=
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 6c948d2f249aadc07f1bf299a05f065b40093acc
|
4
|
+
data.tar.gz: 6f3bbd0761e0d3ca2445013d0faf6828bf435300
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b2680fe2fe4a8a4bcb59c6b320b4b8b751aa2c0e5ba302e7dc0cffefc2d9e96da66ad7891731250fc361bbc9344b68d1405736df2ef0c3884b487641ab3ca945
|
7
|
+
data.tar.gz: f7347339262f731115e9ce1385b39436430183dd2da0ac87a2305861a8e71c8d6442ccd19e6afc82e599d4f086a951dd515cb4e3f5216673ffd39cdf9c002953
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
2.0.0-p0
|
data/.travis.yml
CHANGED
@@ -1,8 +1,7 @@
|
|
1
|
-
before_install: gem install bundler -v 1.
|
1
|
+
before_install: gem install bundler -v 1.3.5
|
2
2
|
rvm:
|
3
3
|
- 2.0.0
|
4
4
|
- 1.9.3
|
5
|
-
- 1.8.7
|
6
5
|
- jruby
|
7
6
|
# whitelist
|
8
7
|
branches:
|
@@ -14,4 +13,3 @@ notifications:
|
|
14
13
|
- cukes-devs@googlegroups.com
|
15
14
|
irc:
|
16
15
|
- "irc.freenode.org#cucumber"
|
17
|
-
|
data/History.md
CHANGED
@@ -1,4 +1,22 @@
|
|
1
|
+
## [2.12.1](https://github.com/cucumber/gherkin/compare/v2.12.0...v2.12.1)
|
2
|
+
|
3
|
+
* Dropped support for ruby 1.8.7 (Aslak Hellesøy)
|
4
|
+
* Added support for ruby 2.0.0 (still supporting 1.9.3) (Aslak Hellesøy)
|
5
|
+
* Random lexing error; native fallback fails. Switch from C lexer to Ruby lexer with `GHERKIN_RUBY=true` ([#245](https://github.com/cucumber/gherkin/issues/245) Aslak Hellesøy)
|
6
|
+
* Problem with Nuget package 2.12.0 ([#254](https://github.com/cucumber/gherkin/issues/254) Aslak Hellesøy)
|
7
|
+
* problem with "gherkin_lexer_en" ([#257](https://github.com/cucumber/gherkin/issues/257) Aslak Hellesøy)
|
8
|
+
* Fix for dissapearing examples tags ([#187](https://github.com/cucumber/gherkin/issues/187) calebTomlinson)
|
9
|
+
* Handle interleaved calls to step, match and result in the java PrettyFormatter ([#261](https://github.com/cucumber/gherkin/pull/261) Björn Rasmusson)
|
10
|
+
* Change the java JSONFormatter to handle embedding text in the report correctly ([#269](https://github.com/cucumber/gherkin/pull/269) Björn Rasmusson)
|
11
|
+
* Updated Hindi language with "pure form", Sanskrit based versions of the words. ([#262](https://github.com/cucumber/gherkin/pull/262) anandpathaksharma)
|
12
|
+
* [Core] Added support for Panjabi/Punjabi language (Gurmukhi Script) ([#267](https://github.com/cucumber/gherkin/pull/267) Arvinder Singh Kang)
|
13
|
+
* [Core] Update i18n.json change Malay translation using suitable words ([#268](https://github.com/cucumber/gherkin/pull/268) CallMeLaNN)
|
14
|
+
* [Core] Fix typos in Malay ([#256](https://github.com/cucumber/gherkin/pull/256) glts)
|
15
|
+
* [Core] Add plural of Given in German ([#255](https://github.com/cucumber/gherkin/pull/255) glts)
|
16
|
+
* [Core] Added Thai (th) ([#253](https://github.com/cucumber/gherkin/pull/253) Twin Panichsombat)
|
17
|
+
|
1
18
|
## [2.12.0](https://github.com/cucumber/gherkin/compare/v2.11.8...v2.12.0)
|
19
|
+
|
2
20
|
* [Java, Ruby] TagExpression.eval() removed (Oleg Sukhodolsky)
|
3
21
|
* [Java, Ruby] Filter.eval() renamed to evaluate() (Oleg Sukhodolsky)
|
4
22
|
* [Java, JRuby] JSONFormatter's java version changed to connect embedding to the recent step the same way as Ruby's one does. (Oleg Sukhodolsky)
|
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2009-
|
1
|
+
Copyright (c) 2009-2013 Mike Sassak, Gregory Hnatiuk, Aslak Hellesøy
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
4
4
|
a copy of this software and associated documentation files (the
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ A fast lexer and parser for the Gherkin language based on Ragel. Gherkin is two
|
|
7
7
|
|
8
8
|
Supported platforms:
|
9
9
|
|
10
|
-
* [Ruby](https://rubygems.org/gems/gherkin) 1.
|
10
|
+
* [Ruby](https://rubygems.org/gems/gherkin) 1.9.3-2.0.0 (MRI, JRuby, REE, Rubinius)
|
11
11
|
* [Pure Java](http://search.maven.org/#search%7Cga%7C1%7Cgherkin) (jar file)
|
12
12
|
* [JavaScript](http://search.npmjs.org/#/gherkin) (Tested with V8/node.js/Chrome, but might work on other JavaScript engines)
|
13
13
|
* [.NET](http://nuget.org/List/Packages/gherkin) (dll file)
|
@@ -54,7 +54,7 @@ The jar file is in the central Maven repo.
|
|
54
54
|
<dependency>
|
55
55
|
<groupId>info.cukes</groupId>
|
56
56
|
<artifactId>gherkin</artifactId>
|
57
|
-
<version>2.12.
|
57
|
+
<version>2.12.1</version>
|
58
58
|
</dependency>
|
59
59
|
|
60
60
|
You can get it manually from [Maven Central](http://search.maven.org/#browse%7C-2073395818)
|
@@ -126,9 +126,9 @@ Now you can build the jar with:
|
|
126
126
|
|
127
127
|
In order to build and test Gherkin for JavaScript you must install:
|
128
128
|
|
129
|
-
* Node.js (0.
|
129
|
+
* Node.js (0.10.9 or higher with npm)
|
130
130
|
* Ragel with JavaScript support: http://github.com/dominicmarks/ragel-js
|
131
|
-
* Make sure you have gcc/g++ 4.6 (4.7 is
|
131
|
+
* Make sure you have gcc/g++ 4.6 (4.7 is too strict to build ragel-js)
|
132
132
|
* Make sure you have `autoconf` and `automake` (`brew install automake`)
|
133
133
|
* Make sure you have the official ragel (`brew install ragel`)
|
134
134
|
* Make sure you have kelbt (`brew install kelbt`). If that fails, install manually from http://www.complang.org/kelbt/
|
@@ -165,17 +165,16 @@ TODO: Make all specs pass with js lexer - replace 'c(listener)' with 'js(listene
|
|
165
165
|
|
166
166
|
### .NET dll
|
167
167
|
|
168
|
-
You must install Mono SDK 2.
|
168
|
+
You must install Mono SDK 3.2.1 (or possibly newer). The OS X package installer is recommended, but make sure you run `brew doctor`
|
169
|
+
after installing.
|
169
170
|
|
170
|
-
|
171
|
-
|
172
|
-
You must also download NuGet.exe from [CodePlex](http://nuget.codeplex.com/releases) and place it in `/usr/local/nuget/NuGet.exe`. When it's installed, update it and register your NuGet API Key:
|
171
|
+
Now we must update NuGet.exe and register our NuGet API Key:
|
173
172
|
|
174
173
|
# In case we need to update
|
175
|
-
mono /
|
174
|
+
mono ikvm/NuGet.exe Update -self
|
176
175
|
|
177
176
|
# The key is at https://nuget.org/account
|
178
|
-
mono --runtime=v4.0.30319 /
|
177
|
+
mono --runtime=v4.0.30319 ikvm/NuGet.exe SetApiKey xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
|
179
178
|
(Note: you may need to run 'mozroots --import --sync' to help mono trusts https setificate, see http://monomvc.wordpress.com/2012/03/06/nuget-on-mono/ for more information)
|
180
179
|
|
181
180
|
Now you can build the .NET dll with:
|
@@ -196,44 +195,37 @@ Now, make sure you have openssl installed - it's needed to build the rubies.
|
|
196
195
|
|
197
196
|
brew install openssl
|
198
197
|
|
199
|
-
Next, we're going to install Ruby 1.
|
200
|
-
OS X Lion (or later) doesn't ship with an LLVM free gcc, which you will need in order to install ruby 1.8.7. We can install it with:
|
198
|
+
Next, we're going to install Ruby 1.9.3 and 2.0.0 for MinGW. We need both versions so we can build Windows binaries for both.
|
201
199
|
|
202
|
-
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/apple-gcc42.rb
|
203
200
|
export PATH=/usr/local/mingw/bin:$PATH
|
204
201
|
# Test that it's on your PATH
|
205
202
|
i686-w64-mingw32-gcc -v
|
206
203
|
|
207
|
-
|
208
|
-
|
209
|
-
* http://stackoverflow.com/questions/6170813/why-cant-i-install-rails-on-lion-using-rvm
|
210
|
-
* https://github.com/mxcl/homebrew/wiki/Custom-GCC-and-cross-compilers
|
211
|
-
|
212
|
-
Now we're ready to install the Windows rubies:
|
204
|
+
Now we're ready to install the Windows rubies. You should be able to replace `rvm` with `rbenv`
|
213
205
|
|
214
206
|
unset GHERKIN_JS
|
215
207
|
|
216
208
|
# 1.9.3
|
217
|
-
rvm install 1.9.3-
|
218
|
-
rvm use 1.9.3-
|
209
|
+
rvm install 1.9.3-p448
|
210
|
+
rvm use 1.9.3-p448
|
219
211
|
rvm gemset use cucumber --create
|
220
212
|
gem install bundler
|
221
213
|
bundle install
|
222
|
-
PATH=/usr/local/mingw/bin:$PATH CC=/usr/local/mingw/bin/i686-w64-mingw32-gcc rake-compiler cross-ruby VERSION=1.9.3-
|
214
|
+
PATH=/usr/local/mingw/bin:$PATH CC=/usr/local/mingw/bin/i686-w64-mingw32-gcc rake-compiler cross-ruby VERSION=1.9.3-p448
|
223
215
|
|
224
|
-
#
|
225
|
-
|
226
|
-
rvm use
|
216
|
+
# 2.0.0
|
217
|
+
rvm install 2.0.0-p247
|
218
|
+
rvm use 2.0.0-p247
|
227
219
|
rvm gemset use cucumber --create
|
228
220
|
gem install bundler
|
229
221
|
bundle install
|
230
|
-
PATH=/usr/local/mingw/bin:$PATH CC=/usr/local/mingw/bin/i686-w64-mingw32-gcc rake-compiler cross-ruby VERSION=
|
222
|
+
PATH=/usr/local/mingw/bin:$PATH CC=/usr/local/mingw/bin/i686-w64-mingw32-gcc rake-compiler cross-ruby VERSION=2.0.0-p247
|
231
223
|
|
232
224
|
Now you can build Windows gems:
|
233
225
|
|
234
226
|
rake compile
|
235
227
|
mkdir release
|
236
|
-
rake gems:win
|
228
|
+
PATH=/usr/local/mingw/bin:$PATH CC=/usr/local/mingw/bin/i686-w64-mingw32-gcc rake gems:win
|
237
229
|
|
238
230
|
## Release process
|
239
231
|
|
@@ -241,7 +233,6 @@ Make sure you have access to all the servers where packages are being uploaded:
|
|
241
233
|
|
242
234
|
* npm registry: `npm login`
|
243
235
|
* rubygems.org: `gem push`
|
244
|
-
* cukes.info: `ssh cukes.info`
|
245
236
|
* sonatype: Check `~/.m2/settings.xml` and that you have gnupg (OS X users: Install [GPGTools](http://www.gpgtools.org/installer/index.html))
|
246
237
|
* Make sure you have a key [with no sub-key](https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven)
|
247
238
|
* nuget: See .NET section above
|
@@ -252,6 +243,9 @@ Run tests once with GHERKIN_JS_NATIVE=true:
|
|
252
243
|
|
253
244
|
Now we can release:
|
254
245
|
|
246
|
+
* Make sure you have rbenv installed
|
247
|
+
* And that you have merged this patch: https://github.com/sstephenson/rbenv/issues/121
|
248
|
+
* `cd ~/.rbenv && git pull git@github.com:sstephenson/rbenv.git exec-next`
|
255
249
|
* Make sure GHERKIN_JS is defined (see JavaScript section above)
|
256
250
|
* Bump version in:
|
257
251
|
* This file (Installation/Java section)
|
@@ -113,58 +113,58 @@ static const short _lexer_key_offsets[] = {
|
|
113
113
|
0, 0, 13, 19, 21, 22, 23, 24,
|
114
114
|
25, 26, 27, 29, 31, 43, 46, 47,
|
115
115
|
48, 49, 50, 51, 52, 53, 54, 55,
|
116
|
-
56, 58, 60, 65, 70, 75, 80,
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
426, 428,
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
491, 493,
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
116
|
+
56, 58, 60, 65, 70, 75, 80, 84,
|
117
|
+
88, 90, 91, 92, 93, 94, 95, 96,
|
118
|
+
97, 98, 99, 100, 101, 102, 103, 104,
|
119
|
+
105, 110, 117, 122, 126, 132, 135, 137,
|
120
|
+
143, 155, 157, 158, 159, 160, 161, 162,
|
121
|
+
163, 164, 165, 166, 167, 168, 169, 170,
|
122
|
+
180, 187, 189, 191, 193, 195, 197, 199,
|
123
|
+
201, 213, 215, 217, 219, 221, 223, 225,
|
124
|
+
227, 229, 231, 233, 235, 237, 239, 241,
|
125
|
+
243, 245, 247, 249, 251, 253, 255, 257,
|
126
|
+
259, 261, 263, 265, 267, 269, 271, 274,
|
127
|
+
276, 278, 280, 282, 284, 286, 288, 290,
|
128
|
+
292, 294, 296, 298, 300, 302, 304, 306,
|
129
|
+
310, 312, 314, 316, 318, 320, 322, 324,
|
130
|
+
326, 328, 330, 332, 334, 336, 338, 340,
|
131
|
+
342, 344, 346, 348, 350, 352, 354, 355,
|
132
|
+
356, 357, 358, 359, 360, 361, 362, 363,
|
133
|
+
370, 372, 374, 376, 378, 380, 382, 384,
|
134
|
+
386, 388, 390, 391, 392, 393, 394, 395,
|
135
|
+
396, 397, 398, 399, 400, 401, 402, 403,
|
136
|
+
404, 405, 406, 407, 408, 409, 417, 421,
|
137
|
+
423, 426, 428, 430, 432, 434, 436, 438,
|
138
|
+
440, 442, 444, 446, 448, 450, 452, 454,
|
139
|
+
456, 458, 460, 462, 464, 466, 468, 470,
|
140
|
+
472, 474, 476, 478, 480, 482, 484, 486,
|
141
|
+
488, 491, 493, 495, 497, 499, 501, 503,
|
142
|
+
505, 507, 509, 511, 513, 515, 517, 519,
|
143
|
+
521, 523, 525, 527, 529, 531, 533, 535,
|
144
|
+
536, 537, 538, 539, 540, 541, 542, 543,
|
145
|
+
544, 545, 546, 547, 549, 550, 551, 552,
|
146
|
+
553, 554, 555, 556, 557, 558, 559, 560,
|
147
|
+
570, 577, 579, 581, 583, 585, 587, 589,
|
148
|
+
591, 593, 595, 597, 599, 601, 603, 605,
|
149
|
+
607, 609, 611, 613, 615, 617, 619, 621,
|
150
|
+
623, 625, 627, 629, 631, 633, 635, 637,
|
151
|
+
639, 641, 643, 645, 647, 649, 651, 653,
|
152
|
+
655, 657, 659, 661, 663, 665, 669, 671,
|
153
|
+
673, 675, 677, 679, 681, 683, 685, 687,
|
154
|
+
689, 691, 693, 695, 697, 699, 701, 703,
|
155
|
+
705, 707, 709, 711, 713, 714, 715, 725,
|
156
|
+
732, 735, 737, 739, 741, 743, 745, 747,
|
157
|
+
749, 751, 753, 755, 757, 759, 761, 763,
|
158
|
+
765, 767, 769, 771, 773, 775, 777, 779,
|
159
|
+
781, 783, 785, 787, 789, 791, 793, 795,
|
160
|
+
797, 799, 801, 803, 805, 807, 809, 811,
|
161
|
+
813, 815, 817, 819, 822, 824, 826, 828,
|
162
|
+
830, 832, 834, 836, 838, 840, 842, 844,
|
163
|
+
846, 848, 850, 852, 854, 858, 860, 862,
|
164
|
+
864, 866, 868, 870, 872, 874, 876, 878,
|
165
|
+
880, 882, 884, 886, 888, 890, 892, 894,
|
166
|
+
896, 898, 900, 902, 903, 904, 905, 906,
|
167
|
+
907, 908, 909, 910, 911, 912
|
168
168
|
};
|
169
169
|
|
170
170
|
static const char _lexer_trans_keys[] = {
|
@@ -178,169 +178,169 @@ static const char _lexer_trans_keys[] = {
|
|
178
178
|
10, 13, 10, 13, 10, 32, 34, 9,
|
179
179
|
13, 10, 32, 34, 9, 13, 10, 32,
|
180
180
|
34, 9, 13, 10, 32, 34, 9, 13,
|
181
|
-
10, 32,
|
182
|
-
13, 10,
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
124, 9, 13, 10,
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
-124, -
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
-
|
200
|
-
-123, 10, -40, 10, -89, 10, -40, 10,
|
201
|
-
-75, 10, -39, 10, -118, 10, -40, 10,
|
202
|
-
-87, 10, 10, 58, -39, 10, -118, 10,
|
203
|
-
-39, 10, -122, 10, -40, 10, -89, 10,
|
204
|
-
-40, 10, -79, 10, -39, 10, -118, 10,
|
205
|
-
-39, 10, -120, 10, 10, 32, 58, -39,
|
206
|
-
10, -123, 10, -40, 10, -82, 10, -40,
|
207
|
-
10, -73, 10, -40, 10, -73, 10, -39,
|
208
|
-
10, -122, 10, -40, 10, -81, 10, -39,
|
209
|
-
10, -123, 10, -40, 10, -89, 10, -124,
|
210
|
-
-123, -120, 10, -39, 10, -125, 10, -39,
|
211
|
-
10, -122, 10, -40, 10, -86, 10, -39,
|
212
|
-
10, -119, 10, 10, 95, 10, 70, 10,
|
213
|
-
69, 10, 65, 10, 84, 10, 85, 10,
|
214
|
-
82, 10, 69, 10, 95, 10, 69, 10,
|
215
|
-
78, 10, 68, 10, 95, 10, 37, -40,
|
216
|
-
-85, -39, -124, -40, -87, 58, 10, 10,
|
217
|
-
-40, 10, 32, 35, 124, 9, 13, -82,
|
218
|
-
10, -40, 10, -89, 10, -40, 10, -75,
|
219
|
-
10, -39, 10, -118, 10, -40, 10, -87,
|
220
|
-
10, 10, 58, -39, -127, -40, -79, -40,
|
221
|
-
-74, -39, -123, -40, -89, -40, -75, -39,
|
222
|
-
-118, -40, -87, 58, 10, 10, -40, 10,
|
223
|
-
32, 35, 37, 64, 9, 13, -89, -82,
|
224
|
-
-77, 10, -39, 10, -124, -123, 10, -40,
|
225
|
-
10, -82, 10, -39, 10, -124, 10, -39,
|
226
|
-
10, -127, 10, -39, 10, -118, 10, -40,
|
227
|
-
10, -87, 10, 10, 58, -40, 10, -85,
|
228
|
-
10, -39, 10, -124, 10, -40, 10, -89,
|
181
|
+
10, 32, 9, 13, 10, 32, 9, 13,
|
182
|
+
10, 13, 10, 95, 70, 69, 65, 84,
|
183
|
+
85, 82, 69, 95, 69, 78, 68, 95,
|
184
|
+
37, 13, 32, 64, 9, 10, 9, 10,
|
185
|
+
13, 32, 64, 11, 12, 10, 32, 64,
|
186
|
+
9, 13, 32, 124, 9, 13, 10, 32,
|
187
|
+
92, 124, 9, 13, 10, 92, 124, 10,
|
188
|
+
92, 10, 32, 92, 124, 9, 13, -40,
|
189
|
+
-39, 10, 32, 34, 35, 37, 42, 64,
|
190
|
+
124, 9, 13, -124, -123, -40, -82, -39,
|
191
|
+
-124, -39, -127, -39, -118, -40, -87, 58,
|
192
|
+
10, 10, -40, -39, 10, 32, 35, 37,
|
193
|
+
42, 64, 9, 13, -89, -88, -85, -82,
|
194
|
+
-77, -71, 10, -40, 10, -80, 10, -40,
|
195
|
+
10, -89, 10, -39, 10, -117, 10, 10,
|
196
|
+
32, -40, -39, 10, 32, 34, 35, 37,
|
197
|
+
42, 64, 124, 9, 13, -39, 10, -127,
|
198
|
+
10, -40, 10, -79, 10, -40, 10, -74,
|
199
|
+
10, -39, 10, -123, 10, -40, 10, -89,
|
229
200
|
10, -40, 10, -75, 10, -39, 10, -118,
|
230
|
-
10, -
|
231
|
-
10, -
|
232
|
-
10, -
|
233
|
-
|
234
|
-
|
235
|
-
10,
|
236
|
-
10,
|
237
|
-
10,
|
238
|
-
|
239
|
-
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
-39, 10, -123, 10, -40, 10, -89, 10,
|
201
|
+
10, -40, 10, -87, 10, 10, 58, -39,
|
202
|
+
10, -118, 10, -39, 10, -122, 10, -40,
|
203
|
+
10, -89, 10, -40, 10, -79, 10, -39,
|
204
|
+
10, -118, 10, -39, 10, -120, 10, 10,
|
205
|
+
32, 58, -39, 10, -123, 10, -40, 10,
|
206
|
+
-82, 10, -40, 10, -73, 10, -40, 10,
|
207
|
+
-73, 10, -39, 10, -122, 10, -40, 10,
|
208
|
+
-81, 10, -39, 10, -123, 10, -40, 10,
|
209
|
+
-89, 10, -124, -123, -120, 10, -39, 10,
|
210
|
+
-125, 10, -39, 10, -122, 10, -40, 10,
|
211
|
+
-86, 10, -39, 10, -119, 10, 10, 95,
|
212
|
+
10, 70, 10, 69, 10, 65, 10, 84,
|
213
|
+
10, 85, 10, 82, 10, 69, 10, 95,
|
214
|
+
10, 69, 10, 78, 10, 68, 10, 95,
|
215
|
+
10, 37, -40, -85, -39, -124, -40, -87,
|
216
|
+
58, 10, 10, -40, 10, 32, 35, 124,
|
217
|
+
9, 13, -82, 10, -40, 10, -89, 10,
|
248
218
|
-40, 10, -75, 10, -39, 10, -118, 10,
|
249
|
-
-40, 10, -87, 10, 10, 58, -39,
|
250
|
-
-
|
251
|
-
-
|
252
|
-
|
253
|
-
-
|
254
|
-
-123, 10, -40, 10, -
|
255
|
-
-120, 10, -39, 10, -125, 10, -39, 10,
|
256
|
-
-122, 10, -40, 10, -86, 10, -39, 10,
|
257
|
-
-119, 10, 10, 95, 10, 70, 10, 69,
|
258
|
-
10, 65, 10, 84, 10, 85, 10, 82,
|
259
|
-
10, 69, 10, 95, 10, 69, 10, 78,
|
260
|
-
10, 68, 10, 95, 10, 37, 10, 10,
|
261
|
-
-40, -39, 10, 32, 35, 37, 42, 64,
|
262
|
-
9, 13, -89, -88, -85, -82, -77, -71,
|
263
|
-
10, -40, -39, 10, -80, 10, -40, 10,
|
264
|
-
-89, 10, -39, 10, -117, 10, 10, 32,
|
265
|
-
-124, 10, -40, 10, -82, 10, -39, 10,
|
219
|
+
-40, 10, -87, 10, 10, 58, -39, -127,
|
220
|
+
-40, -79, -40, -74, -39, -123, -40, -89,
|
221
|
+
-40, -75, -39, -118, -40, -87, 58, 10,
|
222
|
+
10, -40, 10, 32, 35, 37, 64, 9,
|
223
|
+
13, -89, -82, -77, 10, -39, 10, -124,
|
224
|
+
-123, 10, -40, 10, -82, 10, -39, 10,
|
266
225
|
-124, 10, -39, 10, -127, 10, -39, 10,
|
267
226
|
-118, 10, -40, 10, -87, 10, 10, 58,
|
268
|
-
-
|
269
|
-
-40, 10, -74, 10, -39, 10, -123, 10,
|
227
|
+
-40, 10, -85, 10, -39, 10, -124, 10,
|
270
228
|
-40, 10, -89, 10, -40, 10, -75, 10,
|
271
229
|
-39, 10, -118, 10, -39, 10, -122, 10,
|
272
230
|
-40, 10, -89, 10, -40, 10, -79, 10,
|
273
231
|
-39, 10, -118, 10, -39, 10, -120, 10,
|
274
232
|
10, 32, 58, -39, 10, -123, 10, -40,
|
275
233
|
10, -82, 10, -40, 10, -73, 10, -40,
|
276
|
-
10, -73, 10,
|
277
|
-
10,
|
278
|
-
10,
|
279
|
-
10,
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
234
|
+
10, -73, 10, 10, 95, 10, 70, 10,
|
235
|
+
69, 10, 65, 10, 84, 10, 85, 10,
|
236
|
+
82, 10, 69, 10, 95, 10, 69, 10,
|
237
|
+
78, 10, 68, 10, 95, 10, 37, -39,
|
238
|
+
-118, -39, -122, -40, -89, -40, -79, -39,
|
239
|
+
-118, -39, -120, 32, 58, -39, -123, -40,
|
240
|
+
-82, -40, -73, -40, -73, 58, 10, 10,
|
241
|
+
-40, -39, 10, 32, 35, 37, 42, 64,
|
242
|
+
9, 13, -89, -88, -85, -82, -77, -71,
|
243
|
+
10, -40, 10, -80, 10, -40, 10, -89,
|
244
|
+
10, -39, 10, -117, 10, 10, 32, -39,
|
245
|
+
10, -127, 10, -40, 10, -79, 10, -40,
|
246
|
+
10, -74, 10, -39, 10, -123, 10, -40,
|
247
|
+
10, -89, 10, -40, 10, -75, 10, -39,
|
248
|
+
10, -118, 10, -40, 10, -87, 10, 10,
|
249
|
+
58, -39, 10, -118, 10, -39, 10, -122,
|
250
|
+
10, -40, 10, -89, 10, -40, 10, -79,
|
251
|
+
10, -39, 10, -118, 10, -39, 10, -120,
|
252
|
+
10, -39, 10, -122, 10, -40, 10, -81,
|
253
|
+
10, -39, 10, -123, 10, -40, 10, -89,
|
254
|
+
10, -124, -123, -120, 10, -39, 10, -125,
|
255
|
+
10, -39, 10, -122, 10, -40, 10, -86,
|
256
|
+
10, -39, 10, -119, 10, 10, 95, 10,
|
257
|
+
70, 10, 69, 10, 65, 10, 84, 10,
|
258
|
+
85, 10, 82, 10, 69, 10, 95, 10,
|
259
|
+
69, 10, 78, 10, 68, 10, 95, 10,
|
260
|
+
37, 10, 10, -40, -39, 10, 32, 35,
|
261
|
+
37, 42, 64, 9, 13, -89, -88, -85,
|
262
|
+
-82, -77, -71, 10, -40, -39, 10, -80,
|
263
|
+
10, -40, 10, -89, 10, -39, 10, -117,
|
264
|
+
10, 10, 32, -124, 10, -40, 10, -82,
|
265
|
+
10, -39, 10, -124, 10, -39, 10, -127,
|
266
|
+
10, -39, 10, -118, 10, -40, 10, -87,
|
267
|
+
10, 10, 58, -39, 10, -127, 10, -40,
|
268
|
+
10, -79, 10, -40, 10, -74, 10, -39,
|
269
|
+
10, -123, 10, -40, 10, -89, 10, -40,
|
270
|
+
10, -75, 10, -39, 10, -118, 10, -39,
|
271
|
+
10, -122, 10, -40, 10, -89, 10, -40,
|
272
|
+
10, -79, 10, -39, 10, -118, 10, -39,
|
273
|
+
10, -120, 10, 10, 32, 58, -39, 10,
|
274
|
+
-123, 10, -40, 10, -82, 10, -40, 10,
|
275
|
+
-73, 10, -40, 10, -73, 10, -39, 10,
|
276
|
+
-122, 10, -40, 10, -81, 10, -39, 10,
|
277
|
+
-123, 10, -40, 10, -89, 10, -124, -123,
|
278
|
+
-120, 10, -39, 10, -125, 10, -39, 10,
|
279
|
+
-122, 10, -40, 10, -86, 10, -39, 10,
|
280
|
+
-119, 10, 10, 95, 10, 70, 10, 69,
|
281
|
+
10, 65, 10, 84, 10, 85, 10, 82,
|
282
|
+
10, 69, 10, 95, 10, 69, 10, 78,
|
283
|
+
10, 68, 10, 95, 10, 37, -39, -122,
|
284
|
+
-40, -81, -39, -123, -40, -89, -69, -65,
|
285
|
+
0
|
286
286
|
};
|
287
287
|
|
288
288
|
static const char _lexer_single_lengths[] = {
|
289
289
|
0, 11, 6, 2, 1, 1, 1, 1,
|
290
290
|
1, 1, 2, 2, 10, 3, 1, 1,
|
291
291
|
1, 1, 1, 1, 1, 1, 1, 1,
|
292
|
-
2, 2, 3, 3, 3, 3,
|
293
|
-
2,
|
294
|
-
1, 1, 1, 1, 1, 1, 1, 1,
|
295
|
-
1, 3, 5, 3, 2, 4, 3, 2,
|
296
|
-
4, 10, 2, 1, 1, 1, 1, 1,
|
292
|
+
2, 2, 3, 3, 3, 3, 2, 2,
|
293
|
+
2, 1, 1, 1, 1, 1, 1, 1,
|
297
294
|
1, 1, 1, 1, 1, 1, 1, 1,
|
298
|
-
|
299
|
-
|
295
|
+
3, 5, 3, 2, 4, 3, 2, 4,
|
296
|
+
10, 2, 1, 1, 1, 1, 1, 1,
|
297
|
+
1, 1, 1, 1, 1, 1, 1, 8,
|
298
|
+
7, 2, 2, 2, 2, 2, 2, 2,
|
299
|
+
10, 2, 2, 2, 2, 2, 2, 2,
|
300
300
|
2, 2, 2, 2, 2, 2, 2, 2,
|
301
301
|
2, 2, 2, 2, 2, 2, 2, 2,
|
302
|
-
2, 2, 2, 2, 2, 2,
|
302
|
+
2, 2, 2, 2, 2, 2, 3, 2,
|
303
303
|
2, 2, 2, 2, 2, 2, 2, 2,
|
304
|
+
2, 2, 2, 2, 2, 2, 2, 4,
|
304
305
|
2, 2, 2, 2, 2, 2, 2, 2,
|
305
|
-
4, 2, 2, 2, 2, 2, 2, 2,
|
306
306
|
2, 2, 2, 2, 2, 2, 2, 2,
|
307
|
-
2, 2, 2, 2, 2, 2,
|
308
|
-
1, 1, 1, 1, 1, 1, 1,
|
309
|
-
5, 2, 2, 2, 2, 2, 2, 2,
|
310
|
-
2, 2, 2, 1, 1, 1, 1, 1,
|
311
|
-
1, 1, 1, 1, 1, 1, 1, 1,
|
312
|
-
1, 1, 1, 1, 1, 1, 6, 4,
|
313
|
-
2, 3, 2, 2, 2, 2, 2, 2,
|
307
|
+
2, 2, 2, 2, 2, 2, 1, 1,
|
308
|
+
1, 1, 1, 1, 1, 1, 1, 5,
|
314
309
|
2, 2, 2, 2, 2, 2, 2, 2,
|
310
|
+
2, 2, 1, 1, 1, 1, 1, 1,
|
311
|
+
1, 1, 1, 1, 1, 1, 1, 1,
|
312
|
+
1, 1, 1, 1, 1, 6, 4, 2,
|
313
|
+
3, 2, 2, 2, 2, 2, 2, 2,
|
315
314
|
2, 2, 2, 2, 2, 2, 2, 2,
|
316
315
|
2, 2, 2, 2, 2, 2, 2, 2,
|
317
|
-
2, 3, 2, 2, 2, 2, 2, 2,
|
318
316
|
2, 2, 2, 2, 2, 2, 2, 2,
|
317
|
+
3, 2, 2, 2, 2, 2, 2, 2,
|
319
318
|
2, 2, 2, 2, 2, 2, 2, 2,
|
319
|
+
2, 2, 2, 2, 2, 2, 2, 1,
|
320
320
|
1, 1, 1, 1, 1, 1, 1, 1,
|
321
|
-
1, 1, 1,
|
322
|
-
1, 1, 1, 1, 1, 1, 1,
|
323
|
-
|
321
|
+
1, 1, 1, 2, 1, 1, 1, 1,
|
322
|
+
1, 1, 1, 1, 1, 1, 1, 8,
|
323
|
+
7, 2, 2, 2, 2, 2, 2, 2,
|
324
324
|
2, 2, 2, 2, 2, 2, 2, 2,
|
325
325
|
2, 2, 2, 2, 2, 2, 2, 2,
|
326
326
|
2, 2, 2, 2, 2, 2, 2, 2,
|
327
327
|
2, 2, 2, 2, 2, 2, 2, 2,
|
328
|
-
2, 2, 2, 2, 2,
|
328
|
+
2, 2, 2, 2, 2, 4, 2, 2,
|
329
329
|
2, 2, 2, 2, 2, 2, 2, 2,
|
330
330
|
2, 2, 2, 2, 2, 2, 2, 2,
|
331
|
-
2, 2, 2, 2,
|
332
|
-
|
331
|
+
2, 2, 2, 2, 1, 1, 8, 7,
|
332
|
+
3, 2, 2, 2, 2, 2, 2, 2,
|
333
333
|
2, 2, 2, 2, 2, 2, 2, 2,
|
334
334
|
2, 2, 2, 2, 2, 2, 2, 2,
|
335
335
|
2, 2, 2, 2, 2, 2, 2, 2,
|
336
336
|
2, 2, 2, 2, 2, 2, 2, 2,
|
337
|
-
2, 2, 2,
|
337
|
+
2, 2, 2, 3, 2, 2, 2, 2,
|
338
338
|
2, 2, 2, 2, 2, 2, 2, 2,
|
339
|
-
2, 2, 2, 2,
|
339
|
+
2, 2, 2, 2, 4, 2, 2, 2,
|
340
340
|
2, 2, 2, 2, 2, 2, 2, 2,
|
341
341
|
2, 2, 2, 2, 2, 2, 2, 2,
|
342
|
-
2, 2, 2,
|
343
|
-
1, 1, 1, 1, 1,
|
342
|
+
2, 2, 2, 1, 1, 1, 1, 1,
|
343
|
+
1, 1, 1, 1, 1, 0
|
344
344
|
};
|
345
345
|
|
346
346
|
static const char _lexer_range_lengths[] = {
|
@@ -348,14 +348,13 @@ static const char _lexer_range_lengths[] = {
|
|
348
348
|
0, 0, 0, 0, 1, 0, 0, 0,
|
349
349
|
0, 0, 0, 0, 0, 0, 0, 0,
|
350
350
|
0, 0, 1, 1, 1, 1, 1, 1,
|
351
|
-
1, 0, 0, 0, 0, 0, 0, 0,
|
352
351
|
0, 0, 0, 0, 0, 0, 0, 0,
|
353
|
-
0, 1, 1, 1, 1, 1, 0, 0,
|
354
|
-
1, 1, 0, 0, 0, 0, 0, 0,
|
355
352
|
0, 0, 0, 0, 0, 0, 0, 0,
|
353
|
+
1, 1, 1, 1, 1, 0, 0, 1,
|
356
354
|
1, 0, 0, 0, 0, 0, 0, 0,
|
357
|
-
0,
|
355
|
+
0, 0, 0, 0, 0, 0, 0, 1,
|
358
356
|
0, 0, 0, 0, 0, 0, 0, 0,
|
357
|
+
1, 0, 0, 0, 0, 0, 0, 0,
|
359
358
|
0, 0, 0, 0, 0, 0, 0, 0,
|
360
359
|
0, 0, 0, 0, 0, 0, 0, 0,
|
361
360
|
0, 0, 0, 0, 0, 0, 0, 0,
|
@@ -364,11 +363,11 @@ static const char _lexer_range_lengths[] = {
|
|
364
363
|
0, 0, 0, 0, 0, 0, 0, 0,
|
365
364
|
0, 0, 0, 0, 0, 0, 0, 0,
|
366
365
|
0, 0, 0, 0, 0, 0, 0, 0,
|
367
|
-
|
366
|
+
0, 0, 0, 0, 0, 0, 0, 1,
|
368
367
|
0, 0, 0, 0, 0, 0, 0, 0,
|
369
368
|
0, 0, 0, 0, 0, 0, 0, 0,
|
370
|
-
0, 0, 0, 0, 0, 0, 1, 0,
|
371
369
|
0, 0, 0, 0, 0, 0, 0, 0,
|
370
|
+
0, 0, 0, 0, 0, 1, 0, 0,
|
372
371
|
0, 0, 0, 0, 0, 0, 0, 0,
|
373
372
|
0, 0, 0, 0, 0, 0, 0, 0,
|
374
373
|
0, 0, 0, 0, 0, 0, 0, 0,
|
@@ -378,7 +377,7 @@ static const char _lexer_range_lengths[] = {
|
|
378
377
|
0, 0, 0, 0, 0, 0, 0, 0,
|
379
378
|
0, 0, 0, 0, 0, 0, 0, 0,
|
380
379
|
0, 0, 0, 0, 0, 0, 0, 0,
|
381
|
-
|
380
|
+
0, 0, 0, 0, 0, 0, 0, 1,
|
382
381
|
0, 0, 0, 0, 0, 0, 0, 0,
|
383
382
|
0, 0, 0, 0, 0, 0, 0, 0,
|
384
383
|
0, 0, 0, 0, 0, 0, 0, 0,
|
@@ -386,7 +385,8 @@ static const char _lexer_range_lengths[] = {
|
|
386
385
|
0, 0, 0, 0, 0, 0, 0, 0,
|
387
386
|
0, 0, 0, 0, 0, 0, 0, 0,
|
388
387
|
0, 0, 0, 0, 0, 0, 0, 0,
|
389
|
-
0, 0, 0, 0, 0, 0, 0,
|
388
|
+
0, 0, 0, 0, 0, 0, 0, 0,
|
389
|
+
0, 0, 0, 0, 0, 0, 1, 0,
|
390
390
|
0, 0, 0, 0, 0, 0, 0, 0,
|
391
391
|
0, 0, 0, 0, 0, 0, 0, 0,
|
392
392
|
0, 0, 0, 0, 0, 0, 0, 0,
|
@@ -398,235 +398,235 @@ static const char _lexer_range_lengths[] = {
|
|
398
398
|
0, 0, 0, 0, 0, 0, 0, 0,
|
399
399
|
0, 0, 0, 0, 0, 0, 0, 0,
|
400
400
|
0, 0, 0, 0, 0, 0, 0, 0,
|
401
|
-
0, 0, 0, 0, 0, 0
|
401
|
+
0, 0, 0, 0, 0, 0
|
402
402
|
};
|
403
403
|
|
404
404
|
static const short _lexer_index_offsets[] = {
|
405
405
|
0, 0, 13, 20, 23, 25, 27, 29,
|
406
406
|
31, 33, 35, 38, 41, 53, 57, 59,
|
407
407
|
61, 63, 65, 67, 69, 71, 73, 75,
|
408
|
-
77, 80, 83, 88, 93, 98, 103,
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
420,
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
408
|
+
77, 80, 83, 88, 93, 98, 103, 107,
|
409
|
+
111, 114, 116, 118, 120, 122, 124, 126,
|
410
|
+
128, 130, 132, 134, 136, 138, 140, 142,
|
411
|
+
144, 149, 156, 161, 165, 171, 175, 178,
|
412
|
+
184, 196, 199, 201, 203, 205, 207, 209,
|
413
|
+
211, 213, 215, 217, 219, 221, 223, 225,
|
414
|
+
235, 243, 246, 249, 252, 255, 258, 261,
|
415
|
+
264, 276, 279, 282, 285, 288, 291, 294,
|
416
|
+
297, 300, 303, 306, 309, 312, 315, 318,
|
417
|
+
321, 324, 327, 330, 333, 336, 339, 342,
|
418
|
+
345, 348, 351, 354, 357, 360, 363, 367,
|
419
|
+
370, 373, 376, 379, 382, 385, 388, 391,
|
420
|
+
394, 397, 400, 403, 406, 409, 412, 415,
|
421
|
+
420, 423, 426, 429, 432, 435, 438, 441,
|
422
|
+
444, 447, 450, 453, 456, 459, 462, 465,
|
423
|
+
468, 471, 474, 477, 480, 483, 486, 488,
|
424
|
+
490, 492, 494, 496, 498, 500, 502, 504,
|
425
|
+
511, 514, 517, 520, 523, 526, 529, 532,
|
426
|
+
535, 538, 541, 543, 545, 547, 549, 551,
|
427
|
+
553, 555, 557, 559, 561, 563, 565, 567,
|
428
|
+
569, 571, 573, 575, 577, 579, 587, 592,
|
429
|
+
595, 599, 602, 605, 608, 611, 614, 617,
|
430
|
+
620, 623, 626, 629, 632, 635, 638, 641,
|
431
|
+
644, 647, 650, 653, 656, 659, 662, 665,
|
432
|
+
668, 671, 674, 677, 680, 683, 686, 689,
|
433
|
+
692, 696, 699, 702, 705, 708, 711, 714,
|
434
|
+
717, 720, 723, 726, 729, 732, 735, 738,
|
435
|
+
741, 744, 747, 750, 753, 756, 759, 762,
|
436
|
+
764, 766, 768, 770, 772, 774, 776, 778,
|
437
|
+
780, 782, 784, 786, 789, 791, 793, 795,
|
438
|
+
797, 799, 801, 803, 805, 807, 809, 811,
|
439
|
+
821, 829, 832, 835, 838, 841, 844, 847,
|
440
|
+
850, 853, 856, 859, 862, 865, 868, 871,
|
441
|
+
874, 877, 880, 883, 886, 889, 892, 895,
|
442
|
+
898, 901, 904, 907, 910, 913, 916, 919,
|
443
|
+
922, 925, 928, 931, 934, 937, 940, 943,
|
444
|
+
946, 949, 952, 955, 958, 961, 966, 969,
|
445
|
+
972, 975, 978, 981, 984, 987, 990, 993,
|
446
|
+
996, 999, 1002, 1005, 1008, 1011, 1014, 1017,
|
447
|
+
1020, 1023, 1026, 1029, 1032, 1034, 1036, 1046,
|
448
|
+
1054, 1058, 1061, 1064, 1067, 1070, 1073, 1076,
|
449
|
+
1079, 1082, 1085, 1088, 1091, 1094, 1097, 1100,
|
450
|
+
1103, 1106, 1109, 1112, 1115, 1118, 1121, 1124,
|
451
|
+
1127, 1130, 1133, 1136, 1139, 1142, 1145, 1148,
|
452
|
+
1151, 1154, 1157, 1160, 1163, 1166, 1169, 1172,
|
453
|
+
1175, 1178, 1181, 1184, 1188, 1191, 1194, 1197,
|
454
|
+
1200, 1203, 1206, 1209, 1212, 1215, 1218, 1221,
|
455
|
+
1224, 1227, 1230, 1233, 1236, 1241, 1244, 1247,
|
456
|
+
1250, 1253, 1256, 1259, 1262, 1265, 1268, 1271,
|
457
|
+
1274, 1277, 1280, 1283, 1286, 1289, 1292, 1295,
|
458
|
+
1298, 1301, 1304, 1307, 1309, 1311, 1313, 1315,
|
459
|
+
1317, 1319, 1321, 1323, 1325, 1327
|
460
460
|
};
|
461
461
|
|
462
462
|
static const short _lexer_trans_targs[] = {
|
463
|
-
2, 13,
|
464
|
-
9,
|
465
|
-
|
463
|
+
2, 13, 435, 12, 12, 22, 32, 34,
|
464
|
+
9, 48, 51, 12, 0, 3, 170, 176,
|
465
|
+
178, 247, 427, 0, 4, 57, 0, 5,
|
466
466
|
0, 6, 0, 7, 0, 8, 0, 9,
|
467
|
-
0, 10, 0, 12,
|
468
|
-
11, 2, 13, 12, 12, 22,
|
469
|
-
9,
|
467
|
+
0, 10, 0, 12, 33, 11, 12, 33,
|
468
|
+
11, 2, 13, 12, 12, 22, 32, 34,
|
469
|
+
9, 48, 51, 12, 0, 14, 18, 9,
|
470
470
|
0, 15, 0, 16, 0, 17, 0, 9,
|
471
471
|
0, 19, 0, 20, 0, 21, 0, 9,
|
472
472
|
0, 23, 0, 24, 0, 26, 25, 25,
|
473
473
|
26, 25, 25, 27, 27, 28, 27, 27,
|
474
474
|
27, 27, 28, 27, 27, 27, 27, 29,
|
475
475
|
27, 27, 27, 27, 30, 27, 27, 12,
|
476
|
-
31,
|
477
|
-
|
478
|
-
0,
|
479
|
-
0,
|
480
|
-
0,
|
481
|
-
0,
|
482
|
-
|
483
|
-
|
484
|
-
52,
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
0,
|
489
|
-
|
490
|
-
|
491
|
-
70,
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
71,
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
71,
|
502
|
-
|
503
|
-
|
504
|
-
71,
|
505
|
-
|
506
|
-
|
507
|
-
71,
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
71,
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
71,
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
0,
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
159,
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
192,
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
189,
|
542
|
-
|
543
|
-
|
544
|
-
189,
|
545
|
-
|
546
|
-
|
547
|
-
189,
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
189,
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
0,
|
560
|
-
0,
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
271,
|
573
|
-
|
574
|
-
|
575
|
-
271,
|
576
|
-
|
577
|
-
|
578
|
-
271,
|
579
|
-
|
580
|
-
|
581
|
-
271,
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
271,
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
342,
|
599
|
-
|
600
|
-
|
601
|
-
342,
|
602
|
-
|
603
|
-
|
604
|
-
342,
|
605
|
-
|
606
|
-
|
607
|
-
342,
|
608
|
-
|
609
|
-
|
610
|
-
342,
|
611
|
-
|
612
|
-
342,
|
613
|
-
|
614
|
-
|
615
|
-
342,
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
342,
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
476
|
+
31, 31, 0, 12, 31, 31, 0, 12,
|
477
|
+
33, 32, 12, 0, 35, 0, 36, 0,
|
478
|
+
37, 0, 38, 0, 39, 0, 40, 0,
|
479
|
+
41, 0, 42, 0, 43, 0, 44, 0,
|
480
|
+
45, 0, 46, 0, 47, 0, 437, 0,
|
481
|
+
0, 0, 0, 0, 49, 50, 12, 50,
|
482
|
+
50, 48, 49, 49, 12, 50, 48, 50,
|
483
|
+
0, 51, 52, 51, 0, 56, 55, 54,
|
484
|
+
52, 55, 53, 0, 54, 52, 53, 0,
|
485
|
+
54, 53, 56, 55, 54, 52, 55, 53,
|
486
|
+
2, 13, 56, 56, 22, 32, 34, 9,
|
487
|
+
48, 51, 56, 0, 58, 150, 0, 59,
|
488
|
+
0, 60, 0, 61, 0, 62, 0, 63,
|
489
|
+
0, 64, 0, 65, 0, 66, 0, 67,
|
490
|
+
0, 68, 0, 69, 0, 71, 70, 71,
|
491
|
+
70, 72, 127, 71, 71, 12, 136, 79,
|
492
|
+
12, 71, 70, 73, 81, 87, 89, 98,
|
493
|
+
119, 71, 70, 74, 71, 70, 75, 71,
|
494
|
+
70, 76, 71, 70, 77, 71, 70, 78,
|
495
|
+
71, 70, 79, 71, 70, 71, 80, 70,
|
496
|
+
2, 13, 12, 12, 22, 32, 34, 9,
|
497
|
+
48, 51, 12, 0, 82, 71, 70, 83,
|
498
|
+
71, 70, 84, 71, 70, 85, 71, 70,
|
499
|
+
86, 71, 70, 79, 71, 70, 88, 71,
|
500
|
+
70, 79, 71, 70, 90, 71, 70, 91,
|
501
|
+
71, 70, 92, 71, 70, 93, 71, 70,
|
502
|
+
94, 71, 70, 95, 71, 70, 96, 71,
|
503
|
+
70, 97, 71, 70, 71, 80, 70, 99,
|
504
|
+
71, 70, 100, 71, 70, 101, 71, 70,
|
505
|
+
102, 71, 70, 103, 71, 70, 104, 71,
|
506
|
+
70, 105, 71, 70, 106, 71, 70, 107,
|
507
|
+
71, 70, 108, 71, 70, 109, 71, 70,
|
508
|
+
110, 71, 70, 71, 111, 80, 70, 112,
|
509
|
+
71, 70, 113, 71, 70, 114, 71, 70,
|
510
|
+
115, 71, 70, 116, 71, 70, 117, 71,
|
511
|
+
70, 118, 71, 70, 97, 71, 70, 120,
|
512
|
+
71, 70, 121, 71, 70, 122, 71, 70,
|
513
|
+
123, 71, 70, 124, 71, 70, 125, 71,
|
514
|
+
70, 126, 71, 70, 79, 71, 70, 128,
|
515
|
+
132, 79, 71, 70, 129, 71, 70, 130,
|
516
|
+
71, 70, 131, 71, 70, 79, 71, 70,
|
517
|
+
133, 71, 70, 134, 71, 70, 135, 71,
|
518
|
+
70, 79, 71, 70, 71, 137, 70, 71,
|
519
|
+
138, 70, 71, 139, 70, 71, 140, 70,
|
520
|
+
71, 141, 70, 71, 142, 70, 71, 143,
|
521
|
+
70, 71, 144, 70, 71, 145, 70, 71,
|
522
|
+
146, 70, 71, 147, 70, 71, 148, 70,
|
523
|
+
71, 149, 70, 71, 12, 70, 151, 0,
|
524
|
+
152, 0, 153, 0, 154, 0, 155, 0,
|
525
|
+
156, 0, 157, 0, 159, 158, 159, 158,
|
526
|
+
160, 159, 159, 12, 12, 159, 158, 161,
|
527
|
+
159, 158, 162, 159, 158, 163, 159, 158,
|
528
|
+
164, 159, 158, 165, 159, 158, 166, 159,
|
529
|
+
158, 167, 159, 158, 168, 159, 158, 169,
|
530
|
+
159, 158, 159, 80, 158, 171, 0, 172,
|
531
|
+
0, 173, 0, 174, 0, 175, 0, 9,
|
532
|
+
0, 177, 0, 9, 0, 179, 0, 180,
|
533
|
+
0, 181, 0, 182, 0, 183, 0, 184,
|
534
|
+
0, 185, 0, 186, 0, 187, 0, 189,
|
535
|
+
188, 189, 188, 190, 189, 189, 12, 233,
|
536
|
+
12, 189, 188, 191, 208, 212, 189, 188,
|
537
|
+
192, 189, 188, 193, 204, 189, 188, 194,
|
538
|
+
189, 188, 195, 189, 188, 196, 189, 188,
|
539
|
+
197, 189, 188, 198, 189, 188, 199, 189,
|
540
|
+
188, 200, 189, 188, 201, 189, 188, 202,
|
541
|
+
189, 188, 203, 189, 188, 189, 80, 188,
|
542
|
+
205, 189, 188, 206, 189, 188, 207, 189,
|
543
|
+
188, 201, 189, 188, 209, 189, 188, 210,
|
544
|
+
189, 188, 211, 189, 188, 199, 189, 188,
|
545
|
+
213, 189, 188, 214, 189, 188, 215, 189,
|
546
|
+
188, 216, 189, 188, 217, 189, 188, 218,
|
547
|
+
189, 188, 219, 189, 188, 220, 189, 188,
|
548
|
+
221, 189, 188, 222, 189, 188, 223, 189,
|
549
|
+
188, 224, 189, 188, 189, 225, 80, 188,
|
550
|
+
226, 189, 188, 227, 189, 188, 228, 189,
|
551
|
+
188, 229, 189, 188, 230, 189, 188, 231,
|
552
|
+
189, 188, 232, 189, 188, 203, 189, 188,
|
553
|
+
189, 234, 188, 189, 235, 188, 189, 236,
|
554
|
+
188, 189, 237, 188, 189, 238, 188, 189,
|
555
|
+
239, 188, 189, 240, 188, 189, 241, 188,
|
556
|
+
189, 242, 188, 189, 243, 188, 189, 244,
|
557
|
+
188, 189, 245, 188, 189, 246, 188, 189,
|
558
|
+
12, 188, 248, 0, 249, 0, 250, 0,
|
559
|
+
251, 0, 252, 0, 253, 0, 254, 0,
|
560
|
+
255, 0, 256, 0, 257, 0, 258, 0,
|
561
|
+
259, 0, 260, 340, 0, 261, 0, 262,
|
562
|
+
0, 263, 0, 264, 0, 265, 0, 266,
|
563
|
+
0, 267, 0, 268, 0, 269, 0, 271,
|
564
|
+
270, 271, 270, 272, 317, 271, 271, 12,
|
565
|
+
326, 279, 12, 271, 270, 273, 280, 286,
|
566
|
+
288, 297, 309, 271, 270, 274, 271, 270,
|
567
|
+
275, 271, 270, 276, 271, 270, 277, 271,
|
568
|
+
270, 278, 271, 270, 279, 271, 270, 271,
|
569
|
+
80, 270, 281, 271, 270, 282, 271, 270,
|
570
|
+
283, 271, 270, 284, 271, 270, 285, 271,
|
571
|
+
270, 279, 271, 270, 287, 271, 270, 279,
|
572
|
+
271, 270, 289, 271, 270, 290, 271, 270,
|
573
|
+
291, 271, 270, 292, 271, 270, 293, 271,
|
574
|
+
270, 294, 271, 270, 295, 271, 270, 296,
|
575
|
+
271, 270, 271, 80, 270, 298, 271, 270,
|
576
|
+
299, 271, 270, 300, 271, 270, 301, 271,
|
577
|
+
270, 302, 271, 270, 303, 271, 270, 304,
|
578
|
+
271, 270, 305, 271, 270, 306, 271, 270,
|
579
|
+
307, 271, 270, 308, 271, 270, 296, 271,
|
580
|
+
270, 310, 271, 270, 311, 271, 270, 312,
|
581
|
+
271, 270, 313, 271, 270, 314, 271, 270,
|
582
|
+
315, 271, 270, 316, 271, 270, 279, 271,
|
583
|
+
270, 318, 322, 279, 271, 270, 319, 271,
|
584
|
+
270, 320, 271, 270, 321, 271, 270, 279,
|
585
|
+
271, 270, 323, 271, 270, 324, 271, 270,
|
586
|
+
325, 271, 270, 279, 271, 270, 271, 327,
|
587
|
+
270, 271, 328, 270, 271, 329, 270, 271,
|
588
|
+
330, 270, 271, 331, 270, 271, 332, 270,
|
589
|
+
271, 333, 270, 271, 334, 270, 271, 335,
|
590
|
+
270, 271, 336, 270, 271, 337, 270, 271,
|
591
|
+
338, 270, 271, 339, 270, 271, 12, 270,
|
592
|
+
342, 341, 342, 341, 343, 404, 342, 342,
|
593
|
+
12, 413, 350, 12, 342, 341, 344, 363,
|
594
|
+
369, 371, 375, 396, 342, 341, 345, 351,
|
595
|
+
342, 341, 346, 342, 341, 347, 342, 341,
|
596
|
+
348, 342, 341, 349, 342, 341, 350, 342,
|
597
|
+
341, 342, 80, 341, 352, 342, 341, 353,
|
598
|
+
342, 341, 354, 342, 341, 355, 342, 341,
|
599
|
+
356, 342, 341, 357, 342, 341, 358, 342,
|
600
|
+
341, 359, 342, 341, 360, 342, 341, 361,
|
601
|
+
342, 341, 362, 342, 341, 342, 80, 341,
|
602
|
+
364, 342, 341, 365, 342, 341, 366, 342,
|
603
|
+
341, 367, 342, 341, 368, 342, 341, 350,
|
604
|
+
342, 341, 370, 342, 341, 350, 342, 341,
|
605
|
+
372, 342, 341, 373, 342, 341, 374, 342,
|
606
|
+
341, 358, 342, 341, 376, 342, 341, 377,
|
607
|
+
342, 341, 378, 342, 341, 379, 342, 341,
|
608
|
+
380, 342, 341, 381, 342, 341, 382, 342,
|
609
|
+
341, 383, 342, 341, 384, 342, 341, 385,
|
610
|
+
342, 341, 386, 342, 341, 387, 342, 341,
|
611
|
+
342, 388, 80, 341, 389, 342, 341, 390,
|
612
|
+
342, 341, 391, 342, 341, 392, 342, 341,
|
613
|
+
393, 342, 341, 394, 342, 341, 395, 342,
|
614
|
+
341, 362, 342, 341, 397, 342, 341, 398,
|
615
|
+
342, 341, 399, 342, 341, 400, 342, 341,
|
616
|
+
401, 342, 341, 402, 342, 341, 403, 342,
|
617
|
+
341, 350, 342, 341, 405, 409, 350, 342,
|
618
|
+
341, 406, 342, 341, 407, 342, 341, 408,
|
619
|
+
342, 341, 350, 342, 341, 410, 342, 341,
|
620
|
+
411, 342, 341, 412, 342, 341, 350, 342,
|
621
|
+
341, 342, 414, 341, 342, 415, 341, 342,
|
622
|
+
416, 341, 342, 417, 341, 342, 418, 341,
|
623
|
+
342, 419, 341, 342, 420, 341, 342, 421,
|
624
|
+
341, 342, 422, 341, 342, 423, 341, 342,
|
625
|
+
424, 341, 342, 425, 341, 342, 426, 341,
|
626
|
+
342, 12, 341, 428, 0, 429, 0, 430,
|
627
|
+
0, 431, 0, 432, 0, 433, 0, 434,
|
628
|
+
0, 9, 0, 436, 0, 12, 0, 0,
|
629
|
+
0
|
630
630
|
};
|
631
631
|
|
632
632
|
static const unsigned char _lexer_trans_actions[] = {
|
@@ -643,73 +643,72 @@ static const unsigned char _lexer_trans_actions[] = {
|
|
643
643
|
106, 11, 0, 134, 45, 45, 45, 3,
|
644
644
|
122, 33, 33, 33, 0, 122, 33, 33,
|
645
645
|
33, 0, 122, 33, 0, 33, 0, 102,
|
646
|
-
7,
|
647
|
-
|
648
|
-
43, 0, 43, 0, 43, 0, 43,
|
649
|
-
43, 0, 43, 0, 43, 0, 43, 0,
|
650
|
-
43, 0, 43, 0, 43, 0, 43, 0,
|
651
|
-
43, 0, 43, 0, 43, 43, 43, 43,
|
652
|
-
43, 0, 27, 118, 27, 27, 51, 27,
|
653
|
-
0, 54, 0, 1, 0, 43, 0, 0,
|
654
|
-
0, 43, 54, 37, 37, 87, 37, 37,
|
655
|
-
43, 0, 39, 0, 43, 0, 0, 54,
|
656
|
-
0, 0, 39, 0, 0, 96, 96, 54,
|
657
|
-
0, 93, 90, 41, 96, 90, 99, 0,
|
658
|
-
43, 0, 0, 43, 0, 43, 0, 43,
|
646
|
+
7, 7, 43, 54, 0, 0, 43, 114,
|
647
|
+
25, 0, 54, 43, 0, 43, 0, 43,
|
648
|
+
0, 43, 0, 43, 0, 43, 0, 43,
|
659
649
|
0, 43, 0, 43, 0, 43, 0, 43,
|
660
650
|
0, 43, 0, 43, 0, 43, 0, 43,
|
661
|
-
|
662
|
-
|
663
|
-
|
651
|
+
43, 43, 43, 43, 0, 27, 118, 27,
|
652
|
+
27, 51, 27, 0, 54, 0, 1, 0,
|
653
|
+
43, 0, 0, 0, 43, 54, 37, 37,
|
654
|
+
87, 37, 37, 43, 0, 39, 0, 43,
|
655
|
+
0, 0, 54, 0, 0, 39, 0, 0,
|
656
|
+
96, 96, 54, 0, 93, 90, 41, 96,
|
657
|
+
90, 99, 0, 43, 0, 0, 43, 0,
|
658
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
659
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
660
|
+
43, 0, 43, 0, 43, 144, 57, 54,
|
661
|
+
0, 84, 84, 54, 0, 72, 33, 84,
|
662
|
+
72, 0, 0, 0, 0, 0, 0, 0,
|
664
663
|
0, 54, 0, 0, 54, 0, 0, 54,
|
665
664
|
0, 0, 54, 0, 0, 54, 0, 0,
|
666
|
-
54, 0,
|
667
|
-
|
668
|
-
|
665
|
+
54, 0, 0, 54, 0, 54, 15, 0,
|
666
|
+
63, 63, 130, 31, 60, 57, 31, 63,
|
667
|
+
57, 66, 31, 43, 0, 54, 0, 0,
|
669
668
|
54, 0, 0, 54, 0, 0, 54, 0,
|
670
669
|
0, 54, 0, 0, 54, 0, 0, 54,
|
671
670
|
0, 0, 54, 0, 0, 54, 0, 0,
|
672
671
|
54, 0, 0, 54, 0, 0, 54, 0,
|
673
672
|
0, 54, 0, 0, 54, 0, 0, 54,
|
674
|
-
0,
|
673
|
+
0, 0, 54, 0, 54, 15, 0, 0,
|
675
674
|
54, 0, 0, 54, 0, 0, 54, 0,
|
676
675
|
0, 54, 0, 0, 54, 0, 0, 54,
|
677
676
|
0, 0, 54, 0, 0, 54, 0, 0,
|
678
677
|
54, 0, 0, 54, 0, 0, 54, 0,
|
679
|
-
54, 0,
|
678
|
+
0, 54, 0, 54, 0, 15, 0, 0,
|
680
679
|
54, 0, 0, 54, 0, 0, 54, 0,
|
681
680
|
0, 54, 0, 0, 54, 0, 0, 54,
|
682
681
|
0, 0, 54, 0, 0, 54, 0, 0,
|
683
682
|
54, 0, 0, 54, 0, 0, 54, 0,
|
684
683
|
0, 54, 0, 0, 54, 0, 0, 54,
|
685
|
-
0, 0, 54, 0, 0, 0, 0, 54,
|
686
684
|
0, 0, 54, 0, 0, 54, 0, 0,
|
687
|
-
54, 0, 0, 54, 0, 0, 54, 0,
|
688
|
-
0, 54, 0, 0, 54, 0, 0, 54,
|
689
|
-
0, 54, 0, 0, 54, 0, 0, 54,
|
690
685
|
0, 0, 54, 0, 0, 54, 0, 0,
|
691
686
|
54, 0, 0, 54, 0, 0, 54, 0,
|
692
687
|
0, 54, 0, 0, 54, 0, 0, 54,
|
688
|
+
0, 0, 54, 0, 54, 0, 0, 54,
|
693
689
|
0, 0, 54, 0, 0, 54, 0, 0,
|
694
|
-
54, 15, 0, 0, 43, 0, 43, 0,
|
695
|
-
43, 0, 43, 0, 43, 0, 43, 0,
|
696
|
-
43, 144, 57, 54, 0, 84, 54, 0,
|
697
|
-
81, 81, 0, 0, 0, 54, 0, 0,
|
698
690
|
54, 0, 0, 54, 0, 0, 54, 0,
|
699
691
|
0, 54, 0, 0, 54, 0, 0, 54,
|
700
|
-
0, 0, 54, 0, 0, 54, 0,
|
701
|
-
|
702
|
-
0, 43, 0, 43, 0, 43, 0, 43,
|
703
|
-
0, 43, 0, 43, 0, 43, 0, 43,
|
692
|
+
0, 0, 54, 0, 0, 54, 0, 0,
|
693
|
+
54, 0, 0, 54, 15, 0, 0, 43,
|
704
694
|
0, 43, 0, 43, 0, 43, 0, 43,
|
705
695
|
0, 43, 0, 43, 144, 57, 54, 0,
|
706
|
-
84, 54, 0,
|
707
|
-
|
696
|
+
84, 54, 0, 81, 81, 0, 0, 0,
|
697
|
+
54, 0, 0, 54, 0, 0, 54, 0,
|
698
|
+
0, 54, 0, 0, 54, 0, 0, 54,
|
708
699
|
0, 0, 54, 0, 0, 54, 0, 0,
|
700
|
+
54, 0, 54, 21, 0, 0, 43, 0,
|
701
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
702
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
703
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
704
|
+
43, 0, 43, 0, 43, 0, 43, 144,
|
705
|
+
57, 54, 0, 84, 54, 0, 69, 33,
|
706
|
+
69, 0, 0, 0, 0, 0, 54, 0,
|
707
|
+
0, 54, 0, 0, 0, 54, 0, 0,
|
709
708
|
54, 0, 0, 54, 0, 0, 54, 0,
|
710
709
|
0, 54, 0, 0, 54, 0, 0, 54,
|
711
710
|
0, 0, 54, 0, 0, 54, 0, 0,
|
712
|
-
54, 0,
|
711
|
+
54, 0, 0, 54, 0, 54, 13, 0,
|
713
712
|
0, 54, 0, 0, 54, 0, 0, 54,
|
714
713
|
0, 0, 54, 0, 0, 54, 0, 0,
|
715
714
|
54, 0, 0, 54, 0, 0, 54, 0,
|
@@ -717,59 +716,59 @@ static const unsigned char _lexer_trans_actions[] = {
|
|
717
716
|
0, 0, 54, 0, 0, 54, 0, 0,
|
718
717
|
54, 0, 0, 54, 0, 0, 54, 0,
|
719
718
|
0, 54, 0, 0, 54, 0, 0, 54,
|
720
|
-
0, 54, 0,
|
719
|
+
0, 0, 54, 0, 54, 0, 13, 0,
|
721
720
|
0, 54, 0, 0, 54, 0, 0, 54,
|
722
721
|
0, 0, 54, 0, 0, 54, 0, 0,
|
723
|
-
54, 0, 0, 54, 0,
|
722
|
+
54, 0, 0, 54, 0, 0, 54, 0,
|
724
723
|
54, 0, 0, 54, 0, 0, 54, 0,
|
725
724
|
0, 54, 0, 0, 54, 0, 0, 54,
|
726
725
|
0, 0, 54, 0, 0, 54, 0, 0,
|
727
726
|
54, 0, 0, 54, 0, 0, 54, 0,
|
728
|
-
0, 54, 0, 0, 54,
|
729
|
-
|
730
|
-
43, 0, 43, 0, 43, 0, 43, 0,
|
731
|
-
43, 0, 43, 0, 43, 0, 43, 0,
|
727
|
+
0, 54, 0, 0, 54, 0, 0, 54,
|
728
|
+
13, 0, 0, 43, 0, 43, 0, 43,
|
732
729
|
0, 43, 0, 43, 0, 43, 0, 43,
|
733
730
|
0, 43, 0, 43, 0, 43, 0, 43,
|
734
|
-
0, 43, 0,
|
735
|
-
|
736
|
-
|
737
|
-
54, 0,
|
731
|
+
0, 43, 0, 0, 43, 0, 43, 0,
|
732
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
733
|
+
43, 0, 43, 0, 43, 0, 43, 144,
|
734
|
+
57, 54, 0, 84, 84, 54, 0, 78,
|
735
|
+
33, 84, 78, 0, 0, 0, 0, 0,
|
736
|
+
0, 0, 0, 54, 0, 0, 54, 0,
|
738
737
|
0, 54, 0, 0, 54, 0, 0, 54,
|
739
|
-
0, 0, 54, 0,
|
740
|
-
|
738
|
+
0, 0, 54, 0, 0, 54, 0, 54,
|
739
|
+
19, 0, 0, 54, 0, 0, 54, 0,
|
741
740
|
0, 54, 0, 0, 54, 0, 0, 54,
|
742
741
|
0, 0, 54, 0, 0, 54, 0, 0,
|
743
742
|
54, 0, 0, 54, 0, 0, 54, 0,
|
744
743
|
0, 54, 0, 0, 54, 0, 0, 54,
|
745
|
-
0, 0, 54, 0, 0, 54, 0,
|
746
|
-
|
744
|
+
0, 0, 54, 0, 0, 54, 0, 0,
|
745
|
+
54, 0, 54, 19, 0, 0, 54, 0,
|
747
746
|
0, 54, 0, 0, 54, 0, 0, 54,
|
748
747
|
0, 0, 54, 0, 0, 54, 0, 0,
|
749
748
|
54, 0, 0, 54, 0, 0, 54, 0,
|
750
749
|
0, 54, 0, 0, 54, 0, 0, 54,
|
751
750
|
0, 0, 54, 0, 0, 54, 0, 0,
|
752
751
|
54, 0, 0, 54, 0, 0, 54, 0,
|
753
|
-
0, 54, 0, 0, 54, 0, 0, 0,
|
754
752
|
0, 54, 0, 0, 54, 0, 0, 54,
|
753
|
+
0, 0, 0, 0, 54, 0, 0, 54,
|
755
754
|
0, 0, 54, 0, 0, 54, 0, 0,
|
756
755
|
54, 0, 0, 54, 0, 0, 54, 0,
|
757
|
-
0, 54, 0,
|
756
|
+
0, 54, 0, 0, 54, 0, 54, 0,
|
758
757
|
0, 54, 0, 0, 54, 0, 0, 54,
|
759
758
|
0, 0, 54, 0, 0, 54, 0, 0,
|
760
759
|
54, 0, 0, 54, 0, 0, 54, 0,
|
761
760
|
0, 54, 0, 0, 54, 0, 0, 54,
|
762
|
-
0, 0, 54,
|
763
|
-
|
764
|
-
75,
|
765
|
-
0,
|
761
|
+
0, 0, 54, 0, 0, 54, 19, 0,
|
762
|
+
144, 57, 54, 0, 84, 84, 54, 0,
|
763
|
+
75, 33, 84, 75, 0, 0, 0, 0,
|
764
|
+
0, 0, 0, 0, 54, 0, 0, 0,
|
766
765
|
54, 0, 0, 54, 0, 0, 54, 0,
|
767
|
-
0, 54, 0, 0, 54, 0,
|
768
|
-
0,
|
766
|
+
0, 54, 0, 0, 54, 0, 0, 54,
|
767
|
+
0, 54, 17, 0, 0, 54, 0, 0,
|
769
768
|
54, 0, 0, 54, 0, 0, 54, 0,
|
770
769
|
0, 54, 0, 0, 54, 0, 0, 54,
|
771
770
|
0, 0, 54, 0, 0, 54, 0, 0,
|
772
|
-
54, 0,
|
771
|
+
54, 0, 0, 54, 0, 54, 17, 0,
|
773
772
|
0, 54, 0, 0, 54, 0, 0, 54,
|
774
773
|
0, 0, 54, 0, 0, 54, 0, 0,
|
775
774
|
54, 0, 0, 54, 0, 0, 54, 0,
|
@@ -778,25 +777,26 @@ static const unsigned char _lexer_trans_actions[] = {
|
|
778
777
|
54, 0, 0, 54, 0, 0, 54, 0,
|
779
778
|
0, 54, 0, 0, 54, 0, 0, 54,
|
780
779
|
0, 0, 54, 0, 0, 54, 0, 0,
|
781
|
-
54, 0, 0, 54, 0, 54, 0,
|
782
|
-
|
780
|
+
54, 0, 0, 54, 0, 0, 54, 0,
|
781
|
+
54, 0, 17, 0, 0, 54, 0, 0,
|
783
782
|
54, 0, 0, 54, 0, 0, 54, 0,
|
784
783
|
0, 54, 0, 0, 54, 0, 0, 54,
|
785
784
|
0, 0, 54, 0, 0, 54, 0, 0,
|
786
785
|
54, 0, 0, 54, 0, 0, 54, 0,
|
787
786
|
0, 54, 0, 0, 54, 0, 0, 54,
|
788
|
-
0, 0,
|
787
|
+
0, 0, 54, 0, 0, 0, 0, 54,
|
789
788
|
0, 0, 54, 0, 0, 54, 0, 0,
|
790
789
|
54, 0, 0, 54, 0, 0, 54, 0,
|
791
|
-
0, 54, 0, 0, 54, 0,
|
790
|
+
0, 54, 0, 0, 54, 0, 0, 54,
|
792
791
|
0, 54, 0, 0, 54, 0, 0, 54,
|
793
792
|
0, 0, 54, 0, 0, 54, 0, 0,
|
794
793
|
54, 0, 0, 54, 0, 0, 54, 0,
|
795
794
|
0, 54, 0, 0, 54, 0, 0, 54,
|
796
|
-
0, 0, 54, 0, 0, 54,
|
797
|
-
|
798
|
-
0, 43, 0, 43, 0, 43, 0,
|
799
|
-
0, 43, 0, 43, 0, 0
|
795
|
+
0, 0, 54, 0, 0, 54, 0, 0,
|
796
|
+
54, 17, 0, 0, 43, 0, 43, 0,
|
797
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
798
|
+
43, 0, 43, 0, 43, 0, 43, 0,
|
799
|
+
0
|
800
800
|
};
|
801
801
|
|
802
802
|
static const unsigned char _lexer_eof_actions[] = {
|
@@ -854,11 +854,11 @@ static const unsigned char _lexer_eof_actions[] = {
|
|
854
854
|
43, 43, 43, 43, 43, 43, 43, 43,
|
855
855
|
43, 43, 43, 43, 43, 43, 43, 43,
|
856
856
|
43, 43, 43, 43, 43, 43, 43, 43,
|
857
|
-
43, 43, 43, 43, 43, 43
|
857
|
+
43, 43, 43, 43, 43, 43
|
858
858
|
};
|
859
859
|
|
860
860
|
static const int lexer_start = 1;
|
861
|
-
static const int lexer_first_final =
|
861
|
+
static const int lexer_first_final = 437;
|
862
862
|
static const int lexer_error = 0;
|
863
863
|
|
864
864
|
static const int lexer_en_main = 1;
|
@@ -1070,7 +1070,7 @@ _resume:
|
|
1070
1070
|
else if ( (*p) > *_mid )
|
1071
1071
|
_lower = _mid + 1;
|
1072
1072
|
else {
|
1073
|
-
_trans += (_mid - _keys);
|
1073
|
+
_trans += (unsigned int)(_mid - _keys);
|
1074
1074
|
goto _match;
|
1075
1075
|
}
|
1076
1076
|
}
|
@@ -1093,7 +1093,7 @@ _resume:
|
|
1093
1093
|
else if ( (*p) > _mid[1] )
|
1094
1094
|
_lower = _mid + 2;
|
1095
1095
|
else {
|
1096
|
-
_trans += ((_mid - _keys)>>1);
|
1096
|
+
_trans += (unsigned int)((_mid - _keys)>>1);
|
1097
1097
|
goto _match;
|
1098
1098
|
}
|
1099
1099
|
}
|