bolt 0.21.1 → 0.21.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of bolt might be problematic. Click here for more details.
- checksums.yaml +5 -5
- data/lib/bolt/applicator.rb +56 -0
- data/lib/bolt/error.rb +6 -0
- data/lib/bolt/pal.rb +8 -1
- data/lib/bolt/transport/winrm.rb +4 -1
- data/lib/bolt/version.rb +1 -1
- data/libexec/apply_catalog.rb +61 -0
- data/{exe → libexec}/bolt_catalog +0 -0
- data/vendored/puppet/lib/puppet/application.rb +8 -1
- data/vendored/puppet/lib/puppet/application/device.rb +24 -28
- data/vendored/puppet/lib/puppet/application/doc.rb +4 -2
- data/vendored/puppet/lib/puppet/configurer/plugin_handler.rb +1 -2
- data/vendored/puppet/lib/puppet/datatypes.rb +1 -1
- data/vendored/puppet/lib/puppet/defaults.rb +2 -6
- data/vendored/puppet/lib/puppet/environments.rb +4 -10
- data/vendored/puppet/lib/puppet/error.rb +1 -1
- data/vendored/puppet/lib/puppet/etc.rb +4 -5
- data/vendored/puppet/lib/puppet/face/config.rb +1 -1
- data/vendored/puppet/lib/puppet/face/module/build.rb +5 -55
- data/vendored/puppet/lib/puppet/face/module/generate.rb +5 -247
- data/vendored/puppet/lib/puppet/gettext/config.rb +28 -5
- data/vendored/puppet/lib/puppet/indirector/catalog/compiler.rb +5 -7
- data/vendored/puppet/lib/puppet/indirector/rest.rb +7 -56
- data/vendored/puppet/lib/puppet/indirector/terminus.rb +1 -1
- data/vendored/puppet/lib/puppet/interface.rb +1 -1
- data/vendored/puppet/lib/puppet/interface/face_collection.rb +3 -1
- data/vendored/puppet/lib/puppet/metatype/manager.rb +2 -2
- data/vendored/puppet/lib/puppet/module_tool/applications.rb +0 -1
- data/vendored/puppet/lib/puppet/module_tool/applications/application.rb +1 -1
- data/vendored/puppet/lib/puppet/network/http/connection.rb +2 -23
- data/vendored/puppet/lib/puppet/network/http/factory.rb +2 -6
- data/vendored/puppet/lib/puppet/node.rb +1 -2
- data/vendored/puppet/lib/puppet/node/environment.rb +5 -1
- data/vendored/puppet/lib/puppet/parser/functions.rb +35 -3
- data/vendored/puppet/lib/puppet/pops/evaluator/evaluator_impl.rb +12 -0
- data/vendored/puppet/lib/puppet/pops/loader/static_loader.rb +0 -5
- data/vendored/puppet/lib/puppet/pops/model/ast.rb +107 -0
- data/vendored/puppet/lib/puppet/pops/model/factory.rb +11 -0
- data/vendored/puppet/lib/puppet/pops/model/model_label_provider.rb +2 -0
- data/vendored/puppet/lib/puppet/pops/parser/eparser.rb +1519 -1485
- data/vendored/puppet/lib/puppet/pops/parser/lexer2.rb +1 -1
- data/vendored/puppet/lib/puppet/pops/puppet_stack.rb +1 -1
- data/vendored/puppet/lib/puppet/pops/serialization/to_data_converter.rb +1 -1
- data/vendored/puppet/lib/puppet/pops/types/p_binary_type.rb +1 -2
- data/vendored/puppet/lib/puppet/pops/types/types.rb +1 -24
- data/vendored/puppet/lib/puppet/pops/validation/checker4_0.rb +5 -0
- data/vendored/puppet/lib/puppet/pops/validation/tasks_checker.rb +31 -4
- data/vendored/puppet/lib/puppet/provider.rb +12 -1
- data/vendored/puppet/lib/puppet/provider/package/dnf.rb +2 -1
- data/vendored/puppet/lib/puppet/provider/selmodule/semodule.rb +1 -1
- data/vendored/puppet/lib/puppet/provider/service/base.rb +1 -1
- data/vendored/puppet/lib/puppet/provider/service/systemd.rb +3 -1
- data/vendored/puppet/lib/puppet/provider/service/upstart.rb +2 -0
- data/vendored/puppet/lib/puppet/reference/configuration.rb +6 -0
- data/vendored/puppet/lib/puppet/reports.rb +2 -2
- data/vendored/puppet/lib/puppet/resource/status.rb +2 -0
- data/vendored/puppet/lib/puppet/resource/type_collection.rb +1 -1
- data/vendored/puppet/lib/puppet/rest/client.rb +28 -24
- data/vendored/puppet/lib/puppet/rest/response.rb +5 -0
- data/vendored/puppet/lib/puppet/rest/route.rb +13 -31
- data/vendored/puppet/lib/puppet/rest/routes.rb +65 -5
- data/vendored/puppet/lib/puppet/rest/ssl_context.rb +13 -0
- data/vendored/puppet/lib/puppet/settings.rb +6 -0
- data/vendored/puppet/lib/puppet/settings/config_file.rb +1 -2
- data/vendored/puppet/lib/puppet/ssl/certificate_request.rb +5 -1
- data/vendored/puppet/lib/puppet/ssl/host.rb +148 -43
- data/vendored/puppet/lib/puppet/ssl/oids.rb +1 -1
- data/vendored/puppet/lib/puppet/test/test_helper.rb +3 -0
- data/vendored/puppet/lib/puppet/transaction/event_manager.rb +3 -1
- data/vendored/puppet/lib/puppet/transaction/report.rb +1 -1
- data/vendored/puppet/lib/puppet/type.rb +2 -2
- data/vendored/puppet/lib/puppet/type/file/content.rb +2 -3
- data/vendored/puppet/lib/puppet/type/schedule.rb +33 -84
- data/vendored/puppet/lib/puppet/type/user.rb +1 -1
- data/vendored/puppet/lib/puppet/util.rb +5 -0
- data/vendored/puppet/lib/puppet/util/autoload.rb +39 -31
- data/vendored/puppet/lib/puppet/util/character_encoding.rb +0 -22
- data/vendored/puppet/lib/puppet/util/command_line.rb +0 -1
- data/vendored/puppet/lib/puppet/util/connection.rb +74 -0
- data/vendored/puppet/lib/puppet/util/feature.rb +2 -2
- data/vendored/puppet/lib/puppet/util/instance_loader.rb +1 -19
- data/vendored/puppet/lib/puppet/util/json.rb +0 -8
- data/vendored/puppet/lib/puppet/util/log/destinations.rb +1 -1
- data/vendored/puppet/lib/puppet/util/network_device/base.rb +1 -1
- data/vendored/puppet/lib/puppet/util/platform.rb +3 -0
- data/vendored/puppet/lib/puppet/util/rdoc/parser/puppet_parser_core.rb +1 -1
- data/vendored/puppet/lib/puppet/util/reference.rb +2 -2
- data/vendored/puppet/lib/puppet/util/rubygems.rb +1 -13
- data/vendored/puppet/lib/puppet/util/ssl.rb +40 -1
- data/vendored/puppet/lib/puppet/util/windows.rb +1 -0
- data/vendored/puppet/lib/puppet/util/windows/file.rb +18 -0
- data/vendored/puppet/lib/puppet/util/windows/security.rb +26 -14
- metadata +8 -73
- data/vendored/puppet/lib/puppet/module_tool/applications/builder.rb +0 -152
- data/vendored/puppet/lib/puppet/module_tool/skeleton/templates/generator/spec/spec_helper.rb +0 -1
- data/vendored/puppet/lib/puppet/provider/mailalias/aliases.rb +0 -50
- data/vendored/puppet/lib/puppet/provider/maillist/mailman.rb +0 -108
- data/vendored/puppet/lib/puppet/provider/zfs/zfs.rb +0 -108
- data/vendored/puppet/lib/puppet/provider/zone/solaris.rb +0 -364
- data/vendored/puppet/lib/puppet/provider/zpool/zpool.rb +0 -125
- data/vendored/puppet/lib/puppet/type/mailalias.rb +0 -46
- data/vendored/puppet/lib/puppet/type/maillist.rb +0 -62
- data/vendored/puppet/lib/puppet/type/zfs.rb +0 -154
- data/vendored/puppet/lib/puppet/type/zone.rb +0 -382
- data/vendored/puppet/lib/puppet/type/zpool.rb +0 -91
@@ -6,7 +6,9 @@ module Puppet::Interface::FaceCollection
|
|
6
6
|
def self.faces
|
7
7
|
unless @loaded
|
8
8
|
@loaded = true
|
9
|
-
names = @loader.files_to_load.map
|
9
|
+
names = @loader.files_to_load(Puppet.lookup(:current_environment)).map do |fn|
|
10
|
+
::File.basename(fn, '.rb')
|
11
|
+
end.uniq
|
10
12
|
names.each {|name| self[name, :current]}
|
11
13
|
end
|
12
14
|
@faces.keys.select {|name| @faces[name].length > 0 }
|
@@ -50,7 +50,7 @@ module Manager
|
|
50
50
|
# @return [void]
|
51
51
|
#
|
52
52
|
def loadall
|
53
|
-
typeloader.loadall
|
53
|
+
typeloader.loadall(Puppet.lookup(:current_environment))
|
54
54
|
end
|
55
55
|
|
56
56
|
# Defines a new type or redefines an existing type with the given name.
|
@@ -124,7 +124,7 @@ module Manager
|
|
124
124
|
klass.providerloader = Puppet::Util::Autoload.new(klass, "puppet/provider/#{klass.name.to_s}")
|
125
125
|
|
126
126
|
# We have to load everything so that we can figure out the default provider.
|
127
|
-
klass.providerloader.loadall
|
127
|
+
klass.providerloader.loadall(Puppet.lookup(:current_environment))
|
128
128
|
klass.providify unless klass.providers.empty?
|
129
129
|
|
130
130
|
loc = block_given? ? block.source_location : nil
|
@@ -3,7 +3,6 @@ require 'puppet/module_tool'
|
|
3
3
|
module Puppet::ModuleTool
|
4
4
|
module Applications
|
5
5
|
require 'puppet/module_tool/applications/application'
|
6
|
-
require 'puppet/module_tool/applications/builder'
|
7
6
|
require 'puppet/module_tool/applications/checksummer'
|
8
7
|
require 'puppet/module_tool/applications/installer'
|
9
8
|
require 'puppet/module_tool/applications/searcher'
|
@@ -49,7 +49,7 @@ module Puppet::ModuleTool
|
|
49
49
|
File.open(metadata_path) do |f|
|
50
50
|
begin
|
51
51
|
@metadata.update(Puppet::Util::Json.load(f))
|
52
|
-
rescue Puppet::Util::Json::
|
52
|
+
rescue Puppet::Util::Json::ParseError => ex
|
53
53
|
raise ArgumentError, _("Could not parse JSON %{metadata_path}") % { metadata_path: metadata_path }, ex.backtrace
|
54
54
|
end
|
55
55
|
end
|
@@ -225,8 +225,7 @@ module Puppet::Network::HTTP
|
|
225
225
|
# Recover remote hostname if Net::HTTPResponse was generated by a
|
226
226
|
# method that fills in the uri attribute.
|
227
227
|
#
|
228
|
-
|
229
|
-
server_hostname = if response.respond_to?(:uri) && response.uri.is_a?(URI)
|
228
|
+
server_hostname = if response.uri.is_a?(URI)
|
230
229
|
response.uri.host
|
231
230
|
else
|
232
231
|
# TRANSLATORS: Used in the phrase:
|
@@ -314,27 +313,7 @@ module Puppet::Network::HTTP
|
|
314
313
|
end
|
315
314
|
response
|
316
315
|
rescue OpenSSL::SSL::SSLError => error
|
317
|
-
|
318
|
-
peer_cert = @verify.peer_certs.last
|
319
|
-
|
320
|
-
if error.message.include? "certificate verify failed"
|
321
|
-
msg = error.message
|
322
|
-
msg << ": [" + @verify.verify_errors.join('; ') + "]"
|
323
|
-
raise Puppet::Error, msg, error.backtrace
|
324
|
-
elsif peer_cert && !OpenSSL::SSL.verify_certificate_identity(peer_cert, site.host)
|
325
|
-
valid_certnames = [peer_cert.subject.to_s.sub(/.*=/, ''),
|
326
|
-
*Puppet::SSL::Certificate.subject_alt_names_for(peer_cert)].uniq
|
327
|
-
if valid_certnames.size > 1
|
328
|
-
expected_certnames = _("expected one of %{certnames}") % { certnames: valid_certnames.join(', ') }
|
329
|
-
else
|
330
|
-
expected_certnames = _("expected %{certname}") % { certname: valid_certnames.first }
|
331
|
-
end
|
332
|
-
|
333
|
-
msg = _("Server hostname '%{host}' did not match server certificate; %{expected_certnames}") % { host: site.host, expected_certnames: expected_certnames }
|
334
|
-
raise Puppet::Error, msg, error.backtrace
|
335
|
-
else
|
336
|
-
raise
|
337
|
-
end
|
316
|
+
Puppet::Util::SSL.handle_connection_error(error, @verify, site.host)
|
338
317
|
end
|
339
318
|
end
|
340
319
|
end
|
@@ -42,12 +42,8 @@ class Puppet::Network::HTTP::Factory
|
|
42
42
|
http.keep_alive_timeout = KEEP_ALIVE_TIMEOUT if http.respond_to?(:keep_alive_timeout=)
|
43
43
|
|
44
44
|
if Puppet[:sourceaddress]
|
45
|
-
|
46
|
-
|
47
|
-
http.local_host = Puppet[:sourceaddress]
|
48
|
-
else
|
49
|
-
raise ArgumentError, "Setting 'sourceaddress' is unsupported by this version of Net::HTTP."
|
50
|
-
end
|
45
|
+
Puppet.debug("Using source IP #{Puppet[:sourceaddress]}")
|
46
|
+
http.local_host = Puppet[:sourceaddress]
|
51
47
|
end
|
52
48
|
|
53
49
|
if Puppet[:http_debug]
|
@@ -275,8 +275,7 @@ class Puppet::Node
|
|
275
275
|
trusted_param || Puppet::Context::TrustedInformation.local(self)
|
276
276
|
end
|
277
277
|
|
278
|
-
|
279
|
-
self.trusted_data = (trusted.is_a?(Hash) ? trusted : trusted.to_h)
|
278
|
+
self.trusted_data = trusted.to_h
|
280
279
|
end
|
281
280
|
end
|
282
281
|
end
|
@@ -418,7 +418,7 @@ class Puppet::Node::Environment
|
|
418
418
|
|
419
419
|
# Loads module translations for the current environment once for
|
420
420
|
# the lifetime of the environment.
|
421
|
-
def
|
421
|
+
def with_text_domain
|
422
422
|
return if Puppet[:disable_i18n]
|
423
423
|
|
424
424
|
if @text_domain.nil?
|
@@ -428,6 +428,10 @@ class Puppet::Node::Environment
|
|
428
428
|
else
|
429
429
|
Puppet::GettextConfig.use_text_domain(@text_domain)
|
430
430
|
end
|
431
|
+
|
432
|
+
yield
|
433
|
+
ensure
|
434
|
+
Puppet::GettextConfig.clear_text_domain
|
431
435
|
end
|
432
436
|
|
433
437
|
# Checks if a reparse is required (cache of files is stale).
|
@@ -30,11 +30,43 @@ module Puppet::Parser::Functions
|
|
30
30
|
end
|
31
31
|
end
|
32
32
|
|
33
|
+
class AutoloaderDelegate
|
34
|
+
attr_reader :delegatee
|
35
|
+
|
36
|
+
def initialize
|
37
|
+
@delegatee = Puppet::Util::Autoload.new(self, "puppet/parser/functions")
|
38
|
+
end
|
39
|
+
|
40
|
+
def loadall(env = Puppet.lookup(:current_environment))
|
41
|
+
if Puppet[:strict] != :off
|
42
|
+
Puppet.warn_once('deprecations', 'Puppet::Parser::Functions#loadall', _("The method 'Puppet::Parser::Functions.autoloader#loadall' is deprecated in favor of using 'Scope#call_function'."))
|
43
|
+
end
|
44
|
+
|
45
|
+
@delegatee.loadall(env)
|
46
|
+
end
|
47
|
+
|
48
|
+
def load(name, env = Puppet.lookup(:current_environment))
|
49
|
+
if Puppet[:strict] != :off
|
50
|
+
Puppet.warn_once('deprecations', "Puppet::Parser::Functions#load('#{name}')", _("The method 'Puppet::Parser::Functions.autoloader#load(\"%{name}\")' is deprecated in favor of using 'Scope#call_function'.") % {name: name})
|
51
|
+
end
|
52
|
+
|
53
|
+
@delegatee.load(name, env)
|
54
|
+
end
|
55
|
+
|
56
|
+
def loaded?(name)
|
57
|
+
if Puppet[:strict] != :off
|
58
|
+
Puppet.warn_once('deprecations', "Puppet::Parser::Functions.loaded?('#{name}')", _("The method 'Puppet::Parser::Functions.autoloader#loaded?(\"%{name}\")' is deprecated in favor of using 'Scope#call_function'.") % {name: name})
|
59
|
+
end
|
60
|
+
|
61
|
+
@delegatee.loaded?(name)
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
33
65
|
# Accessor for singleton autoloader
|
34
66
|
#
|
35
67
|
# @api private
|
36
68
|
def self.autoloader
|
37
|
-
@autoloader ||=
|
69
|
+
@autoloader ||= AutoloaderDelegate.new
|
38
70
|
end
|
39
71
|
|
40
72
|
# An adapter that ties the anonymous module that acts as the container for all 3x functions to the environment
|
@@ -199,7 +231,7 @@ module Puppet::Parser::Functions
|
|
199
231
|
name = name.intern
|
200
232
|
|
201
233
|
unless func = get_function(name, environment)
|
202
|
-
autoloader.load(name, environment)
|
234
|
+
autoloader.delegatee.load(name, environment)
|
203
235
|
func = get_function(name, environment)
|
204
236
|
end
|
205
237
|
|
@@ -211,7 +243,7 @@ module Puppet::Parser::Functions
|
|
211
243
|
end
|
212
244
|
|
213
245
|
def self.functiondocs(environment = Puppet.lookup(:current_environment))
|
214
|
-
autoloader.loadall
|
246
|
+
autoloader.delegatee.loadall(environment)
|
215
247
|
|
216
248
|
ret = ""
|
217
249
|
|
@@ -873,6 +873,18 @@ class EvaluatorImpl
|
|
873
873
|
evaluated_resources
|
874
874
|
end
|
875
875
|
|
876
|
+
def eval_ApplyExpression(o, scope)
|
877
|
+
# All expressions are wrapped in an ApplyBlockExpression so we can identify the contents of
|
878
|
+
# that block. However we don't want to serialize the block expression, so unwrap here.
|
879
|
+
body = if o.body.statements.count > 1
|
880
|
+
BlockExpression.from_asserted_hash(o.body._pcore_init_hash)
|
881
|
+
else
|
882
|
+
o.body.statements[0]
|
883
|
+
end
|
884
|
+
|
885
|
+
Puppet.lookup(:apply_executor).apply(unfold([], o.arguments, scope), body, scope)
|
886
|
+
end
|
887
|
+
|
876
888
|
# Produces 3x parameter
|
877
889
|
def eval_AttributeOperation(o, scope)
|
878
890
|
create_resource_parameter(o, scope, o.attribute_name, evaluate(o.value_expr, scope), o.operator)
|
@@ -18,8 +18,6 @@ class StaticLoader < Loader
|
|
18
18
|
Interface
|
19
19
|
K5login
|
20
20
|
Macauthorization
|
21
|
-
Mailalias
|
22
|
-
Maillist
|
23
21
|
Mcx
|
24
22
|
Mount
|
25
23
|
Node
|
@@ -40,9 +38,6 @@ class StaticLoader < Loader
|
|
40
38
|
Vlan
|
41
39
|
Whit
|
42
40
|
Yumrepo
|
43
|
-
Zfs
|
44
|
-
Zone
|
45
|
-
Zpool
|
46
41
|
}.freeze
|
47
42
|
|
48
43
|
BUILTIN_TYPE_NAMES_LC = Set.new(BUILTIN_TYPE_NAMES.map { |n| n.downcase }).freeze
|
@@ -1216,6 +1216,27 @@ class BlockExpression < Expression
|
|
1216
1216
|
alias == eql?
|
1217
1217
|
end
|
1218
1218
|
|
1219
|
+
class ApplyBlockExpression < BlockExpression
|
1220
|
+
def self._pcore_type
|
1221
|
+
@_pcore_type ||= Types::PObjectType.new('Puppet::AST::ApplyBlockExpression', {
|
1222
|
+
'parent' => CallExpression._pcore_type
|
1223
|
+
})
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
def _pcore_contents
|
1227
|
+
@statements.each { |value| yield(value) }
|
1228
|
+
end
|
1229
|
+
|
1230
|
+
def _pcore_all_contents(path, &block)
|
1231
|
+
path << self
|
1232
|
+
@statements.each do |value|
|
1233
|
+
block.call(value, path)
|
1234
|
+
value._pcore_all_contents(path, &block)
|
1235
|
+
end
|
1236
|
+
path.pop
|
1237
|
+
end
|
1238
|
+
end
|
1239
|
+
|
1219
1240
|
class CaseOption < Expression
|
1220
1241
|
def self._pcore_type
|
1221
1242
|
@_pcore_type ||= Types::PObjectType.new('Puppet::AST::CaseOption', {
|
@@ -2909,6 +2930,90 @@ class LambdaExpression < Expression
|
|
2909
2930
|
alias == eql?
|
2910
2931
|
end
|
2911
2932
|
|
2933
|
+
class ApplyExpression < Expression
|
2934
|
+
def self._pcore_type
|
2935
|
+
@_pcore_type ||= Types::PObjectType.new('Puppet::AST::ApplyExpression', {
|
2936
|
+
'parent' => Expression._pcore_type,
|
2937
|
+
'attributes' => {
|
2938
|
+
'arguments' => {
|
2939
|
+
'type' => Types::PArrayType.new(Expression._pcore_type),
|
2940
|
+
'value' => []
|
2941
|
+
},
|
2942
|
+
'body' => {
|
2943
|
+
'type' => Types::POptionalType.new(Expression._pcore_type),
|
2944
|
+
'value' => nil
|
2945
|
+
}
|
2946
|
+
}
|
2947
|
+
})
|
2948
|
+
end
|
2949
|
+
|
2950
|
+
def self.from_hash(init_hash)
|
2951
|
+
from_asserted_hash(Types::TypeAsserter.assert_instance_of('Puppet::AST::ApplyExpression initializer', _pcore_type.init_hash_type, init_hash))
|
2952
|
+
end
|
2953
|
+
|
2954
|
+
def self.from_asserted_hash(init_hash)
|
2955
|
+
new(
|
2956
|
+
init_hash['locator'],
|
2957
|
+
init_hash['offset'],
|
2958
|
+
init_hash['length'],
|
2959
|
+
init_hash.fetch('arguments') { _pcore_type['arguments'].value },
|
2960
|
+
init_hash['body'])
|
2961
|
+
end
|
2962
|
+
|
2963
|
+
def self.create(locator, offset, length, arguments = _pcore_type['arguments'].value, body = nil)
|
2964
|
+
ta = Types::TypeAsserter
|
2965
|
+
attrs = _pcore_type.attributes(true)
|
2966
|
+
ta.assert_instance_of('Puppet::AST::Positioned[locator]', attrs['locator'].type, locator)
|
2967
|
+
ta.assert_instance_of('Puppet::AST::Positioned[offset]', attrs['offset'].type, offset)
|
2968
|
+
ta.assert_instance_of('Puppet::AST::Positioned[length]', attrs['length'].type, length)
|
2969
|
+
ta.assert_instance_of('Puppet::AST::ApplyExpression[arguments]', attrs['arguments'].type, arguments)
|
2970
|
+
ta.assert_instance_of('Puppet::AST::ApplyExpression[body]', attrs['body'].type, body)
|
2971
|
+
new(locator, offset, length, arguments, body)
|
2972
|
+
end
|
2973
|
+
|
2974
|
+
attr_reader :arguments
|
2975
|
+
attr_reader :body
|
2976
|
+
|
2977
|
+
def initialize(locator, offset, length, arguments = _pcore_type['arguments'].value, body = nil)
|
2978
|
+
super(locator, offset, length)
|
2979
|
+
@hash = @hash ^ arguments.hash ^ body.hash
|
2980
|
+
@arguments = arguments
|
2981
|
+
@body = body
|
2982
|
+
end
|
2983
|
+
|
2984
|
+
def _pcore_init_hash
|
2985
|
+
result = super
|
2986
|
+
result['arguments'] = @arguments unless _pcore_type['arguments'].default_value?(@arguments)
|
2987
|
+
result['body'] = @body unless @body == nil
|
2988
|
+
result
|
2989
|
+
end
|
2990
|
+
|
2991
|
+
def _pcore_contents
|
2992
|
+
@arguments.each { |value| yield(value) }
|
2993
|
+
yield(@body) unless @body.nil?
|
2994
|
+
end
|
2995
|
+
|
2996
|
+
def _pcore_all_contents(path, &block)
|
2997
|
+
path << self
|
2998
|
+
@arguments.each do |value|
|
2999
|
+
block.call(value, path)
|
3000
|
+
value._pcore_all_contents(path, &block)
|
3001
|
+
end
|
3002
|
+
unless @body.nil?
|
3003
|
+
block.call(@body, path)
|
3004
|
+
@body._pcore_all_contents(path, &block)
|
3005
|
+
end
|
3006
|
+
path.pop
|
3007
|
+
end
|
3008
|
+
|
3009
|
+
def eql?(o)
|
3010
|
+
super &&
|
3011
|
+
@arguments.eql?(o.arguments) &&
|
3012
|
+
@body.eql?(o.body)
|
3013
|
+
end
|
3014
|
+
alias == eql?
|
3015
|
+
end
|
3016
|
+
|
2912
3017
|
class IfExpression < Expression
|
2913
3018
|
def self._pcore_type
|
2914
3019
|
@_pcore_type ||= Types::PObjectType.new('Puppet::AST::IfExpression', {
|
@@ -4788,6 +4893,7 @@ def self.register_pcore_types
|
|
4788
4893
|
Model::KeyedEntry,
|
4789
4894
|
Model::LiteralHash,
|
4790
4895
|
Model::BlockExpression,
|
4896
|
+
Model::ApplyBlockExpression,
|
4791
4897
|
Model::CaseOption,
|
4792
4898
|
Model::CaseExpression,
|
4793
4899
|
Model::QueryExpression,
|
@@ -4814,6 +4920,7 @@ def self.register_pcore_types
|
|
4814
4920
|
Model::HostClassDefinition,
|
4815
4921
|
Model::PlanDefinition,
|
4816
4922
|
Model::LambdaExpression,
|
4923
|
+
Model::ApplyExpression,
|
4817
4924
|
Model::IfExpression,
|
4818
4925
|
Model::UnlessExpression,
|
4819
4926
|
Model::CallExpression,
|
@@ -242,6 +242,11 @@ class Factory
|
|
242
242
|
@init_hash['else_expr'] = els
|
243
243
|
end
|
244
244
|
|
245
|
+
def build_ApplyExpression(o, args, body)
|
246
|
+
@init_hash['arguments'] = args
|
247
|
+
@init_hash['body'] = body
|
248
|
+
end
|
249
|
+
|
245
250
|
def build_MatchExpression(o, op, a, b)
|
246
251
|
@init_hash[KEY_OPERATOR] = op
|
247
252
|
build_BinaryExpression(o, a, b)
|
@@ -700,6 +705,8 @@ class Factory
|
|
700
705
|
|
701
706
|
def self.block(*args); new(BlockExpression, args.map { |arg| infer(arg) }); end
|
702
707
|
|
708
|
+
def self.apply_block(*args); new(ApplyBlockExpression, args.map { |arg| infer(arg) }); end
|
709
|
+
|
703
710
|
def self.string(*args); new(ConcatenatedString, args.map { |arg| infer(arg) }); end
|
704
711
|
|
705
712
|
def self.text(o); infer(o).text; end
|
@@ -937,6 +944,10 @@ class Factory
|
|
937
944
|
new(PlanDefinition, name, parameters, body, nil)
|
938
945
|
end
|
939
946
|
|
947
|
+
def self.APPLY(arguments, body)
|
948
|
+
new(ApplyExpression, arguments, body)
|
949
|
+
end
|
950
|
+
|
940
951
|
def self.FUNCTION(name, parameters, body, return_type)
|
941
952
|
new(FunctionDefinition, name, parameters, body, return_type)
|
942
953
|
end
|
@@ -56,6 +56,7 @@ class ModelLabelProvider
|
|
56
56
|
def label_UnaryMinusExpression o ; "Unary Minus" end
|
57
57
|
def label_UnfoldExpression o ; "Unfold" end
|
58
58
|
def label_BlockExpression o ; "Block Expression" end
|
59
|
+
def label_ApplyBlockExpression o ; "Apply Block Expression" end
|
59
60
|
def label_ConcatenatedString o ; "Double Quoted String" end
|
60
61
|
def label_HeredocExpression o ; "'@(#{o.syntax})' expression" end
|
61
62
|
def label_HostClassDefinition o ; "Host Class Definition" end
|
@@ -71,6 +72,7 @@ class ModelLabelProvider
|
|
71
72
|
def label_UnlessExpression o ; "'unless' Statement" end
|
72
73
|
def label_CallNamedFunctionExpression o ; "Function Call" end
|
73
74
|
def label_CallMethodExpression o ; "Method call" end
|
75
|
+
def label_ApplyExpression o ; "'apply' expression" end
|
74
76
|
def label_CapabilityMapping o ; "Capability Mapping" end
|
75
77
|
def label_CaseExpression o ; "'case' statement" end
|
76
78
|
def label_CaseOption o ; "Case Option" end
|
@@ -20,7 +20,7 @@ module Puppet
|
|
20
20
|
module Parser
|
21
21
|
class Parser < Racc::Parser
|
22
22
|
|
23
|
-
module_eval(<<'...end egrammar.ra/module_eval...', 'egrammar.ra',
|
23
|
+
module_eval(<<'...end egrammar.ra/module_eval...', 'egrammar.ra', 935)
|
24
24
|
|
25
25
|
# Make emacs happy
|
26
26
|
# Local Variables:
|
@@ -30,307 +30,322 @@ module_eval(<<'...end egrammar.ra/module_eval...', 'egrammar.ra', 928)
|
|
30
30
|
##### State transition tables begin ###
|
31
31
|
|
32
32
|
clist = [
|
33
|
-
'
|
34
|
-
'
|
35
|
-
'
|
36
|
-
'
|
37
|
-
'
|
38
|
-
'
|
39
|
-
'
|
40
|
-
'
|
41
|
-
'129,
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
46
|
-
'
|
47
|
-
'
|
48
|
-
'
|
49
|
-
'
|
50
|
-
'
|
51
|
-
'
|
52
|
-
'
|
53
|
-
'
|
54
|
-
'
|
55
|
-
'
|
56
|
-
'
|
57
|
-
'
|
58
|
-
'
|
59
|
-
'
|
60
|
-
'
|
61
|
-
'
|
62
|
-
'
|
63
|
-
'
|
64
|
-
'
|
65
|
-
'
|
66
|
-
',
|
67
|
-
',
|
68
|
-
',54
|
69
|
-
'
|
70
|
-
',,
|
71
|
-
'
|
72
|
-
'
|
73
|
-
'
|
74
|
-
'70,
|
75
|
-
',
|
76
|
-
'
|
77
|
-
'
|
78
|
-
'
|
79
|
-
'
|
80
|
-
',
|
81
|
-
'
|
82
|
-
',
|
83
|
-
'
|
84
|
-
',
|
85
|
-
'46,10,11,,,
|
86
|
-
'
|
87
|
-
'20,,,,,,
|
88
|
-
'
|
89
|
-
'
|
90
|
-
'
|
91
|
-
'
|
92
|
-
'
|
93
|
-
'
|
94
|
-
'
|
95
|
-
'
|
96
|
-
'
|
97
|
-
'
|
98
|
-
'
|
99
|
-
'
|
100
|
-
',,
|
101
|
-
'
|
102
|
-
'
|
103
|
-
'
|
104
|
-
'
|
105
|
-
'
|
106
|
-
'
|
107
|
-
'
|
108
|
-
'
|
109
|
-
'
|
110
|
-
'
|
111
|
-
'
|
112
|
-
'
|
113
|
-
'
|
114
|
-
'
|
115
|
-
'
|
116
|
-
'
|
117
|
-
',
|
118
|
-
'
|
119
|
-
'
|
120
|
-
'
|
121
|
-
'
|
122
|
-
'57,
|
123
|
-
'
|
124
|
-
'
|
125
|
-
'
|
126
|
-
'
|
127
|
-
'
|
128
|
-
',
|
129
|
-
'60,
|
130
|
-
',
|
131
|
-
'
|
132
|
-
',
|
133
|
-
'
|
134
|
-
'
|
135
|
-
'
|
136
|
-
'70,
|
137
|
-
',
|
138
|
-
'
|
139
|
-
',
|
140
|
-
'
|
141
|
-
'
|
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
|
-
',
|
168
|
-
'
|
169
|
-
',,,,
|
170
|
-
'
|
171
|
-
'
|
172
|
-
',
|
173
|
-
',,
|
174
|
-
'
|
175
|
-
'
|
176
|
-
'
|
177
|
-
'
|
178
|
-
'
|
179
|
-
',
|
180
|
-
'
|
181
|
-
',,,,,,
|
182
|
-
'
|
183
|
-
'
|
184
|
-
'
|
185
|
-
'
|
186
|
-
'
|
187
|
-
',
|
188
|
-
'
|
189
|
-
',
|
190
|
-
'
|
191
|
-
'
|
192
|
-
'
|
193
|
-
',
|
194
|
-
'
|
195
|
-
',
|
196
|
-
',,64,
|
197
|
-
'69,
|
198
|
-
'
|
199
|
-
'
|
200
|
-
'
|
201
|
-
'
|
202
|
-
'
|
203
|
-
'
|
204
|
-
'
|
205
|
-
'
|
206
|
-
'
|
207
|
-
'
|
208
|
-
',,
|
209
|
-
'
|
210
|
-
',
|
211
|
-
'
|
212
|
-
'
|
213
|
-
'
|
214
|
-
'
|
215
|
-
',
|
216
|
-
'
|
217
|
-
'
|
218
|
-
'
|
219
|
-
'
|
220
|
-
',47,,,17,18,,,,,,,
|
221
|
-
'
|
222
|
-
',
|
223
|
-
'
|
224
|
-
',
|
225
|
-
',,,
|
226
|
-
',72,,,,,,,,,,,,,,,,,21,20,,,,,,
|
227
|
-
'
|
228
|
-
'
|
229
|
-
'
|
230
|
-
'
|
231
|
-
'
|
232
|
-
'
|
233
|
-
'
|
234
|
-
'
|
235
|
-
'
|
236
|
-
',
|
237
|
-
'
|
238
|
-
'
|
239
|
-
'
|
240
|
-
'
|
241
|
-
'
|
242
|
-
'69,
|
243
|
-
'
|
244
|
-
'
|
245
|
-
'
|
246
|
-
'
|
247
|
-
'
|
248
|
-
'
|
249
|
-
'
|
250
|
-
',
|
251
|
-
',
|
252
|
-
'
|
253
|
-
'
|
254
|
-
'
|
255
|
-
'
|
256
|
-
'
|
257
|
-
'
|
258
|
-
'
|
259
|
-
'
|
260
|
-
'
|
261
|
-
',
|
262
|
-
'
|
263
|
-
',,,
|
264
|
-
'
|
265
|
-
',,
|
266
|
-
'
|
267
|
-
'
|
268
|
-
'
|
269
|
-
'
|
270
|
-
',
|
271
|
-
'
|
272
|
-
',,
|
273
|
-
'60,
|
274
|
-
',
|
275
|
-
',,
|
276
|
-
'
|
277
|
-
',
|
278
|
-
',
|
279
|
-
'
|
280
|
-
',
|
281
|
-
'
|
282
|
-
'
|
283
|
-
'
|
284
|
-
',
|
285
|
-
'
|
286
|
-
'
|
287
|
-
'
|
288
|
-
'
|
289
|
-
'
|
290
|
-
'
|
291
|
-
'
|
292
|
-
',
|
293
|
-
'
|
294
|
-
'
|
295
|
-
'
|
296
|
-
'114,
|
297
|
-
'99,
|
298
|
-
'
|
299
|
-
',
|
300
|
-
'
|
301
|
-
'
|
302
|
-
'
|
303
|
-
',
|
304
|
-
'
|
305
|
-
'
|
306
|
-
'
|
307
|
-
'
|
308
|
-
'
|
309
|
-
',
|
310
|
-
'
|
311
|
-
'
|
312
|
-
'
|
313
|
-
'
|
314
|
-
',
|
315
|
-
',
|
316
|
-
'
|
317
|
-
',,
|
318
|
-
'115,,
|
319
|
-
'103,
|
320
|
-
'109
|
321
|
-
',
|
322
|
-
'
|
323
|
-
'
|
324
|
-
'
|
325
|
-
'
|
326
|
-
'
|
327
|
-
'
|
328
|
-
'
|
329
|
-
',
|
330
|
-
',
|
331
|
-
'
|
332
|
-
'
|
333
|
-
|
33
|
+
'67,79,304,-148,65,73,304,74,89,90,91,73,116,74,-289,307,426,179,74,-280',
|
34
|
+
'418,352,-292,305,21,20,118,305,121,-294,131,54,117,57,128,69,12,342',
|
35
|
+
'63,46,49,292,56,47,10,11,-148,287,66,19,180,416,48,120,307,17,18,-289',
|
36
|
+
'92,94,93,95,-280,84,353,-292,130,270,295,55,127,293,-294,45,80,97,82',
|
37
|
+
'83,129,-189,-189,64,51,70,71,58,415,116,62,60,61,67,79,72,427,65,73',
|
38
|
+
'116,74,72,154,118,154,121,471,403,470,117,131,271,414,118,128,121,429',
|
39
|
+
'21,20,117,-279,154,404,413,54,157,57,157,69,12,120,63,46,49,475,56,47',
|
40
|
+
'10,11,116,120,66,19,476,157,48,130,304,17,18,127,330,97,118,331,121',
|
41
|
+
'84,131,129,117,526,128,55,-279,131,458,45,80,128,82,83,471,399,470,64',
|
42
|
+
'51,70,71,58,-234,120,62,60,61,67,79,72,116,65,73,434,74,400,130,459',
|
43
|
+
'98,99,127,436,458,130,118,97,121,127,129,131,117,21,20,128,399,129,124',
|
44
|
+
'307,54,396,57,394,69,136,116,63,46,49,390,56,47,120,443,181,79,66,19',
|
45
|
+
'182,118,48,121,444,17,18,117,130,98,99,131,127,84,131,128,97,388,128',
|
46
|
+
'55,129,131,350,45,80,128,82,83,120,333,332,64,51,70,71,58,133,134,62',
|
47
|
+
'60,61,67,79,72,116,65,73,130,74,351,130,127,-189,-189,127,133,134,130',
|
48
|
+
'118,129,121,127,129,131,117,21,20,128,447,129,-190,-190,54,383,57,379',
|
49
|
+
'69,136,116,63,46,49,450,56,47,120,-191,-191,377,66,19,399,118,48,121',
|
50
|
+
'399,17,18,117,130,98,99,131,127,84,376,128,97,-193,-193,55,129,131,160',
|
51
|
+
'45,80,128,82,83,120,283,282,64,51,70,71,58,283,282,62,60,61,67,79,72',
|
52
|
+
'358,65,73,130,74,283,282,127,131,460,453,461,128,130,131,129,171,127',
|
53
|
+
'128,131,464,21,20,128,465,129,283,282,54,350,57,96,69,12,96,63,46,49',
|
54
|
+
'468,56,47,10,11,96,130,66,19,472,127,48,130,304,17,18,127,130,129,283',
|
55
|
+
'282,127,84,131,129,474,307,128,55,129,344,345,45,80,305,82,83,96,88',
|
56
|
+
'328,64,51,70,71,58,-235,116,62,60,61,67,79,72,328,65,73,304,74,322,130',
|
57
|
+
'118,321,121,127,485,486,117,295,488,307,291,129,490,379,21,20,350,305',
|
58
|
+
'290,171,160,54,287,57,494,69,12,120,63,46,49,297,56,47,10,11,-234,496',
|
59
|
+
'66,19,384,350,48,286,499,17,18,386,500,304,350,285,96,84,503,96,304',
|
60
|
+
'272,88,55,205,507,307,45,80,474,82,83,509,307,305,64,51,70,71,58,202',
|
61
|
+
'305,62,60,61,67,79,72,511,65,73,512,74,513,350,515,516,200,184,358,521',
|
62
|
+
'522,523,524,525,171,170,161,160,21,20,96,534,88,536,537,54,538,57,85',
|
63
|
+
'69,12,540,63,46,49,86,56,47,10,11,541,542,66,19,543,421,48,,,17,18,',
|
64
|
+
',,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72',
|
65
|
+
',65,73,,74,,,,,,,,,,,,,,,,,21,20,145,,,,,54,,57,,69,12,,63,46,49,,56',
|
66
|
+
'47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149',
|
67
|
+
'146,70,71,147,153,152,148,60,61,67,79,72,,65,73,,74,530,,,,,,,,,,,,',
|
68
|
+
',,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17',
|
69
|
+
'18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67',
|
70
|
+
'79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49',
|
71
|
+
',56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64',
|
72
|
+
'51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,',
|
73
|
+
',,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,',
|
74
|
+
',,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,',
|
75
|
+
'74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66',
|
76
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,',
|
77
|
+
',62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69',
|
78
|
+
'12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45',
|
79
|
+
'80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,528,,,,,',
|
80
|
+
',,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,',
|
81
|
+
'48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60',
|
82
|
+
'61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63',
|
83
|
+
'46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82',
|
84
|
+
'83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,',
|
85
|
+
'21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18',
|
86
|
+
',,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79',
|
87
|
+
'72,,65,73,186,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49',
|
88
|
+
',56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,',
|
89
|
+
',,149,146,70,71,147,153,152,148,60,61,67,79,72,,65,73,191,74,,,,,,,',
|
90
|
+
',,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48',
|
91
|
+
',,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149,146,70,71,147,153,152',
|
92
|
+
'148,60,61,67,79,72,,65,73,,74,193,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,',
|
93
|
+
'69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,',
|
94
|
+
',,45,80,,82,83,,,,149,146,70,71,147,153,152,148,60,61,67,79,72,,65,73',
|
95
|
+
',74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11',
|
96
|
+
',,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71',
|
97
|
+
'58,,,62,60,61,67,79,72,,65,73,,74,518,,,,,,,,,,,,,,,,21,20,,,,,,54,',
|
98
|
+
'57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,',
|
99
|
+
'55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74',
|
100
|
+
',,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19',
|
101
|
+
',,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62',
|
102
|
+
'60,61,67,79,72,,65,73,,204,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136',
|
103
|
+
',63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82',
|
104
|
+
'83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,',
|
105
|
+
'21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,',
|
106
|
+
',,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72',
|
107
|
+
',65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47',
|
108
|
+
'10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51',
|
109
|
+
'70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54',
|
110
|
+
',57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,',
|
111
|
+
',55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74',
|
112
|
+
',,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66',
|
113
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,',
|
114
|
+
',62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69',
|
115
|
+
'12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45',
|
116
|
+
'80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,',
|
117
|
+
',,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48',
|
118
|
+
',,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61',
|
119
|
+
'67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46',
|
120
|
+
'49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83',
|
121
|
+
',,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21',
|
122
|
+
'20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,',
|
123
|
+
',,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72',
|
124
|
+
',65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47',
|
125
|
+
'10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51',
|
126
|
+
'70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,222',
|
127
|
+
'237,228,238,69,230,240,232,46,220,,224,218,,,,,66,19,241,236,219,,,17',
|
128
|
+
'217,,,,,,,84,,,,,239,223,,,,45,80,,82,83,,,,233,221,234,235,229,243',
|
129
|
+
'242,231,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57',
|
130
|
+
',69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,',
|
131
|
+
'45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,',
|
132
|
+
',,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48',
|
133
|
+
',,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61',
|
134
|
+
'67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46',
|
135
|
+
'49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,',
|
136
|
+
',64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20',
|
137
|
+
',,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84',
|
138
|
+
',,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73',
|
139
|
+
',74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66',
|
140
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,',
|
141
|
+
',62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69',
|
142
|
+
'136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80',
|
143
|
+
',82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,',
|
144
|
+
',,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18',
|
145
|
+
',,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79',
|
146
|
+
'72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56',
|
147
|
+
'47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51',
|
148
|
+
'70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54',
|
149
|
+
',57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55',
|
150
|
+
',,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,',
|
151
|
+
',,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,',
|
152
|
+
'48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60',
|
153
|
+
'61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63',
|
154
|
+
'46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83',
|
155
|
+
',,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21',
|
156
|
+
'20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,',
|
157
|
+
',84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65',
|
158
|
+
'73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,',
|
159
|
+
',,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71',
|
160
|
+
'58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57',
|
161
|
+
',69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,',
|
162
|
+
'45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,',
|
163
|
+
',,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48',
|
164
|
+
',,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61',
|
165
|
+
'67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46',
|
166
|
+
'49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,',
|
167
|
+
',64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20',
|
168
|
+
',,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84',
|
169
|
+
',,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73',
|
170
|
+
',74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66',
|
171
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,',
|
172
|
+
',62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69',
|
173
|
+
'136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,265,45',
|
174
|
+
'80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,',
|
175
|
+
',,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48',
|
176
|
+
',,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149,146,70,71,147,153,152',
|
177
|
+
'148,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69',
|
178
|
+
'136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80',
|
179
|
+
',82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,',
|
180
|
+
',,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18',
|
181
|
+
',,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79',
|
182
|
+
'72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56',
|
183
|
+
'47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149',
|
184
|
+
'146,70,71,147,153,152,148,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,',
|
185
|
+
'21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18',
|
186
|
+
',,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79',
|
187
|
+
'72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56',
|
188
|
+
'47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51',
|
189
|
+
'70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54',
|
190
|
+
',57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,',
|
191
|
+
',55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74',
|
192
|
+
',,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66',
|
193
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149,146,70,71,147',
|
194
|
+
'153,152,148,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54',
|
195
|
+
',57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,',
|
196
|
+
',55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74',
|
197
|
+
',,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19',
|
198
|
+
',,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62',
|
199
|
+
'60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,',
|
200
|
+
'63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80',
|
201
|
+
',82,83,,,,149,146,70,71,147,153,152,148,60,61,67,79,72,,65,73,,74,,',
|
202
|
+
',,,,,,,,,,,,,,21,20,309,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66',
|
203
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149,146,70,71,147',
|
204
|
+
'153,152,148,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54',
|
205
|
+
',57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,',
|
206
|
+
',55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74',
|
207
|
+
',,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19',
|
208
|
+
',,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62',
|
209
|
+
'60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,',
|
210
|
+
'63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80',
|
211
|
+
',82,83,,,,149,146,70,71,147,153,152,148,60,61,67,79,72,,65,73,,74,319',
|
212
|
+
',,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66',
|
213
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,',
|
214
|
+
',62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69',
|
215
|
+
'12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45',
|
216
|
+
'80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,',
|
217
|
+
',,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17',
|
218
|
+
'18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67',
|
219
|
+
'79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49',
|
220
|
+
',56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,',
|
221
|
+
',,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20',
|
222
|
+
',,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,',
|
223
|
+
',84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65',
|
224
|
+
'73,,74,477,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47',
|
225
|
+
',,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70',
|
226
|
+
'71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,',
|
227
|
+
'57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,',
|
228
|
+
'55,,,,45,80,,82,83,81,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74',
|
229
|
+
',,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66',
|
230
|
+
'19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,',
|
231
|
+
',62,60,61,67,79,72,,65,73,,74,193,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,',
|
232
|
+
'69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,',
|
233
|
+
',,45,80,,82,83,,,,149,146,70,71,147,153,152,148,60,61,67,79,72,,65,73',
|
234
|
+
',74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11',
|
235
|
+
',,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149,146,70',
|
236
|
+
'71,147,153,152,148,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,',
|
237
|
+
',,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84',
|
238
|
+
',,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73',
|
239
|
+
',74,,,351,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,',
|
240
|
+
',,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71',
|
241
|
+
'58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57',
|
242
|
+
',69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,',
|
243
|
+
'45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,',
|
244
|
+
',,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48',
|
245
|
+
',,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61',
|
246
|
+
'67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46',
|
247
|
+
'49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,',
|
248
|
+
',64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,463,,,,,,,,,,,,,,,,21',
|
249
|
+
'20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,',
|
250
|
+
',,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72',
|
251
|
+
',65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47',
|
252
|
+
',,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70',
|
253
|
+
'71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,',
|
254
|
+
'57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55',
|
255
|
+
',,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,',
|
256
|
+
',,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19',
|
257
|
+
',,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149,146,70,71,147,153',
|
258
|
+
'152,148,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57',
|
259
|
+
',69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55',
|
260
|
+
',,,45,80,,82,83,,,,149,146,70,71,147,153,152,148,60,61,67,79,72,,65',
|
261
|
+
'73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,',
|
262
|
+
',,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71',
|
263
|
+
'58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57',
|
264
|
+
',69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55',
|
265
|
+
',,,45,80,,82,83,,,,149,146,70,71,147,153,152,148,60,61,67,79,72,,65',
|
266
|
+
'73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10',
|
267
|
+
'11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,149,146',
|
268
|
+
'70,71,147,153,152,148,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20',
|
269
|
+
',,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,',
|
270
|
+
',84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65',
|
271
|
+
'73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,',
|
272
|
+
',,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71',
|
273
|
+
'58,,,62,60,61,67,79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57',
|
274
|
+
',69,136,,63,46,49,,56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,',
|
275
|
+
'45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,,,,,,',
|
276
|
+
',,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49,,56,47,,,,,66,19,,,48',
|
277
|
+
',,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61',
|
278
|
+
'67,79,72,,65,73,,74,406,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63',
|
279
|
+
'46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82',
|
280
|
+
'83,,,,64,51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,408,,,,,,,,,,,,',
|
281
|
+
',,,21,20,,,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17',
|
282
|
+
'18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64,51,70,71,58,,,62,60,61,67',
|
283
|
+
'79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,136,,63,46,49',
|
284
|
+
',56,47,,,,,66,19,,,48,,,17,18,,,,,,,84,,,,,,55,,,,45,80,,82,83,,,,64',
|
285
|
+
'51,70,71,58,,,62,60,61,67,79,72,,65,73,,74,430,,,,,,,,,,,,,,,,21,20',
|
286
|
+
',,,,,54,,57,,69,12,,63,46,49,,56,47,10,11,,,66,19,,,48,,,17,18,,,,,',
|
287
|
+
',84,,,,,,55,,,,45,80,,82,83,,,,149,146,70,71,147,153,152,148,60,61,67',
|
288
|
+
'79,72,,65,73,,74,,,,,,,,,,,,,,,,,21,20,,,,,,54,,57,,69,12,,63,46,49',
|
289
|
+
',56,47,10,11,,,66,19,,,48,,,17,18,181,79,,,182,,84,,,,,,55,,,,45,80',
|
290
|
+
',82,83,,,,149,146,70,71,147,153,152,148,60,61,116,,72,,,,179,,,176,',
|
291
|
+
',112,107,118,,121,,115,,117,,108,110,109,111,,,,84,181,79,,,182,,,,',
|
292
|
+
'180,80,120,,,,114,113,,,100,101,103,102,105,106,,98,99,,,,,,97,116,',
|
293
|
+
',,181,79,179,,182,176,344,345,112,107,118,380,121,,115,,117,,108,110',
|
294
|
+
'109,111,104,,,84,,,,,,,,,,180,80,120,,,179,114,113,176,116,100,101,103',
|
295
|
+
'102,105,106,,98,99,,,112,107,118,97,121,,115,84,117,,108,110,109,111',
|
296
|
+
',,,180,80,,,,,,,,,,,120,104,,,114,113,,,100,101,103,102,105,106,,98',
|
297
|
+
'99,116,,312,,,97,,,,,,,112,107,118,,121,116,115,,117,,108,110,109,111',
|
298
|
+
',,,,,118,104,121,,,,117,181,79,,120,182,,,114,113,,,100,101,103,102',
|
299
|
+
'105,106,,98,99,120,,,,,97,,,100,101,103,102,105,106,,98,99,116,,,179',
|
300
|
+
',97,176,,,,,,112,107,118,104,121,,115,,117,,108,110,109,111,84,,,,,',
|
301
|
+
'104,,,,180,80,,,,120,,,,114,113,,116,100,101,103,102,105,106,,98,99',
|
302
|
+
',,112,107,118,97,121,116,115,,117,,108,110,109,111,,,,,,118,,121,,,',
|
303
|
+
'117,,,,120,104,,,114,113,,,100,101,103,102,105,106,,98,99,120,,,,,97',
|
304
|
+
',,,,103,102,,116,,98,99,,,,,,97,,,112,107,118,,121,116,115,104,117,',
|
305
|
+
'108,110,109,111,,,,,107,118,,121,,,104,117,,108,,120,,,,114,113,,,100',
|
306
|
+
'101,103,102,105,106,,98,99,120,,,116,,97,,,100,101,103,102,105,106,',
|
307
|
+
'98,99,118,,121,116,,97,117,,,,,,,,,104,107,118,,121,,,,117,,108,,120',
|
308
|
+
',,,116,104,,,100,101,103,102,,,,98,99,120,118,,121,,97,,117,100,101',
|
309
|
+
'103,102,105,106,,98,99,,,,,,97,,,,,,120,,,,104,,,,,,103,102,116,,,98',
|
310
|
+
'99,,,,,104,97,,112,107,118,,121,,115,,117,,108,110,109,111,,,,,,,,,',
|
311
|
+
',,104,,,,120,,,,114,113,,116,100,101,103,102,105,106,,98,99,,,,107,118',
|
312
|
+
'97,121,,,,117,,108,,,,,,,,,,,,,,,,,,,120,104,,,,116,,,100,101,103,102',
|
313
|
+
'105,106,,98,99,112,107,118,,121,97,115,,117,,108,110,109,111,,,,,,,',
|
314
|
+
',,,,,,,,120,,,104,114,113,,116,100,101,103,102,105,106,,98,99,,,,107',
|
315
|
+
'118,97,121,,,,117,,108,,,,,,,,,,,,,,,,,,,120,104,,,,116,,,100,101,103',
|
316
|
+
'102,105,106,,98,99,112,107,118,,121,97,115,,117,,108,110,109,111,,,',
|
317
|
+
',,,,,,,,,,,,120,,,104,,116,,,100,101,103,102,105,106,,98,99,112,107',
|
318
|
+
'118,,121,97,115,,117,,108,110,109,111,,,,,,,,,,,,,,,,120,,,104,,113',
|
319
|
+
',,100,101,103,102,105,106,116,98,99,,,354,,,97,,,,112,107,118,,121,',
|
320
|
+
'115,,117,,108,110,109,111,,,,,,,,,,104,,,,,,120,,,,114,113,,,100,101',
|
321
|
+
'103,102,105,106,,98,99,116,-66,,,,97,-66,,,,,,112,107,118,,121,,115',
|
322
|
+
',117,,108,110,109,111,,,,,,,104,,,,,,,,,120,,,,114,113,,116,100,101',
|
323
|
+
'103,102,105,106,,98,99,,,112,107,118,97,121,,115,,117,,108,110,109,111',
|
324
|
+
',,,,,,,,,,,,,,,120,104,,,114,113,,116,100,101,103,102,105,106,,98,99',
|
325
|
+
',,112,107,118,97,121,,115,,117,,108,110,109,111,,,,,,,,,,,,,,,,120,104',
|
326
|
+
',,114,113,,,100,101,103,102,105,106,116,98,99,,,,,,97,,,,112,107,118',
|
327
|
+
'348,121,116,115,,117,,108,110,109,111,,,,,,118,,121,,104,,117,,,,120',
|
328
|
+
',,,114,113,,,100,101,103,102,105,106,,98,99,120,,,116,,97,,,100,101',
|
329
|
+
'103,102,,,,98,99,118,,121,,,97,117,,,,,,,,,104,,,,,,,,,,,,120,,,,,104',
|
330
|
+
',,100,101,103,102,105,106,,98,99,116,,310,,,97,,,,,,,112,107,118,,121',
|
331
|
+
',115,,117,,108,110,109,111,,,,,,,104,,,,,,,,,120,,,,114,113,,,100,101',
|
332
|
+
'103,102,105,106,,98,99,116,,311,,,97,,,,,,,112,107,118,,121,,115,,117',
|
333
|
+
',108,110,109,111,,,,,,,104,,,,,,,,,120,,,,114,113,,116,100,101,103,102',
|
334
|
+
'105,106,,98,99,,,112,107,118,97,121,,115,,117,,108,110,109,111,,,,,',
|
335
|
+
',,,,,,,,,,120,104,,,114,113,,,100,101,103,102,105,106,,98,99,,366,237',
|
336
|
+
'365,238,97,363,240,367,,360,,362,364,,,,,,,241,236,368,,,,361,,,,,,104',
|
337
|
+
',,,,,239,369,,,,,,,,,,,,372,370,373,371,374,243,242,375,366,237,365',
|
338
|
+
'238,,363,240,367,,360,,362,364,,,,,,,241,236,368,,,,361,,,,,,,,,,,,239',
|
339
|
+
'369,,,,,,,,,,,,372,370,373,371,374,243,242,375,366,237,365,238,,363',
|
340
|
+
'240,367,,360,,362,364,,,,,,,241,236,368,,,,361,,,,,,,,,,,,239,369,,',
|
341
|
+
',,,,,,,,,372,370,373,371,374,243,242,375,366,237,365,238,,363,240,367',
|
342
|
+
',360,,362,364,,,,,,,241,236,368,,,,361,,,,,,,,,,,,239,369,,,,,,,,,,',
|
343
|
+
',372,370,373,371,374,243,242,375,366,237,365,238,,363,240,367,,360,',
|
344
|
+
'362,364,,,,,,,241,236,368,,,,361,,,,,,,,,,,,239,369,,,,,,,,,,,,372,370',
|
345
|
+
'373,371,374,243,242,375,366,237,365,238,,363,240,367,,360,,362,364,',
|
346
|
+
',,,,,241,236,368,,,,361,,,,,,,,,,,,239,369,,,,,,,,,,,,372,370,373,371',
|
347
|
+
'374,243,242,375' ]
|
348
|
+
racc_action_table = arr = ::Array.new(10662, nil)
|
334
349
|
idx = 0
|
335
350
|
clist.each do |str|
|
336
351
|
str.split(',', -1).each do |i|
|
@@ -340,336 +355,353 @@ clist = [
|
|
340
355
|
end
|
341
356
|
|
342
357
|
clist = [
|
343
|
-
'
|
344
|
-
'
|
345
|
-
'
|
346
|
-
'
|
347
|
-
'
|
348
|
-
'
|
349
|
-
'
|
350
|
-
'
|
351
|
-
'
|
352
|
-
'
|
353
|
-
'
|
354
|
-
'
|
355
|
-
'
|
356
|
-
'
|
357
|
-
'
|
358
|
-
'
|
359
|
-
'
|
360
|
-
'
|
361
|
-
'
|
362
|
-
'
|
363
|
-
'
|
364
|
-
'
|
365
|
-
'
|
366
|
-
'
|
367
|
-
'
|
368
|
-
'
|
369
|
-
'
|
370
|
-
'
|
371
|
-
'
|
372
|
-
'
|
373
|
-
'
|
374
|
-
'
|
375
|
-
'
|
376
|
-
'
|
377
|
-
'
|
378
|
-
'
|
379
|
-
'
|
380
|
-
'
|
381
|
-
'
|
382
|
-
'
|
383
|
-
'
|
384
|
-
'55,
|
385
|
-
'
|
386
|
-
',,,
|
387
|
-
'
|
388
|
-
'
|
389
|
-
'
|
390
|
-
'
|
391
|
-
',,,
|
392
|
-
'
|
393
|
-
',,,,,,
|
394
|
-
'
|
395
|
-
'
|
396
|
-
'
|
397
|
-
',
|
398
|
-
'
|
399
|
-
'
|
400
|
-
',,,,,,
|
401
|
-
'
|
402
|
-
',,
|
403
|
-
'
|
404
|
-
',
|
405
|
-
',
|
406
|
-
'
|
407
|
-
'
|
408
|
-
'
|
409
|
-
',
|
410
|
-
'
|
411
|
-
',
|
412
|
-
',
|
413
|
-
'
|
414
|
-
'
|
415
|
-
'
|
416
|
-
'
|
417
|
-
'
|
418
|
-
'
|
419
|
-
',
|
420
|
-
'
|
421
|
-
'
|
422
|
-
'
|
423
|
-
'
|
424
|
-
'
|
425
|
-
'
|
426
|
-
',
|
427
|
-
'
|
428
|
-
'
|
429
|
-
'
|
358
|
+
'88,88,202,220,88,88,306,88,7,7,7,184,245,184,219,202,324,322,324,218',
|
359
|
+
'318,227,235,202,88,88,245,306,245,234,57,88,245,88,57,88,88,202,88,88',
|
360
|
+
'88,157,88,88,88,88,220,317,88,88,322,316,88,245,184,88,88,219,7,7,7',
|
361
|
+
'7,218,88,227,235,57,118,323,88,57,157,234,88,88,245,88,88,57,220,220',
|
362
|
+
'88,88,88,88,88,315,246,88,88,88,336,336,88,327,336,336,137,336,184,221',
|
363
|
+
'246,146,246,468,308,468,246,230,118,314,137,230,137,329,336,336,137',
|
364
|
+
'230,51,308,313,336,221,336,146,336,336,246,336,336,336,410,336,336,336',
|
365
|
+
'336,249,137,336,336,410,51,336,230,305,336,336,230,192,246,249,192,249',
|
366
|
+
'336,147,230,249,504,147,336,230,149,504,336,336,149,336,336,406,341',
|
367
|
+
'406,336,336,336,336,336,346,249,336,336,336,18,18,336,251,18,18,347',
|
368
|
+
'18,304,147,392,249,249,147,349,392,149,251,249,251,149,147,12,251,18',
|
369
|
+
'18,12,298,149,12,295,18,294,18,293,18,18,244,18,18,18,288,18,18,251',
|
370
|
+
'355,200,200,18,18,200,244,18,244,357,18,18,244,12,251,251,168,12,18',
|
371
|
+
'58,168,251,284,58,18,12,60,359,18,18,60,18,18,244,197,197,18,18,18,18',
|
372
|
+
'18,16,16,18,18,18,19,19,18,250,19,19,168,19,361,58,168,49,49,58,59,59',
|
373
|
+
'60,250,168,250,60,58,64,250,19,19,64,378,60,65,65,19,280,19,277,19,19',
|
374
|
+
'138,19,19,19,381,19,19,250,66,66,276,19,19,385,138,19,138,387,19,19',
|
375
|
+
'138,64,250,250,383,64,19,274,383,250,67,67,19,64,228,390,19,19,228,19',
|
376
|
+
'19,138,125,125,19,19,19,19,19,166,166,19,19,19,20,20,19,267,20,20,383',
|
377
|
+
'20,167,167,383,229,393,383,394,229,228,233,383,231,228,233,132,397,20',
|
378
|
+
'20,132,398,228,169,169,20,216,20,214,20,20,213,20,20,20,405,20,20,20',
|
379
|
+
'20,212,229,20,20,407,229,20,233,399,20,20,233,132,229,183,183,132,20',
|
380
|
+
'136,233,408,399,136,20,132,434,434,20,20,399,20,20,211,206,190,20,20',
|
381
|
+
'20,20,20,188,135,20,20,20,21,21,20,185,21,21,160,21,174,136,135,172',
|
382
|
+
'135,136,417,419,135,159,424,160,155,136,433,539,21,21,435,160,150,148',
|
383
|
+
'145,21,144,21,442,21,21,135,21,21,21,160,21,21,21,21,141,446,21,21,282',
|
384
|
+
'449,21,140,454,21,21,283,455,282,456,139,123,21,462,122,283,119,87,21',
|
385
|
+
'85,471,282,21,21,472,21,21,474,283,282,21,21,21,21,21,81,283,21,21,21',
|
386
|
+
'4,4,21,476,4,4,479,4,482,483,484,485,80,68,489,492,493,498,501,502,62',
|
387
|
+
'61,53,52,4,4,8,514,5,517,519,4,520,4,1,4,4,527,4,4,4,4,4,4,4,4,529,531',
|
388
|
+
'4,4,535,320,4,,,4,4,,,,,,,4,,,,,,4,,,,4,4,,4,4,,,,4,4,4,4,4,,,4,4,4',
|
389
|
+
'50,50,4,,50,50,,50,,,,,,,,,,,,,,,,,50,50,50,,,,,50,,50,,50,50,,50,50',
|
390
|
+
'50,,50,50,50,50,,,50,50,,,50,,,50,50,,,,,,,50,,,,,,50,,,,50,50,,50,50',
|
391
|
+
',,,50,50,50,50,50,50,50,50,50,50,509,509,50,,509,509,,509,509,,,,,,',
|
392
|
+
',,,,,,,,,509,509,,,,,,509,,509,,509,509,,509,509,509,,509,509,509,509',
|
393
|
+
',,509,509,,,509,,,509,509,,,,,,,509,,,,,,509,,,,509,509,,509,509,,,',
|
394
|
+
'509,509,509,509,509,,,509,509,509,54,54,509,,54,54,,54,,,,,,,,,,,,,',
|
395
|
+
',,,54,54,,,,,,54,,54,,54,54,,54,54,54,,54,54,,,,,54,54,,,54,,,54,54',
|
396
|
+
',,,,,,54,,,,,,54,,,,54,54,,54,54,,,,54,54,54,54,54,,,54,54,54,55,55',
|
397
|
+
'54,,55,55,,55,,,,,,,,,,,,,,,,,55,55,,,,,,55,,55,,55,55,,55,55,55,,55',
|
398
|
+
'55,,,,,55,55,,,55,,,55,55,,,,,,,55,,,,,,55,,,,55,55,,55,55,,,,55,55',
|
399
|
+
'55,55,55,,,55,55,55,56,56,55,,56,56,,56,,,,,,,,,,,,,,,,,56,56,,,,,,56',
|
400
|
+
',56,,56,56,,56,56,56,,56,56,,,,,56,56,,,56,,,56,56,,,,,,,56,,,,,,56',
|
401
|
+
',,,56,56,,56,56,,,,56,56,56,56,56,,,56,56,56,516,516,56,,516,516,,516',
|
402
|
+
',,,,,,,,,,,,,,,,516,516,,,,,,516,,516,,516,516,,516,516,516,,516,516',
|
403
|
+
'516,516,,,516,516,,,516,,,516,516,,,,,,,516,,,,,,516,,,,516,516,,516',
|
404
|
+
'516,,,,516,516,516,516,516,,,516,516,516,507,507,516,,507,507,,507,507',
|
405
|
+
',,,,,,,,,,,,,,,507,507,,,,,,507,,507,,507,507,,507,507,507,,507,507',
|
406
|
+
'507,507,,,507,507,,,507,,,507,507,,,,,,,507,,,,,,507,,,,507,507,,507',
|
407
|
+
'507,,,,507,507,507,507,507,,,507,507,507,511,511,507,,511,511,,511,',
|
408
|
+
',,,,,,,,,,,,,,,511,511,,,,,,511,,511,,511,511,,511,511,511,,511,511',
|
409
|
+
'511,511,,,511,511,,,511,,,511,511,,,,,,,511,,,,,,511,,,,511,511,,511',
|
410
|
+
'511,,,,511,511,511,511,511,,,511,511,511,488,488,511,,488,488,,488,',
|
411
|
+
',,,,,,,,,,,,,,,488,488,,,,,,488,,488,,488,488,,488,488,488,,488,488',
|
412
|
+
'488,488,,,488,488,,,488,,,488,488,,,,,,,488,,,,,,488,,,,488,488,,488',
|
413
|
+
'488,,,,488,488,488,488,488,,,488,488,488,72,72,488,,72,72,72,72,,,,',
|
414
|
+
',,,,,,,,,,,,72,72,,,,,,72,,72,,72,72,,72,72,72,,72,72,72,72,,,72,72',
|
415
|
+
',,72,,,72,72,,,,,,,72,,,,,,72,,,,72,72,,72,72,,,,72,72,72,72,72,72,72',
|
416
|
+
'72,72,72,73,73,72,,73,73,73,73,,,,,,,,,,,,,,,,,73,73,,,,,,73,,73,,73',
|
417
|
+
'73,,73,73,73,,73,73,73,73,,,73,73,,,73,,,73,73,,,,,,,73,,,,,,73,,,,73',
|
418
|
+
'73,,73,73,,,,73,73,73,73,73,73,73,73,73,73,74,74,73,,74,74,,74,74,,',
|
419
|
+
',,,,,,,,,,,,,74,74,,,,,,74,,74,,74,74,,74,74,74,,74,74,74,74,,,74,74',
|
420
|
+
',,74,,,74,74,,,,,,,74,,,,,,74,,,,74,74,,74,74,,,,74,74,74,74,74,74,74',
|
421
|
+
'74,74,74,78,78,74,,78,78,,78,,,,,,,,,,,,,,,,,78,78,,,,,,78,,78,,78,78',
|
422
|
+
',78,78,78,,78,78,78,78,,,78,78,,,78,,,78,78,,,,,,,78,,,,,,78,,,,78,78',
|
423
|
+
',78,78,,,,78,78,78,78,78,,,78,78,78,486,486,78,,486,486,,486,486,,,',
|
424
|
+
',,,,,,,,,,,,486,486,,,,,,486,,486,,486,486,,486,486,486,,486,486,486',
|
425
|
+
'486,,,486,486,,,486,,,486,486,,,,,,,486,,,,,,486,,,,486,486,,486,486',
|
426
|
+
',,,486,486,486,486,486,,,486,486,486,475,475,486,,475,475,,475,,,,,',
|
427
|
+
',,,,,,,,,,,475,475,,,,,,475,,475,,475,475,,475,475,475,,475,475,,,,',
|
428
|
+
'475,475,,,475,,,475,475,,,,,,,475,,,,,,475,,,,475,475,,475,475,,,,475',
|
429
|
+
'475,475,475,475,,,475,475,475,83,83,475,,83,83,,83,,,,,,,,,,,,,,,,,83',
|
430
|
+
'83,,,,,,83,,83,,83,83,,83,83,83,,83,83,,,,,83,83,,,83,,,83,83,,,,,,',
|
431
|
+
'83,,,,,,83,,,,83,83,,83,83,,,,83,83,83,83,83,,,83,83,83,470,470,83,',
|
432
|
+
'470,470,,470,,,,,,,,,,,,,,,,,470,470,,,,,,470,,470,,470,470,,470,470',
|
433
|
+
'470,,470,470,,,,,470,470,,,470,,,470,470,,,,,,,470,,,,,,470,,,,470,470',
|
434
|
+
',470,470,,,,470,470,470,470,470,,,470,470,470,86,86,470,,86,86,,86,',
|
435
|
+
',,,,,,,,,,,,,,,86,86,,,,,,86,,86,,86,86,,86,86,86,,86,86,86,86,,,86',
|
436
|
+
'86,,,86,,,86,86,,,,,,,86,,,,,,86,,,,86,86,,86,86,,,,86,86,86,86,86,',
|
437
|
+
',86,86,86,89,89,86,,89,89,,89,,,,,,,,,,,,,,,,,89,89,,,,,,89,,89,,89',
|
438
|
+
'89,,89,89,89,,89,89,89,89,,,89,89,,,89,,,89,89,,,,,,,89,,,,,,89,,,,89',
|
439
|
+
'89,,89,89,,,,89,89,89,89,89,,,89,89,89,90,90,89,,90,90,,90,,,,,,,,,',
|
440
|
+
',,,,,,,90,90,,,,,,90,,90,,90,90,,90,90,90,,90,90,90,90,,,90,90,,,90',
|
441
|
+
',,90,90,,,,,,,90,,,,,,90,,,,90,90,,90,90,,,,90,90,90,90,90,,,90,90,90',
|
442
|
+
'91,91,90,,91,91,,91,,,,,,,,,,,,,,,,,91,91,,,,,,91,,91,,91,91,,91,91',
|
443
|
+
'91,,91,91,91,91,,,91,91,,,91,,,91,91,,,,,,,91,,,,,,91,,,,91,91,,91,91',
|
444
|
+
',,,91,91,91,91,91,,,91,91,91,92,92,91,,92,92,,92,,,,,,,,,,,,,,,,,92',
|
445
|
+
'92,,,,,,92,,92,,92,92,,92,92,92,,92,92,92,92,,,92,92,,,92,,,92,92,,',
|
446
|
+
',,,,92,,,,,,92,,,,92,92,,92,92,,,,92,92,92,92,92,,,92,92,92,93,93,92',
|
447
|
+
',93,93,,93,,,,,,,,,,,,,,,,,93,93,,,,,,93,,93,,93,93,,93,93,93,,93,93',
|
448
|
+
'93,93,,,93,93,,,93,,,93,93,,,,,,,93,,,,,,93,,,,93,93,,93,93,,,,93,93',
|
449
|
+
'93,93,93,,,93,93,93,94,94,93,,94,94,,94,,,,,,,,,,,,,,,,,94,94,,,,,,94',
|
450
|
+
',94,,94,94,,94,94,94,,94,94,94,94,,,94,94,,,94,,,94,94,,,,,,,94,,,,',
|
451
|
+
',94,,,,94,94,,94,94,,,,94,94,94,94,94,,,94,94,94,95,95,94,,95,95,,95',
|
452
|
+
',,,,,,,,,,,,,,,,95,95,,,,,,95,,95,,95,95,,95,95,95,,95,95,95,95,,,95',
|
453
|
+
'95,,,95,,,95,95,,,,,,,95,,,,,,95,,,,95,95,,95,95,,,,95,95,95,95,95,',
|
454
|
+
',95,95,95,96,96,95,,96,96,,96,,,,,,,,,,,,,,,,,96,96,,,,,,96,96,96,96',
|
455
|
+
'96,96,96,96,96,96,,96,96,,,,,96,96,96,96,96,,,96,96,,,,,,,96,,,,,96',
|
456
|
+
'96,,,,96,96,,96,96,,,,96,96,96,96,96,96,96,96,96,96,97,97,96,,97,97',
|
457
|
+
',97,,,,,,,,,,,,,,,,,97,97,,,,,,97,,97,,97,97,,97,97,97,,97,97,,,,,97',
|
458
|
+
'97,,,97,,,97,97,,,,,,,97,,,,,,97,,,,97,97,,97,97,,,,97,97,97,97,97,',
|
459
|
+
',97,97,97,98,98,97,,98,98,,98,,,,,,,,,,,,,,,,,98,98,,,,,,98,,98,,98',
|
430
460
|
'98,,98,98,98,,98,98,,,,,98,98,,,98,,,98,98,,,,,,,98,,,,,,98,,,,98,98',
|
431
|
-
',98,98,,,,98,98,98,98,98,
|
432
|
-
'99,,,,,,99,,99,,99,99,,99,99,99,,99,99,,,,,99,99,,,99,,,99,99
|
433
|
-
'99,,,,,,99,,,,99,99,,99,99,,,,99,99,99,99,99,
|
434
|
-
'100,,,,,,,,,,,,,,,,,100,100,,,,,,100,,100,,100,100,,100
|
435
|
-
'100,,,,,100,100,,,100,,,100,100,,,,,,,100,,,,,,100,,,,100
|
436
|
-
'
|
437
|
-
'
|
438
|
-
'
|
439
|
-
'101,101,
|
440
|
-
',102,,102,,102,102,,102,102,102,,102,102
|
441
|
-
'
|
442
|
-
'102,102,
|
443
|
-
'
|
444
|
-
',,,103,103
|
445
|
-
'104
|
446
|
-
'104
|
447
|
-
'
|
448
|
-
'
|
449
|
-
',,105
|
450
|
-
'105,105,
|
451
|
-
',106
|
452
|
-
'
|
453
|
-
'106,106,
|
454
|
-
',107,107,107,,107
|
455
|
-
'
|
456
|
-
'
|
457
|
-
'108
|
458
|
-
'
|
459
|
-
',,,
|
460
|
-
'
|
461
|
-
'109,109,
|
462
|
-
',110
|
463
|
-
'
|
464
|
-
'110,110,
|
465
|
-
',
|
466
|
-
'
|
467
|
-
'
|
468
|
-
'
|
469
|
-
'
|
470
|
-
'
|
471
|
-
',,113
|
472
|
-
'113,113,113,
|
473
|
-
'
|
474
|
-
'
|
475
|
-
'114,114,114,114,114,
|
476
|
-
'
|
477
|
-
'
|
478
|
-
'
|
479
|
-
',,,
|
480
|
-
',,
|
481
|
-
'
|
482
|
-
',
|
483
|
-
'
|
484
|
-
'
|
485
|
-
'
|
486
|
-
'
|
487
|
-
'
|
488
|
-
'
|
489
|
-
',,
|
490
|
-
'
|
491
|
-
'
|
492
|
-
',,
|
493
|
-
'
|
494
|
-
'
|
495
|
-
',
|
496
|
-
',
|
497
|
-
'
|
498
|
-
'
|
499
|
-
'
|
500
|
-
'
|
501
|
-
',,
|
502
|
-
'
|
503
|
-
',
|
504
|
-
'
|
505
|
-
',
|
506
|
-
'
|
507
|
-
'
|
508
|
-
',
|
509
|
-
'
|
510
|
-
'
|
511
|
-
'
|
512
|
-
',
|
513
|
-
',
|
514
|
-
'
|
515
|
-
',
|
516
|
-
',
|
517
|
-
'
|
518
|
-
',
|
519
|
-
',
|
520
|
-
'
|
521
|
-
',
|
522
|
-
'
|
523
|
-
'
|
524
|
-
'
|
525
|
-
'
|
526
|
-
'
|
527
|
-
'
|
528
|
-
'
|
529
|
-
'
|
530
|
-
'
|
531
|
-
',
|
532
|
-
',,,,,,
|
533
|
-
'
|
534
|
-
'
|
535
|
-
',,,,,,
|
536
|
-
'
|
537
|
-
'
|
538
|
-
',,,,,,
|
539
|
-
'
|
540
|
-
',
|
541
|
-
'
|
542
|
-
'
|
543
|
-
'
|
544
|
-
',,,
|
545
|
-
',,,
|
546
|
-
'
|
547
|
-
'
|
548
|
-
',
|
549
|
-
',,,,,,
|
550
|
-
'
|
551
|
-
',
|
552
|
-
'
|
553
|
-
'
|
554
|
-
',
|
555
|
-
'
|
556
|
-
'
|
557
|
-
'
|
558
|
-
'
|
559
|
-
'
|
560
|
-
'
|
561
|
-
',,
|
562
|
-
',,
|
563
|
-
'
|
564
|
-
'
|
565
|
-
'
|
566
|
-
'
|
567
|
-
'
|
568
|
-
',
|
569
|
-
'
|
570
|
-
'
|
571
|
-
'
|
572
|
-
'
|
573
|
-
'
|
574
|
-
'
|
575
|
-
'
|
576
|
-
'
|
577
|
-
'
|
578
|
-
',
|
579
|
-
',
|
580
|
-
'
|
581
|
-
'
|
582
|
-
'
|
583
|
-
'
|
584
|
-
'
|
585
|
-
'
|
586
|
-
'
|
587
|
-
'
|
588
|
-
'
|
589
|
-
'
|
590
|
-
'
|
591
|
-
'
|
592
|
-
',,,,,,
|
593
|
-
'
|
594
|
-
'
|
595
|
-
',
|
596
|
-
'
|
597
|
-
'
|
598
|
-
'
|
599
|
-
'
|
600
|
-
'
|
601
|
-
'
|
602
|
-
',,,,,,,,,,,,,,,,
|
603
|
-
'
|
604
|
-
'
|
605
|
-
'
|
606
|
-
'
|
607
|
-
'
|
608
|
-
'
|
609
|
-
'
|
610
|
-
'
|
611
|
-
'
|
612
|
-
'
|
613
|
-
'
|
614
|
-
',
|
615
|
-
'
|
616
|
-
'
|
617
|
-
'
|
618
|
-
'
|
619
|
-
'
|
620
|
-
'
|
621
|
-
',
|
622
|
-
'
|
623
|
-
',,,
|
624
|
-
'
|
625
|
-
'
|
626
|
-
'
|
627
|
-
'
|
628
|
-
',,
|
629
|
-
',,
|
630
|
-
',,
|
631
|
-
'
|
632
|
-
'
|
633
|
-
',
|
634
|
-
'
|
635
|
-
',
|
636
|
-
',,,,
|
637
|
-
'
|
638
|
-
'
|
639
|
-
'258,
|
640
|
-
'258,
|
641
|
-
'
|
642
|
-
'
|
643
|
-
',259
|
644
|
-
'
|
645
|
-
'
|
646
|
-
'
|
647
|
-
',,,
|
648
|
-
'
|
649
|
-
'
|
650
|
-
'
|
651
|
-
'
|
652
|
-
'
|
653
|
-
'
|
654
|
-
'
|
655
|
-
'
|
656
|
-
'
|
657
|
-
'
|
658
|
-
'
|
659
|
-
'
|
660
|
-
'
|
661
|
-
'
|
662
|
-
'
|
663
|
-
'
|
664
|
-
',
|
665
|
-
'
|
666
|
-
'
|
667
|
-
'
|
668
|
-
'
|
669
|
-
'
|
670
|
-
'
|
671
|
-
'
|
672
|
-
|
461
|
+
',98,98,,,,98,98,98,98,98,,,98,98,98,99,99,98,,99,99,,99,,,,,,,,,,,,',
|
462
|
+
',,,,99,99,,,,,,99,,99,,99,99,,99,99,99,,99,99,,,,,99,99,,,99,,,99,99',
|
463
|
+
',,,,,,99,,,,,,99,,,,99,99,,99,99,,,,99,99,99,99,99,,,99,99,99,100,100',
|
464
|
+
'99,,100,100,,100,,,,,,,,,,,,,,,,,100,100,,,,,,100,,100,,100,100,,100',
|
465
|
+
'100,100,,100,100,,,,,100,100,,,100,,,100,100,,,,,,,100,,,,,,100,,,,100',
|
466
|
+
'100,,100,100,,,,100,100,100,100,100,,,100,100,100,101,101,100,,101,101',
|
467
|
+
',101,,,,,,,,,,,,,,,,,101,101,,,,,,101,,101,,101,101,,101,101,101,,101',
|
468
|
+
'101,,,,,101,101,,,101,,,101,101,,,,,,,101,,,,,,101,,,,101,101,,101,101',
|
469
|
+
',,,101,101,101,101,101,,,101,101,101,102,102,101,,102,102,,102,,,,,',
|
470
|
+
',,,,,,,,,,,102,102,,,,,,102,,102,,102,102,,102,102,102,,102,102,,,,',
|
471
|
+
'102,102,,,102,,,102,102,,,,,,,102,,,,,,102,,,,102,102,,102,102,,,,102',
|
472
|
+
'102,102,102,102,,,102,102,102,103,103,102,,103,103,,103,,,,,,,,,,,,',
|
473
|
+
',,,,103,103,,,,,,103,,103,,103,103,,103,103,103,,103,103,,,,,103,103',
|
474
|
+
',,103,,,103,103,,,,,,,103,,,,,,103,,,,103,103,,103,103,,,,103,103,103',
|
475
|
+
'103,103,,,103,103,103,104,104,103,,104,104,,104,,,,,,,,,,,,,,,,,104',
|
476
|
+
'104,,,,,,104,,104,,104,104,,104,104,104,,104,104,,,,,104,104,,,104,',
|
477
|
+
',104,104,,,,,,,104,,,,,,104,,,,104,104,,104,104,,,,104,104,104,104,104',
|
478
|
+
',,104,104,104,105,105,104,,105,105,,105,,,,,,,,,,,,,,,,,105,105,,,,',
|
479
|
+
',105,,105,,105,105,,105,105,105,,105,105,,,,,105,105,,,105,,,105,105',
|
480
|
+
',,,,,,105,,,,,,105,,,,105,105,,105,105,,,,105,105,105,105,105,,,105',
|
481
|
+
'105,105,106,106,105,,106,106,,106,,,,,,,,,,,,,,,,,106,106,,,,,,106,',
|
482
|
+
'106,,106,106,,106,106,106,,106,106,,,,,106,106,,,106,,,106,106,,,,,',
|
483
|
+
',106,,,,,,106,,,,106,106,,106,106,,,,106,106,106,106,106,,,106,106,106',
|
484
|
+
'107,107,106,,107,107,,107,,,,,,,,,,,,,,,,,107,107,,,,,,107,,107,,107',
|
485
|
+
'107,,107,107,107,,107,107,,,,,107,107,,,107,,,107,107,,,,,,,107,,,,',
|
486
|
+
',107,,,,107,107,,107,107,,,,107,107,107,107,107,,,107,107,107,108,108',
|
487
|
+
'107,,108,108,,108,,,,,,,,,,,,,,,,,108,108,,,,,,108,,108,,108,108,,108',
|
488
|
+
'108,108,,108,108,,,,,108,108,,,108,,,108,108,,,,,,,108,,,,,,108,,,,108',
|
489
|
+
'108,,108,108,,,,108,108,108,108,108,,,108,108,108,109,109,108,,109,109',
|
490
|
+
',109,,,,,,,,,,,,,,,,,109,109,,,,,,109,,109,,109,109,,109,109,109,,109',
|
491
|
+
'109,,,,,109,109,,,109,,,109,109,,,,,,,109,,,,,,109,,,,109,109,,109,109',
|
492
|
+
',,,109,109,109,109,109,,,109,109,109,110,110,109,,110,110,,110,,,,,',
|
493
|
+
',,,,,,,,,,,110,110,,,,,,110,,110,,110,110,,110,110,110,,110,110,,,,',
|
494
|
+
'110,110,,,110,,,110,110,,,,,,,110,,,,,,110,,,,110,110,,110,110,,,,110',
|
495
|
+
'110,110,110,110,,,110,110,110,111,111,110,,111,111,,111,,,,,,,,,,,,',
|
496
|
+
',,,,111,111,,,,,,111,,111,,111,111,,111,111,111,,111,111,,,,,111,111',
|
497
|
+
',,111,,,111,111,,,,,,,111,,,,,,111,,,,111,111,,111,111,,,,111,111,111',
|
498
|
+
'111,111,,,111,111,111,112,112,111,,112,112,,112,,,,,,,,,,,,,,,,,112',
|
499
|
+
'112,,,,,,112,,112,,112,112,,112,112,112,,112,112,,,,,112,112,,,112,',
|
500
|
+
',112,112,,,,,,,112,,,,,,112,,,,112,112,,112,112,,,,112,112,112,112,112',
|
501
|
+
',,112,112,112,113,113,112,,113,113,,113,,,,,,,,,,,,,,,,,113,113,,,,',
|
502
|
+
',113,,113,,113,113,,113,113,113,,113,113,,,,,113,113,,,113,,,113,113',
|
503
|
+
',,,,,,113,,,,,,113,,,,113,113,,113,113,,,,113,113,113,113,113,,,113',
|
504
|
+
'113,113,114,114,113,,114,114,,114,,,,,,,,,,,,,,,,,114,114,,,,,,114,',
|
505
|
+
'114,,114,114,,114,114,114,,114,114,,,,,114,114,,,114,,,114,114,,,,,',
|
506
|
+
',114,,,,,,114,,,,114,114,,114,114,,,,114,114,114,114,114,,,114,114,114',
|
507
|
+
'115,115,114,,115,115,,115,,,,,,,,,,,,,,,,,115,115,,,,,,115,,115,,115',
|
508
|
+
'115,,115,115,115,,115,115,,,,,115,115,,,115,,,115,115,,,,,,,115,,,,',
|
509
|
+
',115,,,115,115,115,,115,115,,,,115,115,115,115,115,,,115,115,115,116',
|
510
|
+
'116,115,,116,116,,116,,,,,,,,,,,,,,,,,116,116,,,,,,116,,116,,116,116',
|
511
|
+
',116,116,116,,116,116,116,116,,,116,116,,,116,,,116,116,,,,,,,116,,',
|
512
|
+
',,,116,,,,116,116,,116,116,,,,116,116,116,116,116,116,116,116,116,116',
|
513
|
+
'120,120,116,,120,120,,120,,,,,,,,,,,,,,,,,120,120,,,,,,120,,120,,120',
|
514
|
+
'120,,120,120,120,,120,120,,,,,120,120,,,120,,,120,120,,,,,,,120,,,,',
|
515
|
+
',120,,,,120,120,,120,120,,,,120,120,120,120,120,,,120,120,120,121,121',
|
516
|
+
'120,,121,121,,121,,,,,,,,,,,,,,,,,121,121,,,,,,121,,121,,121,121,,121',
|
517
|
+
'121,121,,121,121,,,,,121,121,,,121,,,121,121,,,,,,,121,,,,,,121,,,,121',
|
518
|
+
'121,,121,121,,,,121,121,121,121,121,,,121,121,121,464,464,121,,464,464',
|
519
|
+
',464,,,,,,,,,,,,,,,,,464,464,,,,,,464,,464,,464,464,,464,464,464,,464',
|
520
|
+
'464,464,464,,,464,464,,,464,,,464,464,,,,,,,464,,,,,,464,,,,464,464',
|
521
|
+
',464,464,,,,464,464,464,464,464,464,464,464,464,464,461,461,464,,461',
|
522
|
+
'461,,461,,,,,,,,,,,,,,,,,461,461,,,,,,461,,461,,461,461,,461,461,461',
|
523
|
+
',461,461,461,461,,,461,461,,,461,,,461,461,,,,,,,461,,,,,,461,,,,461',
|
524
|
+
'461,,461,461,,,,461,461,461,461,461,,,461,461,461,124,124,461,,124,124',
|
525
|
+
',124,,,,,,,,,,,,,,,,,124,124,,,,,,124,,124,,124,124,,124,124,124,,124',
|
526
|
+
'124,,,,,124,124,,,124,,,124,124,,,,,,,124,,,,,,124,,,,124,124,,124,124',
|
527
|
+
',,,124,124,124,124,124,,,124,124,124,10,10,124,,10,10,,10,,,,,,,,,,',
|
528
|
+
',,,,,,10,10,,,,,,10,,10,,10,10,,10,10,10,,10,10,10,10,,,10,10,,,10,',
|
529
|
+
',10,10,,,,,,,10,,,,,,10,,,,10,10,,10,10,,,,10,10,10,10,10,,,10,10,10',
|
530
|
+
'458,458,10,,458,458,,458,,,,,,,,,,,,,,,,,458,458,,,,,,458,,458,,458',
|
531
|
+
'458,,458,458,458,,458,458,458,458,,,458,458,,,458,,,458,458,,,,,,,458',
|
532
|
+
',,,,,458,,,,458,458,,458,458,,,,458,458,458,458,458,458,458,458,458',
|
533
|
+
'458,450,450,458,,450,450,,450,,,,,,,,,,,,,,,,,450,450,,,,,,450,,450',
|
534
|
+
',450,450,,450,450,450,,450,450,450,450,,,450,450,,,450,,,450,450,,,',
|
535
|
+
',,,450,,,,,,450,,,,450,450,,450,450,,,,450,450,450,450,450,,,450,450',
|
536
|
+
'450,443,443,450,,443,443,,443,,,,,,,,,,,,,,,,,443,443,,,,,,443,,443',
|
537
|
+
',443,443,,443,443,443,,443,443,,,,,443,443,,,443,,,443,443,,,,,,,443',
|
538
|
+
',,,,,443,,,,443,443,,443,443,,,,443,443,443,443,443,,,443,443,443,426',
|
539
|
+
'426,443,,426,426,,426,,,,,,,,,,,,,,,,,426,426,,,,,,426,,426,,426,426',
|
540
|
+
',426,426,426,,426,426,426,426,,,426,426,,,426,,,426,426,,,,,,,426,,',
|
541
|
+
',,,426,,,,426,426,,426,426,,,,426,426,426,426,426,426,426,426,426,426',
|
542
|
+
'161,161,426,,161,161,,161,,,,,,,,,,,,,,,,,161,161,161,,,,,161,,161,',
|
543
|
+
'161,161,,161,161,161,,161,161,161,161,,,161,161,,,161,,,161,161,,,,',
|
544
|
+
',,161,,,,,,161,,,,161,161,,161,161,,,,161,161,161,161,161,161,161,161',
|
545
|
+
'161,161,11,11,161,,11,11,,11,,,,,,,,,,,,,,,,,11,11,,,,,,11,,11,,11,11',
|
546
|
+
',11,11,11,,11,11,11,11,,,11,11,,,11,,,11,11,,,,,,,11,,,,,,11,,,,11,11',
|
547
|
+
',11,11,,,,11,11,11,11,11,,,11,11,11,522,522,11,,522,522,,522,,,,,,,',
|
548
|
+
',,,,,,,,,522,522,,,,,,522,,522,,522,522,,522,522,522,,522,522,,,,,522',
|
549
|
+
'522,,,522,,,522,522,,,,,,,522,,,,,,522,,,,522,522,,522,522,,,,522,522',
|
550
|
+
'522,522,522,,,522,522,522,170,170,522,,170,170,,170,,,,,,,,,,,,,,,,',
|
551
|
+
'170,170,,,,,,170,,170,,170,170,,170,170,170,,170,170,170,170,,,170,170',
|
552
|
+
',,170,,,170,170,,,,,,,170,,,,,,170,,,,170,170,,170,170,,,,170,170,170',
|
553
|
+
'170,170,170,170,170,170,170,171,171,170,,171,171,,171,171,,,,,,,,,,',
|
554
|
+
',,,,,171,171,,,,,,171,,171,,171,171,,171,171,171,,171,171,171,171,,',
|
555
|
+
'171,171,,,171,,,171,171,,,,,,,171,,,,,,171,,,,171,171,,171,171,,,,171',
|
556
|
+
'171,171,171,171,,,171,171,171,416,416,171,,416,416,,416,,,,,,,,,,,,',
|
557
|
+
',,,,416,416,,,,,,416,,416,,416,416,,416,416,416,,416,416,416,416,,,416',
|
558
|
+
'416,,,416,,,416,416,,,,,,,416,,,,,,416,,,,416,416,,416,416,,,,416,416',
|
559
|
+
'416,416,416,,,416,416,416,17,17,416,,17,17,,17,,,,,,,,,,,,,,,,,17,17',
|
560
|
+
',,,,,17,,17,,17,17,,17,17,17,,17,17,,,,,17,17,,,17,,,17,17,,,,,,,17',
|
561
|
+
',,,,,17,,,,17,17,,17,17,,,,17,17,17,17,17,,,17,17,17,414,414,17,,414',
|
562
|
+
'414,,414,,,,,,,,,,,,,,,,,414,414,,,,,,414,,414,,414,414,,414,414,414',
|
563
|
+
',414,414,414,414,,,414,414,,,414,,,414,414,,,,,,,414,,,,,,414,,,,414',
|
564
|
+
'414,,414,414,,,,414,414,414,414,414,,,414,414,414,413,413,414,,413,413',
|
565
|
+
',413,,,,,,,,,,,,,,,,,413,413,,,,,,413,,413,,413,413,,413,413,413,,413',
|
566
|
+
'413,413,413,,,413,413,,,413,,,413,413,,,,,,,413,,,,,,413,,,,413,413',
|
567
|
+
',413,413,,,,413,413,413,413,413,,,413,413,413,411,411,413,,411,411,',
|
568
|
+
'411,411,,,,,,,,,,,,,,,,411,411,,,,,,411,,411,,411,411,,411,411,411,',
|
569
|
+
'411,411,,,,,411,411,,,411,,,411,411,,,,,,,411,,,,,,411,,,,411,411,,411',
|
570
|
+
'411,,,,411,411,411,411,411,,,411,411,411,0,0,411,,0,0,,0,,,,,,,,,,,',
|
571
|
+
',,,,,0,0,,,,,,0,,0,,0,0,,0,0,0,,0,0,0,0,,,0,0,,,0,,,0,0,,,,,,,0,,,,',
|
572
|
+
',0,,,,0,0,,0,0,0,,,0,0,0,0,0,,,0,0,0,201,201,0,,201,201,,201,,,,,,,',
|
573
|
+
',,,,,,,,,201,201,,,,,,201,,201,,201,201,,201,201,201,,201,201,201,201',
|
574
|
+
',,201,201,,,201,,,201,201,,,,,,,201,,,,,,201,,,,201,201,,201,201,,,',
|
575
|
+
'201,201,201,201,201,,,201,201,201,204,204,201,,204,204,,204,204,,,,',
|
576
|
+
',,,,,,,,,,,204,204,,,,,,204,,204,,204,204,,204,204,204,,204,204,204',
|
577
|
+
'204,,,204,204,,,204,,,204,204,,,,,,,204,,,,,,204,,,,204,204,,204,204',
|
578
|
+
',,,204,204,204,204,204,204,204,204,204,204,403,403,204,,403,403,,403',
|
579
|
+
',,,,,,,,,,,,,,,,403,403,,,,,,403,,403,,403,403,,403,403,403,,403,403',
|
580
|
+
'403,403,,,403,403,,,403,,,403,403,,,,,,,403,,,,,,403,,,,403,403,,403',
|
581
|
+
'403,,,,403,403,403,403,403,403,403,403,403,403,400,400,403,,400,400',
|
582
|
+
',400,,,,,,,,,,,,,,,,,400,400,,,,,,400,,400,,400,400,,400,400,400,,400',
|
583
|
+
'400,,,,,400,400,,,400,,,400,400,,,,,,,400,,,,,,400,,,,400,400,,400,400',
|
584
|
+
',,,400,400,400,400,400,,,400,400,400,217,217,400,,217,217,,217,,,217',
|
585
|
+
',,,,,,,,,,,,,217,217,,,,,,217,,217,,217,217,,217,217,217,,217,217,,',
|
586
|
+
',,217,217,,,217,,,217,217,,,,,,,217,,,,,,217,,,,217,217,,217,217,,,',
|
587
|
+
'217,217,217,217,217,,,217,217,217,222,222,217,,222,222,,222,,,,,,,,',
|
588
|
+
',,,,,,,,222,222,,,,,,222,,222,,222,222,,222,222,222,,222,222,,,,,222',
|
589
|
+
'222,,,222,,,222,222,,,,,,,222,,,,,,222,,,,222,222,,222,222,,,,222,222',
|
590
|
+
'222,222,222,,,222,222,222,223,223,222,,223,223,,223,,,,,,,,,,,,,,,,',
|
591
|
+
'223,223,,,,,,223,,223,,223,223,,223,223,223,,223,223,,,,,223,223,,,223',
|
592
|
+
',,223,223,,,,,,,223,,,,,,223,,,,223,223,,223,223,,,,223,223,223,223',
|
593
|
+
'223,,,223,223,223,224,224,223,,224,224,,224,,,,,,,,,,,,,,,,,224,224',
|
594
|
+
',,,,,224,,224,,224,224,,224,224,224,,224,224,,,,,224,224,,,224,,,224',
|
595
|
+
'224,,,,,,,224,,,,,,224,,,,224,224,,224,224,,,,224,224,224,224,224,,',
|
596
|
+
'224,224,224,396,396,224,,396,396,,396,396,,,,,,,,,,,,,,,,396,396,,,',
|
597
|
+
',,396,,396,,396,396,,396,396,396,,396,396,396,396,,,396,396,,,396,,',
|
598
|
+
'396,396,,,,,,,396,,,,,,396,,,,396,396,,396,396,,,,396,396,396,396,396',
|
599
|
+
',,396,396,396,265,265,396,,265,265,,265,,,,,,,,,,,,,,,,,265,265,,,,',
|
600
|
+
',265,,265,,265,265,,265,265,265,,265,265,,,,,265,265,,,265,,,265,265',
|
601
|
+
',,,,,,265,,,,,,265,,,,265,265,,265,265,,,,265,265,265,265,265,,,265',
|
602
|
+
'265,265,379,379,265,,379,379,,379,,,,,,,,,,,,,,,,,379,379,,,,,,379,',
|
603
|
+
'379,,379,379,,379,379,379,,379,379,,,,,379,379,,,379,,,379,379,,,,,',
|
604
|
+
',379,,,,,,379,,,,379,379,,379,379,,,,379,379,379,379,379,,,379,379,379',
|
605
|
+
'358,358,379,,358,358,,358,,,,,,,,,,,,,,,,,358,358,,,,,,358,,358,,358',
|
606
|
+
'358,,358,358,358,,358,358,358,358,,,358,358,,,358,,,358,358,,,,,,,358',
|
607
|
+
',,,,,358,,,,358,358,,358,358,,,,358,358,358,358,358,358,358,358,358',
|
608
|
+
'358,287,287,358,,287,287,,287,,,,,,,,,,,,,,,,,287,287,,,,,,287,,287',
|
609
|
+
',287,287,,287,287,287,,287,287,287,287,,,287,287,,,287,,,287,287,,,',
|
610
|
+
',,,287,,,,,,287,,,,287,287,,287,287,,,,287,287,287,287,287,287,287,287',
|
611
|
+
'287,287,354,354,287,,354,354,,354,,,,,,,,,,,,,,,,,354,354,,,,,,354,',
|
612
|
+
'354,,354,354,,354,354,354,,354,354,,,,,354,354,,,354,,,354,354,,,,,',
|
613
|
+
',354,,,,,,354,,,,354,354,,354,354,,,,354,354,354,354,354,,,354,354,354',
|
614
|
+
'290,290,354,,290,290,,290,,,,,,,,,,,,,,,,,290,290,,,,,,290,,290,,290',
|
615
|
+
'290,,290,290,290,,290,290,290,290,,,290,290,,,290,,,290,290,,,,,,,290',
|
616
|
+
',,,,,290,,,,290,290,,290,290,,,,290,290,290,290,290,290,290,290,290',
|
617
|
+
'290,291,291,290,,291,291,,291,,,,,,,,,,,,,,,,,291,291,,,,,,291,,291',
|
618
|
+
',291,291,,291,291,291,,291,291,291,291,,,291,291,,,291,,,291,291,,,',
|
619
|
+
',,,291,,,,,,291,,,,291,291,,291,291,,,,291,291,291,291,291,291,291,291',
|
620
|
+
'291,291,292,292,291,,292,292,,292,,,,,,,,,,,,,,,,,292,292,,,,,,292,',
|
621
|
+
'292,,292,292,,292,292,292,,292,292,292,292,,,292,292,,,292,,,292,292',
|
622
|
+
',,,,,,292,,,,,,292,,,,292,292,,292,292,,,,292,292,292,292,292,,,292',
|
623
|
+
'292,292,353,353,292,,353,353,,353,,,,,,,,,,,,,,,,,353,353,,,,,,353,',
|
624
|
+
'353,,353,353,,353,353,353,,353,353,,,,,353,353,,,353,,,353,353,,,,,',
|
625
|
+
',353,,,,,,353,,,,353,353,,353,353,,,,353,353,353,353,353,,,353,353,353',
|
626
|
+
'352,352,353,,352,352,,352,,,,,,,,,,,,,,,,,352,352,,,,,,352,,352,,352',
|
627
|
+
'352,,352,352,352,,352,352,,,,,352,352,,,352,,,352,352,,,,,,,352,,,,',
|
628
|
+
',352,,,,352,352,,352,352,,,,352,352,352,352,352,,,352,352,352,351,351',
|
629
|
+
'352,,351,351,,351,,,,,,,,,,,,,,,,,351,351,,,,,,351,,351,,351,351,,351',
|
630
|
+
'351,351,,351,351,,,,,351,351,,,351,,,351,351,,,,,,,351,,,,,,351,,,,351',
|
631
|
+
'351,,351,351,,,,351,351,351,351,351,,,351,351,351,310,310,351,,310,310',
|
632
|
+
',310,310,,,,,,,,,,,,,,,,310,310,,,,,,310,,310,,310,310,,310,310,310',
|
633
|
+
',310,310,310,310,,,310,310,,,310,,,310,310,,,,,,,310,,,,,,310,,,,310',
|
634
|
+
'310,,310,310,,,,310,310,310,310,310,,,310,310,310,311,311,310,,311,311',
|
635
|
+
',311,311,,,,,,,,,,,,,,,,311,311,,,,,,311,,311,,311,311,,311,311,311',
|
636
|
+
',311,311,311,311,,,311,311,,,311,,,311,311,,,,,,,311,,,,,,311,,,,311',
|
637
|
+
'311,,311,311,,,,311,311,311,311,311,,,311,311,311,312,312,311,,312,312',
|
638
|
+
',312,,,,,,,,,,,,,,,,,312,312,,,,,,312,,312,,312,312,,312,312,312,,312',
|
639
|
+
'312,,,,,312,312,,,312,,,312,312,,,,,,,312,,,,,,312,,,,312,312,,312,312',
|
640
|
+
',,,312,312,312,312,312,,,312,312,312,331,331,312,,331,331,,331,331,',
|
641
|
+
',,,,,,,,,,,,,,331,331,,,,,,331,,331,,331,331,,331,331,331,,331,331,331',
|
642
|
+
'331,,,331,331,,,331,,,331,331,,,,,,,331,,,,,,331,,,,331,331,,331,331',
|
643
|
+
',,,331,331,331,331,331,331,331,331,331,331,328,328,331,,328,328,,328',
|
644
|
+
',,,,,,,,,,,,,,,,328,328,,,,,,328,,328,,328,328,,328,328,328,,328,328',
|
645
|
+
'328,328,,,328,328,,,328,,,328,328,63,63,,,63,,328,,,,,,328,,,,328,328',
|
646
|
+
',328,328,,,,328,328,328,328,328,328,328,328,328,328,203,,328,,,,63,',
|
647
|
+
',63,,,203,203,203,,203,,203,,203,,203,203,203,203,,,,63,421,421,,,421',
|
648
|
+
',,,,63,63,203,,,,203,203,,,203,203,203,203,203,203,,203,203,,,,,,203',
|
649
|
+
'278,,,,232,232,421,,232,421,203,203,278,278,278,278,278,,278,,278,,278',
|
650
|
+
'278,278,278,203,,,421,,,,,,,,,,421,421,278,,,232,278,278,232,409,278',
|
651
|
+
'278,278,278,278,278,,278,278,,,409,409,409,278,409,,409,232,409,,409',
|
652
|
+
'409,409,409,,,,232,232,,,,,,,,,,,409,278,,,409,409,,,409,409,409,409',
|
653
|
+
'409,409,,409,409,165,,165,,,409,,,,,,,165,165,165,,165,255,165,,165',
|
654
|
+
',165,165,165,165,,,,,,255,409,255,,,,255,321,321,,165,321,,,165,165',
|
655
|
+
',,165,165,165,165,165,165,,165,165,255,,,,,165,,,255,255,255,255,255',
|
656
|
+
'255,,255,255,439,,,321,,255,321,,,,,,439,439,439,165,439,,439,,439,',
|
657
|
+
'439,439,439,439,321,,,,,,255,,,,321,321,,,,439,,,,439,439,,440,439,439',
|
658
|
+
'439,439,439,439,,439,439,,,440,440,440,439,440,248,440,,440,,440,440',
|
659
|
+
'440,440,,,,,,248,,248,,,,248,,,,440,439,,,440,440,,,440,440,440,440',
|
660
|
+
'440,440,,440,440,248,,,,,440,,,,,248,248,,438,,248,248,,,,,,248,,,438',
|
661
|
+
'438,438,,438,256,438,440,438,,438,438,438,438,,,,,256,256,,256,,,248',
|
662
|
+
'256,,256,,438,,,,438,438,,,438,438,438,438,438,438,,438,438,256,,,253',
|
663
|
+
',438,,,256,256,256,256,256,256,,256,256,253,,253,257,,256,253,,,,,,',
|
664
|
+
',,438,257,257,,257,,,,257,,257,,253,,,,247,256,,,253,253,253,253,,,',
|
665
|
+
'253,253,257,247,,247,,253,,247,257,257,257,257,257,257,,257,257,,,,',
|
666
|
+
',257,,,,,,247,,,,253,,,,,,247,247,441,,,247,247,,,,,257,247,,441,441',
|
667
|
+
'441,,441,,441,,441,,441,441,441,441,,,,,,,,,,,,247,,,,441,,,,441,441',
|
668
|
+
',258,441,441,441,441,441,441,,441,441,,,,258,258,441,258,,,,258,,258',
|
669
|
+
',,,,,,,,,,,,,,,,,,258,441,,,,9,,,258,258,258,258,258,258,,258,258,9',
|
670
|
+
'9,9,,9,258,9,,9,,9,9,9,9,,,,,,,,,,,,,,,,9,,,258,9,9,,259,9,9,9,9,9,9',
|
671
|
+
',9,9,,,,259,259,9,259,,,,259,,259,,,,,,,,,,,,,,,,,,,259,9,,,,260,,,259',
|
672
|
+
'259,259,259,259,259,,259,259,260,260,260,,260,259,260,,260,,260,260',
|
673
|
+
'260,260,,,,,,,,,,,,,,,,260,,,259,,261,,,260,260,260,260,260,260,,260',
|
674
|
+
'260,261,261,261,,261,260,261,,261,,261,261,261,261,,,,,,,,,,,,,,,,261',
|
675
|
+
',,260,,261,,,261,261,261,261,261,261,262,261,261,,,262,,,261,,,,262',
|
676
|
+
'262,262,,262,,262,,262,,262,262,262,262,,,,,,,,,,261,,,,,,262,,,,262',
|
677
|
+
'262,,,262,262,262,262,262,262,,262,262,266,266,,,,262,266,,,,,,266,266',
|
678
|
+
'266,,266,,266,,266,,266,266,266,266,,,,,,,262,,,,,,,,,266,,,,266,266',
|
679
|
+
',467,266,266,266,266,266,266,,266,266,,,467,467,467,266,467,,467,,467',
|
680
|
+
',467,467,467,467,,,,,,,,,,,,,,,,467,266,,,467,467,,273,467,467,467,467',
|
681
|
+
'467,467,,467,467,,,273,273,273,467,273,,273,,273,,273,273,273,273,,',
|
682
|
+
',,,,,,,,,,,,,273,467,,,273,273,,,273,273,273,273,273,273,215,273,273',
|
683
|
+
',,,,,273,,,,215,215,215,215,215,252,215,,215,,215,215,215,215,,,,,,252',
|
684
|
+
',252,,273,,252,,,,215,,,,215,215,,,215,215,215,215,215,215,,215,215',
|
685
|
+
'252,,,254,,215,,,252,252,252,252,,,,252,252,254,,254,,,252,254,,,,,',
|
686
|
+
',,,215,,,,,,,,,,,,254,,,,,252,,,254,254,254,254,254,254,,254,254,162',
|
687
|
+
',162,,,254,,,,,,,162,162,162,,162,,162,,162,,162,162,162,162,,,,,,,254',
|
688
|
+
',,,,,,,,162,,,,162,162,,,162,162,162,162,162,162,,162,162,164,,164,',
|
689
|
+
',162,,,,,,,164,164,164,,164,,164,,164,,164,164,164,164,,,,,,,162,,,',
|
690
|
+
',,,,,164,,,,164,164,,510,164,164,164,164,164,164,,164,164,,,510,510',
|
691
|
+
'510,164,510,,510,,510,,510,510,510,510,,,,,,,,,,,,,,,,510,164,,,510',
|
692
|
+
'510,,,510,510,510,510,510,510,,510,510,,350,350,350,350,510,350,350',
|
693
|
+
'350,,350,,350,350,,,,,,,350,350,350,,,,350,,,,,,510,,,,,,350,350,,,',
|
694
|
+
',,,,,,,,350,350,350,350,350,350,350,350,272,272,272,272,,272,272,272',
|
695
|
+
',272,,272,272,,,,,,,272,272,272,,,,272,,,,,,,,,,,,272,272,,,,,,,,,,',
|
696
|
+
',272,272,272,272,272,272,272,272,388,388,388,388,,388,388,388,,388,',
|
697
|
+
'388,388,,,,,,,388,388,388,,,,388,,,,,,,,,,,,388,388,,,,,,,,,,,,388,388',
|
698
|
+
'388,388,388,388,388,388,415,415,415,415,,415,415,415,,415,,415,415,',
|
699
|
+
',,,,,415,415,415,,,,415,,,,,,,,,,,,415,415,,,,,,,,,,,,415,415,415,415',
|
700
|
+
'415,415,415,415,348,348,348,348,,348,348,348,,348,,348,348,,,,,,,348',
|
701
|
+
'348,348,,,,348,,,,,,,,,,,,348,348,,,,,,,,,,,,348,348,348,348,348,348',
|
702
|
+
'348,348,380,380,380,380,,380,380,380,,380,,380,380,,,,,,,380,380,380',
|
703
|
+
',,,380,,,,,,,,,,,,380,380,,,,,,,,,,,,380,380,380,380,380,380,380,380' ]
|
704
|
+
racc_action_check = arr = ::Array.new(10662, nil)
|
673
705
|
idx = 0
|
674
706
|
clist.each do |str|
|
675
707
|
str.split(',', -1).each do |i|
|
@@ -679,570 +711,558 @@ clist = [
|
|
679
711
|
end
|
680
712
|
|
681
713
|
racc_action_pointer = [
|
682
|
-
|
683
|
-
|
684
|
-
|
714
|
+
6641, 580, nil, nil, 544, 561, nil, -8, 563, 9619,
|
715
|
+
5276, 5822, 202, nil, nil, nil, 180, 6277, 180, 271,
|
716
|
+
362, 453, nil, nil, nil, nil, nil, nil, nil, nil,
|
685
717
|
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
686
|
-
nil, nil, nil, nil, nil, nil, nil, nil,
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
nil,
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
nil, nil,
|
697
|
-
nil, nil, nil,
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
nil,
|
707
|
-
|
708
|
-
nil, nil,
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
nil,
|
713
|
-
|
714
|
-
|
715
|
-
nil,
|
716
|
-
nil, nil,
|
717
|
-
|
718
|
-
nil,
|
719
|
-
nil, nil, nil, nil,
|
720
|
-
|
721
|
-
|
722
|
-
nil,
|
723
|
-
|
724
|
-
nil,
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
nil, nil,
|
729
|
-
|
730
|
-
|
731
|
-
nil, nil,
|
732
|
-
nil,
|
733
|
-
|
734
|
-
|
735
|
-
nil,
|
718
|
+
nil, nil, nil, nil, nil, nil, nil, nil, nil, 196,
|
719
|
+
635, 92, 497, 541, 817, 908, 999, 28, 244, 199,
|
720
|
+
251, 540, 557, 8973, 293, 214, 230, 252, 543, nil,
|
721
|
+
nil, nil, 1454, 1545, 1636, nil, nil, nil, 1727, nil,
|
722
|
+
481, 469, nil, 2000, nil, 525, 2182, 510, -2, 2273,
|
723
|
+
2364, 2455, 2546, 2637, 2728, 2819, 2910, 3001, 3092, 3183,
|
724
|
+
3274, 3365, 3456, 3547, 3638, 3729, 3820, 3911, 4002, 4093,
|
725
|
+
4184, 4275, 4366, 4457, 4548, 4639, 4730, nil, 25, 513,
|
726
|
+
4821, 4912, 511, 508, 5185, 326, nil, nil, nil, nil,
|
727
|
+
nil, nil, 384, nil, nil, 444, 426, 90, 303, 488,
|
728
|
+
480, 489, nil, nil, 474, 413, 75, 153, 475, 160,
|
729
|
+
471, nil, nil, nil, nil, 468, nil, 32, nil, 411,
|
730
|
+
424, 5731, 10142, nil, 10200, 9172, 333, 346, 241, 367,
|
731
|
+
6004, 6095, 453, nil, 442, nil, nil, nil, nil, nil,
|
732
|
+
nil, nil, nil, 398, 4, 445, nil, nil, 438, nil,
|
733
|
+
431, nil, 139, nil, nil, nil, nil, 257, nil, nil,
|
734
|
+
226, 6732, -35, 9002, 6823, nil, 430, nil, nil, nil,
|
735
|
+
nil, 433, 401, 392, 389, 10023, 383, 7096, 7, 2,
|
736
|
+
-9, 73, 7187, 7278, 7369, nil, nil, 9, 342, 373,
|
737
|
+
106, 374, 9075, 379, 17, 10, nil, nil, nil, nil,
|
738
|
+
nil, nil, nil, nil, 212, 5, 80, 9472, 9312, 130,
|
739
|
+
269, 178, 10040, 9427, 10084, 9189, 9383, 9444, 9573, 9667,
|
740
|
+
9713, 9759, 9814, nil, nil, 7551, 9872, 354, nil, nil,
|
741
|
+
nil, nil, 10339, 9968, 288, nil, 296, 264, 9066, nil,
|
742
|
+
266, nil, 477, 484, 240, nil, nil, 7824, 195, nil,
|
743
|
+
8006, 8097, 8188, 166, 205, 162, nil, nil, 196, nil,
|
744
|
+
nil, nil, nil, nil, 174, 108, -31, nil, 92, nil,
|
745
|
+
8552, 8643, 8734, 112, 101, 77, 42, 34, 10, nil,
|
746
|
+
558, 9215, -25, 7, 9, nil, nil, 86, 8916, 106,
|
747
|
+
nil, 8825, nil, nil, nil, nil, 89, nil, nil, nil,
|
748
|
+
nil, 157, nil, nil, nil, nil, 165, 178, 10513, 186,
|
749
|
+
10281, 8461, 8370, 8279, 7915, 214, nil, 228, 7733, 241,
|
750
|
+
nil, 269, nil, nil, nil, nil, nil, nil, nil, nil,
|
751
|
+
nil, nil, nil, nil, nil, nil, nil, nil, 290, 7642,
|
752
|
+
10571, 305, nil, 332, nil, 310, nil, 314, 10397, nil,
|
753
|
+
273, nil, 184, 366, 369, nil, 7460, 380, 319, 381,
|
754
|
+
7005, nil, nil, 6914, nil, 395, 135, 404, 396, 9114,
|
755
|
+
119, 6550, nil, 6459, 6368, 10455, 6186, 441, nil, 461,
|
756
|
+
nil, 9037, nil, nil, 464, nil, 5640, nil, nil, nil,
|
757
|
+
nil, nil, nil, 405, 354, 468, nil, nil, 9366, 9247,
|
758
|
+
9295, 9525, 479, 5549, nil, nil, 492, nil, nil, 493,
|
759
|
+
5458, nil, nil, nil, 481, 485, 502, nil, 5367, nil,
|
760
|
+
nil, 5094, 509, nil, 5003, nil, nil, 9920, 70, nil,
|
761
|
+
2091, 517, 496, nil, 524, 1909, 540, nil, nil, 542,
|
762
|
+
nil, nil, 544, 542, 546, 548, 1818, nil, 1363, 547,
|
763
|
+
nil, nil, 551, 519, nil, nil, nil, nil, 553, nil,
|
764
|
+
nil, 554, 555, nil, 150, nil, nil, 1181, nil, 726,
|
765
|
+
10248, 1272, nil, nil, 563, nil, 1090, 565, nil, 566,
|
766
|
+
570, nil, 5913, nil, nil, nil, nil, 573, nil, 582,
|
767
|
+
nil, 583, nil, nil, nil, 586, nil, nil, nil, 435,
|
768
|
+
nil, nil, nil, nil, nil ]
|
736
769
|
|
737
770
|
racc_action_default = [
|
738
|
-
-3, -
|
739
|
-
-
|
740
|
-
-
|
771
|
+
-3, -300, -1, -2, -4, -5, -8, -10, -18, -23,
|
772
|
+
-300, -300, -192, -35, -36, -37, -38, -300, -300, -300,
|
773
|
+
-300, -300, -70, -71, -72, -73, -74, -75, -76, -77,
|
741
774
|
-78, -79, -80, -81, -82, -83, -84, -85, -86, -87,
|
742
|
-
-88, -89, -90, -91, -92, -93, -94, -95, -96,
|
743
|
-
-
|
744
|
-
-
|
745
|
-
-
|
746
|
-
-
|
747
|
-
-
|
748
|
-
-
|
749
|
-
-
|
750
|
-
-24, -25, -
|
751
|
-
-
|
752
|
-
-15, -16, -
|
753
|
-
-
|
754
|
-
-
|
755
|
-
-
|
756
|
-
-
|
757
|
-
-
|
758
|
-
-
|
759
|
-
-21, -22, -
|
760
|
-
|
761
|
-
-
|
762
|
-
-
|
763
|
-
-
|
764
|
-
-
|
765
|
-
-
|
766
|
-
-
|
767
|
-
-
|
768
|
-
-
|
769
|
-
-
|
770
|
-
-
|
771
|
-
-
|
772
|
-
-
|
773
|
-
-
|
774
|
-
-
|
775
|
-
-
|
776
|
-
-
|
777
|
-
|
778
|
-
-
|
779
|
-
-
|
780
|
-
-
|
781
|
-
-
|
782
|
-
|
783
|
-
-
|
784
|
-
-
|
785
|
-
-
|
786
|
-
-
|
787
|
-
-
|
788
|
-
-
|
789
|
-
|
790
|
-
-
|
791
|
-
-
|
775
|
+
-88, -89, -90, -91, -92, -93, -94, -95, -96, -97,
|
776
|
+
-300, -300, -104, -108, -300, -300, -300, -300, -300, -300,
|
777
|
+
-300, -300, -300, -300, -300, -248, -271, -247, -300, -219,
|
778
|
+
-220, -221, -300, -300, -300, -244, -245, -246, -300, -250,
|
779
|
+
-300, -263, -266, -300, -272, -300, -300, -7, -300, -300,
|
780
|
+
-300, -300, -300, -300, -300, -300, -145, -300, -300, -300,
|
781
|
+
-300, -300, -300, -300, -300, -300, -300, -300, -300, -300,
|
782
|
+
-300, -300, -300, -300, -300, -300, -300, -102, -300, -140,
|
783
|
+
-299, -299, -24, -25, -300, -299, -162, -189, -190, -191,
|
784
|
+
-192, -193, -300, -157, -158, -49, -192, -50, -57, -300,
|
785
|
+
-300, -14, -15, -16, -273, -99, -238, -240, -243, -239,
|
786
|
+
-300, -235, -241, -242, -103, -209, -216, -271, -105, -299,
|
787
|
+
-300, -300, -300, -116, -300, -300, -299, -299, -300, -299,
|
788
|
+
-300, -300, -273, -173, -175, -176, -177, -178, -179, -181,
|
789
|
+
-182, -247, -248, -299, -300, -273, -223, -232, -233, -236,
|
790
|
+
-273, -225, -300, -228, -229, -234, -249, -300, -254, -257,
|
791
|
+
-300, -261, -300, -300, -300, 545, -6, -9, -11, -12,
|
792
|
+
-13, -19, -20, -21, -22, -300, -273, -300, -95, -96,
|
793
|
+
-97, -291, -284, -290, -278, -146, -149, -300, -281, -295,
|
794
|
+
-192, -298, -287, -293, -220, -221, -277, -282, -283, -285,
|
795
|
+
-286, -288, -296, -297, -39, -40, -41, -42, -43, -44,
|
796
|
+
-45, -46, -47, -48, -51, -52, -53, -54, -55, -56,
|
797
|
+
-58, -59, -300, -60, -134, -300, -23, -273, -64, -67,
|
798
|
+
-109, -110, -145, -144, -300, -143, -300, -275, -300, -30,
|
799
|
+
-299, -194, -300, -300, -300, -61, -62, -274, -300, -101,
|
800
|
+
-300, -300, -261, -300, -300, -300, -188, -114, -273, -199,
|
801
|
+
-201, -202, -203, -204, -206, -300, -300, -271, -300, -107,
|
802
|
+
-300, -300, -300, -300, -300, -300, -300, -273, -300, -170,
|
803
|
+
-299, -274, -300, -299, -213, -214, -215, -300, -274, -300,
|
804
|
+
-226, -300, -251, -252, -253, -255, -300, -258, -259, -260,
|
805
|
+
-262, -273, -264, -267, -269, -270, -8, -300, -145, -300,
|
806
|
+
-274, -300, -300, -300, -300, -273, -136, -300, -274, -273,
|
807
|
+
-148, -300, -278, -279, -280, -281, -284, -287, -289, -290,
|
808
|
+
-291, -292, -293, -294, -295, -298, -141, -142, -300, -276,
|
809
|
+
-145, -300, -165, -300, -195, -273, -196, -273, -145, -17,
|
810
|
+
-98, -231, -300, -300, -300, -111, -300, -186, -300, -274,
|
811
|
+
-300, -207, -208, -300, -106, -300, -119, -300, -125, -68,
|
812
|
+
-300, -300, -129, -299, -299, -145, -299, -300, -169, -300,
|
813
|
+
-183, -300, -174, -180, -300, -211, -300, -222, -237, -224,
|
814
|
+
-227, -230, -256, -300, -300, -273, -28, -147, -152, -150,
|
815
|
+
-151, -138, -300, -274, -63, -65, -300, -27, -31, -273,
|
816
|
+
-299, -166, -167, -168, -300, -300, -273, -100, -300, -210,
|
817
|
+
-217, -261, -300, -113, -300, -115, -200, -205, -119, -118,
|
818
|
+
-300, -300, -125, -124, -300, -300, -300, -128, -130, -300,
|
819
|
+
-163, -164, -300, -273, -300, -300, -300, -184, -299, -273,
|
820
|
+
-265, -268, -300, -32, -135, -137, -139, -29, -300, -197,
|
821
|
+
-198, -300, -300, -112, -300, -117, -120, -300, -123, -300,
|
822
|
+
-69, -299, -153, -154, -300, -159, -299, -300, -172, -300,
|
823
|
+
-300, -26, -33, -161, -156, -218, -187, -300, -122, -300,
|
824
|
+
-127, -300, -132, -133, -155, -300, -171, -185, -212, -275,
|
825
|
+
-121, -126, -131, -160, -34 ]
|
792
826
|
|
793
827
|
racc_goto_table = [
|
794
|
-
2,
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
nil,
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
nil,
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
nil,
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
nil, nil,
|
832
|
-
nil, nil, nil,
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
nil, nil,
|
837
|
-
nil,
|
838
|
-
nil, nil,
|
839
|
-
|
840
|
-
nil,
|
841
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
842
|
-
510, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
843
|
-
nil, nil, nil, nil, nil, 449, nil, 450, nil, nil,
|
844
|
-
nil, 520, nil, 522, 275, 526, nil, nil, nil, nil,
|
845
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
846
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
847
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
848
|
-
nil, nil, nil, nil, 487, nil, nil, nil, nil, nil,
|
849
|
-
nil, nil, nil, nil, nil, nil, nil, nil, 491, nil,
|
850
|
-
nil, nil, nil, nil, nil, 495, nil, nil, nil, nil,
|
828
|
+
2, 126, 277, 177, 175, 135, 137, 138, 343, 267,
|
829
|
+
139, 140, 158, 194, 216, 155, 187, 187, 196, 294,
|
830
|
+
275, 275, 378, 339, 264, 281, 188, 188, 156, 325,
|
831
|
+
298, 445, 422, 87, 412, 144, 479, 482, 337, 484,
|
832
|
+
141, 3, 162, 164, 165, 469, 166, 167, 492, 126,
|
833
|
+
185, 190, 473, 183, 448, 269, 274, 276, 263, 296,
|
834
|
+
326, 395, 141, 141, 195, 506, 281, 281, 198, 281,
|
835
|
+
132, 203, 341, 498, 411, 531, 355, 437, 207, 208,
|
836
|
+
209, 210, 169, 281, 215, 244, 245, 246, 247, 248,
|
837
|
+
249, 250, 251, 252, 253, 254, 255, 256, 257, 258,
|
838
|
+
259, 260, 261, 262, 266, 289, 195, 505, 273, 273,
|
839
|
+
155, 519, 278, 168, 393, 206, 508, 288, 381, 451,
|
840
|
+
280, 284, 419, 156, 155, 126, 423, 466, 402, 401,
|
841
|
+
391, 445, 487, 478, 428, 1, 167, 338, 183, 535,
|
842
|
+
335, 336, 334, 194, 199, 320, 308, 201, 324, nil,
|
843
|
+
nil, 141, 385, 387, nil, 317, nil, 315, 327, nil,
|
844
|
+
141, 313, 314, 329, 316, nil, 155, 122, 123, 425,
|
845
|
+
nil, 318, 177, 175, 356, nil, nil, nil, 323, nil,
|
846
|
+
382, nil, nil, 424, 392, 155, nil, nil, nil, 349,
|
847
|
+
359, nil, nil, nil, 346, nil, nil, nil, 156, nil,
|
848
|
+
nil, 340, nil, nil, 347, 137, nil, nil, nil, nil,
|
849
|
+
162, 164, 165, nil, nil, nil, nil, 166, 167, 126,
|
850
|
+
420, nil, 183, 296, nil, nil, nil, nil, nil, nil,
|
851
|
+
269, 389, nil, nil, nil, nil, nil, nil, nil, 491,
|
852
|
+
357, nil, nil, nil, nil, nil, 155, 155, nil, 211,
|
853
|
+
212, 213, 214, 262, nil, nil, nil, nil, nil, 397,
|
854
|
+
nil, 177, 175, nil, nil, nil, 435, nil, nil, nil,
|
855
|
+
431, 398, 187, nil, nil, nil, 432, 141, nil, 266,
|
856
|
+
195, 195, 188, 502, 544, nil, nil, nil, nil, nil,
|
857
|
+
417, nil, 340, nil, nil, nil, nil, 269, 449, nil,
|
858
|
+
409, nil, nil, nil, nil, nil, 456, nil, nil, nil,
|
859
|
+
405, 407, nil, nil, 433, nil, nil, nil, 141, 489,
|
860
|
+
nil, 195, nil, nil, nil, nil, 198, nil, 442, nil,
|
861
|
+
nil, nil, 446, 483, nil, nil, nil, nil, nil, 438,
|
862
|
+
439, 440, 441, nil, nil, nil, 266, 389, 195, nil,
|
863
|
+
457, nil, 495, nil, nil, nil, nil, 504, 454, nil,
|
864
|
+
455, 177, 175, 155, nil, 269, nil, 278, nil, nil,
|
865
|
+
nil, nil, 452, nil, nil, nil, nil, nil, nil, nil,
|
866
|
+
nil, nil, nil, nil, nil, nil, nil, nil, 467, nil,
|
867
|
+
nil, nil, nil, 141, nil, nil, 462, 269, nil, 409,
|
868
|
+
539, nil, nil, 269, nil, nil, nil, nil, 493, nil,
|
869
|
+
nil, 532, nil, nil, 266, nil, 195, nil, nil, nil,
|
870
|
+
nil, nil, 497, nil, nil, nil, nil, nil, nil, 501,
|
871
|
+
nil, 262, nil, nil, nil, nil, nil, nil, nil, nil,
|
872
|
+
nil, nil, nil, nil, nil, nil, 266, nil, 195, nil,
|
873
|
+
nil, nil, 266, nil, 195, nil, 514, nil, 162, nil,
|
874
|
+
nil, 340, 520, 510, nil, nil, nil, nil, nil, nil,
|
851
875
|
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
876
|
+
nil, nil, nil, nil, nil, nil, 517, nil, nil, nil,
|
852
877
|
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
853
|
-
nil, nil,
|
878
|
+
nil, nil, nil, nil, nil, nil, nil, 527, nil, 529,
|
879
|
+
278, 533 ]
|
854
880
|
|
855
881
|
racc_goto_check = [
|
856
|
-
2,
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
6,
|
861
|
-
|
862
|
-
|
863
|
-
12,
|
864
|
-
6,
|
882
|
+
2, 72, 15, 47, 48, 12, 12, 12, 108, 24,
|
883
|
+
6, 6, 51, 9, 13, 49, 8, 8, 101, 55,
|
884
|
+
64, 64, 16, 91, 65, 64, 96, 96, 89, 46,
|
885
|
+
57, 25, 81, 5, 62, 10, 74, 74, 97, 74,
|
886
|
+
6, 3, 12, 12, 12, 59, 72, 72, 14, 72,
|
887
|
+
92, 92, 60, 72, 18, 9, 68, 68, 23, 64,
|
888
|
+
45, 56, 6, 6, 6, 58, 64, 64, 6, 64,
|
889
|
+
75, 12, 57, 74, 61, 63, 66, 69, 6, 6,
|
890
|
+
6, 6, 76, 64, 12, 12, 12, 12, 12, 12,
|
865
891
|
12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
|
866
|
-
12, 12, 12, 12,
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
105, 106,
|
871
|
-
6,
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
nil, 2, nil, 12, nil, nil, nil, nil,
|
877
|
-
12,
|
878
|
-
|
879
|
-
|
880
|
-
nil, nil, nil, nil,
|
881
|
-
|
882
|
-
nil, nil, nil,
|
883
|
-
nil, nil, nil,
|
884
|
-
|
885
|
-
|
886
|
-
nil,
|
887
|
-
|
888
|
-
nil, nil, nil,
|
889
|
-
13, nil, nil, nil, nil, nil, 12,
|
890
|
-
nil,
|
891
|
-
|
892
|
-
48,
|
893
|
-
nil, nil, nil, nil, nil, nil,
|
894
|
-
nil, nil, nil,
|
895
|
-
|
896
|
-
nil, nil, nil, nil, nil, nil,
|
897
|
-
|
898
|
-
nil, nil,
|
892
|
+
12, 12, 12, 12, 12, 51, 6, 59, 12, 12,
|
893
|
+
49, 74, 12, 75, 91, 5, 60, 17, 77, 78,
|
894
|
+
73, 72, 80, 89, 49, 72, 83, 84, 85, 87,
|
895
|
+
94, 25, 81, 62, 95, 1, 72, 98, 72, 74,
|
896
|
+
102, 103, 105, 9, 106, 17, 10, 107, 49, nil,
|
897
|
+
nil, 6, 57, 57, nil, 10, nil, 72, 17, nil,
|
898
|
+
6, 73, 73, 17, 73, nil, 49, 11, 11, 46,
|
899
|
+
nil, 2, 47, 48, 65, nil, nil, nil, 73, nil,
|
900
|
+
64, nil, nil, 55, 24, 49, nil, nil, nil, 17,
|
901
|
+
13, nil, nil, nil, 6, nil, nil, nil, 89, nil,
|
902
|
+
nil, 2, nil, nil, 2, 12, nil, nil, nil, nil,
|
903
|
+
12, 12, 12, nil, nil, nil, nil, 72, 72, 72,
|
904
|
+
64, nil, 72, 64, nil, nil, nil, nil, nil, nil,
|
905
|
+
9, 8, nil, nil, nil, nil, nil, nil, nil, 108,
|
906
|
+
17, nil, nil, nil, nil, nil, 49, 49, nil, 11,
|
907
|
+
11, 11, 11, 12, nil, nil, nil, nil, nil, 49,
|
908
|
+
nil, 47, 48, nil, nil, nil, 13, nil, nil, nil,
|
909
|
+
9, 17, 8, nil, nil, nil, 101, 6, nil, 12,
|
910
|
+
6, 6, 96, 91, 16, nil, nil, nil, nil, nil,
|
911
|
+
17, nil, 2, nil, nil, nil, nil, 9, 13, nil,
|
912
|
+
12, nil, nil, nil, nil, nil, 13, nil, nil, nil,
|
913
|
+
2, 2, nil, nil, 17, nil, nil, nil, 6, 24,
|
914
|
+
nil, 6, nil, nil, nil, nil, 6, nil, 17, nil,
|
915
|
+
nil, nil, 17, 13, nil, nil, nil, nil, nil, 12,
|
916
|
+
12, 12, 12, nil, nil, nil, 12, 8, 6, nil,
|
917
|
+
51, nil, 65, nil, nil, nil, nil, 24, 17, nil,
|
918
|
+
17, 47, 48, 49, nil, 9, nil, 12, nil, nil,
|
919
|
+
nil, nil, 72, nil, nil, nil, nil, nil, nil, nil,
|
920
|
+
nil, nil, nil, nil, nil, nil, nil, nil, 12, nil,
|
921
|
+
nil, nil, nil, 6, nil, nil, 2, 9, nil, 12,
|
922
|
+
15, nil, nil, 9, nil, nil, nil, nil, 17, nil,
|
923
|
+
nil, 64, nil, nil, 12, nil, 6, nil, nil, nil,
|
924
|
+
nil, nil, 17, nil, nil, nil, nil, nil, nil, 17,
|
925
|
+
nil, 12, nil, nil, nil, nil, nil, nil, nil, nil,
|
926
|
+
nil, nil, nil, nil, nil, nil, 12, nil, 6, nil,
|
927
|
+
nil, nil, 12, nil, 6, nil, 17, nil, 12, nil,
|
928
|
+
nil, 2, 17, 12, nil, nil, nil, nil, nil, nil,
|
899
929
|
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
900
|
-
nil, nil,
|
901
|
-
6, 17, nil, nil, 12, nil, 2, nil, nil, 12,
|
902
|
-
nil, nil, nil, nil, nil, 17, nil, nil, nil, 17,
|
930
|
+
nil, nil, nil, nil, nil, nil, 2, nil, nil, nil,
|
903
931
|
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
904
|
-
|
905
|
-
|
906
|
-
nil, 2, nil, 2, 12, 2, nil, nil, nil, nil,
|
907
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
908
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
909
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
910
|
-
nil, nil, nil, nil, 17, nil, nil, nil, nil, nil,
|
911
|
-
nil, nil, nil, nil, nil, nil, nil, nil, 17, nil,
|
912
|
-
nil, nil, nil, nil, nil, 17, nil, nil, nil, nil,
|
913
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
914
|
-
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
915
|
-
nil, nil, 17, nil, nil, nil, nil, 17 ]
|
932
|
+
nil, nil, nil, nil, nil, nil, nil, 2, nil, 2,
|
933
|
+
12, 2 ]
|
916
934
|
|
917
935
|
racc_goto_pointer = [
|
918
|
-
nil,
|
919
|
-
-
|
920
|
-
nil, nil, nil, -
|
936
|
+
nil, 135, 0, 41, nil, 29, -10, nil, -56, -61,
|
937
|
+
-15, 157, -12, -82, -387, -122, -255, -27, -325, nil,
|
938
|
+
nil, nil, nil, -57, -107, -327, nil, nil, nil, nil,
|
921
939
|
nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
|
922
|
-
nil, nil, nil, nil, -
|
923
|
-
-
|
924
|
-
-
|
925
|
-
nil,
|
926
|
-
-
|
927
|
-
-
|
928
|
-
|
940
|
+
nil, nil, nil, nil, nil, -124, -155, -60, -59, -36,
|
941
|
+
nil, -40, nil, nil, nil, -140, -233, -130, -405, -361,
|
942
|
+
-356, -238, -278, -436, -100, -91, -189, nil, -64, -273,
|
943
|
+
nil, nil, -11, -5, -377, 54, 22, -162, -264, nil,
|
944
|
+
-198, -289, nil, -196, -272, -178, nil, -176, nil, -23,
|
945
|
+
nil, -178, -22, nil, -160, -194, -46, -162, -63, nil,
|
946
|
+
nil, -60, -57, -56, nil, -55, 64, 66, -195 ]
|
929
947
|
|
930
948
|
racc_goto_default = [
|
931
|
-
nil, nil,
|
932
|
-
nil, 8, 9, nil, nil, nil, nil, nil,
|
933
|
-
14, 15, 16, nil, nil,
|
949
|
+
nil, nil, 480, nil, 4, 5, 6, 7, 143, 142,
|
950
|
+
nil, 8, 9, nil, nil, nil, nil, nil, 279, 13,
|
951
|
+
14, 15, 16, nil, nil, 268, 410, 22, 23, 24,
|
934
952
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
935
|
-
35, 36, 37, 38, 39, 40, 41, 42, 43,
|
936
|
-
nil,
|
937
|
-
nil, nil, nil,
|
938
|
-
|
939
|
-
|
940
|
-
nil, nil,
|
941
|
-
nil, nil, nil,
|
953
|
+
35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
|
954
|
+
50, nil, 52, 53, 159, nil, nil, nil, 163, nil,
|
955
|
+
nil, nil, nil, nil, 481, nil, nil, 119, nil, 225,
|
956
|
+
227, 226, 59, nil, nil, nil, 125, nil, nil, 172,
|
957
|
+
nil, 173, 174, 178, 299, 300, 301, 302, 303, 306,
|
958
|
+
68, nil, nil, 192, 150, 189, 151, 75, 76, 77,
|
959
|
+
78, nil, nil, nil, 197, nil, nil, nil, nil ]
|
942
960
|
|
943
961
|
racc_reduce_table = [
|
944
962
|
0, 0, :racc_error,
|
945
|
-
1,
|
946
|
-
1,
|
947
|
-
0,
|
948
|
-
1,
|
949
|
-
1,
|
950
|
-
3,
|
951
|
-
2,
|
952
|
-
1,
|
953
|
-
3,
|
954
|
-
1, 103, :_reduce_none,
|
955
|
-
3, 103, :_reduce_11,
|
956
|
-
3, 103, :_reduce_12,
|
957
|
-
3, 103, :_reduce_13,
|
958
|
-
1, 105, :_reduce_none,
|
959
|
-
1, 105, :_reduce_15,
|
960
|
-
1, 107, :_reduce_16,
|
961
|
-
3, 107, :_reduce_17,
|
963
|
+
1, 99, :_reduce_1,
|
964
|
+
1, 99, :_reduce_2,
|
965
|
+
0, 99, :_reduce_3,
|
966
|
+
1, 100, :_reduce_4,
|
967
|
+
1, 102, :_reduce_5,
|
968
|
+
3, 102, :_reduce_6,
|
969
|
+
2, 102, :_reduce_7,
|
970
|
+
1, 103, :_reduce_8,
|
971
|
+
3, 103, :_reduce_9,
|
962
972
|
1, 104, :_reduce_none,
|
963
|
-
3, 104, :
|
964
|
-
3, 104, :
|
965
|
-
3, 104, :
|
966
|
-
|
967
|
-
1,
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
3, 112, :_reduce_31,
|
976
|
-
1, 111, :_reduce_32,
|
977
|
-
2, 111, :_reduce_33,
|
978
|
-
4, 111, :_reduce_34,
|
979
|
-
1, 109, :_reduce_none,
|
980
|
-
1, 109, :_reduce_none,
|
981
|
-
1, 109, :_reduce_none,
|
973
|
+
3, 104, :_reduce_11,
|
974
|
+
3, 104, :_reduce_12,
|
975
|
+
3, 104, :_reduce_13,
|
976
|
+
1, 106, :_reduce_none,
|
977
|
+
1, 106, :_reduce_15,
|
978
|
+
1, 108, :_reduce_16,
|
979
|
+
3, 108, :_reduce_17,
|
980
|
+
1, 105, :_reduce_none,
|
981
|
+
3, 105, :_reduce_19,
|
982
|
+
3, 105, :_reduce_20,
|
983
|
+
3, 105, :_reduce_21,
|
984
|
+
3, 105, :_reduce_22,
|
982
985
|
1, 109, :_reduce_none,
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
3,
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
3,
|
999
|
-
3,
|
1000
|
-
3,
|
1001
|
-
|
1002
|
-
3,
|
1003
|
-
3,
|
1004
|
-
3,
|
1005
|
-
3,
|
1006
|
-
3,
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
3,
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
1,
|
1024
|
-
|
1025
|
-
1,
|
1026
|
-
1,
|
1027
|
-
1,
|
1028
|
-
|
1029
|
-
1,
|
1030
|
-
1,
|
1031
|
-
1,
|
1032
|
-
1,
|
1033
|
-
1,
|
1034
|
-
1,
|
1035
|
-
1,
|
1036
|
-
1,
|
1037
|
-
1,
|
1038
|
-
1,
|
1039
|
-
1,
|
1040
|
-
1,
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
1,
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
1,
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
3,
|
1071
|
-
|
1072
|
-
|
1073
|
-
2,
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
3,
|
1082
|
-
6,
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
986
|
+
2, 109, :_reduce_24,
|
987
|
+
2, 109, :_reduce_25,
|
988
|
+
7, 109, :_reduce_26,
|
989
|
+
5, 109, :_reduce_27,
|
990
|
+
5, 109, :_reduce_28,
|
991
|
+
4, 116, :_reduce_29,
|
992
|
+
1, 113, :_reduce_30,
|
993
|
+
3, 113, :_reduce_31,
|
994
|
+
1, 112, :_reduce_32,
|
995
|
+
2, 112, :_reduce_33,
|
996
|
+
4, 112, :_reduce_34,
|
997
|
+
1, 110, :_reduce_none,
|
998
|
+
1, 110, :_reduce_none,
|
999
|
+
1, 110, :_reduce_none,
|
1000
|
+
1, 110, :_reduce_none,
|
1001
|
+
3, 110, :_reduce_39,
|
1002
|
+
3, 110, :_reduce_40,
|
1003
|
+
3, 110, :_reduce_41,
|
1004
|
+
3, 110, :_reduce_42,
|
1005
|
+
3, 110, :_reduce_43,
|
1006
|
+
3, 110, :_reduce_44,
|
1007
|
+
3, 110, :_reduce_45,
|
1008
|
+
3, 110, :_reduce_46,
|
1009
|
+
3, 110, :_reduce_47,
|
1010
|
+
3, 110, :_reduce_48,
|
1011
|
+
2, 110, :_reduce_49,
|
1012
|
+
2, 110, :_reduce_50,
|
1013
|
+
3, 110, :_reduce_51,
|
1014
|
+
3, 110, :_reduce_52,
|
1015
|
+
3, 110, :_reduce_53,
|
1016
|
+
3, 110, :_reduce_54,
|
1017
|
+
3, 110, :_reduce_55,
|
1018
|
+
3, 110, :_reduce_56,
|
1019
|
+
2, 110, :_reduce_57,
|
1020
|
+
3, 110, :_reduce_58,
|
1021
|
+
3, 110, :_reduce_59,
|
1022
|
+
3, 110, :_reduce_60,
|
1023
|
+
3, 110, :_reduce_61,
|
1024
|
+
3, 110, :_reduce_62,
|
1025
|
+
5, 120, :_reduce_63,
|
1026
|
+
1, 122, :_reduce_64,
|
1027
|
+
3, 122, :_reduce_65,
|
1028
|
+
1, 123, :_reduce_none,
|
1029
|
+
1, 123, :_reduce_67,
|
1030
|
+
1, 124, :_reduce_68,
|
1031
|
+
3, 124, :_reduce_69,
|
1032
|
+
1, 117, :_reduce_none,
|
1033
|
+
1, 117, :_reduce_none,
|
1034
|
+
1, 117, :_reduce_none,
|
1035
|
+
1, 117, :_reduce_none,
|
1036
|
+
1, 117, :_reduce_none,
|
1037
|
+
1, 117, :_reduce_none,
|
1038
|
+
1, 117, :_reduce_none,
|
1039
|
+
1, 117, :_reduce_none,
|
1040
|
+
1, 117, :_reduce_none,
|
1041
|
+
1, 117, :_reduce_none,
|
1042
|
+
1, 117, :_reduce_none,
|
1043
|
+
1, 117, :_reduce_none,
|
1044
|
+
1, 117, :_reduce_none,
|
1045
|
+
1, 117, :_reduce_none,
|
1046
|
+
1, 117, :_reduce_none,
|
1047
|
+
1, 117, :_reduce_none,
|
1048
|
+
1, 117, :_reduce_none,
|
1049
|
+
1, 117, :_reduce_none,
|
1050
|
+
1, 117, :_reduce_none,
|
1051
|
+
1, 117, :_reduce_none,
|
1052
|
+
1, 117, :_reduce_none,
|
1053
|
+
1, 117, :_reduce_none,
|
1054
|
+
1, 117, :_reduce_none,
|
1055
|
+
1, 117, :_reduce_93,
|
1056
|
+
1, 117, :_reduce_94,
|
1057
|
+
1, 117, :_reduce_95,
|
1058
|
+
1, 117, :_reduce_96,
|
1059
|
+
1, 117, :_reduce_97,
|
1060
|
+
4, 119, :_reduce_98,
|
1061
|
+
2, 119, :_reduce_99,
|
1062
|
+
5, 119, :_reduce_100,
|
1063
|
+
3, 119, :_reduce_101,
|
1064
|
+
2, 148, :_reduce_102,
|
1065
|
+
2, 148, :_reduce_103,
|
1066
|
+
1, 126, :_reduce_104,
|
1067
|
+
2, 126, :_reduce_105,
|
1068
|
+
4, 150, :_reduce_106,
|
1069
|
+
3, 150, :_reduce_107,
|
1070
|
+
1, 150, :_reduce_108,
|
1071
|
+
3, 151, :_reduce_109,
|
1072
|
+
3, 151, :_reduce_110,
|
1073
|
+
3, 149, :_reduce_111,
|
1074
|
+
3, 154, :_reduce_112,
|
1075
|
+
2, 154, :_reduce_113,
|
1076
|
+
2, 152, :_reduce_114,
|
1077
|
+
4, 152, :_reduce_115,
|
1078
|
+
2, 129, :_reduce_116,
|
1079
|
+
5, 156, :_reduce_117,
|
1080
|
+
4, 156, :_reduce_118,
|
1081
|
+
0, 157, :_reduce_none,
|
1082
|
+
2, 157, :_reduce_120,
|
1083
|
+
4, 157, :_reduce_121,
|
1084
|
+
3, 157, :_reduce_122,
|
1085
|
+
6, 130, :_reduce_123,
|
1086
|
+
5, 130, :_reduce_124,
|
1087
|
+
0, 158, :_reduce_none,
|
1088
|
+
4, 158, :_reduce_126,
|
1089
|
+
3, 158, :_reduce_127,
|
1090
|
+
5, 128, :_reduce_128,
|
1091
|
+
1, 159, :_reduce_129,
|
1092
|
+
2, 159, :_reduce_130,
|
1093
|
+
5, 160, :_reduce_131,
|
1094
|
+
1, 161, :_reduce_none,
|
1095
|
+
1, 161, :_reduce_none,
|
1096
|
+
1, 121, :_reduce_none,
|
1097
|
+
4, 121, :_reduce_135,
|
1098
|
+
1, 164, :_reduce_136,
|
1099
|
+
3, 164, :_reduce_137,
|
1100
|
+
3, 163, :_reduce_138,
|
1101
|
+
6, 127, :_reduce_139,
|
1102
|
+
2, 127, :_reduce_140,
|
1103
|
+
3, 165, :_reduce_141,
|
1104
|
+
3, 165, :_reduce_142,
|
1091
1105
|
1, 166, :_reduce_none,
|
1092
1106
|
1, 166, :_reduce_none,
|
1093
|
-
|
1094
|
-
|
1095
|
-
3,
|
1096
|
-
|
1107
|
+
0, 111, :_reduce_145,
|
1108
|
+
1, 111, :_reduce_146,
|
1109
|
+
3, 111, :_reduce_147,
|
1110
|
+
1, 168, :_reduce_none,
|
1111
|
+
1, 168, :_reduce_none,
|
1112
|
+
3, 167, :_reduce_150,
|
1113
|
+
3, 167, :_reduce_151,
|
1114
|
+
3, 167, :_reduce_152,
|
1097
1115
|
6, 131, :_reduce_153,
|
1098
|
-
|
1099
|
-
7,
|
1100
|
-
|
1101
|
-
1,
|
1102
|
-
6, 133, :_reduce_158,
|
1103
|
-
7, 132, :_reduce_159,
|
1104
|
-
1, 172, :_reduce_160,
|
1105
|
-
1, 170, :_reduce_none,
|
1106
|
-
1, 170, :_reduce_none,
|
1116
|
+
6, 132, :_reduce_154,
|
1117
|
+
7, 118, :_reduce_155,
|
1118
|
+
7, 118, :_reduce_156,
|
1119
|
+
1, 173, :_reduce_none,
|
1107
1120
|
1, 173, :_reduce_none,
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
1,
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1121
|
+
6, 134, :_reduce_159,
|
1122
|
+
8, 135, :_reduce_160,
|
1123
|
+
7, 133, :_reduce_161,
|
1124
|
+
1, 174, :_reduce_162,
|
1125
|
+
1, 172, :_reduce_none,
|
1126
|
+
1, 172, :_reduce_none,
|
1127
|
+
1, 175, :_reduce_none,
|
1128
|
+
2, 175, :_reduce_166,
|
1129
|
+
1, 176, :_reduce_none,
|
1130
|
+
1, 176, :_reduce_none,
|
1131
|
+
4, 137, :_reduce_169,
|
1132
|
+
3, 137, :_reduce_170,
|
1133
|
+
7, 136, :_reduce_171,
|
1134
|
+
6, 136, :_reduce_172,
|
1135
|
+
1, 177, :_reduce_173,
|
1136
|
+
3, 177, :_reduce_174,
|
1123
1137
|
1, 179, :_reduce_none,
|
1124
1138
|
1, 179, :_reduce_none,
|
1125
|
-
1,
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
5, 151, :_reduce_185,
|
1130
|
-
1, 151, :_reduce_none,
|
1131
|
-
1, 168, :_reduce_none,
|
1132
|
-
1, 168, :_reduce_none,
|
1133
|
-
1, 168, :_reduce_none,
|
1134
|
-
1, 168, :_reduce_190,
|
1135
|
-
1, 168, :_reduce_191,
|
1136
|
-
1, 169, :_reduce_192,
|
1137
|
-
2, 169, :_reduce_193,
|
1138
|
-
2, 169, :_reduce_194,
|
1139
|
-
4, 169, :_reduce_195,
|
1140
|
-
4, 169, :_reduce_196,
|
1141
|
-
1, 153, :_reduce_197,
|
1142
|
-
3, 153, :_reduce_198,
|
1143
|
-
1, 180, :_reduce_none,
|
1144
|
-
1, 180, :_reduce_none,
|
1139
|
+
1, 179, :_reduce_177,
|
1140
|
+
1, 179, :_reduce_none,
|
1141
|
+
1, 180, :_reduce_179,
|
1142
|
+
3, 180, :_reduce_180,
|
1145
1143
|
1, 181, :_reduce_none,
|
1146
1144
|
1, 181, :_reduce_none,
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
2,
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
1,
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
3,
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
1,
|
1184
|
-
1,
|
1145
|
+
1, 178, :_reduce_none,
|
1146
|
+
2, 178, :_reduce_184,
|
1147
|
+
7, 139, :_reduce_185,
|
1148
|
+
2, 153, :_reduce_186,
|
1149
|
+
5, 153, :_reduce_187,
|
1150
|
+
1, 153, :_reduce_none,
|
1151
|
+
1, 170, :_reduce_none,
|
1152
|
+
1, 170, :_reduce_none,
|
1153
|
+
1, 170, :_reduce_none,
|
1154
|
+
1, 170, :_reduce_192,
|
1155
|
+
1, 170, :_reduce_193,
|
1156
|
+
1, 171, :_reduce_194,
|
1157
|
+
2, 171, :_reduce_195,
|
1158
|
+
2, 171, :_reduce_196,
|
1159
|
+
4, 171, :_reduce_197,
|
1160
|
+
4, 171, :_reduce_198,
|
1161
|
+
1, 155, :_reduce_199,
|
1162
|
+
3, 155, :_reduce_200,
|
1163
|
+
1, 182, :_reduce_none,
|
1164
|
+
1, 182, :_reduce_none,
|
1165
|
+
1, 183, :_reduce_none,
|
1166
|
+
1, 183, :_reduce_none,
|
1167
|
+
3, 185, :_reduce_205,
|
1168
|
+
1, 185, :_reduce_206,
|
1169
|
+
2, 186, :_reduce_207,
|
1170
|
+
2, 184, :_reduce_208,
|
1171
|
+
1, 187, :_reduce_209,
|
1172
|
+
4, 187, :_reduce_210,
|
1173
|
+
4, 140, :_reduce_211,
|
1174
|
+
7, 140, :_reduce_212,
|
1175
|
+
3, 140, :_reduce_213,
|
1176
|
+
3, 140, :_reduce_214,
|
1177
|
+
3, 140, :_reduce_215,
|
1178
|
+
2, 188, :_reduce_216,
|
1179
|
+
5, 141, :_reduce_217,
|
1180
|
+
7, 141, :_reduce_218,
|
1181
|
+
1, 125, :_reduce_219,
|
1182
|
+
1, 142, :_reduce_220,
|
1183
|
+
1, 142, :_reduce_221,
|
1184
|
+
4, 143, :_reduce_222,
|
1185
|
+
2, 143, :_reduce_223,
|
1186
|
+
4, 143, :_reduce_224,
|
1187
|
+
2, 143, :_reduce_225,
|
1188
|
+
3, 144, :_reduce_226,
|
1189
|
+
4, 144, :_reduce_227,
|
1190
|
+
2, 144, :_reduce_228,
|
1191
|
+
1, 191, :_reduce_229,
|
1192
|
+
3, 191, :_reduce_230,
|
1193
|
+
3, 107, :_reduce_231,
|
1194
|
+
1, 193, :_reduce_none,
|
1195
|
+
1, 193, :_reduce_233,
|
1185
1196
|
1, 192, :_reduce_none,
|
1186
|
-
1,
|
1187
|
-
1,
|
1188
|
-
|
1189
|
-
1,
|
1190
|
-
1,
|
1191
|
-
|
1192
|
-
1,
|
1193
|
-
1,
|
1194
|
-
1,
|
1195
|
-
|
1196
|
-
1,
|
1197
|
-
1,
|
1198
|
-
|
1199
|
-
|
1200
|
-
2,
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1213
|
-
1,
|
1214
|
-
|
1197
|
+
1, 192, :_reduce_235,
|
1198
|
+
1, 190, :_reduce_236,
|
1199
|
+
3, 190, :_reduce_237,
|
1200
|
+
1, 194, :_reduce_none,
|
1201
|
+
1, 194, :_reduce_none,
|
1202
|
+
1, 194, :_reduce_none,
|
1203
|
+
1, 194, :_reduce_none,
|
1204
|
+
1, 194, :_reduce_none,
|
1205
|
+
1, 194, :_reduce_none,
|
1206
|
+
1, 146, :_reduce_none,
|
1207
|
+
1, 146, :_reduce_none,
|
1208
|
+
1, 146, :_reduce_none,
|
1209
|
+
1, 195, :_reduce_247,
|
1210
|
+
1, 195, :_reduce_248,
|
1211
|
+
2, 196, :_reduce_249,
|
1212
|
+
1, 198, :_reduce_250,
|
1213
|
+
1, 200, :_reduce_251,
|
1214
|
+
1, 201, :_reduce_252,
|
1215
|
+
2, 199, :_reduce_253,
|
1216
|
+
1, 202, :_reduce_254,
|
1217
|
+
1, 203, :_reduce_255,
|
1218
|
+
2, 203, :_reduce_256,
|
1219
|
+
2, 197, :_reduce_257,
|
1220
|
+
2, 204, :_reduce_258,
|
1221
|
+
2, 204, :_reduce_259,
|
1222
|
+
3, 101, :_reduce_260,
|
1223
|
+
0, 189, :_reduce_none,
|
1224
|
+
1, 189, :_reduce_none,
|
1225
|
+
0, 205, :_reduce_263,
|
1226
|
+
2, 205, :_reduce_264,
|
1227
|
+
4, 205, :_reduce_265,
|
1228
|
+
1, 138, :_reduce_266,
|
1229
|
+
3, 138, :_reduce_267,
|
1230
|
+
5, 138, :_reduce_268,
|
1231
|
+
1, 206, :_reduce_none,
|
1232
|
+
1, 206, :_reduce_none,
|
1233
|
+
1, 147, :_reduce_271,
|
1234
|
+
1, 145, :_reduce_272,
|
1235
|
+
0, 115, :_reduce_none,
|
1236
|
+
1, 115, :_reduce_274,
|
1215
1237
|
0, 114, :_reduce_none,
|
1216
|
-
1, 114, :
|
1217
|
-
|
1218
|
-
1,
|
1219
|
-
1,
|
1220
|
-
1,
|
1221
|
-
1,
|
1222
|
-
1,
|
1223
|
-
1,
|
1224
|
-
1,
|
1225
|
-
1,
|
1226
|
-
1,
|
1227
|
-
1,
|
1228
|
-
1,
|
1229
|
-
1,
|
1230
|
-
1,
|
1231
|
-
1,
|
1232
|
-
1,
|
1233
|
-
1,
|
1234
|
-
1,
|
1235
|
-
1,
|
1236
|
-
1,
|
1237
|
-
1,
|
1238
|
-
1,
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
racc_shift_n = 536
|
1238
|
+
1, 114, :_reduce_none,
|
1239
|
+
1, 169, :_reduce_none,
|
1240
|
+
1, 169, :_reduce_none,
|
1241
|
+
1, 169, :_reduce_none,
|
1242
|
+
1, 169, :_reduce_none,
|
1243
|
+
1, 169, :_reduce_none,
|
1244
|
+
1, 169, :_reduce_none,
|
1245
|
+
1, 169, :_reduce_none,
|
1246
|
+
1, 169, :_reduce_none,
|
1247
|
+
1, 169, :_reduce_none,
|
1248
|
+
1, 169, :_reduce_none,
|
1249
|
+
1, 169, :_reduce_none,
|
1250
|
+
1, 169, :_reduce_none,
|
1251
|
+
1, 169, :_reduce_none,
|
1252
|
+
1, 169, :_reduce_none,
|
1253
|
+
1, 169, :_reduce_none,
|
1254
|
+
1, 169, :_reduce_none,
|
1255
|
+
1, 169, :_reduce_none,
|
1256
|
+
1, 169, :_reduce_none,
|
1257
|
+
1, 169, :_reduce_none,
|
1258
|
+
1, 169, :_reduce_none,
|
1259
|
+
1, 169, :_reduce_none,
|
1260
|
+
1, 169, :_reduce_none,
|
1261
|
+
0, 162, :_reduce_299 ]
|
1262
|
+
|
1263
|
+
racc_reduce_n = 300
|
1264
|
+
|
1265
|
+
racc_shift_n = 545
|
1246
1266
|
|
1247
1267
|
racc_token_table = {
|
1248
1268
|
false => 0,
|
@@ -1337,13 +1357,14 @@ racc_token_table = {
|
|
1337
1357
|
:CONSUMES => 89,
|
1338
1358
|
:SITE => 90,
|
1339
1359
|
:PLAN => 91,
|
1340
|
-
:
|
1341
|
-
:
|
1342
|
-
:
|
1343
|
-
:
|
1344
|
-
:
|
1360
|
+
:APPLY => 92,
|
1361
|
+
:LOW => 93,
|
1362
|
+
:HIGH => 94,
|
1363
|
+
:LISTSTART => 95,
|
1364
|
+
:SPLAT => 96,
|
1365
|
+
:MODULO => 97 }
|
1345
1366
|
|
1346
|
-
racc_nt_base =
|
1367
|
+
racc_nt_base = 98
|
1347
1368
|
|
1348
1369
|
racc_use_result_var = true
|
1349
1370
|
|
@@ -1456,6 +1477,7 @@ Racc_token_to_s_table = [
|
|
1456
1477
|
"CONSUMES",
|
1457
1478
|
"SITE",
|
1458
1479
|
"PLAN",
|
1480
|
+
"APPLY",
|
1459
1481
|
"LOW",
|
1460
1482
|
"HIGH",
|
1461
1483
|
"LISTSTART",
|
@@ -1498,6 +1520,7 @@ Racc_token_to_s_table = [
|
|
1498
1520
|
"application_expression",
|
1499
1521
|
"hostclass_expression",
|
1500
1522
|
"plan_expression",
|
1523
|
+
"apply_expression",
|
1501
1524
|
"node_definition_expression",
|
1502
1525
|
"site_definition_expression",
|
1503
1526
|
"epp_render_expression",
|
@@ -2096,43 +2119,45 @@ module_eval(<<'.,.,', 'egrammar.ra', 249)
|
|
2096
2119
|
|
2097
2120
|
# reduce 91 omitted
|
2098
2121
|
|
2099
|
-
|
2100
|
-
def _reduce_92(val, _values, result)
|
2101
|
-
result = Factory.NUMBER(val[0][:value]) ; loc result, val[0]
|
2102
|
-
result
|
2103
|
-
end
|
2104
|
-
.,.,
|
2122
|
+
# reduce 92 omitted
|
2105
2123
|
|
2106
2124
|
module_eval(<<'.,.,', 'egrammar.ra', 275)
|
2107
2125
|
def _reduce_93(val, _values, result)
|
2108
|
-
result = Factory.
|
2126
|
+
result = Factory.NUMBER(val[0][:value]) ; loc result, val[0]
|
2109
2127
|
result
|
2110
2128
|
end
|
2111
2129
|
.,.,
|
2112
2130
|
|
2113
2131
|
module_eval(<<'.,.,', 'egrammar.ra', 276)
|
2114
2132
|
def _reduce_94(val, _values, result)
|
2115
|
-
result = Factory.literal(:
|
2133
|
+
result = Factory.literal(val[0][:value]) ; loc result, val[0]
|
2116
2134
|
result
|
2117
2135
|
end
|
2118
2136
|
.,.,
|
2119
2137
|
|
2120
2138
|
module_eval(<<'.,.,', 'egrammar.ra', 277)
|
2121
2139
|
def _reduce_95(val, _values, result)
|
2122
|
-
result = Factory.literal(:
|
2140
|
+
result = Factory.literal(:default) ; loc result, val[0]
|
2123
2141
|
result
|
2124
2142
|
end
|
2125
2143
|
.,.,
|
2126
2144
|
|
2127
2145
|
module_eval(<<'.,.,', 'egrammar.ra', 278)
|
2128
2146
|
def _reduce_96(val, _values, result)
|
2129
|
-
result = Factory.
|
2147
|
+
result = Factory.literal(:undef) ; loc result, val[0]
|
2130
2148
|
result
|
2131
2149
|
end
|
2132
2150
|
.,.,
|
2133
2151
|
|
2134
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2152
|
+
module_eval(<<'.,.,', 'egrammar.ra', 279)
|
2135
2153
|
def _reduce_97(val, _values, result)
|
2154
|
+
result = Factory.QNAME_OR_NUMBER(val[0][:value]) ; loc result, val[0]
|
2155
|
+
result
|
2156
|
+
end
|
2157
|
+
.,.,
|
2158
|
+
|
2159
|
+
module_eval(<<'.,.,', 'egrammar.ra', 288)
|
2160
|
+
def _reduce_98(val, _values, result)
|
2136
2161
|
result = Factory.CALL_NAMED(val[0], true, val[1])
|
2137
2162
|
loc result, val[0], val[3]
|
2138
2163
|
|
@@ -2140,8 +2165,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 287)
|
|
2140
2165
|
end
|
2141
2166
|
.,.,
|
2142
2167
|
|
2143
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2144
|
-
def
|
2168
|
+
module_eval(<<'.,.,', 'egrammar.ra', 292)
|
2169
|
+
def _reduce_99(val, _values, result)
|
2145
2170
|
result = Factory.CALL_NAMED(val[0], true, [])
|
2146
2171
|
loc result, val[0], val[1]
|
2147
2172
|
|
@@ -2149,8 +2174,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 291)
|
|
2149
2174
|
end
|
2150
2175
|
.,.,
|
2151
2176
|
|
2152
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2153
|
-
def
|
2177
|
+
module_eval(<<'.,.,', 'egrammar.ra', 296)
|
2178
|
+
def _reduce_100(val, _values, result)
|
2154
2179
|
result = Factory.CALL_NAMED(val[0], true, val[1])
|
2155
2180
|
loc result, val[0], val[4]
|
2156
2181
|
result.lambda = val[4]
|
@@ -2159,8 +2184,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 295)
|
|
2159
2184
|
end
|
2160
2185
|
.,.,
|
2161
2186
|
|
2162
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2163
|
-
def
|
2187
|
+
module_eval(<<'.,.,', 'egrammar.ra', 301)
|
2188
|
+
def _reduce_101(val, _values, result)
|
2164
2189
|
result = Factory.CALL_NAMED(val[0], true, [])
|
2165
2190
|
loc result, val[0], val[2]
|
2166
2191
|
result.lambda = val[2]
|
@@ -2169,57 +2194,57 @@ module_eval(<<'.,.,', 'egrammar.ra', 300)
|
|
2169
2194
|
end
|
2170
2195
|
.,.,
|
2171
2196
|
|
2172
|
-
module_eval(<<'.,.,', 'egrammar.ra', 306)
|
2173
|
-
def _reduce_101(val, _values, result)
|
2174
|
-
result = val[0]
|
2175
|
-
result
|
2176
|
-
end
|
2177
|
-
.,.,
|
2178
|
-
|
2179
2197
|
module_eval(<<'.,.,', 'egrammar.ra', 307)
|
2180
2198
|
def _reduce_102(val, _values, result)
|
2181
|
-
result =
|
2199
|
+
result = val[0]
|
2182
2200
|
result
|
2183
2201
|
end
|
2184
2202
|
.,.,
|
2185
2203
|
|
2186
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2204
|
+
module_eval(<<'.,.,', 'egrammar.ra', 308)
|
2187
2205
|
def _reduce_103(val, _values, result)
|
2188
|
-
result = val[0]
|
2206
|
+
result = Factory.QNAME(val[0][:value]); loc result, val[0]
|
2189
2207
|
result
|
2190
2208
|
end
|
2191
2209
|
.,.,
|
2192
2210
|
|
2193
2211
|
module_eval(<<'.,.,', 'egrammar.ra', 313)
|
2194
2212
|
def _reduce_104(val, _values, result)
|
2195
|
-
result = val[0]
|
2213
|
+
result = val[0]
|
2196
2214
|
result
|
2197
2215
|
end
|
2198
2216
|
.,.,
|
2199
2217
|
|
2200
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2218
|
+
module_eval(<<'.,.,', 'egrammar.ra', 314)
|
2201
2219
|
def _reduce_105(val, _values, result)
|
2202
|
-
result =
|
2220
|
+
result = val[0]; val[0].lambda = val[1]
|
2203
2221
|
result
|
2204
2222
|
end
|
2205
2223
|
.,.,
|
2206
2224
|
|
2207
2225
|
module_eval(<<'.,.,', 'egrammar.ra', 317)
|
2208
2226
|
def _reduce_106(val, _values, result)
|
2209
|
-
result = Factory.CALL_METHOD(val[0], []); loc result, val[1], val[3]
|
2227
|
+
result = Factory.CALL_METHOD(val[0], val[2]); loc result, val[1], val[3]
|
2210
2228
|
result
|
2211
2229
|
end
|
2212
2230
|
.,.,
|
2213
2231
|
|
2214
2232
|
module_eval(<<'.,.,', 'egrammar.ra', 318)
|
2215
2233
|
def _reduce_107(val, _values, result)
|
2216
|
-
result = Factory.CALL_METHOD(val[0], []); loc result, val[
|
2234
|
+
result = Factory.CALL_METHOD(val[0], []); loc result, val[1], val[3]
|
2217
2235
|
result
|
2218
2236
|
end
|
2219
2237
|
.,.,
|
2220
2238
|
|
2221
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2239
|
+
module_eval(<<'.,.,', 'egrammar.ra', 319)
|
2222
2240
|
def _reduce_108(val, _values, result)
|
2241
|
+
result = Factory.CALL_METHOD(val[0], []); loc result, val[0]
|
2242
|
+
result
|
2243
|
+
end
|
2244
|
+
.,.,
|
2245
|
+
|
2246
|
+
module_eval(<<'.,.,', 'egrammar.ra', 323)
|
2247
|
+
def _reduce_109(val, _values, result)
|
2223
2248
|
result = val[0].dot(Factory.fqn(val[2][:value]))
|
2224
2249
|
loc result, val[1], val[2]
|
2225
2250
|
|
@@ -2227,8 +2252,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 322)
|
|
2227
2252
|
end
|
2228
2253
|
.,.,
|
2229
2254
|
|
2230
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2231
|
-
def
|
2255
|
+
module_eval(<<'.,.,', 'egrammar.ra', 327)
|
2256
|
+
def _reduce_110(val, _values, result)
|
2232
2257
|
result = val[0].dot(Factory.fqn(val[2][:value]))
|
2233
2258
|
loc result, val[1], val[2]
|
2234
2259
|
|
@@ -2236,8 +2261,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 326)
|
|
2236
2261
|
end
|
2237
2262
|
.,.,
|
2238
2263
|
|
2239
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2240
|
-
def
|
2264
|
+
module_eval(<<'.,.,', 'egrammar.ra', 335)
|
2265
|
+
def _reduce_111(val, _values, result)
|
2241
2266
|
result = Factory.LAMBDA(val[0][:value], val[2][:value], val[1])
|
2242
2267
|
loc result, val[0][:start], val[2][:end]
|
2243
2268
|
|
@@ -2245,36 +2270,36 @@ module_eval(<<'.,.,', 'egrammar.ra', 334)
|
|
2245
2270
|
end
|
2246
2271
|
.,.,
|
2247
2272
|
|
2248
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2249
|
-
def
|
2273
|
+
module_eval(<<'.,.,', 'egrammar.ra', 340)
|
2274
|
+
def _reduce_112(val, _values, result)
|
2250
2275
|
result = {:end => val[2], :value =>val[1] }
|
2251
2276
|
result
|
2252
2277
|
end
|
2253
2278
|
.,.,
|
2254
2279
|
|
2255
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2256
|
-
def
|
2280
|
+
module_eval(<<'.,.,', 'egrammar.ra', 341)
|
2281
|
+
def _reduce_113(val, _values, result)
|
2257
2282
|
result = {:end => val[1], :value => nil }
|
2258
2283
|
result
|
2259
2284
|
end
|
2260
2285
|
.,.,
|
2261
2286
|
|
2262
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2263
|
-
def
|
2287
|
+
module_eval(<<'.,.,', 'egrammar.ra', 345)
|
2288
|
+
def _reduce_114(val, _values, result)
|
2264
2289
|
result = {:start => val[0], :value => [] }
|
2265
2290
|
result
|
2266
2291
|
end
|
2267
2292
|
.,.,
|
2268
2293
|
|
2269
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2270
|
-
def
|
2294
|
+
module_eval(<<'.,.,', 'egrammar.ra', 346)
|
2295
|
+
def _reduce_115(val, _values, result)
|
2271
2296
|
result = {:start => val[0], :value => val[1] }
|
2272
2297
|
result
|
2273
2298
|
end
|
2274
2299
|
.,.,
|
2275
2300
|
|
2276
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2277
|
-
def
|
2301
|
+
module_eval(<<'.,.,', 'egrammar.ra', 354)
|
2302
|
+
def _reduce_116(val, _values, result)
|
2278
2303
|
result = val[1]
|
2279
2304
|
loc(result, val[0], val[1])
|
2280
2305
|
|
@@ -2282,8 +2307,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 353)
|
|
2282
2307
|
end
|
2283
2308
|
.,.,
|
2284
2309
|
|
2285
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2286
|
-
def
|
2310
|
+
module_eval(<<'.,.,', 'egrammar.ra', 361)
|
2311
|
+
def _reduce_117(val, _values, result)
|
2287
2312
|
result = Factory.IF(val[0], Factory.block_or_expression(val[2], val[1], val[3]), val[4])
|
2288
2313
|
loc(result, val[0], (val[4] ? val[4] : val[3]))
|
2289
2314
|
|
@@ -2291,8 +2316,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 360)
|
|
2291
2316
|
end
|
2292
2317
|
.,.,
|
2293
2318
|
|
2294
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2295
|
-
def
|
2319
|
+
module_eval(<<'.,.,', 'egrammar.ra', 365)
|
2320
|
+
def _reduce_118(val, _values, result)
|
2296
2321
|
result = Factory.IF(val[0], nil, val[3])
|
2297
2322
|
loc(result, val[0], (val[3] ? val[3] : val[2]))
|
2298
2323
|
|
@@ -2300,10 +2325,10 @@ module_eval(<<'.,.,', 'egrammar.ra', 364)
|
|
2300
2325
|
end
|
2301
2326
|
.,.,
|
2302
2327
|
|
2303
|
-
# reduce
|
2328
|
+
# reduce 119 omitted
|
2304
2329
|
|
2305
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2306
|
-
def
|
2330
|
+
module_eval(<<'.,.,', 'egrammar.ra', 373)
|
2331
|
+
def _reduce_120(val, _values, result)
|
2307
2332
|
result = val[1]
|
2308
2333
|
loc(result, val[0], val[1])
|
2309
2334
|
|
@@ -2311,24 +2336,24 @@ module_eval(<<'.,.,', 'egrammar.ra', 372)
|
|
2311
2336
|
end
|
2312
2337
|
.,.,
|
2313
2338
|
|
2314
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2315
|
-
def
|
2339
|
+
module_eval(<<'.,.,', 'egrammar.ra', 377)
|
2340
|
+
def _reduce_121(val, _values, result)
|
2316
2341
|
result = Factory.block_or_expression(val[2], val[1], val[3])
|
2317
2342
|
|
2318
2343
|
result
|
2319
2344
|
end
|
2320
2345
|
.,.,
|
2321
2346
|
|
2322
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2323
|
-
def
|
2347
|
+
module_eval(<<'.,.,', 'egrammar.ra', 380)
|
2348
|
+
def _reduce_122(val, _values, result)
|
2324
2349
|
result = nil # don't think a nop is needed here either
|
2325
2350
|
|
2326
2351
|
result
|
2327
2352
|
end
|
2328
2353
|
.,.,
|
2329
2354
|
|
2330
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2331
|
-
def
|
2355
|
+
module_eval(<<'.,.,', 'egrammar.ra', 387)
|
2356
|
+
def _reduce_123(val, _values, result)
|
2332
2357
|
result = Factory.UNLESS(val[1], Factory.block_or_expression(val[3], val[2], val[4]), val[5])
|
2333
2358
|
loc result, val[0], val[4]
|
2334
2359
|
|
@@ -2336,8 +2361,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 386)
|
|
2336
2361
|
end
|
2337
2362
|
.,.,
|
2338
2363
|
|
2339
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2340
|
-
def
|
2364
|
+
module_eval(<<'.,.,', 'egrammar.ra', 391)
|
2365
|
+
def _reduce_124(val, _values, result)
|
2341
2366
|
result = Factory.UNLESS(val[1], nil, val[4])
|
2342
2367
|
loc result, val[0], val[4]
|
2343
2368
|
|
@@ -2345,26 +2370,26 @@ module_eval(<<'.,.,', 'egrammar.ra', 390)
|
|
2345
2370
|
end
|
2346
2371
|
.,.,
|
2347
2372
|
|
2348
|
-
# reduce
|
2373
|
+
# reduce 125 omitted
|
2349
2374
|
|
2350
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2351
|
-
def
|
2375
|
+
module_eval(<<'.,.,', 'egrammar.ra', 401)
|
2376
|
+
def _reduce_126(val, _values, result)
|
2352
2377
|
result = Factory.block_or_expression(val[2], val[1], val[3])
|
2353
2378
|
|
2354
2379
|
result
|
2355
2380
|
end
|
2356
2381
|
.,.,
|
2357
2382
|
|
2358
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2359
|
-
def
|
2383
|
+
module_eval(<<'.,.,', 'egrammar.ra', 404)
|
2384
|
+
def _reduce_127(val, _values, result)
|
2360
2385
|
result = nil # don't think a nop is needed here either
|
2361
2386
|
|
2362
2387
|
result
|
2363
2388
|
end
|
2364
2389
|
.,.,
|
2365
2390
|
|
2366
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2367
|
-
def
|
2391
|
+
module_eval(<<'.,.,', 'egrammar.ra', 411)
|
2392
|
+
def _reduce_128(val, _values, result)
|
2368
2393
|
result = Factory.CASE(val[1], *val[3])
|
2369
2394
|
loc result, val[0], val[4]
|
2370
2395
|
|
@@ -2372,65 +2397,65 @@ module_eval(<<'.,.,', 'egrammar.ra', 410)
|
|
2372
2397
|
end
|
2373
2398
|
.,.,
|
2374
2399
|
|
2375
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2376
|
-
def
|
2400
|
+
module_eval(<<'.,.,', 'egrammar.ra', 417)
|
2401
|
+
def _reduce_129(val, _values, result)
|
2377
2402
|
result = [val[0]]
|
2378
2403
|
result
|
2379
2404
|
end
|
2380
2405
|
.,.,
|
2381
2406
|
|
2382
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2383
|
-
def
|
2407
|
+
module_eval(<<'.,.,', 'egrammar.ra', 418)
|
2408
|
+
def _reduce_130(val, _values, result)
|
2384
2409
|
result = val[0].push val[1]
|
2385
2410
|
result
|
2386
2411
|
end
|
2387
2412
|
.,.,
|
2388
2413
|
|
2389
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2390
|
-
def
|
2414
|
+
module_eval(<<'.,.,', 'egrammar.ra', 423)
|
2415
|
+
def _reduce_131(val, _values, result)
|
2391
2416
|
result = Factory.WHEN(val[0], val[3]); loc result, val[1], val[4]
|
2392
2417
|
|
2393
2418
|
result
|
2394
2419
|
end
|
2395
2420
|
.,.,
|
2396
2421
|
|
2397
|
-
# reduce 131 omitted
|
2398
|
-
|
2399
2422
|
# reduce 132 omitted
|
2400
2423
|
|
2401
2424
|
# reduce 133 omitted
|
2402
2425
|
|
2403
|
-
|
2404
|
-
|
2426
|
+
# reduce 134 omitted
|
2427
|
+
|
2428
|
+
module_eval(<<'.,.,', 'egrammar.ra', 439)
|
2429
|
+
def _reduce_135(val, _values, result)
|
2405
2430
|
result = val[1]
|
2406
2431
|
|
2407
2432
|
result
|
2408
2433
|
end
|
2409
2434
|
.,.,
|
2410
2435
|
|
2411
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2412
|
-
def
|
2436
|
+
module_eval(<<'.,.,', 'egrammar.ra', 444)
|
2437
|
+
def _reduce_136(val, _values, result)
|
2413
2438
|
result = [val[0]]
|
2414
2439
|
result
|
2415
2440
|
end
|
2416
2441
|
.,.,
|
2417
2442
|
|
2418
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2419
|
-
def
|
2443
|
+
module_eval(<<'.,.,', 'egrammar.ra', 445)
|
2444
|
+
def _reduce_137(val, _values, result)
|
2420
2445
|
result = val[0].push val[2]
|
2421
2446
|
result
|
2422
2447
|
end
|
2423
2448
|
.,.,
|
2424
2449
|
|
2425
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2426
|
-
def
|
2450
|
+
module_eval(<<'.,.,', 'egrammar.ra', 450)
|
2451
|
+
def _reduce_138(val, _values, result)
|
2427
2452
|
result = Factory.MAP(val[0], val[2]) ; loc result, val[1]
|
2428
2453
|
result
|
2429
2454
|
end
|
2430
2455
|
.,.,
|
2431
2456
|
|
2432
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2433
|
-
def
|
2457
|
+
module_eval(<<'.,.,', 'egrammar.ra', 460)
|
2458
|
+
def _reduce_139(val, _values, result)
|
2434
2459
|
result = Factory.COLLECT(val[0], val[1], val[3])
|
2435
2460
|
loc result, val[0], val[5]
|
2436
2461
|
|
@@ -2438,8 +2463,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 459)
|
|
2438
2463
|
end
|
2439
2464
|
.,.,
|
2440
2465
|
|
2441
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2442
|
-
def
|
2466
|
+
module_eval(<<'.,.,', 'egrammar.ra', 464)
|
2467
|
+
def _reduce_140(val, _values, result)
|
2443
2468
|
result = Factory.COLLECT(val[0], val[1], [])
|
2444
2469
|
loc result, val[0], val[1]
|
2445
2470
|
|
@@ -2447,51 +2472,51 @@ module_eval(<<'.,.,', 'egrammar.ra', 463)
|
|
2447
2472
|
end
|
2448
2473
|
.,.,
|
2449
2474
|
|
2450
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2451
|
-
def
|
2475
|
+
module_eval(<<'.,.,', 'egrammar.ra', 469)
|
2476
|
+
def _reduce_141(val, _values, result)
|
2452
2477
|
result = Factory.VIRTUAL_QUERY(val[1]) ; loc result, val[0], val[2]
|
2453
2478
|
result
|
2454
2479
|
end
|
2455
2480
|
.,.,
|
2456
2481
|
|
2457
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2458
|
-
def
|
2482
|
+
module_eval(<<'.,.,', 'egrammar.ra', 470)
|
2483
|
+
def _reduce_142(val, _values, result)
|
2459
2484
|
result = Factory.EXPORTED_QUERY(val[1]) ; loc result, val[0], val[2]
|
2460
2485
|
result
|
2461
2486
|
end
|
2462
2487
|
.,.,
|
2463
2488
|
|
2464
|
-
# reduce 142 omitted
|
2465
|
-
|
2466
2489
|
# reduce 143 omitted
|
2467
2490
|
|
2468
|
-
|
2469
|
-
|
2491
|
+
# reduce 144 omitted
|
2492
|
+
|
2493
|
+
module_eval(<<'.,.,', 'egrammar.ra', 479)
|
2494
|
+
def _reduce_145(val, _values, result)
|
2470
2495
|
result = []
|
2471
2496
|
result
|
2472
2497
|
end
|
2473
2498
|
.,.,
|
2474
2499
|
|
2475
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2476
|
-
def
|
2500
|
+
module_eval(<<'.,.,', 'egrammar.ra', 480)
|
2501
|
+
def _reduce_146(val, _values, result)
|
2477
2502
|
result = [val[0]]
|
2478
2503
|
result
|
2479
2504
|
end
|
2480
2505
|
.,.,
|
2481
2506
|
|
2482
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2483
|
-
def
|
2507
|
+
module_eval(<<'.,.,', 'egrammar.ra', 481)
|
2508
|
+
def _reduce_147(val, _values, result)
|
2484
2509
|
result = val[0].push(val[2])
|
2485
2510
|
result
|
2486
2511
|
end
|
2487
2512
|
.,.,
|
2488
2513
|
|
2489
|
-
# reduce 147 omitted
|
2490
|
-
|
2491
2514
|
# reduce 148 omitted
|
2492
2515
|
|
2493
|
-
|
2494
|
-
|
2516
|
+
# reduce 149 omitted
|
2517
|
+
|
2518
|
+
module_eval(<<'.,.,', 'egrammar.ra', 496)
|
2519
|
+
def _reduce_150(val, _values, result)
|
2495
2520
|
result = Factory.ATTRIBUTE_OP(val[0][:value], '=>', val[2])
|
2496
2521
|
loc result, val[0], val[2]
|
2497
2522
|
|
@@ -2499,8 +2524,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 495)
|
|
2499
2524
|
end
|
2500
2525
|
.,.,
|
2501
2526
|
|
2502
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2503
|
-
def
|
2527
|
+
module_eval(<<'.,.,', 'egrammar.ra', 500)
|
2528
|
+
def _reduce_151(val, _values, result)
|
2504
2529
|
result = Factory.ATTRIBUTE_OP(val[0][:value], '+>', val[2])
|
2505
2530
|
loc result, val[0], val[2]
|
2506
2531
|
|
@@ -2508,16 +2533,16 @@ module_eval(<<'.,.,', 'egrammar.ra', 499)
|
|
2508
2533
|
end
|
2509
2534
|
.,.,
|
2510
2535
|
|
2511
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2512
|
-
def
|
2536
|
+
module_eval(<<'.,.,', 'egrammar.ra', 504)
|
2537
|
+
def _reduce_152(val, _values, result)
|
2513
2538
|
result = Factory.ATTRIBUTES_OP(val[2]) ; loc result, val[0], val[2]
|
2514
2539
|
|
2515
2540
|
result
|
2516
2541
|
end
|
2517
2542
|
.,.,
|
2518
2543
|
|
2519
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2520
|
-
def
|
2544
|
+
module_eval(<<'.,.,', 'egrammar.ra', 513)
|
2545
|
+
def _reduce_153(val, _values, result)
|
2521
2546
|
definition = Factory.DEFINITION(classname(val[1][:value]), val[2], val[4])
|
2522
2547
|
loc(definition, val[0], val[5])
|
2523
2548
|
result = add_definition(definition)
|
@@ -2530,8 +2555,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 512)
|
|
2530
2555
|
end
|
2531
2556
|
.,.,
|
2532
2557
|
|
2533
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2534
|
-
def
|
2558
|
+
module_eval(<<'.,.,', 'egrammar.ra', 525)
|
2559
|
+
def _reduce_154(val, _values, result)
|
2535
2560
|
definition = Factory.APPLICATION(classname(val[1][:value]), val[2], val[4])
|
2536
2561
|
loc(definition, val[0], val[5])
|
2537
2562
|
result = add_definition(definition)
|
@@ -2540,8 +2565,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 524)
|
|
2540
2565
|
end
|
2541
2566
|
.,.,
|
2542
2567
|
|
2543
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2544
|
-
def
|
2568
|
+
module_eval(<<'.,.,', 'egrammar.ra', 532)
|
2569
|
+
def _reduce_155(val, _values, result)
|
2545
2570
|
result = Factory.CAPABILITY_MAPPING(val[1][:value],
|
2546
2571
|
Factory.QREF(classname(val[0][:value])),
|
2547
2572
|
classname(val[2][:value]), val[4])
|
@@ -2552,8 +2577,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 531)
|
|
2552
2577
|
end
|
2553
2578
|
.,.,
|
2554
2579
|
|
2555
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2556
|
-
def
|
2580
|
+
module_eval(<<'.,.,', 'egrammar.ra', 539)
|
2581
|
+
def _reduce_156(val, _values, result)
|
2557
2582
|
result = Factory.CAPABILITY_MAPPING(val[1][:value],
|
2558
2583
|
val[0],
|
2559
2584
|
classname(val[2][:value]), val[4])
|
@@ -2564,12 +2589,12 @@ module_eval(<<'.,.,', 'egrammar.ra', 538)
|
|
2564
2589
|
end
|
2565
2590
|
.,.,
|
2566
2591
|
|
2567
|
-
# reduce 156 omitted
|
2568
|
-
|
2569
2592
|
# reduce 157 omitted
|
2570
2593
|
|
2571
|
-
|
2572
|
-
|
2594
|
+
# reduce 158 omitted
|
2595
|
+
|
2596
|
+
module_eval(<<'.,.,', 'egrammar.ra', 553)
|
2597
|
+
def _reduce_159(val, _values, result)
|
2573
2598
|
# Remove this plan's name from the namestack as all nested plans have been parsed
|
2574
2599
|
namepop
|
2575
2600
|
definition = Factory.PLAN(classname(val[1][:value]), val[2], val[4])
|
@@ -2580,8 +2605,17 @@ module_eval(<<'.,.,', 'egrammar.ra', 552)
|
|
2580
2605
|
end
|
2581
2606
|
.,.,
|
2582
2607
|
|
2583
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2584
|
-
def
|
2608
|
+
module_eval(<<'.,.,', 'egrammar.ra', 562)
|
2609
|
+
def _reduce_160(val, _values, result)
|
2610
|
+
result = Factory.APPLY(val[2], Factory.apply_block(val[6]))
|
2611
|
+
loc result, val[0], val[7]
|
2612
|
+
|
2613
|
+
result
|
2614
|
+
end
|
2615
|
+
.,.,
|
2616
|
+
|
2617
|
+
module_eval(<<'.,.,', 'egrammar.ra', 572)
|
2618
|
+
def _reduce_161(val, _values, result)
|
2585
2619
|
# Remove this class' name from the namestack as all nested classes have been parsed
|
2586
2620
|
namepop
|
2587
2621
|
definition = Factory.HOSTCLASS(classname(val[1][:value]), val[2], token_text(val[3]), val[5])
|
@@ -2592,32 +2626,32 @@ module_eval(<<'.,.,', 'egrammar.ra', 565)
|
|
2592
2626
|
end
|
2593
2627
|
.,.,
|
2594
2628
|
|
2595
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2596
|
-
def
|
2629
|
+
module_eval(<<'.,.,', 'egrammar.ra', 583)
|
2630
|
+
def _reduce_162(val, _values, result)
|
2597
2631
|
namestack(val[0][:value]) ; result = val[0]
|
2598
2632
|
result
|
2599
2633
|
end
|
2600
2634
|
.,.,
|
2601
2635
|
|
2602
|
-
# reduce
|
2636
|
+
# reduce 163 omitted
|
2603
2637
|
|
2604
|
-
# reduce
|
2638
|
+
# reduce 164 omitted
|
2605
2639
|
|
2606
|
-
# reduce
|
2640
|
+
# reduce 165 omitted
|
2607
2641
|
|
2608
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2609
|
-
def
|
2642
|
+
module_eval(<<'.,.,', 'egrammar.ra', 592)
|
2643
|
+
def _reduce_166(val, _values, result)
|
2610
2644
|
result = val[1]
|
2611
2645
|
result
|
2612
2646
|
end
|
2613
2647
|
.,.,
|
2614
2648
|
|
2615
|
-
# reduce
|
2649
|
+
# reduce 167 omitted
|
2616
2650
|
|
2617
|
-
# reduce
|
2651
|
+
# reduce 168 omitted
|
2618
2652
|
|
2619
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2620
|
-
def
|
2653
|
+
module_eval(<<'.,.,', 'egrammar.ra', 609)
|
2654
|
+
def _reduce_169(val, _values, result)
|
2621
2655
|
definition = Factory.SITE(val[2])
|
2622
2656
|
loc(definition, val[0], val[3])
|
2623
2657
|
result = add_definition(definition)
|
@@ -2626,8 +2660,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 602)
|
|
2626
2660
|
end
|
2627
2661
|
.,.,
|
2628
2662
|
|
2629
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2630
|
-
def
|
2663
|
+
module_eval(<<'.,.,', 'egrammar.ra', 614)
|
2664
|
+
def _reduce_170(val, _values, result)
|
2631
2665
|
definition = Factory.SITE(nil)
|
2632
2666
|
loc(definition, val[0], val[2])
|
2633
2667
|
result = add_definition(definition)
|
@@ -2636,8 +2670,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 607)
|
|
2636
2670
|
end
|
2637
2671
|
.,.,
|
2638
2672
|
|
2639
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2640
|
-
def
|
2673
|
+
module_eval(<<'.,.,', 'egrammar.ra', 625)
|
2674
|
+
def _reduce_171(val, _values, result)
|
2641
2675
|
definition = Factory.NODE(val[1], val[3], val[5])
|
2642
2676
|
loc(definition, val[0], val[6])
|
2643
2677
|
result = add_definition(definition)
|
@@ -2646,8 +2680,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 618)
|
|
2646
2680
|
end
|
2647
2681
|
.,.,
|
2648
2682
|
|
2649
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2650
|
-
def
|
2683
|
+
module_eval(<<'.,.,', 'egrammar.ra', 630)
|
2684
|
+
def _reduce_172(val, _values, result)
|
2651
2685
|
definition = Factory.NODE(val[1], val[3], nil)
|
2652
2686
|
loc(definition, val[0], val[5])
|
2653
2687
|
result = add_definition(definition)
|
@@ -2656,62 +2690,62 @@ module_eval(<<'.,.,', 'egrammar.ra', 623)
|
|
2656
2690
|
end
|
2657
2691
|
.,.,
|
2658
2692
|
|
2659
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2660
|
-
def
|
2693
|
+
module_eval(<<'.,.,', 'egrammar.ra', 641)
|
2694
|
+
def _reduce_173(val, _values, result)
|
2661
2695
|
result = [result]
|
2662
2696
|
result
|
2663
2697
|
end
|
2664
2698
|
.,.,
|
2665
2699
|
|
2666
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2667
|
-
def
|
2700
|
+
module_eval(<<'.,.,', 'egrammar.ra', 642)
|
2701
|
+
def _reduce_174(val, _values, result)
|
2668
2702
|
result = val[0].push(val[2])
|
2669
2703
|
result
|
2670
2704
|
end
|
2671
2705
|
.,.,
|
2672
2706
|
|
2673
|
-
# reduce
|
2707
|
+
# reduce 175 omitted
|
2674
2708
|
|
2675
|
-
# reduce
|
2709
|
+
# reduce 176 omitted
|
2676
2710
|
|
2677
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2678
|
-
def
|
2711
|
+
module_eval(<<'.,.,', 'egrammar.ra', 649)
|
2712
|
+
def _reduce_177(val, _values, result)
|
2679
2713
|
result = Factory.literal(:default); loc result, val[0]
|
2680
2714
|
result
|
2681
2715
|
end
|
2682
2716
|
.,.,
|
2683
2717
|
|
2684
|
-
# reduce
|
2718
|
+
# reduce 178 omitted
|
2685
2719
|
|
2686
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2687
|
-
def
|
2720
|
+
module_eval(<<'.,.,', 'egrammar.ra', 653)
|
2721
|
+
def _reduce_179(val, _values, result)
|
2688
2722
|
result = Factory.literal(val[0][:value]); loc result, val[0]
|
2689
2723
|
result
|
2690
2724
|
end
|
2691
2725
|
.,.,
|
2692
2726
|
|
2693
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2694
|
-
def
|
2727
|
+
module_eval(<<'.,.,', 'egrammar.ra', 654)
|
2728
|
+
def _reduce_180(val, _values, result)
|
2695
2729
|
result = Factory.concat(val[0], '.', val[2][:value]); loc result, val[0], val[2]
|
2696
2730
|
result
|
2697
2731
|
end
|
2698
2732
|
.,.,
|
2699
2733
|
|
2700
|
-
# reduce
|
2734
|
+
# reduce 181 omitted
|
2701
2735
|
|
2702
|
-
# reduce
|
2736
|
+
# reduce 182 omitted
|
2703
2737
|
|
2704
|
-
# reduce
|
2738
|
+
# reduce 183 omitted
|
2705
2739
|
|
2706
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2707
|
-
def
|
2740
|
+
module_eval(<<'.,.,', 'egrammar.ra', 663)
|
2741
|
+
def _reduce_184(val, _values, result)
|
2708
2742
|
result = val[1]
|
2709
2743
|
result
|
2710
2744
|
end
|
2711
2745
|
.,.,
|
2712
2746
|
|
2713
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2714
|
-
def
|
2747
|
+
module_eval(<<'.,.,', 'egrammar.ra', 669)
|
2748
|
+
def _reduce_185(val, _values, result)
|
2715
2749
|
definition = Factory.FUNCTION(val[1][:value], val[2], val[5], val[3])
|
2716
2750
|
loc(definition, val[0], val[6])
|
2717
2751
|
result = add_definition(definition)
|
@@ -2720,143 +2754,143 @@ module_eval(<<'.,.,', 'egrammar.ra', 662)
|
|
2720
2754
|
end
|
2721
2755
|
.,.,
|
2722
2756
|
|
2723
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2724
|
-
def
|
2757
|
+
module_eval(<<'.,.,', 'egrammar.ra', 675)
|
2758
|
+
def _reduce_186(val, _values, result)
|
2725
2759
|
result = val[1]
|
2726
2760
|
result
|
2727
2761
|
end
|
2728
2762
|
.,.,
|
2729
2763
|
|
2730
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2731
|
-
def
|
2764
|
+
module_eval(<<'.,.,', 'egrammar.ra', 676)
|
2765
|
+
def _reduce_187(val, _values, result)
|
2732
2766
|
result = val[1].access(val[3]) ; loc result, val[1], val[4]
|
2733
2767
|
result
|
2734
2768
|
end
|
2735
2769
|
.,.,
|
2736
2770
|
|
2737
|
-
# reduce 186 omitted
|
2738
|
-
|
2739
|
-
# reduce 187 omitted
|
2740
|
-
|
2741
2771
|
# reduce 188 omitted
|
2742
2772
|
|
2743
2773
|
# reduce 189 omitted
|
2744
2774
|
|
2745
|
-
|
2746
|
-
|
2775
|
+
# reduce 190 omitted
|
2776
|
+
|
2777
|
+
# reduce 191 omitted
|
2778
|
+
|
2779
|
+
module_eval(<<'.,.,', 'egrammar.ra', 686)
|
2780
|
+
def _reduce_192(val, _values, result)
|
2747
2781
|
error val[0], "'class' keyword not allowed at this location"
|
2748
2782
|
result
|
2749
2783
|
end
|
2750
2784
|
.,.,
|
2751
2785
|
|
2752
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2753
|
-
def
|
2786
|
+
module_eval(<<'.,.,', 'egrammar.ra', 687)
|
2787
|
+
def _reduce_193(val, _values, result)
|
2754
2788
|
error val[0], "A quoted string is not valid as a name here"
|
2755
2789
|
result
|
2756
2790
|
end
|
2757
2791
|
.,.,
|
2758
2792
|
|
2759
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2760
|
-
def
|
2793
|
+
module_eval(<<'.,.,', 'egrammar.ra', 691)
|
2794
|
+
def _reduce_194(val, _values, result)
|
2761
2795
|
result = []
|
2762
2796
|
result
|
2763
2797
|
end
|
2764
2798
|
.,.,
|
2765
2799
|
|
2766
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2767
|
-
def
|
2800
|
+
module_eval(<<'.,.,', 'egrammar.ra', 692)
|
2801
|
+
def _reduce_195(val, _values, result)
|
2768
2802
|
result = []
|
2769
2803
|
result
|
2770
2804
|
end
|
2771
2805
|
.,.,
|
2772
2806
|
|
2773
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2774
|
-
def
|
2807
|
+
module_eval(<<'.,.,', 'egrammar.ra', 693)
|
2808
|
+
def _reduce_196(val, _values, result)
|
2775
2809
|
result = []
|
2776
2810
|
result
|
2777
2811
|
end
|
2778
2812
|
.,.,
|
2779
2813
|
|
2780
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2781
|
-
def
|
2814
|
+
module_eval(<<'.,.,', 'egrammar.ra', 694)
|
2815
|
+
def _reduce_197(val, _values, result)
|
2782
2816
|
result = val[1]
|
2783
2817
|
result
|
2784
2818
|
end
|
2785
2819
|
.,.,
|
2786
2820
|
|
2787
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2788
|
-
def
|
2821
|
+
module_eval(<<'.,.,', 'egrammar.ra', 695)
|
2822
|
+
def _reduce_198(val, _values, result)
|
2789
2823
|
result = val[1]
|
2790
2824
|
result
|
2791
2825
|
end
|
2792
2826
|
.,.,
|
2793
2827
|
|
2794
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2795
|
-
def
|
2828
|
+
module_eval(<<'.,.,', 'egrammar.ra', 699)
|
2829
|
+
def _reduce_199(val, _values, result)
|
2796
2830
|
result = [val[0]]
|
2797
2831
|
result
|
2798
2832
|
end
|
2799
2833
|
.,.,
|
2800
2834
|
|
2801
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2802
|
-
def
|
2835
|
+
module_eval(<<'.,.,', 'egrammar.ra', 700)
|
2836
|
+
def _reduce_200(val, _values, result)
|
2803
2837
|
result = val[0].push(val[2])
|
2804
2838
|
result
|
2805
2839
|
end
|
2806
2840
|
.,.,
|
2807
2841
|
|
2808
|
-
# reduce 199 omitted
|
2809
|
-
|
2810
|
-
# reduce 200 omitted
|
2811
|
-
|
2812
2842
|
# reduce 201 omitted
|
2813
2843
|
|
2814
2844
|
# reduce 202 omitted
|
2815
2845
|
|
2816
|
-
|
2817
|
-
|
2846
|
+
# reduce 203 omitted
|
2847
|
+
|
2848
|
+
# reduce 204 omitted
|
2849
|
+
|
2850
|
+
module_eval(<<'.,.,', 'egrammar.ra', 712)
|
2851
|
+
def _reduce_205(val, _values, result)
|
2818
2852
|
result = Factory.PARAM(val[0][:value], val[2]) ; loc result, val[0]
|
2819
2853
|
result
|
2820
2854
|
end
|
2821
2855
|
.,.,
|
2822
2856
|
|
2823
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2824
|
-
def
|
2857
|
+
module_eval(<<'.,.,', 'egrammar.ra', 713)
|
2858
|
+
def _reduce_206(val, _values, result)
|
2825
2859
|
result = Factory.PARAM(val[0][:value]); loc result, val[0]
|
2826
2860
|
result
|
2827
2861
|
end
|
2828
2862
|
.,.,
|
2829
2863
|
|
2830
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2831
|
-
def
|
2864
|
+
module_eval(<<'.,.,', 'egrammar.ra', 716)
|
2865
|
+
def _reduce_207(val, _values, result)
|
2832
2866
|
result = val[1]; val[1].captures_rest
|
2833
2867
|
result
|
2834
2868
|
end
|
2835
2869
|
.,.,
|
2836
2870
|
|
2837
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2838
|
-
def
|
2871
|
+
module_eval(<<'.,.,', 'egrammar.ra', 719)
|
2872
|
+
def _reduce_208(val, _values, result)
|
2839
2873
|
val[1].type_expr(val[0]) ; result = val[1]
|
2840
2874
|
result
|
2841
2875
|
end
|
2842
2876
|
.,.,
|
2843
2877
|
|
2844
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2845
|
-
def
|
2878
|
+
module_eval(<<'.,.,', 'egrammar.ra', 722)
|
2879
|
+
def _reduce_209(val, _values, result)
|
2846
2880
|
result = val[0]
|
2847
2881
|
result
|
2848
2882
|
end
|
2849
2883
|
.,.,
|
2850
2884
|
|
2851
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2852
|
-
def
|
2885
|
+
module_eval(<<'.,.,', 'egrammar.ra', 723)
|
2886
|
+
def _reduce_210(val, _values, result)
|
2853
2887
|
result = val[0].access(val[2]) ; loc result, val[0], val[3]
|
2854
2888
|
result
|
2855
2889
|
end
|
2856
2890
|
.,.,
|
2857
2891
|
|
2858
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2859
|
-
def
|
2892
|
+
module_eval(<<'.,.,', 'egrammar.ra', 728)
|
2893
|
+
def _reduce_211(val, _values, result)
|
2860
2894
|
definition = Factory.TYPE_ASSIGNMENT(val[0], Factory.KEY_ENTRY(val[2], val[3]))
|
2861
2895
|
loc(definition, val[0], val[3])
|
2862
2896
|
result = add_definition(definition)
|
@@ -2865,8 +2899,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 721)
|
|
2865
2899
|
end
|
2866
2900
|
.,.,
|
2867
2901
|
|
2868
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2869
|
-
def
|
2902
|
+
module_eval(<<'.,.,', 'egrammar.ra', 733)
|
2903
|
+
def _reduce_212(val, _values, result)
|
2870
2904
|
definition = Factory.TYPE_ASSIGNMENT(val[0], val[2].access(val[4]))
|
2871
2905
|
loc(definition, val[0], val[5])
|
2872
2906
|
result = add_definition(definition)
|
@@ -2875,8 +2909,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 726)
|
|
2875
2909
|
end
|
2876
2910
|
.,.,
|
2877
2911
|
|
2878
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2879
|
-
def
|
2912
|
+
module_eval(<<'.,.,', 'egrammar.ra', 738)
|
2913
|
+
def _reduce_213(val, _values, result)
|
2880
2914
|
definition = Factory.TYPE_ASSIGNMENT(val[0], val[2])
|
2881
2915
|
loc(definition, val[0], val[2])
|
2882
2916
|
result = add_definition(definition)
|
@@ -2885,8 +2919,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 731)
|
|
2885
2919
|
end
|
2886
2920
|
.,.,
|
2887
2921
|
|
2888
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2889
|
-
def
|
2922
|
+
module_eval(<<'.,.,', 'egrammar.ra', 743)
|
2923
|
+
def _reduce_214(val, _values, result)
|
2890
2924
|
definition = Factory.TYPE_ASSIGNMENT(val[0], val[2])
|
2891
2925
|
loc(definition, val[0], val[2])
|
2892
2926
|
result = add_definition(definition)
|
@@ -2895,8 +2929,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 736)
|
|
2895
2929
|
end
|
2896
2930
|
.,.,
|
2897
2931
|
|
2898
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2899
|
-
def
|
2932
|
+
module_eval(<<'.,.,', 'egrammar.ra', 748)
|
2933
|
+
def _reduce_215(val, _values, result)
|
2900
2934
|
definition = Factory.TYPE_ASSIGNMENT(val[0], val[2])
|
2901
2935
|
loc(definition, val[0], val[4])
|
2902
2936
|
result = add_definition(definition)
|
@@ -2905,15 +2939,15 @@ module_eval(<<'.,.,', 'egrammar.ra', 741)
|
|
2905
2939
|
end
|
2906
2940
|
.,.,
|
2907
2941
|
|
2908
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2909
|
-
def
|
2942
|
+
module_eval(<<'.,.,', 'egrammar.ra', 754)
|
2943
|
+
def _reduce_216(val, _values, result)
|
2910
2944
|
result = val[1]
|
2911
2945
|
result
|
2912
2946
|
end
|
2913
2947
|
.,.,
|
2914
2948
|
|
2915
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2916
|
-
def
|
2949
|
+
module_eval(<<'.,.,', 'egrammar.ra', 760)
|
2950
|
+
def _reduce_217(val, _values, result)
|
2917
2951
|
definition = Factory.TYPE_DEFINITION(val[1][:value], nil, val[3])
|
2918
2952
|
loc(definition, val[0], val[4])
|
2919
2953
|
result = add_definition(definition)
|
@@ -2922,8 +2956,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 753)
|
|
2922
2956
|
end
|
2923
2957
|
.,.,
|
2924
2958
|
|
2925
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2926
|
-
def
|
2959
|
+
module_eval(<<'.,.,', 'egrammar.ra', 765)
|
2960
|
+
def _reduce_218(val, _values, result)
|
2927
2961
|
definition = Factory.TYPE_DEFINITION(val[1][:value], val[3][:value], val[5])
|
2928
2962
|
loc(definition, val[0], val[6])
|
2929
2963
|
result = add_definition(definition)
|
@@ -2932,8 +2966,8 @@ module_eval(<<'.,.,', 'egrammar.ra', 758)
|
|
2932
2966
|
end
|
2933
2967
|
.,.,
|
2934
2968
|
|
2935
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2936
|
-
def
|
2969
|
+
module_eval(<<'.,.,', 'egrammar.ra', 774)
|
2970
|
+
def _reduce_219(val, _values, result)
|
2937
2971
|
fqn = Factory.fqn(val[0][:value])
|
2938
2972
|
loc(fqn, val[0])
|
2939
2973
|
fqn['offset'] += 1
|
@@ -2945,126 +2979,122 @@ module_eval(<<'.,.,', 'egrammar.ra', 767)
|
|
2945
2979
|
end
|
2946
2980
|
.,.,
|
2947
2981
|
|
2948
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2949
|
-
def
|
2982
|
+
module_eval(<<'.,.,', 'egrammar.ra', 785)
|
2983
|
+
def _reduce_220(val, _values, result)
|
2950
2984
|
result = Factory.RESERVED(val[0][:value]) ; loc result, val[0]
|
2951
2985
|
result
|
2952
2986
|
end
|
2953
2987
|
.,.,
|
2954
2988
|
|
2955
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2956
|
-
def
|
2989
|
+
module_eval(<<'.,.,', 'egrammar.ra', 786)
|
2990
|
+
def _reduce_221(val, _values, result)
|
2957
2991
|
result = Factory.RESERVED(val[0][:value]) ; loc result, val[0]
|
2958
2992
|
result
|
2959
2993
|
end
|
2960
2994
|
.,.,
|
2961
2995
|
|
2962
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2963
|
-
def
|
2996
|
+
module_eval(<<'.,.,', 'egrammar.ra', 792)
|
2997
|
+
def _reduce_222(val, _values, result)
|
2964
2998
|
result = Factory.LIST(val[1]); loc result, val[0], val[3]
|
2965
2999
|
result
|
2966
3000
|
end
|
2967
3001
|
.,.,
|
2968
3002
|
|
2969
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2970
|
-
def
|
3003
|
+
module_eval(<<'.,.,', 'egrammar.ra', 793)
|
3004
|
+
def _reduce_223(val, _values, result)
|
2971
3005
|
result = Factory.literal([]) ; loc result, val[0], val[1]
|
2972
3006
|
result
|
2973
3007
|
end
|
2974
3008
|
.,.,
|
2975
3009
|
|
2976
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2977
|
-
def
|
3010
|
+
module_eval(<<'.,.,', 'egrammar.ra', 794)
|
3011
|
+
def _reduce_224(val, _values, result)
|
2978
3012
|
result = Factory.LIST(val[1]); loc result, val[0], val[3]
|
2979
3013
|
result
|
2980
3014
|
end
|
2981
3015
|
.,.,
|
2982
3016
|
|
2983
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2984
|
-
def
|
3017
|
+
module_eval(<<'.,.,', 'egrammar.ra', 795)
|
3018
|
+
def _reduce_225(val, _values, result)
|
2985
3019
|
result = Factory.literal([]) ; loc result, val[0], val[1]
|
2986
3020
|
result
|
2987
3021
|
end
|
2988
3022
|
.,.,
|
2989
3023
|
|
2990
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2991
|
-
def
|
3024
|
+
module_eval(<<'.,.,', 'egrammar.ra', 798)
|
3025
|
+
def _reduce_226(val, _values, result)
|
2992
3026
|
result = Factory.HASH(val[1]); loc result, val[0], val[2]
|
2993
3027
|
result
|
2994
3028
|
end
|
2995
3029
|
.,.,
|
2996
3030
|
|
2997
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
2998
|
-
def
|
3031
|
+
module_eval(<<'.,.,', 'egrammar.ra', 799)
|
3032
|
+
def _reduce_227(val, _values, result)
|
2999
3033
|
result = Factory.HASH(val[1]); loc result, val[0], val[3]
|
3000
3034
|
result
|
3001
3035
|
end
|
3002
3036
|
.,.,
|
3003
3037
|
|
3004
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3005
|
-
def
|
3038
|
+
module_eval(<<'.,.,', 'egrammar.ra', 800)
|
3039
|
+
def _reduce_228(val, _values, result)
|
3006
3040
|
result = Factory.literal({}) ; loc result, val[0], val[1]
|
3007
3041
|
result
|
3008
3042
|
end
|
3009
3043
|
.,.,
|
3010
3044
|
|
3011
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3012
|
-
def
|
3045
|
+
module_eval(<<'.,.,', 'egrammar.ra', 803)
|
3046
|
+
def _reduce_229(val, _values, result)
|
3013
3047
|
result = [val[0]]
|
3014
3048
|
result
|
3015
3049
|
end
|
3016
3050
|
.,.,
|
3017
3051
|
|
3018
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3019
|
-
def
|
3052
|
+
module_eval(<<'.,.,', 'egrammar.ra', 804)
|
3053
|
+
def _reduce_230(val, _values, result)
|
3020
3054
|
result = val[0].push val[2]
|
3021
3055
|
result
|
3022
3056
|
end
|
3023
3057
|
.,.,
|
3024
3058
|
|
3025
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3026
|
-
def
|
3059
|
+
module_eval(<<'.,.,', 'egrammar.ra', 807)
|
3060
|
+
def _reduce_231(val, _values, result)
|
3027
3061
|
result = Factory.KEY_ENTRY(val[0], val[2]); loc result, val[1]
|
3028
3062
|
result
|
3029
3063
|
end
|
3030
3064
|
.,.,
|
3031
3065
|
|
3032
|
-
# reduce
|
3066
|
+
# reduce 232 omitted
|
3033
3067
|
|
3034
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3035
|
-
def
|
3068
|
+
module_eval(<<'.,.,', 'egrammar.ra', 811)
|
3069
|
+
def _reduce_233(val, _values, result)
|
3036
3070
|
result = Factory.literal(val[0][:value]) ; loc result, val[0]
|
3037
3071
|
result
|
3038
3072
|
end
|
3039
3073
|
.,.,
|
3040
3074
|
|
3041
|
-
# reduce
|
3075
|
+
# reduce 234 omitted
|
3042
3076
|
|
3043
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3044
|
-
def
|
3077
|
+
module_eval(<<'.,.,', 'egrammar.ra', 816)
|
3078
|
+
def _reduce_235(val, _values, result)
|
3045
3079
|
result = Factory.literal(val[0][:value]) ; loc result, val[0]
|
3046
3080
|
result
|
3047
3081
|
end
|
3048
3082
|
.,.,
|
3049
3083
|
|
3050
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3051
|
-
def
|
3084
|
+
module_eval(<<'.,.,', 'egrammar.ra', 819)
|
3085
|
+
def _reduce_236(val, _values, result)
|
3052
3086
|
result = [val[0]]
|
3053
3087
|
result
|
3054
3088
|
end
|
3055
3089
|
.,.,
|
3056
3090
|
|
3057
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3058
|
-
def
|
3091
|
+
module_eval(<<'.,.,', 'egrammar.ra', 820)
|
3092
|
+
def _reduce_237(val, _values, result)
|
3059
3093
|
result = Factory.ARGUMENTS(val[0], val[2])
|
3060
3094
|
result
|
3061
3095
|
end
|
3062
3096
|
.,.,
|
3063
3097
|
|
3064
|
-
# reduce 236 omitted
|
3065
|
-
|
3066
|
-
# reduce 237 omitted
|
3067
|
-
|
3068
3098
|
# reduce 238 omitted
|
3069
3099
|
|
3070
3100
|
# reduce 239 omitted
|
@@ -3079,181 +3109,181 @@ module_eval(<<'.,.,', 'egrammar.ra', 813)
|
|
3079
3109
|
|
3080
3110
|
# reduce 244 omitted
|
3081
3111
|
|
3082
|
-
|
3083
|
-
|
3112
|
+
# reduce 245 omitted
|
3113
|
+
|
3114
|
+
# reduce 246 omitted
|
3115
|
+
|
3116
|
+
module_eval(<<'.,.,', 'egrammar.ra', 837)
|
3117
|
+
def _reduce_247(val, _values, result)
|
3084
3118
|
result = Factory.literal(val[0][:value]) ; loc result, val[0]
|
3085
3119
|
result
|
3086
3120
|
end
|
3087
3121
|
.,.,
|
3088
3122
|
|
3089
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3090
|
-
def
|
3123
|
+
module_eval(<<'.,.,', 'egrammar.ra', 838)
|
3124
|
+
def _reduce_248(val, _values, result)
|
3091
3125
|
result = Factory.literal(val[0][:value]) ; loc result, val[0]
|
3092
3126
|
result
|
3093
3127
|
end
|
3094
3128
|
.,.,
|
3095
3129
|
|
3096
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3097
|
-
def
|
3130
|
+
module_eval(<<'.,.,', 'egrammar.ra', 840)
|
3131
|
+
def _reduce_249(val, _values, result)
|
3098
3132
|
result = Factory.STRING(val[0], *val[1]) ; loc result, val[0], val[1][-1]
|
3099
3133
|
result
|
3100
3134
|
end
|
3101
3135
|
.,.,
|
3102
3136
|
|
3103
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3104
|
-
def
|
3137
|
+
module_eval(<<'.,.,', 'egrammar.ra', 841)
|
3138
|
+
def _reduce_250(val, _values, result)
|
3105
3139
|
result = Factory.literal(val[0][:value]); loc result, val[0]
|
3106
3140
|
result
|
3107
3141
|
end
|
3108
3142
|
.,.,
|
3109
3143
|
|
3110
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3111
|
-
def
|
3144
|
+
module_eval(<<'.,.,', 'egrammar.ra', 842)
|
3145
|
+
def _reduce_251(val, _values, result)
|
3112
3146
|
result = Factory.literal(val[0][:value]); loc result, val[0]
|
3113
3147
|
result
|
3114
3148
|
end
|
3115
3149
|
.,.,
|
3116
3150
|
|
3117
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3118
|
-
def
|
3151
|
+
module_eval(<<'.,.,', 'egrammar.ra', 843)
|
3152
|
+
def _reduce_252(val, _values, result)
|
3119
3153
|
result = Factory.literal(val[0][:value]); loc result, val[0]
|
3120
3154
|
result
|
3121
3155
|
end
|
3122
3156
|
.,.,
|
3123
3157
|
|
3124
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3125
|
-
def
|
3158
|
+
module_eval(<<'.,.,', 'egrammar.ra', 844)
|
3159
|
+
def _reduce_253(val, _values, result)
|
3126
3160
|
result = [val[0]] + val[1]
|
3127
3161
|
result
|
3128
3162
|
end
|
3129
3163
|
.,.,
|
3130
3164
|
|
3131
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3132
|
-
def
|
3165
|
+
module_eval(<<'.,.,', 'egrammar.ra', 845)
|
3166
|
+
def _reduce_254(val, _values, result)
|
3133
3167
|
result = Factory.TEXT(val[0])
|
3134
3168
|
result
|
3135
3169
|
end
|
3136
3170
|
.,.,
|
3137
3171
|
|
3138
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3139
|
-
def
|
3172
|
+
module_eval(<<'.,.,', 'egrammar.ra', 848)
|
3173
|
+
def _reduce_255(val, _values, result)
|
3140
3174
|
result = [val[0]]
|
3141
3175
|
result
|
3142
3176
|
end
|
3143
3177
|
.,.,
|
3144
3178
|
|
3145
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3146
|
-
def
|
3179
|
+
module_eval(<<'.,.,', 'egrammar.ra', 849)
|
3180
|
+
def _reduce_256(val, _values, result)
|
3147
3181
|
result = [val[0]] + val[1]
|
3148
3182
|
result
|
3149
3183
|
end
|
3150
3184
|
.,.,
|
3151
3185
|
|
3152
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3153
|
-
def
|
3186
|
+
module_eval(<<'.,.,', 'egrammar.ra', 852)
|
3187
|
+
def _reduce_257(val, _values, result)
|
3154
3188
|
result = Factory.HEREDOC(val[0][:value], val[1]); loc result, val[0]
|
3155
3189
|
result
|
3156
3190
|
end
|
3157
3191
|
.,.,
|
3158
3192
|
|
3159
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3160
|
-
def
|
3193
|
+
module_eval(<<'.,.,', 'egrammar.ra', 855)
|
3194
|
+
def _reduce_258(val, _values, result)
|
3161
3195
|
result = Factory.SUBLOCATE(val[0], val[1]); loc result, val[0]
|
3162
3196
|
result
|
3163
3197
|
end
|
3164
3198
|
.,.,
|
3165
3199
|
|
3166
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3167
|
-
def
|
3200
|
+
module_eval(<<'.,.,', 'egrammar.ra', 856)
|
3201
|
+
def _reduce_259(val, _values, result)
|
3168
3202
|
result = Factory.SUBLOCATE(val[0], val[1]); loc result, val[0]
|
3169
3203
|
result
|
3170
3204
|
end
|
3171
3205
|
.,.,
|
3172
3206
|
|
3173
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3174
|
-
def
|
3207
|
+
module_eval(<<'.,.,', 'egrammar.ra', 859)
|
3208
|
+
def _reduce_260(val, _values, result)
|
3175
3209
|
result = Factory.EPP(val[1], val[2]); loc result, val[0]
|
3176
3210
|
result
|
3177
3211
|
end
|
3178
3212
|
.,.,
|
3179
3213
|
|
3180
|
-
# reduce
|
3214
|
+
# reduce 261 omitted
|
3181
3215
|
|
3182
|
-
# reduce
|
3216
|
+
# reduce 262 omitted
|
3183
3217
|
|
3184
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3185
|
-
def
|
3218
|
+
module_eval(<<'.,.,', 'egrammar.ra', 866)
|
3219
|
+
def _reduce_263(val, _values, result)
|
3186
3220
|
result = nil
|
3187
3221
|
result
|
3188
3222
|
end
|
3189
3223
|
.,.,
|
3190
3224
|
|
3191
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3192
|
-
def
|
3225
|
+
module_eval(<<'.,.,', 'egrammar.ra', 867)
|
3226
|
+
def _reduce_264(val, _values, result)
|
3193
3227
|
result = []
|
3194
3228
|
result
|
3195
3229
|
end
|
3196
3230
|
.,.,
|
3197
3231
|
|
3198
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3199
|
-
def
|
3232
|
+
module_eval(<<'.,.,', 'egrammar.ra', 868)
|
3233
|
+
def _reduce_265(val, _values, result)
|
3200
3234
|
result = val[1]
|
3201
3235
|
result
|
3202
3236
|
end
|
3203
3237
|
.,.,
|
3204
3238
|
|
3205
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3206
|
-
def
|
3239
|
+
module_eval(<<'.,.,', 'egrammar.ra', 871)
|
3240
|
+
def _reduce_266(val, _values, result)
|
3207
3241
|
result = Factory.RENDER_STRING(val[0][:value]); loc result, val[0]
|
3208
3242
|
result
|
3209
3243
|
end
|
3210
3244
|
.,.,
|
3211
3245
|
|
3212
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3213
|
-
def
|
3246
|
+
module_eval(<<'.,.,', 'egrammar.ra', 872)
|
3247
|
+
def _reduce_267(val, _values, result)
|
3214
3248
|
result = Factory.RENDER_EXPR(val[1]); loc result, val[0], val[2]
|
3215
3249
|
result
|
3216
3250
|
end
|
3217
3251
|
.,.,
|
3218
3252
|
|
3219
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3220
|
-
def
|
3253
|
+
module_eval(<<'.,.,', 'egrammar.ra', 873)
|
3254
|
+
def _reduce_268(val, _values, result)
|
3221
3255
|
result = Factory.RENDER_EXPR(Factory.block_or_expression(val[2], val[1], val[3])); loc result, val[0], val[4]
|
3222
3256
|
result
|
3223
3257
|
end
|
3224
3258
|
.,.,
|
3225
3259
|
|
3226
|
-
# reduce
|
3260
|
+
# reduce 269 omitted
|
3227
3261
|
|
3228
|
-
# reduce
|
3262
|
+
# reduce 270 omitted
|
3229
3263
|
|
3230
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3231
|
-
def
|
3264
|
+
module_eval(<<'.,.,', 'egrammar.ra', 879)
|
3265
|
+
def _reduce_271(val, _values, result)
|
3232
3266
|
result = Factory.QREF(val[0][:value]) ; loc result, val[0]
|
3233
3267
|
result
|
3234
3268
|
end
|
3235
3269
|
.,.,
|
3236
3270
|
|
3237
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3238
|
-
def
|
3271
|
+
module_eval(<<'.,.,', 'egrammar.ra', 882)
|
3272
|
+
def _reduce_272(val, _values, result)
|
3239
3273
|
result = Factory.literal(val[0][:value]); loc result, val[0]
|
3240
3274
|
result
|
3241
3275
|
end
|
3242
3276
|
.,.,
|
3243
3277
|
|
3244
|
-
# reduce
|
3278
|
+
# reduce 273 omitted
|
3245
3279
|
|
3246
|
-
module_eval(<<'.,.,', 'egrammar.ra',
|
3247
|
-
def
|
3280
|
+
module_eval(<<'.,.,', 'egrammar.ra', 888)
|
3281
|
+
def _reduce_274(val, _values, result)
|
3248
3282
|
result = nil
|
3249
3283
|
result
|
3250
3284
|
end
|
3251
3285
|
.,.,
|
3252
3286
|
|
3253
|
-
# reduce 273 omitted
|
3254
|
-
|
3255
|
-
# reduce 274 omitted
|
3256
|
-
|
3257
3287
|
# reduce 275 omitted
|
3258
3288
|
|
3259
3289
|
# reduce 276 omitted
|
@@ -3298,8 +3328,12 @@ module_eval(<<'.,.,', 'egrammar.ra', 881)
|
|
3298
3328
|
|
3299
3329
|
# reduce 296 omitted
|
3300
3330
|
|
3301
|
-
|
3302
|
-
|
3331
|
+
# reduce 297 omitted
|
3332
|
+
|
3333
|
+
# reduce 298 omitted
|
3334
|
+
|
3335
|
+
module_eval(<<'.,.,', 'egrammar.ra', 919)
|
3336
|
+
def _reduce_299(val, _values, result)
|
3303
3337
|
result = nil
|
3304
3338
|
result
|
3305
3339
|
end
|
@@ -3310,6 +3344,6 @@ def _reduce_none(val, _values, result)
|
|
3310
3344
|
end
|
3311
3345
|
|
3312
3346
|
end # class Parser
|
3313
|
-
|
3314
|
-
|
3315
|
-
|
3347
|
+
end # module Parser
|
3348
|
+
end # module Pops
|
3349
|
+
end # module Puppet
|