@malloydata/malloy 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -11
- package/dist/dialect/duckdb.d.ts +1 -1
- package/dist/dialect/postgres.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/lang/ast/ast-expr.d.ts +0 -1
- package/dist/lang/field-space.d.ts +9 -7
- package/dist/lang/lib/Malloy/MalloyLexer.d.ts +108 -106
- package/dist/lang/lib/Malloy/MalloyLexer.js +1019 -1006
- package/dist/lang/lib/Malloy/MalloyParser.d.ts +581 -590
- package/dist/lang/lib/Malloy/MalloyParser.js +1141 -1202
- package/dist/lang/lib/Malloy/MalloyParserListener.d.ts +2015 -0
- package/dist/lang/lib/Malloy/MalloyParserListener.js +4 -0
- package/dist/lang/lib/Malloy/MalloyParserVisitor.d.ts +1269 -0
- package/dist/lang/lib/Malloy/MalloyParserVisitor.js +4 -0
- package/dist/lang/parse-to-ast.d.ts +3 -4
- package/dist/lang/parse-to-ast.js +1 -1
- package/dist/lang/parse-tree-walkers/document-completion-walker.js +2 -0
- package/dist/lang/parse-tree-walkers/explore-query-walker.d.ts +2 -2
- package/dist/malloy.d.ts +1 -1
- package/dist/md5.d.ts +1 -0
- package/dist/md5.js +30 -0
- package/dist/model/malloy_types.d.ts +3 -1
- package/package.json +9 -14
- package/dist/connection_utils.js +0 -56
- package/dist/dialect/dialect-map.d.ts +0 -3
- package/dist/dialect/dialect-map.js +0 -33
- package/dist/dialect/dialect.js +0 -77
- package/dist/dialect/dialect_map.js +0 -35
- package/dist/dialect/duckdb.js +0 -349
- package/dist/dialect/index.js +0 -27
- package/dist/dialect/postgres.js +0 -308
- package/dist/dialect/standardsql.js +0 -361
- package/dist/index.js +0 -47
- package/dist/lang/ast/apply-expr.js +0 -231
- package/dist/lang/ast/ast-expr.js +0 -1051
- package/dist/lang/ast/ast-main.js +0 -2086
- package/dist/lang/ast/ast-time-expr.js +0 -549
- package/dist/lang/ast/ast-types.js +0 -215
- package/dist/lang/ast/index.js +0 -34
- package/dist/lang/ast/time-utils.js +0 -94
- package/dist/lang/field-space.js +0 -629
- package/dist/lang/field-utils.js +0 -33
- package/dist/lang/index.js +0 -22
- package/dist/lang/parse-log.js +0 -41
- package/dist/lang/reference-list.js +0 -80
- package/dist/lang/space-field.js +0 -346
- package/dist/lang/test/document-help-context-walker.spec.js +0 -45
- package/dist/lang/test/document-symbol-walker.spec.js +0 -100
- package/dist/lang/test/field-symbols.spec.js +0 -172
- package/dist/lang/test/parse.spec.js +0 -1936
- package/dist/lang/test/test-translator.js +0 -334
- package/dist/lang/zone.js +0 -97
- package/dist/malloy.js +0 -2354
- package/dist/model/index.js +0 -34
- package/dist/model/malloy-query.d.ts +0 -313
- package/dist/model/malloy-query.js +0 -2603
- package/dist/model/malloy-types.d.ts +0 -404
- package/dist/model/malloy-types.js +0 -242
- package/dist/model/malloy_query.js +0 -2996
- package/dist/model/malloy_types.js +0 -283
- package/dist/model/sql-block.d.ts +0 -11
- package/dist/model/sql-block.js +0 -38
- package/dist/model/sql_block.js +0 -41
- package/dist/model/utils.js +0 -84
- package/dist/runtime-types.d.ts +0 -116
- package/dist/runtime-types.js +0 -40
- package/dist/runtime_types.js +0 -15
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Generated from
|
|
2
|
+
// Generated from MalloyParser.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
3
3
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
4
|
if (k2 === undefined) k2 = k;
|
|
5
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -27,7 +27,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
27
27
|
exports.ExploreRenameDefContext = exports.RenameListContext = exports.DefExploreQueryContext = exports.DefExploreEditFieldContext = exports.DefExploreRenameContext = exports.DefExplorePrimaryKeyContext = exports.DefExploreWhereContext = exports.DefJoin_stubContext = exports.DefDeclare_stubContext = exports.DefExploreMeasureContext = exports.DefExploreDimensionContext = exports.ExploreStatementContext = exports.ExplorePropertiesContext = exports.ExploreNameContext = exports.ExploreNameDefContext = exports.SQLSourceContext = exports.QuerySourceContext = exports.TableSourceContext = exports.NamedSourceContext = exports.ExploreSourceContext = exports.ExploreContext = exports.ExploreDefinitionContext = exports.ExploreDefinitionListContext = exports.QueryNameContext = exports.ExploreQueryNameContext = exports.FilterShortcutContext = exports.QueryPropertiesContext = exports.ExploreTableContext = exports.PipeElementContext = exports.FirstSegmentContext = exports.PipelineFromNameContext = exports.ArrowQueryContext = exports.ExploreArrowQueryContext = exports.QueryContext = exports.RefineOperatorContext = exports.TopLevelQueryDefContext = exports.TopLevelQueryDefsContext = exports.ImportURLContext = exports.ImportStatementContext = exports.SqlStatementDefContext = exports.DefineSQLStatementContext = exports.TopLevelAnonQueryDefContext = exports.AnonymousQueryContext = exports.NamedQueries_stubContext = exports.DefineQueryContext = exports.ExploreKeywordContext = exports.DefineExploreStatementContext = exports.MalloyStatementContext = exports.MalloyDocumentContext = exports.MalloyParser = void 0;
|
|
28
28
|
exports.SampleStatementContext = exports.IndexStatementContext = exports.IndexFieldsContext = exports.IndexElementContext = exports.TopStatementContext = exports.BySpecContext = exports.LimitStatementContext = exports.OrderBySpecContext = exports.OrderingContext = exports.OrderByStatementContext = exports.ProjectStatementContext = exports.AggregateStatementContext = exports.NestDefContext = exports.NestExistingContext = exports.NestEntryContext = exports.NestedQueryListContext = exports.NestStatementContext = exports.QueryFieldDefContext = exports.QueryFieldRefContext = exports.QueryFieldEntryContext = exports.DimensionDefContext = exports.QueryFieldListContext = exports.GroupByStatementContext = exports.QueryStatementContext = exports.ExploreQueryDefContext = exports.ExploreQueryNameDefContext = exports.SubQueryDefListContext = exports.HavingStatementContext = exports.WhereStatementContext = exports.FilterClauseListContext = exports.FilterByWhereContext = exports.FilterByShortcutContext = exports.FilteredByContext = exports.FilterStatementContext = exports.JoinExpressionContext = exports.JoinOnContext = exports.JoinWithContext = exports.JoinDefContext = exports.JoinListContext = exports.DefJoinCrossContext = exports.DefJoinManyContext = exports.DefJoinOneContext = exports.JoinStatementContext = exports.DeclareStatementContext = exports.MeasureDefContext = exports.JoinNameDefContext = exports.FieldNameDefContext = exports.FieldDefContext = exports.MeasureDefListContext = exports.DimensionDefListContext = void 0;
|
|
29
29
|
exports.ExprNotPartialContext = exports.ExprPartialCompareContext = exports.PartialAllowedFieldExprContext = exports.ExprUngroupContext = exports.ExprPickContext = exports.ExprFuncContext = exports.ExprExprContext = exports.ExprAggregateContext = exports.ExprCountDisinctContext = exports.ExprCastContext = exports.ExprLogicalContext = exports.ExprNotContext = exports.ExprApplyContext = exports.ExprCompareContext = exports.ExprLogicalTreeContext = exports.ExprForRangeContext = exports.ExprRangeContext = exports.ExprAddSubContext = exports.ExprMulDivContext = exports.ExprSafeCastContext = exports.ExprTimeTruncContext = exports.ExprDurationContext = exports.ExprMinusContext = exports.ExprLiteralContext = exports.ExprFilterContext = exports.ExprFieldPathContext = exports.FieldExprContext = exports.UngroupContext = exports.TimeframeContext = exports.IdContext = exports.TableNameContext = exports.LiteralYearContext = exports.LiteralQuarterContext = exports.LiteralMonthContext = exports.LiteralWeekContext = exports.LiteralDayContext = exports.LiteralTimestampContext = exports.DateLiteralContext = exports.ExprNowContext = exports.ExprRegexContext = exports.ExprBoolContext = exports.ExprNULLContext = exports.ExprTimeContext = exports.ExprNumberContext = exports.ExprStringContext = exports.LiteralContext = exports.CompareOpContext = exports.MalloyTypeContext = exports.AggregateContext = exports.SampleSpecContext = void 0;
|
|
30
|
-
exports.ConnectionNameContext = exports.SqlCommandNameDefContext = exports.SqlExploreNameRefContext = exports.
|
|
30
|
+
exports.ConnectionNameContext = exports.SqlCommandNameDefContext = exports.SqlExploreNameRefContext = exports.JsonArrayContext = exports.JsonPropertyContext = exports.JsonObjectContext = exports.JsonValueContext = exports.JsonContext = exports.JustExprContext = exports.FieldNameContext = exports.JoinNameContext = exports.FieldPathContext = exports.NewMemberContext = exports.WildMemberContext = exports.NameMemberContext = exports.CollectionMemberContext = exports.FieldCollectionContext = exports.FieldNameListContext = exports.ArgumentListContext = exports.PickContext = exports.PickStatementContext = void 0;
|
|
31
31
|
const ATN_1 = require("antlr4ts/atn/ATN");
|
|
32
32
|
const ATNDeserializer_1 = require("antlr4ts/atn/ATNDeserializer");
|
|
33
33
|
const FailedPredicateException_1 = require("antlr4ts/FailedPredicateException");
|
|
@@ -51,7 +51,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
51
51
|
}
|
|
52
52
|
// tslint:enable:no-trailing-whitespace
|
|
53
53
|
// @Override
|
|
54
|
-
get grammarFileName() { return "
|
|
54
|
+
get grammarFileName() { return "MalloyParser.g4"; }
|
|
55
55
|
// @Override
|
|
56
56
|
get ruleNames() { return MalloyParser.ruleNames; }
|
|
57
57
|
// @Override
|
|
@@ -67,12 +67,12 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
67
67
|
try {
|
|
68
68
|
this.enterOuterAlt(_localctx, 1);
|
|
69
69
|
{
|
|
70
|
-
this.state =
|
|
70
|
+
this.state = 206;
|
|
71
71
|
this._errHandler.sync(this);
|
|
72
72
|
_la = this._input.LA(1);
|
|
73
73
|
while ((((_la) & ~0x1F) === 0 && ((1 << _la) & ((1 << MalloyParser.EXPLORE) | (1 << MalloyParser.QUERY) | (1 << MalloyParser.SOURCE) | (1 << MalloyParser.SQL))) !== 0) || _la === MalloyParser.IMPORT || _la === MalloyParser.SEMI) {
|
|
74
74
|
{
|
|
75
|
-
this.state =
|
|
75
|
+
this.state = 204;
|
|
76
76
|
this._errHandler.sync(this);
|
|
77
77
|
switch (this._input.LA(1)) {
|
|
78
78
|
case MalloyParser.EXPLORE:
|
|
@@ -81,13 +81,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
81
81
|
case MalloyParser.SQL:
|
|
82
82
|
case MalloyParser.IMPORT:
|
|
83
83
|
{
|
|
84
|
-
this.state =
|
|
84
|
+
this.state = 202;
|
|
85
85
|
this.malloyStatement();
|
|
86
86
|
}
|
|
87
87
|
break;
|
|
88
88
|
case MalloyParser.SEMI:
|
|
89
89
|
{
|
|
90
|
-
this.state =
|
|
90
|
+
this.state = 203;
|
|
91
91
|
this.match(MalloyParser.SEMI);
|
|
92
92
|
}
|
|
93
93
|
break;
|
|
@@ -95,11 +95,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
95
95
|
throw new NoViableAltException_1.NoViableAltException(this);
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
this.state =
|
|
98
|
+
this.state = 208;
|
|
99
99
|
this._errHandler.sync(this);
|
|
100
100
|
_la = this._input.LA(1);
|
|
101
101
|
}
|
|
102
|
-
this.state =
|
|
102
|
+
this.state = 209;
|
|
103
103
|
this.match(MalloyParser.EOF);
|
|
104
104
|
}
|
|
105
105
|
}
|
|
@@ -123,35 +123,35 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
123
123
|
let _localctx = new MalloyStatementContext(this._ctx, this.state);
|
|
124
124
|
this.enterRule(_localctx, 2, MalloyParser.RULE_malloyStatement);
|
|
125
125
|
try {
|
|
126
|
-
this.state =
|
|
126
|
+
this.state = 215;
|
|
127
127
|
this._errHandler.sync(this);
|
|
128
128
|
switch (this._input.LA(1)) {
|
|
129
129
|
case MalloyParser.EXPLORE:
|
|
130
130
|
case MalloyParser.SOURCE:
|
|
131
131
|
this.enterOuterAlt(_localctx, 1);
|
|
132
132
|
{
|
|
133
|
-
this.state =
|
|
133
|
+
this.state = 211;
|
|
134
134
|
this.defineExploreStatement();
|
|
135
135
|
}
|
|
136
136
|
break;
|
|
137
137
|
case MalloyParser.SQL:
|
|
138
138
|
this.enterOuterAlt(_localctx, 2);
|
|
139
139
|
{
|
|
140
|
-
this.state =
|
|
140
|
+
this.state = 212;
|
|
141
141
|
this.defineSQLStatement();
|
|
142
142
|
}
|
|
143
143
|
break;
|
|
144
144
|
case MalloyParser.QUERY:
|
|
145
145
|
this.enterOuterAlt(_localctx, 3);
|
|
146
146
|
{
|
|
147
|
-
this.state =
|
|
147
|
+
this.state = 213;
|
|
148
148
|
this.defineQuery();
|
|
149
149
|
}
|
|
150
150
|
break;
|
|
151
151
|
case MalloyParser.IMPORT:
|
|
152
152
|
this.enterOuterAlt(_localctx, 4);
|
|
153
153
|
{
|
|
154
|
-
this.state =
|
|
154
|
+
this.state = 214;
|
|
155
155
|
this.importStatement();
|
|
156
156
|
}
|
|
157
157
|
break;
|
|
@@ -181,9 +181,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
181
181
|
try {
|
|
182
182
|
this.enterOuterAlt(_localctx, 1);
|
|
183
183
|
{
|
|
184
|
-
this.state =
|
|
184
|
+
this.state = 217;
|
|
185
185
|
this.exploreKeyword();
|
|
186
|
-
this.state =
|
|
186
|
+
this.state = 218;
|
|
187
187
|
this.exploreDefinitionList();
|
|
188
188
|
}
|
|
189
189
|
}
|
|
@@ -210,7 +210,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
210
210
|
try {
|
|
211
211
|
this.enterOuterAlt(_localctx, 1);
|
|
212
212
|
{
|
|
213
|
-
this.state =
|
|
213
|
+
this.state = 220;
|
|
214
214
|
_la = this._input.LA(1);
|
|
215
215
|
if (!(_la === MalloyParser.EXPLORE || _la === MalloyParser.SOURCE)) {
|
|
216
216
|
this._errHandler.recoverInline(this);
|
|
@@ -244,16 +244,16 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
244
244
|
let _localctx = new DefineQueryContext(this._ctx, this.state);
|
|
245
245
|
this.enterRule(_localctx, 8, MalloyParser.RULE_defineQuery);
|
|
246
246
|
try {
|
|
247
|
-
this.state =
|
|
247
|
+
this.state = 226;
|
|
248
248
|
this._errHandler.sync(this);
|
|
249
249
|
switch (this.interpreter.adaptivePredict(this._input, 3, this._ctx)) {
|
|
250
250
|
case 1:
|
|
251
251
|
_localctx = new NamedQueries_stubContext(_localctx);
|
|
252
252
|
this.enterOuterAlt(_localctx, 1);
|
|
253
253
|
{
|
|
254
|
-
this.state =
|
|
254
|
+
this.state = 222;
|
|
255
255
|
this.match(MalloyParser.QUERY);
|
|
256
|
-
this.state =
|
|
256
|
+
this.state = 223;
|
|
257
257
|
this.topLevelQueryDefs();
|
|
258
258
|
}
|
|
259
259
|
break;
|
|
@@ -261,9 +261,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
261
261
|
_localctx = new AnonymousQueryContext(_localctx);
|
|
262
262
|
this.enterOuterAlt(_localctx, 2);
|
|
263
263
|
{
|
|
264
|
-
this.state =
|
|
264
|
+
this.state = 224;
|
|
265
265
|
this.match(MalloyParser.QUERY);
|
|
266
|
-
this.state =
|
|
266
|
+
this.state = 225;
|
|
267
267
|
this.topLevelAnonQueryDef();
|
|
268
268
|
}
|
|
269
269
|
break;
|
|
@@ -291,7 +291,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
291
291
|
try {
|
|
292
292
|
this.enterOuterAlt(_localctx, 1);
|
|
293
293
|
{
|
|
294
|
-
this.state =
|
|
294
|
+
this.state = 228;
|
|
295
295
|
this.query();
|
|
296
296
|
}
|
|
297
297
|
}
|
|
@@ -317,9 +317,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
317
317
|
try {
|
|
318
318
|
this.enterOuterAlt(_localctx, 1);
|
|
319
319
|
{
|
|
320
|
-
this.state =
|
|
320
|
+
this.state = 230;
|
|
321
321
|
this.match(MalloyParser.SQL);
|
|
322
|
-
this.state =
|
|
322
|
+
this.state = 231;
|
|
323
323
|
this.sqlStatementDef();
|
|
324
324
|
}
|
|
325
325
|
}
|
|
@@ -346,27 +346,27 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
346
346
|
try {
|
|
347
347
|
this.enterOuterAlt(_localctx, 1);
|
|
348
348
|
{
|
|
349
|
-
this.state =
|
|
349
|
+
this.state = 236;
|
|
350
350
|
this._errHandler.sync(this);
|
|
351
351
|
_la = this._input.LA(1);
|
|
352
352
|
if (_la === MalloyParser.IDENTIFIER || _la === MalloyParser.OBJECT_NAME_LITERAL) {
|
|
353
353
|
{
|
|
354
|
-
this.state =
|
|
354
|
+
this.state = 233;
|
|
355
355
|
this.sqlCommandNameDef();
|
|
356
|
-
this.state =
|
|
356
|
+
this.state = 234;
|
|
357
357
|
this.match(MalloyParser.IS);
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
this.state =
|
|
361
|
-
this.
|
|
362
|
-
this.state =
|
|
360
|
+
this.state = 238;
|
|
361
|
+
this.match(MalloyParser.SQL_STRING);
|
|
362
|
+
this.state = 241;
|
|
363
363
|
this._errHandler.sync(this);
|
|
364
364
|
_la = this._input.LA(1);
|
|
365
365
|
if (_la === MalloyParser.ON) {
|
|
366
366
|
{
|
|
367
|
-
this.state =
|
|
367
|
+
this.state = 239;
|
|
368
368
|
this.match(MalloyParser.ON);
|
|
369
|
-
this.state =
|
|
369
|
+
this.state = 240;
|
|
370
370
|
this.connectionName();
|
|
371
371
|
}
|
|
372
372
|
}
|
|
@@ -394,9 +394,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
394
394
|
try {
|
|
395
395
|
this.enterOuterAlt(_localctx, 1);
|
|
396
396
|
{
|
|
397
|
-
this.state =
|
|
397
|
+
this.state = 243;
|
|
398
398
|
this.match(MalloyParser.IMPORT);
|
|
399
|
-
this.state =
|
|
399
|
+
this.state = 244;
|
|
400
400
|
this.importURL();
|
|
401
401
|
}
|
|
402
402
|
}
|
|
@@ -422,7 +422,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
422
422
|
try {
|
|
423
423
|
this.enterOuterAlt(_localctx, 1);
|
|
424
424
|
{
|
|
425
|
-
this.state =
|
|
425
|
+
this.state = 246;
|
|
426
426
|
this.match(MalloyParser.JSON_STRING);
|
|
427
427
|
}
|
|
428
428
|
}
|
|
@@ -450,39 +450,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
450
450
|
let _alt;
|
|
451
451
|
this.enterOuterAlt(_localctx, 1);
|
|
452
452
|
{
|
|
453
|
-
this.state =
|
|
453
|
+
this.state = 248;
|
|
454
454
|
this.topLevelQueryDef();
|
|
455
|
-
this.state =
|
|
455
|
+
this.state = 255;
|
|
456
456
|
this._errHandler.sync(this);
|
|
457
457
|
_alt = this.interpreter.adaptivePredict(this._input, 7, this._ctx);
|
|
458
458
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
459
459
|
if (_alt === 1) {
|
|
460
460
|
{
|
|
461
461
|
{
|
|
462
|
-
this.state =
|
|
462
|
+
this.state = 250;
|
|
463
463
|
this._errHandler.sync(this);
|
|
464
464
|
_la = this._input.LA(1);
|
|
465
465
|
if (_la === MalloyParser.COMMA) {
|
|
466
466
|
{
|
|
467
|
-
this.state =
|
|
467
|
+
this.state = 249;
|
|
468
468
|
this.match(MalloyParser.COMMA);
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
|
-
this.state =
|
|
471
|
+
this.state = 252;
|
|
472
472
|
this.topLevelQueryDef();
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
this.state =
|
|
476
|
+
this.state = 257;
|
|
477
477
|
this._errHandler.sync(this);
|
|
478
478
|
_alt = this.interpreter.adaptivePredict(this._input, 7, this._ctx);
|
|
479
479
|
}
|
|
480
|
-
this.state =
|
|
480
|
+
this.state = 259;
|
|
481
481
|
this._errHandler.sync(this);
|
|
482
482
|
_la = this._input.LA(1);
|
|
483
483
|
if (_la === MalloyParser.COMMA) {
|
|
484
484
|
{
|
|
485
|
-
this.state =
|
|
485
|
+
this.state = 258;
|
|
486
486
|
this.match(MalloyParser.COMMA);
|
|
487
487
|
}
|
|
488
488
|
}
|
|
@@ -510,11 +510,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
510
510
|
try {
|
|
511
511
|
this.enterOuterAlt(_localctx, 1);
|
|
512
512
|
{
|
|
513
|
-
this.state =
|
|
513
|
+
this.state = 261;
|
|
514
514
|
this.queryName();
|
|
515
|
-
this.state =
|
|
515
|
+
this.state = 262;
|
|
516
516
|
this.match(MalloyParser.IS);
|
|
517
|
-
this.state =
|
|
517
|
+
this.state = 263;
|
|
518
518
|
this.query();
|
|
519
519
|
}
|
|
520
520
|
}
|
|
@@ -540,7 +540,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
540
540
|
try {
|
|
541
541
|
this.enterOuterAlt(_localctx, 1);
|
|
542
542
|
{
|
|
543
|
-
this.state =
|
|
543
|
+
this.state = 265;
|
|
544
544
|
this.match(MalloyParser.PLUS);
|
|
545
545
|
}
|
|
546
546
|
}
|
|
@@ -565,7 +565,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
565
565
|
this.enterRule(_localctx, 26, MalloyParser.RULE_query);
|
|
566
566
|
let _la;
|
|
567
567
|
try {
|
|
568
|
-
this.state =
|
|
568
|
+
this.state = 285;
|
|
569
569
|
this._errHandler.sync(this);
|
|
570
570
|
switch (this._input.LA(1)) {
|
|
571
571
|
case MalloyParser.FROM:
|
|
@@ -576,11 +576,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
576
576
|
_localctx = new ExploreArrowQueryContext(_localctx);
|
|
577
577
|
this.enterOuterAlt(_localctx, 1);
|
|
578
578
|
{
|
|
579
|
-
this.state =
|
|
579
|
+
this.state = 267;
|
|
580
580
|
this.explore();
|
|
581
|
-
this.state =
|
|
581
|
+
this.state = 268;
|
|
582
582
|
this.match(MalloyParser.ARROW);
|
|
583
|
-
this.state =
|
|
583
|
+
this.state = 269;
|
|
584
584
|
this.pipelineFromName();
|
|
585
585
|
}
|
|
586
586
|
break;
|
|
@@ -588,39 +588,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
588
588
|
_localctx = new ArrowQueryContext(_localctx);
|
|
589
589
|
this.enterOuterAlt(_localctx, 2);
|
|
590
590
|
{
|
|
591
|
-
this.state =
|
|
591
|
+
this.state = 271;
|
|
592
592
|
this.match(MalloyParser.ARROW);
|
|
593
|
-
this.state =
|
|
593
|
+
this.state = 272;
|
|
594
594
|
this.queryName();
|
|
595
|
-
this.state =
|
|
595
|
+
this.state = 277;
|
|
596
596
|
this._errHandler.sync(this);
|
|
597
597
|
_la = this._input.LA(1);
|
|
598
598
|
if (_la === MalloyParser.OCURLY || _la === MalloyParser.PLUS) {
|
|
599
599
|
{
|
|
600
|
-
this.state =
|
|
600
|
+
this.state = 274;
|
|
601
601
|
this._errHandler.sync(this);
|
|
602
602
|
_la = this._input.LA(1);
|
|
603
603
|
if (_la === MalloyParser.PLUS) {
|
|
604
604
|
{
|
|
605
|
-
this.state =
|
|
605
|
+
this.state = 273;
|
|
606
606
|
this.refineOperator();
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
this.state =
|
|
609
|
+
this.state = 276;
|
|
610
610
|
this.queryProperties();
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
|
-
this.state =
|
|
613
|
+
this.state = 282;
|
|
614
614
|
this._errHandler.sync(this);
|
|
615
615
|
_la = this._input.LA(1);
|
|
616
616
|
while (_la === MalloyParser.ARROW) {
|
|
617
617
|
{
|
|
618
618
|
{
|
|
619
|
-
this.state =
|
|
619
|
+
this.state = 279;
|
|
620
620
|
this.pipeElement();
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
|
-
this.state =
|
|
623
|
+
this.state = 284;
|
|
624
624
|
this._errHandler.sync(this);
|
|
625
625
|
_la = this._input.LA(1);
|
|
626
626
|
}
|
|
@@ -653,19 +653,19 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
653
653
|
try {
|
|
654
654
|
this.enterOuterAlt(_localctx, 1);
|
|
655
655
|
{
|
|
656
|
-
this.state =
|
|
656
|
+
this.state = 287;
|
|
657
657
|
this.firstSegment();
|
|
658
|
-
this.state =
|
|
658
|
+
this.state = 291;
|
|
659
659
|
this._errHandler.sync(this);
|
|
660
660
|
_la = this._input.LA(1);
|
|
661
661
|
while (_la === MalloyParser.ARROW) {
|
|
662
662
|
{
|
|
663
663
|
{
|
|
664
|
-
this.state =
|
|
664
|
+
this.state = 288;
|
|
665
665
|
this.pipeElement();
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
|
-
this.state =
|
|
668
|
+
this.state = 293;
|
|
669
669
|
this._errHandler.sync(this);
|
|
670
670
|
_la = this._input.LA(1);
|
|
671
671
|
}
|
|
@@ -692,13 +692,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
692
692
|
this.enterRule(_localctx, 30, MalloyParser.RULE_firstSegment);
|
|
693
693
|
let _la;
|
|
694
694
|
try {
|
|
695
|
-
this.state =
|
|
695
|
+
this.state = 302;
|
|
696
696
|
this._errHandler.sync(this);
|
|
697
697
|
switch (this._input.LA(1)) {
|
|
698
698
|
case MalloyParser.OCURLY:
|
|
699
699
|
this.enterOuterAlt(_localctx, 1);
|
|
700
700
|
{
|
|
701
|
-
this.state =
|
|
701
|
+
this.state = 294;
|
|
702
702
|
this.queryProperties();
|
|
703
703
|
}
|
|
704
704
|
break;
|
|
@@ -706,23 +706,23 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
706
706
|
case MalloyParser.OBJECT_NAME_LITERAL:
|
|
707
707
|
this.enterOuterAlt(_localctx, 2);
|
|
708
708
|
{
|
|
709
|
-
this.state =
|
|
709
|
+
this.state = 295;
|
|
710
710
|
this.exploreQueryName();
|
|
711
|
-
this.state =
|
|
711
|
+
this.state = 300;
|
|
712
712
|
this._errHandler.sync(this);
|
|
713
713
|
_la = this._input.LA(1);
|
|
714
714
|
if (_la === MalloyParser.OCURLY || _la === MalloyParser.PLUS) {
|
|
715
715
|
{
|
|
716
|
-
this.state =
|
|
716
|
+
this.state = 297;
|
|
717
717
|
this._errHandler.sync(this);
|
|
718
718
|
_la = this._input.LA(1);
|
|
719
719
|
if (_la === MalloyParser.PLUS) {
|
|
720
720
|
{
|
|
721
|
-
this.state =
|
|
721
|
+
this.state = 296;
|
|
722
722
|
this.refineOperator();
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
|
-
this.state =
|
|
725
|
+
this.state = 299;
|
|
726
726
|
this.queryProperties();
|
|
727
727
|
}
|
|
728
728
|
}
|
|
@@ -754,9 +754,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
754
754
|
try {
|
|
755
755
|
this.enterOuterAlt(_localctx, 1);
|
|
756
756
|
{
|
|
757
|
-
this.state =
|
|
757
|
+
this.state = 304;
|
|
758
758
|
this.match(MalloyParser.ARROW);
|
|
759
|
-
this.state =
|
|
759
|
+
this.state = 305;
|
|
760
760
|
this.queryProperties();
|
|
761
761
|
}
|
|
762
762
|
}
|
|
@@ -782,13 +782,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
782
782
|
try {
|
|
783
783
|
this.enterOuterAlt(_localctx, 1);
|
|
784
784
|
{
|
|
785
|
-
this.state =
|
|
785
|
+
this.state = 307;
|
|
786
786
|
this.match(MalloyParser.TABLE);
|
|
787
|
-
this.state =
|
|
787
|
+
this.state = 308;
|
|
788
788
|
this.match(MalloyParser.OPAREN);
|
|
789
|
-
this.state =
|
|
789
|
+
this.state = 309;
|
|
790
790
|
this.tableName();
|
|
791
|
-
this.state =
|
|
791
|
+
this.state = 310;
|
|
792
792
|
this.match(MalloyParser.CPAREN);
|
|
793
793
|
}
|
|
794
794
|
}
|
|
@@ -813,27 +813,27 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
813
813
|
this.enterRule(_localctx, 36, MalloyParser.RULE_queryProperties);
|
|
814
814
|
let _la;
|
|
815
815
|
try {
|
|
816
|
-
this.state =
|
|
816
|
+
this.state = 322;
|
|
817
817
|
this._errHandler.sync(this);
|
|
818
818
|
switch (this.interpreter.adaptivePredict(this._input, 19, this._ctx)) {
|
|
819
819
|
case 1:
|
|
820
820
|
this.enterOuterAlt(_localctx, 1);
|
|
821
821
|
{
|
|
822
|
-
this.state =
|
|
822
|
+
this.state = 312;
|
|
823
823
|
this.filterShortcut();
|
|
824
824
|
}
|
|
825
825
|
break;
|
|
826
826
|
case 2:
|
|
827
827
|
this.enterOuterAlt(_localctx, 2);
|
|
828
828
|
{
|
|
829
|
-
this.state =
|
|
829
|
+
this.state = 313;
|
|
830
830
|
this.match(MalloyParser.OCURLY);
|
|
831
|
-
this.state =
|
|
831
|
+
this.state = 318;
|
|
832
832
|
this._errHandler.sync(this);
|
|
833
833
|
_la = this._input.LA(1);
|
|
834
834
|
while ((((_la) & ~0x1F) === 0 && ((1 << _la) & ((1 << MalloyParser.AGGREGATE) | (1 << MalloyParser.DECLARE) | (1 << MalloyParser.GROUP_BY) | (1 << MalloyParser.HAVING) | (1 << MalloyParser.INDEX) | (1 << MalloyParser.JOIN_CROSS) | (1 << MalloyParser.JOIN_ONE) | (1 << MalloyParser.JOIN_MANY) | (1 << MalloyParser.LIMIT) | (1 << MalloyParser.NEST) | (1 << MalloyParser.ORDER_BY) | (1 << MalloyParser.PROJECT) | (1 << MalloyParser.SAMPLE) | (1 << MalloyParser.TOP) | (1 << MalloyParser.WHERE))) !== 0) || _la === MalloyParser.SEMI) {
|
|
835
835
|
{
|
|
836
|
-
this.state =
|
|
836
|
+
this.state = 316;
|
|
837
837
|
this._errHandler.sync(this);
|
|
838
838
|
switch (this._input.LA(1)) {
|
|
839
839
|
case MalloyParser.AGGREGATE:
|
|
@@ -852,13 +852,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
852
852
|
case MalloyParser.TOP:
|
|
853
853
|
case MalloyParser.WHERE:
|
|
854
854
|
{
|
|
855
|
-
this.state =
|
|
855
|
+
this.state = 314;
|
|
856
856
|
this.queryStatement();
|
|
857
857
|
}
|
|
858
858
|
break;
|
|
859
859
|
case MalloyParser.SEMI:
|
|
860
860
|
{
|
|
861
|
-
this.state =
|
|
861
|
+
this.state = 315;
|
|
862
862
|
this.match(MalloyParser.SEMI);
|
|
863
863
|
}
|
|
864
864
|
break;
|
|
@@ -866,11 +866,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
866
866
|
throw new NoViableAltException_1.NoViableAltException(this);
|
|
867
867
|
}
|
|
868
868
|
}
|
|
869
|
-
this.state =
|
|
869
|
+
this.state = 320;
|
|
870
870
|
this._errHandler.sync(this);
|
|
871
871
|
_la = this._input.LA(1);
|
|
872
872
|
}
|
|
873
|
-
this.state =
|
|
873
|
+
this.state = 321;
|
|
874
874
|
this.match(MalloyParser.CCURLY);
|
|
875
875
|
}
|
|
876
876
|
break;
|
|
@@ -898,13 +898,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
898
898
|
try {
|
|
899
899
|
this.enterOuterAlt(_localctx, 1);
|
|
900
900
|
{
|
|
901
|
-
this.state =
|
|
901
|
+
this.state = 324;
|
|
902
902
|
this.match(MalloyParser.OCURLY);
|
|
903
|
-
this.state =
|
|
903
|
+
this.state = 325;
|
|
904
904
|
this.match(MalloyParser.QMARK);
|
|
905
|
-
this.state =
|
|
905
|
+
this.state = 326;
|
|
906
906
|
this.fieldExpr(0);
|
|
907
|
-
this.state =
|
|
907
|
+
this.state = 327;
|
|
908
908
|
this.match(MalloyParser.CCURLY);
|
|
909
909
|
}
|
|
910
910
|
}
|
|
@@ -930,7 +930,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
930
930
|
try {
|
|
931
931
|
this.enterOuterAlt(_localctx, 1);
|
|
932
932
|
{
|
|
933
|
-
this.state =
|
|
933
|
+
this.state = 329;
|
|
934
934
|
this.id();
|
|
935
935
|
}
|
|
936
936
|
}
|
|
@@ -956,7 +956,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
956
956
|
try {
|
|
957
957
|
this.enterOuterAlt(_localctx, 1);
|
|
958
958
|
{
|
|
959
|
-
this.state =
|
|
959
|
+
this.state = 331;
|
|
960
960
|
this.id();
|
|
961
961
|
}
|
|
962
962
|
}
|
|
@@ -984,39 +984,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
984
984
|
let _alt;
|
|
985
985
|
this.enterOuterAlt(_localctx, 1);
|
|
986
986
|
{
|
|
987
|
-
this.state =
|
|
987
|
+
this.state = 333;
|
|
988
988
|
this.exploreDefinition();
|
|
989
|
-
this.state =
|
|
989
|
+
this.state = 340;
|
|
990
990
|
this._errHandler.sync(this);
|
|
991
991
|
_alt = this.interpreter.adaptivePredict(this._input, 21, this._ctx);
|
|
992
992
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
993
993
|
if (_alt === 1) {
|
|
994
994
|
{
|
|
995
995
|
{
|
|
996
|
-
this.state =
|
|
996
|
+
this.state = 335;
|
|
997
997
|
this._errHandler.sync(this);
|
|
998
998
|
_la = this._input.LA(1);
|
|
999
999
|
if (_la === MalloyParser.COMMA) {
|
|
1000
1000
|
{
|
|
1001
|
-
this.state =
|
|
1001
|
+
this.state = 334;
|
|
1002
1002
|
this.match(MalloyParser.COMMA);
|
|
1003
1003
|
}
|
|
1004
1004
|
}
|
|
1005
|
-
this.state =
|
|
1005
|
+
this.state = 337;
|
|
1006
1006
|
this.exploreDefinition();
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
|
-
this.state =
|
|
1010
|
+
this.state = 342;
|
|
1011
1011
|
this._errHandler.sync(this);
|
|
1012
1012
|
_alt = this.interpreter.adaptivePredict(this._input, 21, this._ctx);
|
|
1013
1013
|
}
|
|
1014
|
-
this.state =
|
|
1014
|
+
this.state = 344;
|
|
1015
1015
|
this._errHandler.sync(this);
|
|
1016
1016
|
_la = this._input.LA(1);
|
|
1017
1017
|
if (_la === MalloyParser.COMMA) {
|
|
1018
1018
|
{
|
|
1019
|
-
this.state =
|
|
1019
|
+
this.state = 343;
|
|
1020
1020
|
this.match(MalloyParser.COMMA);
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
@@ -1044,11 +1044,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1044
1044
|
try {
|
|
1045
1045
|
this.enterOuterAlt(_localctx, 1);
|
|
1046
1046
|
{
|
|
1047
|
-
this.state =
|
|
1047
|
+
this.state = 346;
|
|
1048
1048
|
this.exploreNameDef();
|
|
1049
|
-
this.state =
|
|
1049
|
+
this.state = 347;
|
|
1050
1050
|
this.match(MalloyParser.IS);
|
|
1051
|
-
this.state =
|
|
1051
|
+
this.state = 348;
|
|
1052
1052
|
this.explore();
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
@@ -1075,23 +1075,23 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1075
1075
|
try {
|
|
1076
1076
|
this.enterOuterAlt(_localctx, 1);
|
|
1077
1077
|
{
|
|
1078
|
-
this.state =
|
|
1078
|
+
this.state = 350;
|
|
1079
1079
|
this.exploreSource();
|
|
1080
|
-
this.state =
|
|
1080
|
+
this.state = 355;
|
|
1081
1081
|
this._errHandler.sync(this);
|
|
1082
1082
|
_la = this._input.LA(1);
|
|
1083
1083
|
if (_la === MalloyParser.OCURLY || _la === MalloyParser.PLUS) {
|
|
1084
1084
|
{
|
|
1085
|
-
this.state =
|
|
1085
|
+
this.state = 352;
|
|
1086
1086
|
this._errHandler.sync(this);
|
|
1087
1087
|
_la = this._input.LA(1);
|
|
1088
1088
|
if (_la === MalloyParser.PLUS) {
|
|
1089
1089
|
{
|
|
1090
|
-
this.state =
|
|
1090
|
+
this.state = 351;
|
|
1091
1091
|
this.refineOperator();
|
|
1092
1092
|
}
|
|
1093
1093
|
}
|
|
1094
|
-
this.state =
|
|
1094
|
+
this.state = 354;
|
|
1095
1095
|
this.exploreProperties();
|
|
1096
1096
|
}
|
|
1097
1097
|
}
|
|
@@ -1117,7 +1117,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1117
1117
|
let _localctx = new ExploreSourceContext(this._ctx, this.state);
|
|
1118
1118
|
this.enterRule(_localctx, 50, MalloyParser.RULE_exploreSource);
|
|
1119
1119
|
try {
|
|
1120
|
-
this.state =
|
|
1120
|
+
this.state = 369;
|
|
1121
1121
|
this._errHandler.sync(this);
|
|
1122
1122
|
switch (this._input.LA(1)) {
|
|
1123
1123
|
case MalloyParser.IDENTIFIER:
|
|
@@ -1125,7 +1125,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1125
1125
|
_localctx = new NamedSourceContext(_localctx);
|
|
1126
1126
|
this.enterOuterAlt(_localctx, 1);
|
|
1127
1127
|
{
|
|
1128
|
-
this.state =
|
|
1128
|
+
this.state = 357;
|
|
1129
1129
|
this.exploreName();
|
|
1130
1130
|
}
|
|
1131
1131
|
break;
|
|
@@ -1133,7 +1133,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1133
1133
|
_localctx = new TableSourceContext(_localctx);
|
|
1134
1134
|
this.enterOuterAlt(_localctx, 2);
|
|
1135
1135
|
{
|
|
1136
|
-
this.state =
|
|
1136
|
+
this.state = 358;
|
|
1137
1137
|
this.exploreTable();
|
|
1138
1138
|
}
|
|
1139
1139
|
break;
|
|
@@ -1141,13 +1141,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1141
1141
|
_localctx = new QuerySourceContext(_localctx);
|
|
1142
1142
|
this.enterOuterAlt(_localctx, 3);
|
|
1143
1143
|
{
|
|
1144
|
-
this.state =
|
|
1144
|
+
this.state = 359;
|
|
1145
1145
|
this.match(MalloyParser.FROM);
|
|
1146
|
-
this.state =
|
|
1146
|
+
this.state = 360;
|
|
1147
1147
|
this.match(MalloyParser.OPAREN);
|
|
1148
|
-
this.state =
|
|
1148
|
+
this.state = 361;
|
|
1149
1149
|
this.query();
|
|
1150
|
-
this.state =
|
|
1150
|
+
this.state = 362;
|
|
1151
1151
|
this.match(MalloyParser.CPAREN);
|
|
1152
1152
|
}
|
|
1153
1153
|
break;
|
|
@@ -1155,13 +1155,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1155
1155
|
_localctx = new SQLSourceContext(_localctx);
|
|
1156
1156
|
this.enterOuterAlt(_localctx, 4);
|
|
1157
1157
|
{
|
|
1158
|
-
this.state =
|
|
1158
|
+
this.state = 364;
|
|
1159
1159
|
this.match(MalloyParser.FROM_SQL);
|
|
1160
|
-
this.state =
|
|
1160
|
+
this.state = 365;
|
|
1161
1161
|
this.match(MalloyParser.OPAREN);
|
|
1162
|
-
this.state =
|
|
1162
|
+
this.state = 366;
|
|
1163
1163
|
this.sqlExploreNameRef();
|
|
1164
|
-
this.state =
|
|
1164
|
+
this.state = 367;
|
|
1165
1165
|
this.match(MalloyParser.CPAREN);
|
|
1166
1166
|
}
|
|
1167
1167
|
break;
|
|
@@ -1191,7 +1191,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1191
1191
|
try {
|
|
1192
1192
|
this.enterOuterAlt(_localctx, 1);
|
|
1193
1193
|
{
|
|
1194
|
-
this.state =
|
|
1194
|
+
this.state = 371;
|
|
1195
1195
|
this.id();
|
|
1196
1196
|
}
|
|
1197
1197
|
}
|
|
@@ -1217,7 +1217,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1217
1217
|
try {
|
|
1218
1218
|
this.enterOuterAlt(_localctx, 1);
|
|
1219
1219
|
{
|
|
1220
|
-
this.state =
|
|
1220
|
+
this.state = 373;
|
|
1221
1221
|
this.id();
|
|
1222
1222
|
}
|
|
1223
1223
|
}
|
|
@@ -1242,20 +1242,20 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1242
1242
|
this.enterRule(_localctx, 56, MalloyParser.RULE_exploreProperties);
|
|
1243
1243
|
let _la;
|
|
1244
1244
|
try {
|
|
1245
|
-
this.state =
|
|
1245
|
+
this.state = 385;
|
|
1246
1246
|
this._errHandler.sync(this);
|
|
1247
1247
|
switch (this.interpreter.adaptivePredict(this._input, 28, this._ctx)) {
|
|
1248
1248
|
case 1:
|
|
1249
1249
|
this.enterOuterAlt(_localctx, 1);
|
|
1250
1250
|
{
|
|
1251
|
-
this.state =
|
|
1251
|
+
this.state = 375;
|
|
1252
1252
|
this.match(MalloyParser.OCURLY);
|
|
1253
|
-
this.state =
|
|
1253
|
+
this.state = 380;
|
|
1254
1254
|
this._errHandler.sync(this);
|
|
1255
1255
|
_la = this._input.LA(1);
|
|
1256
1256
|
while ((((_la) & ~0x1F) === 0 && ((1 << _la) & ((1 << MalloyParser.ACCEPT) | (1 << MalloyParser.DECLARE) | (1 << MalloyParser.DIMENSION) | (1 << MalloyParser.EXCEPT) | (1 << MalloyParser.JOIN_CROSS) | (1 << MalloyParser.JOIN_ONE) | (1 << MalloyParser.JOIN_MANY) | (1 << MalloyParser.MEASURE) | (1 << MalloyParser.PRIMARY_KEY) | (1 << MalloyParser.QUERY) | (1 << MalloyParser.RENAME) | (1 << MalloyParser.WHERE))) !== 0) || _la === MalloyParser.SEMI) {
|
|
1257
1257
|
{
|
|
1258
|
-
this.state =
|
|
1258
|
+
this.state = 378;
|
|
1259
1259
|
this._errHandler.sync(this);
|
|
1260
1260
|
switch (this._input.LA(1)) {
|
|
1261
1261
|
case MalloyParser.ACCEPT:
|
|
@@ -1271,13 +1271,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1271
1271
|
case MalloyParser.RENAME:
|
|
1272
1272
|
case MalloyParser.WHERE:
|
|
1273
1273
|
{
|
|
1274
|
-
this.state =
|
|
1274
|
+
this.state = 376;
|
|
1275
1275
|
this.exploreStatement();
|
|
1276
1276
|
}
|
|
1277
1277
|
break;
|
|
1278
1278
|
case MalloyParser.SEMI:
|
|
1279
1279
|
{
|
|
1280
|
-
this.state =
|
|
1280
|
+
this.state = 377;
|
|
1281
1281
|
this.match(MalloyParser.SEMI);
|
|
1282
1282
|
}
|
|
1283
1283
|
break;
|
|
@@ -1285,18 +1285,18 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1285
1285
|
throw new NoViableAltException_1.NoViableAltException(this);
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
|
-
this.state =
|
|
1288
|
+
this.state = 382;
|
|
1289
1289
|
this._errHandler.sync(this);
|
|
1290
1290
|
_la = this._input.LA(1);
|
|
1291
1291
|
}
|
|
1292
|
-
this.state =
|
|
1292
|
+
this.state = 383;
|
|
1293
1293
|
this.match(MalloyParser.CCURLY);
|
|
1294
1294
|
}
|
|
1295
1295
|
break;
|
|
1296
1296
|
case 2:
|
|
1297
1297
|
this.enterOuterAlt(_localctx, 2);
|
|
1298
1298
|
{
|
|
1299
|
-
this.state =
|
|
1299
|
+
this.state = 384;
|
|
1300
1300
|
this.filterShortcut();
|
|
1301
1301
|
}
|
|
1302
1302
|
break;
|
|
@@ -1323,16 +1323,16 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1323
1323
|
this.enterRule(_localctx, 58, MalloyParser.RULE_exploreStatement);
|
|
1324
1324
|
let _la;
|
|
1325
1325
|
try {
|
|
1326
|
-
this.state =
|
|
1326
|
+
this.state = 402;
|
|
1327
1327
|
this._errHandler.sync(this);
|
|
1328
1328
|
switch (this._input.LA(1)) {
|
|
1329
1329
|
case MalloyParser.DIMENSION:
|
|
1330
1330
|
_localctx = new DefExploreDimensionContext(_localctx);
|
|
1331
1331
|
this.enterOuterAlt(_localctx, 1);
|
|
1332
1332
|
{
|
|
1333
|
-
this.state =
|
|
1333
|
+
this.state = 387;
|
|
1334
1334
|
this.match(MalloyParser.DIMENSION);
|
|
1335
|
-
this.state =
|
|
1335
|
+
this.state = 388;
|
|
1336
1336
|
this.dimensionDefList();
|
|
1337
1337
|
}
|
|
1338
1338
|
break;
|
|
@@ -1340,9 +1340,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1340
1340
|
_localctx = new DefExploreMeasureContext(_localctx);
|
|
1341
1341
|
this.enterOuterAlt(_localctx, 2);
|
|
1342
1342
|
{
|
|
1343
|
-
this.state =
|
|
1343
|
+
this.state = 389;
|
|
1344
1344
|
this.match(MalloyParser.MEASURE);
|
|
1345
|
-
this.state =
|
|
1345
|
+
this.state = 390;
|
|
1346
1346
|
this.measureDefList();
|
|
1347
1347
|
}
|
|
1348
1348
|
break;
|
|
@@ -1350,7 +1350,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1350
1350
|
_localctx = new DefDeclare_stubContext(_localctx);
|
|
1351
1351
|
this.enterOuterAlt(_localctx, 3);
|
|
1352
1352
|
{
|
|
1353
|
-
this.state =
|
|
1353
|
+
this.state = 391;
|
|
1354
1354
|
this.declareStatement();
|
|
1355
1355
|
}
|
|
1356
1356
|
break;
|
|
@@ -1360,7 +1360,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1360
1360
|
_localctx = new DefJoin_stubContext(_localctx);
|
|
1361
1361
|
this.enterOuterAlt(_localctx, 4);
|
|
1362
1362
|
{
|
|
1363
|
-
this.state =
|
|
1363
|
+
this.state = 392;
|
|
1364
1364
|
this.joinStatement();
|
|
1365
1365
|
}
|
|
1366
1366
|
break;
|
|
@@ -1368,7 +1368,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1368
1368
|
_localctx = new DefExploreWhereContext(_localctx);
|
|
1369
1369
|
this.enterOuterAlt(_localctx, 5);
|
|
1370
1370
|
{
|
|
1371
|
-
this.state =
|
|
1371
|
+
this.state = 393;
|
|
1372
1372
|
this.whereStatement();
|
|
1373
1373
|
}
|
|
1374
1374
|
break;
|
|
@@ -1376,9 +1376,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1376
1376
|
_localctx = new DefExplorePrimaryKeyContext(_localctx);
|
|
1377
1377
|
this.enterOuterAlt(_localctx, 6);
|
|
1378
1378
|
{
|
|
1379
|
-
this.state =
|
|
1379
|
+
this.state = 394;
|
|
1380
1380
|
this.match(MalloyParser.PRIMARY_KEY);
|
|
1381
|
-
this.state =
|
|
1381
|
+
this.state = 395;
|
|
1382
1382
|
this.fieldName();
|
|
1383
1383
|
}
|
|
1384
1384
|
break;
|
|
@@ -1386,9 +1386,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1386
1386
|
_localctx = new DefExploreRenameContext(_localctx);
|
|
1387
1387
|
this.enterOuterAlt(_localctx, 7);
|
|
1388
1388
|
{
|
|
1389
|
-
this.state =
|
|
1389
|
+
this.state = 396;
|
|
1390
1390
|
this.match(MalloyParser.RENAME);
|
|
1391
|
-
this.state =
|
|
1391
|
+
this.state = 397;
|
|
1392
1392
|
this.renameList();
|
|
1393
1393
|
}
|
|
1394
1394
|
break;
|
|
@@ -1397,7 +1397,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1397
1397
|
_localctx = new DefExploreEditFieldContext(_localctx);
|
|
1398
1398
|
this.enterOuterAlt(_localctx, 8);
|
|
1399
1399
|
{
|
|
1400
|
-
this.state =
|
|
1400
|
+
this.state = 398;
|
|
1401
1401
|
_la = this._input.LA(1);
|
|
1402
1402
|
if (!(_la === MalloyParser.ACCEPT || _la === MalloyParser.EXCEPT)) {
|
|
1403
1403
|
this._errHandler.recoverInline(this);
|
|
@@ -1409,7 +1409,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1409
1409
|
this._errHandler.reportMatch(this);
|
|
1410
1410
|
this.consume();
|
|
1411
1411
|
}
|
|
1412
|
-
this.state =
|
|
1412
|
+
this.state = 399;
|
|
1413
1413
|
this.fieldNameList();
|
|
1414
1414
|
}
|
|
1415
1415
|
break;
|
|
@@ -1417,9 +1417,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1417
1417
|
_localctx = new DefExploreQueryContext(_localctx);
|
|
1418
1418
|
this.enterOuterAlt(_localctx, 9);
|
|
1419
1419
|
{
|
|
1420
|
-
this.state =
|
|
1420
|
+
this.state = 400;
|
|
1421
1421
|
this.match(MalloyParser.QUERY);
|
|
1422
|
-
this.state =
|
|
1422
|
+
this.state = 401;
|
|
1423
1423
|
this.subQueryDefList();
|
|
1424
1424
|
}
|
|
1425
1425
|
break;
|
|
@@ -1451,39 +1451,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1451
1451
|
let _alt;
|
|
1452
1452
|
this.enterOuterAlt(_localctx, 1);
|
|
1453
1453
|
{
|
|
1454
|
-
this.state =
|
|
1454
|
+
this.state = 404;
|
|
1455
1455
|
this.exploreRenameDef();
|
|
1456
|
-
this.state =
|
|
1456
|
+
this.state = 411;
|
|
1457
1457
|
this._errHandler.sync(this);
|
|
1458
1458
|
_alt = this.interpreter.adaptivePredict(this._input, 31, this._ctx);
|
|
1459
1459
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
1460
1460
|
if (_alt === 1) {
|
|
1461
1461
|
{
|
|
1462
1462
|
{
|
|
1463
|
-
this.state =
|
|
1463
|
+
this.state = 406;
|
|
1464
1464
|
this._errHandler.sync(this);
|
|
1465
1465
|
_la = this._input.LA(1);
|
|
1466
1466
|
if (_la === MalloyParser.COMMA) {
|
|
1467
1467
|
{
|
|
1468
|
-
this.state =
|
|
1468
|
+
this.state = 405;
|
|
1469
1469
|
this.match(MalloyParser.COMMA);
|
|
1470
1470
|
}
|
|
1471
1471
|
}
|
|
1472
|
-
this.state =
|
|
1472
|
+
this.state = 408;
|
|
1473
1473
|
this.exploreRenameDef();
|
|
1474
1474
|
}
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
|
-
this.state =
|
|
1477
|
+
this.state = 413;
|
|
1478
1478
|
this._errHandler.sync(this);
|
|
1479
1479
|
_alt = this.interpreter.adaptivePredict(this._input, 31, this._ctx);
|
|
1480
1480
|
}
|
|
1481
|
-
this.state =
|
|
1481
|
+
this.state = 415;
|
|
1482
1482
|
this._errHandler.sync(this);
|
|
1483
1483
|
_la = this._input.LA(1);
|
|
1484
1484
|
if (_la === MalloyParser.COMMA) {
|
|
1485
1485
|
{
|
|
1486
|
-
this.state =
|
|
1486
|
+
this.state = 414;
|
|
1487
1487
|
this.match(MalloyParser.COMMA);
|
|
1488
1488
|
}
|
|
1489
1489
|
}
|
|
@@ -1511,11 +1511,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1511
1511
|
try {
|
|
1512
1512
|
this.enterOuterAlt(_localctx, 1);
|
|
1513
1513
|
{
|
|
1514
|
-
this.state =
|
|
1514
|
+
this.state = 417;
|
|
1515
1515
|
this.fieldName();
|
|
1516
|
-
this.state =
|
|
1516
|
+
this.state = 418;
|
|
1517
1517
|
this.match(MalloyParser.IS);
|
|
1518
|
-
this.state =
|
|
1518
|
+
this.state = 419;
|
|
1519
1519
|
this.fieldName();
|
|
1520
1520
|
}
|
|
1521
1521
|
}
|
|
@@ -1543,39 +1543,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1543
1543
|
let _alt;
|
|
1544
1544
|
this.enterOuterAlt(_localctx, 1);
|
|
1545
1545
|
{
|
|
1546
|
-
this.state =
|
|
1546
|
+
this.state = 421;
|
|
1547
1547
|
this.dimensionDef();
|
|
1548
|
-
this.state =
|
|
1548
|
+
this.state = 428;
|
|
1549
1549
|
this._errHandler.sync(this);
|
|
1550
1550
|
_alt = this.interpreter.adaptivePredict(this._input, 34, this._ctx);
|
|
1551
1551
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
1552
1552
|
if (_alt === 1) {
|
|
1553
1553
|
{
|
|
1554
1554
|
{
|
|
1555
|
-
this.state =
|
|
1555
|
+
this.state = 423;
|
|
1556
1556
|
this._errHandler.sync(this);
|
|
1557
1557
|
_la = this._input.LA(1);
|
|
1558
1558
|
if (_la === MalloyParser.COMMA) {
|
|
1559
1559
|
{
|
|
1560
|
-
this.state =
|
|
1560
|
+
this.state = 422;
|
|
1561
1561
|
this.match(MalloyParser.COMMA);
|
|
1562
1562
|
}
|
|
1563
1563
|
}
|
|
1564
|
-
this.state =
|
|
1564
|
+
this.state = 425;
|
|
1565
1565
|
this.dimensionDef();
|
|
1566
1566
|
}
|
|
1567
1567
|
}
|
|
1568
1568
|
}
|
|
1569
|
-
this.state =
|
|
1569
|
+
this.state = 430;
|
|
1570
1570
|
this._errHandler.sync(this);
|
|
1571
1571
|
_alt = this.interpreter.adaptivePredict(this._input, 34, this._ctx);
|
|
1572
1572
|
}
|
|
1573
|
-
this.state =
|
|
1573
|
+
this.state = 432;
|
|
1574
1574
|
this._errHandler.sync(this);
|
|
1575
1575
|
_la = this._input.LA(1);
|
|
1576
1576
|
if (_la === MalloyParser.COMMA) {
|
|
1577
1577
|
{
|
|
1578
|
-
this.state =
|
|
1578
|
+
this.state = 431;
|
|
1579
1579
|
this.match(MalloyParser.COMMA);
|
|
1580
1580
|
}
|
|
1581
1581
|
}
|
|
@@ -1605,39 +1605,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1605
1605
|
let _alt;
|
|
1606
1606
|
this.enterOuterAlt(_localctx, 1);
|
|
1607
1607
|
{
|
|
1608
|
-
this.state =
|
|
1608
|
+
this.state = 434;
|
|
1609
1609
|
this.measureDef();
|
|
1610
|
-
this.state =
|
|
1610
|
+
this.state = 441;
|
|
1611
1611
|
this._errHandler.sync(this);
|
|
1612
1612
|
_alt = this.interpreter.adaptivePredict(this._input, 37, this._ctx);
|
|
1613
1613
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
1614
1614
|
if (_alt === 1) {
|
|
1615
1615
|
{
|
|
1616
1616
|
{
|
|
1617
|
-
this.state =
|
|
1617
|
+
this.state = 436;
|
|
1618
1618
|
this._errHandler.sync(this);
|
|
1619
1619
|
_la = this._input.LA(1);
|
|
1620
1620
|
if (_la === MalloyParser.COMMA) {
|
|
1621
1621
|
{
|
|
1622
|
-
this.state =
|
|
1622
|
+
this.state = 435;
|
|
1623
1623
|
this.match(MalloyParser.COMMA);
|
|
1624
1624
|
}
|
|
1625
1625
|
}
|
|
1626
|
-
this.state =
|
|
1626
|
+
this.state = 438;
|
|
1627
1627
|
this.measureDef();
|
|
1628
1628
|
}
|
|
1629
1629
|
}
|
|
1630
1630
|
}
|
|
1631
|
-
this.state =
|
|
1631
|
+
this.state = 443;
|
|
1632
1632
|
this._errHandler.sync(this);
|
|
1633
1633
|
_alt = this.interpreter.adaptivePredict(this._input, 37, this._ctx);
|
|
1634
1634
|
}
|
|
1635
|
-
this.state =
|
|
1635
|
+
this.state = 445;
|
|
1636
1636
|
this._errHandler.sync(this);
|
|
1637
1637
|
_la = this._input.LA(1);
|
|
1638
1638
|
if (_la === MalloyParser.COMMA) {
|
|
1639
1639
|
{
|
|
1640
|
-
this.state =
|
|
1640
|
+
this.state = 444;
|
|
1641
1641
|
this.match(MalloyParser.COMMA);
|
|
1642
1642
|
}
|
|
1643
1643
|
}
|
|
@@ -1665,11 +1665,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1665
1665
|
try {
|
|
1666
1666
|
this.enterOuterAlt(_localctx, 1);
|
|
1667
1667
|
{
|
|
1668
|
-
this.state =
|
|
1668
|
+
this.state = 447;
|
|
1669
1669
|
this.fieldNameDef();
|
|
1670
|
-
this.state =
|
|
1670
|
+
this.state = 448;
|
|
1671
1671
|
this.match(MalloyParser.IS);
|
|
1672
|
-
this.state =
|
|
1672
|
+
this.state = 449;
|
|
1673
1673
|
this.fieldExpr(0);
|
|
1674
1674
|
}
|
|
1675
1675
|
}
|
|
@@ -1695,7 +1695,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1695
1695
|
try {
|
|
1696
1696
|
this.enterOuterAlt(_localctx, 1);
|
|
1697
1697
|
{
|
|
1698
|
-
this.state =
|
|
1698
|
+
this.state = 451;
|
|
1699
1699
|
this.id();
|
|
1700
1700
|
}
|
|
1701
1701
|
}
|
|
@@ -1721,7 +1721,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1721
1721
|
try {
|
|
1722
1722
|
this.enterOuterAlt(_localctx, 1);
|
|
1723
1723
|
{
|
|
1724
|
-
this.state =
|
|
1724
|
+
this.state = 453;
|
|
1725
1725
|
this.id();
|
|
1726
1726
|
}
|
|
1727
1727
|
}
|
|
@@ -1747,7 +1747,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1747
1747
|
try {
|
|
1748
1748
|
this.enterOuterAlt(_localctx, 1);
|
|
1749
1749
|
{
|
|
1750
|
-
this.state =
|
|
1750
|
+
this.state = 455;
|
|
1751
1751
|
this.fieldDef();
|
|
1752
1752
|
}
|
|
1753
1753
|
}
|
|
@@ -1775,41 +1775,41 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1775
1775
|
let _alt;
|
|
1776
1776
|
this.enterOuterAlt(_localctx, 1);
|
|
1777
1777
|
{
|
|
1778
|
-
this.state =
|
|
1778
|
+
this.state = 457;
|
|
1779
1779
|
this.match(MalloyParser.DECLARE);
|
|
1780
|
-
this.state =
|
|
1780
|
+
this.state = 458;
|
|
1781
1781
|
this.fieldDef();
|
|
1782
|
-
this.state =
|
|
1782
|
+
this.state = 465;
|
|
1783
1783
|
this._errHandler.sync(this);
|
|
1784
1784
|
_alt = this.interpreter.adaptivePredict(this._input, 40, this._ctx);
|
|
1785
1785
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
1786
1786
|
if (_alt === 1) {
|
|
1787
1787
|
{
|
|
1788
1788
|
{
|
|
1789
|
-
this.state =
|
|
1789
|
+
this.state = 460;
|
|
1790
1790
|
this._errHandler.sync(this);
|
|
1791
1791
|
_la = this._input.LA(1);
|
|
1792
1792
|
if (_la === MalloyParser.COMMA) {
|
|
1793
1793
|
{
|
|
1794
|
-
this.state =
|
|
1794
|
+
this.state = 459;
|
|
1795
1795
|
this.match(MalloyParser.COMMA);
|
|
1796
1796
|
}
|
|
1797
1797
|
}
|
|
1798
|
-
this.state =
|
|
1798
|
+
this.state = 462;
|
|
1799
1799
|
this.fieldDef();
|
|
1800
1800
|
}
|
|
1801
1801
|
}
|
|
1802
1802
|
}
|
|
1803
|
-
this.state =
|
|
1803
|
+
this.state = 467;
|
|
1804
1804
|
this._errHandler.sync(this);
|
|
1805
1805
|
_alt = this.interpreter.adaptivePredict(this._input, 40, this._ctx);
|
|
1806
1806
|
}
|
|
1807
|
-
this.state =
|
|
1807
|
+
this.state = 469;
|
|
1808
1808
|
this._errHandler.sync(this);
|
|
1809
1809
|
_la = this._input.LA(1);
|
|
1810
1810
|
if (_la === MalloyParser.COMMA) {
|
|
1811
1811
|
{
|
|
1812
|
-
this.state =
|
|
1812
|
+
this.state = 468;
|
|
1813
1813
|
this.match(MalloyParser.COMMA);
|
|
1814
1814
|
}
|
|
1815
1815
|
}
|
|
@@ -1835,16 +1835,16 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1835
1835
|
let _localctx = new JoinStatementContext(this._ctx, this.state);
|
|
1836
1836
|
this.enterRule(_localctx, 78, MalloyParser.RULE_joinStatement);
|
|
1837
1837
|
try {
|
|
1838
|
-
this.state =
|
|
1838
|
+
this.state = 477;
|
|
1839
1839
|
this._errHandler.sync(this);
|
|
1840
1840
|
switch (this._input.LA(1)) {
|
|
1841
1841
|
case MalloyParser.JOIN_ONE:
|
|
1842
1842
|
_localctx = new DefJoinOneContext(_localctx);
|
|
1843
1843
|
this.enterOuterAlt(_localctx, 1);
|
|
1844
1844
|
{
|
|
1845
|
-
this.state =
|
|
1845
|
+
this.state = 471;
|
|
1846
1846
|
this.match(MalloyParser.JOIN_ONE);
|
|
1847
|
-
this.state =
|
|
1847
|
+
this.state = 472;
|
|
1848
1848
|
this.joinList();
|
|
1849
1849
|
}
|
|
1850
1850
|
break;
|
|
@@ -1852,9 +1852,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1852
1852
|
_localctx = new DefJoinManyContext(_localctx);
|
|
1853
1853
|
this.enterOuterAlt(_localctx, 2);
|
|
1854
1854
|
{
|
|
1855
|
-
this.state =
|
|
1855
|
+
this.state = 473;
|
|
1856
1856
|
this.match(MalloyParser.JOIN_MANY);
|
|
1857
|
-
this.state =
|
|
1857
|
+
this.state = 474;
|
|
1858
1858
|
this.joinList();
|
|
1859
1859
|
}
|
|
1860
1860
|
break;
|
|
@@ -1862,9 +1862,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1862
1862
|
_localctx = new DefJoinCrossContext(_localctx);
|
|
1863
1863
|
this.enterOuterAlt(_localctx, 3);
|
|
1864
1864
|
{
|
|
1865
|
-
this.state =
|
|
1865
|
+
this.state = 475;
|
|
1866
1866
|
this.match(MalloyParser.JOIN_CROSS);
|
|
1867
|
-
this.state =
|
|
1867
|
+
this.state = 476;
|
|
1868
1868
|
this.joinList();
|
|
1869
1869
|
}
|
|
1870
1870
|
break;
|
|
@@ -1896,39 +1896,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1896
1896
|
let _alt;
|
|
1897
1897
|
this.enterOuterAlt(_localctx, 1);
|
|
1898
1898
|
{
|
|
1899
|
-
this.state =
|
|
1899
|
+
this.state = 479;
|
|
1900
1900
|
this.joinDef();
|
|
1901
|
-
this.state =
|
|
1901
|
+
this.state = 486;
|
|
1902
1902
|
this._errHandler.sync(this);
|
|
1903
1903
|
_alt = this.interpreter.adaptivePredict(this._input, 44, this._ctx);
|
|
1904
1904
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
1905
1905
|
if (_alt === 1) {
|
|
1906
1906
|
{
|
|
1907
1907
|
{
|
|
1908
|
-
this.state =
|
|
1908
|
+
this.state = 481;
|
|
1909
1909
|
this._errHandler.sync(this);
|
|
1910
1910
|
_la = this._input.LA(1);
|
|
1911
1911
|
if (_la === MalloyParser.COMMA) {
|
|
1912
1912
|
{
|
|
1913
|
-
this.state =
|
|
1913
|
+
this.state = 480;
|
|
1914
1914
|
this.match(MalloyParser.COMMA);
|
|
1915
1915
|
}
|
|
1916
1916
|
}
|
|
1917
|
-
this.state =
|
|
1917
|
+
this.state = 483;
|
|
1918
1918
|
this.joinDef();
|
|
1919
1919
|
}
|
|
1920
1920
|
}
|
|
1921
1921
|
}
|
|
1922
|
-
this.state =
|
|
1922
|
+
this.state = 488;
|
|
1923
1923
|
this._errHandler.sync(this);
|
|
1924
1924
|
_alt = this.interpreter.adaptivePredict(this._input, 44, this._ctx);
|
|
1925
1925
|
}
|
|
1926
|
-
this.state =
|
|
1926
|
+
this.state = 490;
|
|
1927
1927
|
this._errHandler.sync(this);
|
|
1928
1928
|
_la = this._input.LA(1);
|
|
1929
1929
|
if (_la === MalloyParser.COMMA) {
|
|
1930
1930
|
{
|
|
1931
|
-
this.state =
|
|
1931
|
+
this.state = 489;
|
|
1932
1932
|
this.match(MalloyParser.COMMA);
|
|
1933
1933
|
}
|
|
1934
1934
|
}
|
|
@@ -1955,29 +1955,29 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1955
1955
|
this.enterRule(_localctx, 82, MalloyParser.RULE_joinDef);
|
|
1956
1956
|
let _la;
|
|
1957
1957
|
try {
|
|
1958
|
-
this.state =
|
|
1958
|
+
this.state = 509;
|
|
1959
1959
|
this._errHandler.sync(this);
|
|
1960
1960
|
switch (this.interpreter.adaptivePredict(this._input, 49, this._ctx)) {
|
|
1961
1961
|
case 1:
|
|
1962
1962
|
_localctx = new JoinWithContext(_localctx);
|
|
1963
1963
|
this.enterOuterAlt(_localctx, 1);
|
|
1964
1964
|
{
|
|
1965
|
-
this.state =
|
|
1965
|
+
this.state = 492;
|
|
1966
1966
|
this.joinNameDef();
|
|
1967
|
-
this.state =
|
|
1967
|
+
this.state = 495;
|
|
1968
1968
|
this._errHandler.sync(this);
|
|
1969
1969
|
_la = this._input.LA(1);
|
|
1970
1970
|
if (_la === MalloyParser.IS) {
|
|
1971
1971
|
{
|
|
1972
|
-
this.state =
|
|
1972
|
+
this.state = 493;
|
|
1973
1973
|
this.match(MalloyParser.IS);
|
|
1974
|
-
this.state =
|
|
1974
|
+
this.state = 494;
|
|
1975
1975
|
this.explore();
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
|
-
this.state =
|
|
1978
|
+
this.state = 497;
|
|
1979
1979
|
this.match(MalloyParser.WITH);
|
|
1980
|
-
this.state =
|
|
1980
|
+
this.state = 498;
|
|
1981
1981
|
this.fieldExpr(0);
|
|
1982
1982
|
}
|
|
1983
1983
|
break;
|
|
@@ -1985,27 +1985,27 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
1985
1985
|
_localctx = new JoinOnContext(_localctx);
|
|
1986
1986
|
this.enterOuterAlt(_localctx, 2);
|
|
1987
1987
|
{
|
|
1988
|
-
this.state =
|
|
1988
|
+
this.state = 500;
|
|
1989
1989
|
this.joinNameDef();
|
|
1990
|
-
this.state =
|
|
1990
|
+
this.state = 503;
|
|
1991
1991
|
this._errHandler.sync(this);
|
|
1992
1992
|
_la = this._input.LA(1);
|
|
1993
1993
|
if (_la === MalloyParser.IS) {
|
|
1994
1994
|
{
|
|
1995
|
-
this.state =
|
|
1995
|
+
this.state = 501;
|
|
1996
1996
|
this.match(MalloyParser.IS);
|
|
1997
|
-
this.state =
|
|
1997
|
+
this.state = 502;
|
|
1998
1998
|
this.explore();
|
|
1999
1999
|
}
|
|
2000
2000
|
}
|
|
2001
|
-
this.state =
|
|
2001
|
+
this.state = 507;
|
|
2002
2002
|
this._errHandler.sync(this);
|
|
2003
2003
|
_la = this._input.LA(1);
|
|
2004
2004
|
if (_la === MalloyParser.ON) {
|
|
2005
2005
|
{
|
|
2006
|
-
this.state =
|
|
2006
|
+
this.state = 505;
|
|
2007
2007
|
this.match(MalloyParser.ON);
|
|
2008
|
-
this.state =
|
|
2008
|
+
this.state = 506;
|
|
2009
2009
|
this.joinExpression();
|
|
2010
2010
|
}
|
|
2011
2011
|
}
|
|
@@ -2035,7 +2035,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2035
2035
|
try {
|
|
2036
2036
|
this.enterOuterAlt(_localctx, 1);
|
|
2037
2037
|
{
|
|
2038
|
-
this.state =
|
|
2038
|
+
this.state = 511;
|
|
2039
2039
|
this.fieldExpr(0);
|
|
2040
2040
|
}
|
|
2041
2041
|
}
|
|
@@ -2059,20 +2059,20 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2059
2059
|
let _localctx = new FilterStatementContext(this._ctx, this.state);
|
|
2060
2060
|
this.enterRule(_localctx, 86, MalloyParser.RULE_filterStatement);
|
|
2061
2061
|
try {
|
|
2062
|
-
this.state =
|
|
2062
|
+
this.state = 515;
|
|
2063
2063
|
this._errHandler.sync(this);
|
|
2064
2064
|
switch (this._input.LA(1)) {
|
|
2065
2065
|
case MalloyParser.WHERE:
|
|
2066
2066
|
this.enterOuterAlt(_localctx, 1);
|
|
2067
2067
|
{
|
|
2068
|
-
this.state =
|
|
2068
|
+
this.state = 513;
|
|
2069
2069
|
this.whereStatement();
|
|
2070
2070
|
}
|
|
2071
2071
|
break;
|
|
2072
2072
|
case MalloyParser.HAVING:
|
|
2073
2073
|
this.enterOuterAlt(_localctx, 2);
|
|
2074
2074
|
{
|
|
2075
|
-
this.state =
|
|
2075
|
+
this.state = 514;
|
|
2076
2076
|
this.havingStatement();
|
|
2077
2077
|
}
|
|
2078
2078
|
break;
|
|
@@ -2100,16 +2100,16 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2100
2100
|
let _localctx = new FilteredByContext(this._ctx, this.state);
|
|
2101
2101
|
this.enterRule(_localctx, 88, MalloyParser.RULE_filteredBy);
|
|
2102
2102
|
try {
|
|
2103
|
-
this.state =
|
|
2103
|
+
this.state = 520;
|
|
2104
2104
|
this._errHandler.sync(this);
|
|
2105
2105
|
switch (this._input.LA(1)) {
|
|
2106
2106
|
case MalloyParser.QMARK:
|
|
2107
2107
|
_localctx = new FilterByShortcutContext(_localctx);
|
|
2108
2108
|
this.enterOuterAlt(_localctx, 1);
|
|
2109
2109
|
{
|
|
2110
|
-
this.state =
|
|
2110
|
+
this.state = 517;
|
|
2111
2111
|
this.match(MalloyParser.QMARK);
|
|
2112
|
-
this.state =
|
|
2112
|
+
this.state = 518;
|
|
2113
2113
|
this.fieldExpr(0);
|
|
2114
2114
|
}
|
|
2115
2115
|
break;
|
|
@@ -2117,7 +2117,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2117
2117
|
_localctx = new FilterByWhereContext(_localctx);
|
|
2118
2118
|
this.enterOuterAlt(_localctx, 2);
|
|
2119
2119
|
{
|
|
2120
|
-
this.state =
|
|
2120
|
+
this.state = 519;
|
|
2121
2121
|
this.whereStatement();
|
|
2122
2122
|
}
|
|
2123
2123
|
break;
|
|
@@ -2149,32 +2149,32 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2149
2149
|
let _alt;
|
|
2150
2150
|
this.enterOuterAlt(_localctx, 1);
|
|
2151
2151
|
{
|
|
2152
|
-
this.state =
|
|
2152
|
+
this.state = 522;
|
|
2153
2153
|
this.fieldExpr(0);
|
|
2154
|
-
this.state =
|
|
2154
|
+
this.state = 527;
|
|
2155
2155
|
this._errHandler.sync(this);
|
|
2156
2156
|
_alt = this.interpreter.adaptivePredict(this._input, 52, this._ctx);
|
|
2157
2157
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
2158
2158
|
if (_alt === 1) {
|
|
2159
2159
|
{
|
|
2160
2160
|
{
|
|
2161
|
-
this.state =
|
|
2161
|
+
this.state = 523;
|
|
2162
2162
|
this.match(MalloyParser.COMMA);
|
|
2163
|
-
this.state =
|
|
2163
|
+
this.state = 524;
|
|
2164
2164
|
this.fieldExpr(0);
|
|
2165
2165
|
}
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
|
-
this.state =
|
|
2168
|
+
this.state = 529;
|
|
2169
2169
|
this._errHandler.sync(this);
|
|
2170
2170
|
_alt = this.interpreter.adaptivePredict(this._input, 52, this._ctx);
|
|
2171
2171
|
}
|
|
2172
|
-
this.state =
|
|
2172
|
+
this.state = 531;
|
|
2173
2173
|
this._errHandler.sync(this);
|
|
2174
2174
|
_la = this._input.LA(1);
|
|
2175
2175
|
if (_la === MalloyParser.COMMA) {
|
|
2176
2176
|
{
|
|
2177
|
-
this.state =
|
|
2177
|
+
this.state = 530;
|
|
2178
2178
|
this.match(MalloyParser.COMMA);
|
|
2179
2179
|
}
|
|
2180
2180
|
}
|
|
@@ -2202,9 +2202,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2202
2202
|
try {
|
|
2203
2203
|
this.enterOuterAlt(_localctx, 1);
|
|
2204
2204
|
{
|
|
2205
|
-
this.state =
|
|
2205
|
+
this.state = 533;
|
|
2206
2206
|
this.match(MalloyParser.WHERE);
|
|
2207
|
-
this.state =
|
|
2207
|
+
this.state = 534;
|
|
2208
2208
|
this.filterClauseList();
|
|
2209
2209
|
}
|
|
2210
2210
|
}
|
|
@@ -2230,9 +2230,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2230
2230
|
try {
|
|
2231
2231
|
this.enterOuterAlt(_localctx, 1);
|
|
2232
2232
|
{
|
|
2233
|
-
this.state =
|
|
2233
|
+
this.state = 536;
|
|
2234
2234
|
this.match(MalloyParser.HAVING);
|
|
2235
|
-
this.state =
|
|
2235
|
+
this.state = 537;
|
|
2236
2236
|
this.filterClauseList();
|
|
2237
2237
|
}
|
|
2238
2238
|
}
|
|
@@ -2260,39 +2260,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2260
2260
|
let _alt;
|
|
2261
2261
|
this.enterOuterAlt(_localctx, 1);
|
|
2262
2262
|
{
|
|
2263
|
-
this.state =
|
|
2263
|
+
this.state = 539;
|
|
2264
2264
|
this.exploreQueryDef();
|
|
2265
|
-
this.state =
|
|
2265
|
+
this.state = 546;
|
|
2266
2266
|
this._errHandler.sync(this);
|
|
2267
2267
|
_alt = this.interpreter.adaptivePredict(this._input, 55, this._ctx);
|
|
2268
2268
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
2269
2269
|
if (_alt === 1) {
|
|
2270
2270
|
{
|
|
2271
2271
|
{
|
|
2272
|
-
this.state =
|
|
2272
|
+
this.state = 541;
|
|
2273
2273
|
this._errHandler.sync(this);
|
|
2274
2274
|
_la = this._input.LA(1);
|
|
2275
2275
|
if (_la === MalloyParser.COMMA) {
|
|
2276
2276
|
{
|
|
2277
|
-
this.state =
|
|
2277
|
+
this.state = 540;
|
|
2278
2278
|
this.match(MalloyParser.COMMA);
|
|
2279
2279
|
}
|
|
2280
2280
|
}
|
|
2281
|
-
this.state =
|
|
2281
|
+
this.state = 543;
|
|
2282
2282
|
this.exploreQueryDef();
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
2285
2285
|
}
|
|
2286
|
-
this.state =
|
|
2286
|
+
this.state = 548;
|
|
2287
2287
|
this._errHandler.sync(this);
|
|
2288
2288
|
_alt = this.interpreter.adaptivePredict(this._input, 55, this._ctx);
|
|
2289
2289
|
}
|
|
2290
|
-
this.state =
|
|
2290
|
+
this.state = 550;
|
|
2291
2291
|
this._errHandler.sync(this);
|
|
2292
2292
|
_la = this._input.LA(1);
|
|
2293
2293
|
if (_la === MalloyParser.COMMA) {
|
|
2294
2294
|
{
|
|
2295
|
-
this.state =
|
|
2295
|
+
this.state = 549;
|
|
2296
2296
|
this.match(MalloyParser.COMMA);
|
|
2297
2297
|
}
|
|
2298
2298
|
}
|
|
@@ -2320,7 +2320,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2320
2320
|
try {
|
|
2321
2321
|
this.enterOuterAlt(_localctx, 1);
|
|
2322
2322
|
{
|
|
2323
|
-
this.state =
|
|
2323
|
+
this.state = 552;
|
|
2324
2324
|
this.id();
|
|
2325
2325
|
}
|
|
2326
2326
|
}
|
|
@@ -2346,11 +2346,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2346
2346
|
try {
|
|
2347
2347
|
this.enterOuterAlt(_localctx, 1);
|
|
2348
2348
|
{
|
|
2349
|
-
this.state =
|
|
2349
|
+
this.state = 554;
|
|
2350
2350
|
this.exploreQueryNameDef();
|
|
2351
|
-
this.state =
|
|
2351
|
+
this.state = 555;
|
|
2352
2352
|
this.match(MalloyParser.IS);
|
|
2353
|
-
this.state =
|
|
2353
|
+
this.state = 556;
|
|
2354
2354
|
this.pipelineFromName();
|
|
2355
2355
|
}
|
|
2356
2356
|
}
|
|
@@ -2374,20 +2374,20 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2374
2374
|
let _localctx = new QueryStatementContext(this._ctx, this.state);
|
|
2375
2375
|
this.enterRule(_localctx, 102, MalloyParser.RULE_queryStatement);
|
|
2376
2376
|
try {
|
|
2377
|
-
this.state =
|
|
2377
|
+
this.state = 571;
|
|
2378
2378
|
this._errHandler.sync(this);
|
|
2379
2379
|
switch (this._input.LA(1)) {
|
|
2380
2380
|
case MalloyParser.GROUP_BY:
|
|
2381
2381
|
this.enterOuterAlt(_localctx, 1);
|
|
2382
2382
|
{
|
|
2383
|
-
this.state =
|
|
2383
|
+
this.state = 558;
|
|
2384
2384
|
this.groupByStatement();
|
|
2385
2385
|
}
|
|
2386
2386
|
break;
|
|
2387
2387
|
case MalloyParser.DECLARE:
|
|
2388
2388
|
this.enterOuterAlt(_localctx, 2);
|
|
2389
2389
|
{
|
|
2390
|
-
this.state =
|
|
2390
|
+
this.state = 559;
|
|
2391
2391
|
this.declareStatement();
|
|
2392
2392
|
}
|
|
2393
2393
|
break;
|
|
@@ -2396,77 +2396,77 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2396
2396
|
case MalloyParser.JOIN_MANY:
|
|
2397
2397
|
this.enterOuterAlt(_localctx, 3);
|
|
2398
2398
|
{
|
|
2399
|
-
this.state =
|
|
2399
|
+
this.state = 560;
|
|
2400
2400
|
this.joinStatement();
|
|
2401
2401
|
}
|
|
2402
2402
|
break;
|
|
2403
2403
|
case MalloyParser.PROJECT:
|
|
2404
2404
|
this.enterOuterAlt(_localctx, 4);
|
|
2405
2405
|
{
|
|
2406
|
-
this.state =
|
|
2406
|
+
this.state = 561;
|
|
2407
2407
|
this.projectStatement();
|
|
2408
2408
|
}
|
|
2409
2409
|
break;
|
|
2410
2410
|
case MalloyParser.INDEX:
|
|
2411
2411
|
this.enterOuterAlt(_localctx, 5);
|
|
2412
2412
|
{
|
|
2413
|
-
this.state =
|
|
2413
|
+
this.state = 562;
|
|
2414
2414
|
this.indexStatement();
|
|
2415
2415
|
}
|
|
2416
2416
|
break;
|
|
2417
2417
|
case MalloyParser.AGGREGATE:
|
|
2418
2418
|
this.enterOuterAlt(_localctx, 6);
|
|
2419
2419
|
{
|
|
2420
|
-
this.state =
|
|
2420
|
+
this.state = 563;
|
|
2421
2421
|
this.aggregateStatement();
|
|
2422
2422
|
}
|
|
2423
2423
|
break;
|
|
2424
2424
|
case MalloyParser.TOP:
|
|
2425
2425
|
this.enterOuterAlt(_localctx, 7);
|
|
2426
2426
|
{
|
|
2427
|
-
this.state =
|
|
2427
|
+
this.state = 564;
|
|
2428
2428
|
this.topStatement();
|
|
2429
2429
|
}
|
|
2430
2430
|
break;
|
|
2431
2431
|
case MalloyParser.LIMIT:
|
|
2432
2432
|
this.enterOuterAlt(_localctx, 8);
|
|
2433
2433
|
{
|
|
2434
|
-
this.state =
|
|
2434
|
+
this.state = 565;
|
|
2435
2435
|
this.limitStatement();
|
|
2436
2436
|
}
|
|
2437
2437
|
break;
|
|
2438
2438
|
case MalloyParser.ORDER_BY:
|
|
2439
2439
|
this.enterOuterAlt(_localctx, 9);
|
|
2440
2440
|
{
|
|
2441
|
-
this.state =
|
|
2441
|
+
this.state = 566;
|
|
2442
2442
|
this.orderByStatement();
|
|
2443
2443
|
}
|
|
2444
2444
|
break;
|
|
2445
2445
|
case MalloyParser.WHERE:
|
|
2446
2446
|
this.enterOuterAlt(_localctx, 10);
|
|
2447
2447
|
{
|
|
2448
|
-
this.state =
|
|
2448
|
+
this.state = 567;
|
|
2449
2449
|
this.whereStatement();
|
|
2450
2450
|
}
|
|
2451
2451
|
break;
|
|
2452
2452
|
case MalloyParser.HAVING:
|
|
2453
2453
|
this.enterOuterAlt(_localctx, 11);
|
|
2454
2454
|
{
|
|
2455
|
-
this.state =
|
|
2455
|
+
this.state = 568;
|
|
2456
2456
|
this.havingStatement();
|
|
2457
2457
|
}
|
|
2458
2458
|
break;
|
|
2459
2459
|
case MalloyParser.NEST:
|
|
2460
2460
|
this.enterOuterAlt(_localctx, 12);
|
|
2461
2461
|
{
|
|
2462
|
-
this.state =
|
|
2462
|
+
this.state = 569;
|
|
2463
2463
|
this.nestStatement();
|
|
2464
2464
|
}
|
|
2465
2465
|
break;
|
|
2466
2466
|
case MalloyParser.SAMPLE:
|
|
2467
2467
|
this.enterOuterAlt(_localctx, 13);
|
|
2468
2468
|
{
|
|
2469
|
-
this.state =
|
|
2469
|
+
this.state = 570;
|
|
2470
2470
|
this.sampleStatement();
|
|
2471
2471
|
}
|
|
2472
2472
|
break;
|
|
@@ -2496,9 +2496,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2496
2496
|
try {
|
|
2497
2497
|
this.enterOuterAlt(_localctx, 1);
|
|
2498
2498
|
{
|
|
2499
|
-
this.state =
|
|
2499
|
+
this.state = 573;
|
|
2500
2500
|
this.match(MalloyParser.GROUP_BY);
|
|
2501
|
-
this.state =
|
|
2501
|
+
this.state = 574;
|
|
2502
2502
|
this.queryFieldList();
|
|
2503
2503
|
}
|
|
2504
2504
|
}
|
|
@@ -2526,39 +2526,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2526
2526
|
let _alt;
|
|
2527
2527
|
this.enterOuterAlt(_localctx, 1);
|
|
2528
2528
|
{
|
|
2529
|
-
this.state =
|
|
2529
|
+
this.state = 576;
|
|
2530
2530
|
this.queryFieldEntry();
|
|
2531
|
-
this.state =
|
|
2531
|
+
this.state = 583;
|
|
2532
2532
|
this._errHandler.sync(this);
|
|
2533
2533
|
_alt = this.interpreter.adaptivePredict(this._input, 59, this._ctx);
|
|
2534
2534
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
2535
2535
|
if (_alt === 1) {
|
|
2536
2536
|
{
|
|
2537
2537
|
{
|
|
2538
|
-
this.state =
|
|
2538
|
+
this.state = 578;
|
|
2539
2539
|
this._errHandler.sync(this);
|
|
2540
2540
|
_la = this._input.LA(1);
|
|
2541
2541
|
if (_la === MalloyParser.COMMA) {
|
|
2542
2542
|
{
|
|
2543
|
-
this.state =
|
|
2543
|
+
this.state = 577;
|
|
2544
2544
|
this.match(MalloyParser.COMMA);
|
|
2545
2545
|
}
|
|
2546
2546
|
}
|
|
2547
|
-
this.state =
|
|
2547
|
+
this.state = 580;
|
|
2548
2548
|
this.queryFieldEntry();
|
|
2549
2549
|
}
|
|
2550
2550
|
}
|
|
2551
2551
|
}
|
|
2552
|
-
this.state =
|
|
2552
|
+
this.state = 585;
|
|
2553
2553
|
this._errHandler.sync(this);
|
|
2554
2554
|
_alt = this.interpreter.adaptivePredict(this._input, 59, this._ctx);
|
|
2555
2555
|
}
|
|
2556
|
-
this.state =
|
|
2556
|
+
this.state = 587;
|
|
2557
2557
|
this._errHandler.sync(this);
|
|
2558
2558
|
_la = this._input.LA(1);
|
|
2559
2559
|
if (_la === MalloyParser.COMMA) {
|
|
2560
2560
|
{
|
|
2561
|
-
this.state =
|
|
2561
|
+
this.state = 586;
|
|
2562
2562
|
this.match(MalloyParser.COMMA);
|
|
2563
2563
|
}
|
|
2564
2564
|
}
|
|
@@ -2586,7 +2586,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2586
2586
|
try {
|
|
2587
2587
|
this.enterOuterAlt(_localctx, 1);
|
|
2588
2588
|
{
|
|
2589
|
-
this.state =
|
|
2589
|
+
this.state = 589;
|
|
2590
2590
|
this.fieldDef();
|
|
2591
2591
|
}
|
|
2592
2592
|
}
|
|
@@ -2610,14 +2610,14 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2610
2610
|
let _localctx = new QueryFieldEntryContext(this._ctx, this.state);
|
|
2611
2611
|
this.enterRule(_localctx, 110, MalloyParser.RULE_queryFieldEntry);
|
|
2612
2612
|
try {
|
|
2613
|
-
this.state =
|
|
2613
|
+
this.state = 593;
|
|
2614
2614
|
this._errHandler.sync(this);
|
|
2615
2615
|
switch (this.interpreter.adaptivePredict(this._input, 61, this._ctx)) {
|
|
2616
2616
|
case 1:
|
|
2617
2617
|
_localctx = new QueryFieldRefContext(_localctx);
|
|
2618
2618
|
this.enterOuterAlt(_localctx, 1);
|
|
2619
2619
|
{
|
|
2620
|
-
this.state =
|
|
2620
|
+
this.state = 591;
|
|
2621
2621
|
this.fieldPath();
|
|
2622
2622
|
}
|
|
2623
2623
|
break;
|
|
@@ -2625,7 +2625,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2625
2625
|
_localctx = new QueryFieldDefContext(_localctx);
|
|
2626
2626
|
this.enterOuterAlt(_localctx, 2);
|
|
2627
2627
|
{
|
|
2628
|
-
this.state =
|
|
2628
|
+
this.state = 592;
|
|
2629
2629
|
this.dimensionDef();
|
|
2630
2630
|
}
|
|
2631
2631
|
break;
|
|
@@ -2653,9 +2653,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2653
2653
|
try {
|
|
2654
2654
|
this.enterOuterAlt(_localctx, 1);
|
|
2655
2655
|
{
|
|
2656
|
-
this.state =
|
|
2656
|
+
this.state = 595;
|
|
2657
2657
|
this.match(MalloyParser.NEST);
|
|
2658
|
-
this.state =
|
|
2658
|
+
this.state = 596;
|
|
2659
2659
|
this.nestedQueryList();
|
|
2660
2660
|
}
|
|
2661
2661
|
}
|
|
@@ -2683,39 +2683,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2683
2683
|
let _alt;
|
|
2684
2684
|
this.enterOuterAlt(_localctx, 1);
|
|
2685
2685
|
{
|
|
2686
|
-
this.state =
|
|
2686
|
+
this.state = 598;
|
|
2687
2687
|
this.nestEntry();
|
|
2688
|
-
this.state =
|
|
2688
|
+
this.state = 605;
|
|
2689
2689
|
this._errHandler.sync(this);
|
|
2690
2690
|
_alt = this.interpreter.adaptivePredict(this._input, 63, this._ctx);
|
|
2691
2691
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
2692
2692
|
if (_alt === 1) {
|
|
2693
2693
|
{
|
|
2694
2694
|
{
|
|
2695
|
-
this.state =
|
|
2695
|
+
this.state = 600;
|
|
2696
2696
|
this._errHandler.sync(this);
|
|
2697
2697
|
_la = this._input.LA(1);
|
|
2698
2698
|
if (_la === MalloyParser.COMMA) {
|
|
2699
2699
|
{
|
|
2700
|
-
this.state =
|
|
2700
|
+
this.state = 599;
|
|
2701
2701
|
this.match(MalloyParser.COMMA);
|
|
2702
2702
|
}
|
|
2703
2703
|
}
|
|
2704
|
-
this.state =
|
|
2704
|
+
this.state = 602;
|
|
2705
2705
|
this.nestEntry();
|
|
2706
2706
|
}
|
|
2707
2707
|
}
|
|
2708
2708
|
}
|
|
2709
|
-
this.state =
|
|
2709
|
+
this.state = 607;
|
|
2710
2710
|
this._errHandler.sync(this);
|
|
2711
2711
|
_alt = this.interpreter.adaptivePredict(this._input, 63, this._ctx);
|
|
2712
2712
|
}
|
|
2713
|
-
this.state =
|
|
2713
|
+
this.state = 609;
|
|
2714
2714
|
this._errHandler.sync(this);
|
|
2715
2715
|
_la = this._input.LA(1);
|
|
2716
2716
|
if (_la === MalloyParser.COMMA) {
|
|
2717
2717
|
{
|
|
2718
|
-
this.state =
|
|
2718
|
+
this.state = 608;
|
|
2719
2719
|
this.match(MalloyParser.COMMA);
|
|
2720
2720
|
}
|
|
2721
2721
|
}
|
|
@@ -2742,30 +2742,30 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2742
2742
|
this.enterRule(_localctx, 116, MalloyParser.RULE_nestEntry);
|
|
2743
2743
|
let _la;
|
|
2744
2744
|
try {
|
|
2745
|
-
this.state =
|
|
2745
|
+
this.state = 622;
|
|
2746
2746
|
this._errHandler.sync(this);
|
|
2747
2747
|
switch (this.interpreter.adaptivePredict(this._input, 67, this._ctx)) {
|
|
2748
2748
|
case 1:
|
|
2749
2749
|
_localctx = new NestExistingContext(_localctx);
|
|
2750
2750
|
this.enterOuterAlt(_localctx, 1);
|
|
2751
2751
|
{
|
|
2752
|
-
this.state =
|
|
2752
|
+
this.state = 611;
|
|
2753
2753
|
this.queryName();
|
|
2754
|
-
this.state =
|
|
2754
|
+
this.state = 616;
|
|
2755
2755
|
this._errHandler.sync(this);
|
|
2756
2756
|
_la = this._input.LA(1);
|
|
2757
2757
|
if (_la === MalloyParser.OCURLY || _la === MalloyParser.PLUS) {
|
|
2758
2758
|
{
|
|
2759
|
-
this.state =
|
|
2759
|
+
this.state = 613;
|
|
2760
2760
|
this._errHandler.sync(this);
|
|
2761
2761
|
_la = this._input.LA(1);
|
|
2762
2762
|
if (_la === MalloyParser.PLUS) {
|
|
2763
2763
|
{
|
|
2764
|
-
this.state =
|
|
2764
|
+
this.state = 612;
|
|
2765
2765
|
this.refineOperator();
|
|
2766
2766
|
}
|
|
2767
2767
|
}
|
|
2768
|
-
this.state =
|
|
2768
|
+
this.state = 615;
|
|
2769
2769
|
this.queryProperties();
|
|
2770
2770
|
}
|
|
2771
2771
|
}
|
|
@@ -2775,11 +2775,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2775
2775
|
_localctx = new NestDefContext(_localctx);
|
|
2776
2776
|
this.enterOuterAlt(_localctx, 2);
|
|
2777
2777
|
{
|
|
2778
|
-
this.state =
|
|
2778
|
+
this.state = 618;
|
|
2779
2779
|
this.queryName();
|
|
2780
|
-
this.state =
|
|
2780
|
+
this.state = 619;
|
|
2781
2781
|
this.match(MalloyParser.IS);
|
|
2782
|
-
this.state =
|
|
2782
|
+
this.state = 620;
|
|
2783
2783
|
this.pipelineFromName();
|
|
2784
2784
|
}
|
|
2785
2785
|
break;
|
|
@@ -2807,9 +2807,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2807
2807
|
try {
|
|
2808
2808
|
this.enterOuterAlt(_localctx, 1);
|
|
2809
2809
|
{
|
|
2810
|
-
this.state =
|
|
2810
|
+
this.state = 624;
|
|
2811
2811
|
this.match(MalloyParser.AGGREGATE);
|
|
2812
|
-
this.state =
|
|
2812
|
+
this.state = 625;
|
|
2813
2813
|
this.queryFieldList();
|
|
2814
2814
|
}
|
|
2815
2815
|
}
|
|
@@ -2835,9 +2835,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2835
2835
|
try {
|
|
2836
2836
|
this.enterOuterAlt(_localctx, 1);
|
|
2837
2837
|
{
|
|
2838
|
-
this.state =
|
|
2838
|
+
this.state = 627;
|
|
2839
2839
|
this.match(MalloyParser.PROJECT);
|
|
2840
|
-
this.state =
|
|
2840
|
+
this.state = 628;
|
|
2841
2841
|
this.fieldCollection();
|
|
2842
2842
|
}
|
|
2843
2843
|
}
|
|
@@ -2863,9 +2863,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2863
2863
|
try {
|
|
2864
2864
|
this.enterOuterAlt(_localctx, 1);
|
|
2865
2865
|
{
|
|
2866
|
-
this.state =
|
|
2866
|
+
this.state = 630;
|
|
2867
2867
|
this.match(MalloyParser.ORDER_BY);
|
|
2868
|
-
this.state =
|
|
2868
|
+
this.state = 631;
|
|
2869
2869
|
this.ordering();
|
|
2870
2870
|
}
|
|
2871
2871
|
}
|
|
@@ -2893,39 +2893,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2893
2893
|
let _alt;
|
|
2894
2894
|
this.enterOuterAlt(_localctx, 1);
|
|
2895
2895
|
{
|
|
2896
|
-
this.state =
|
|
2896
|
+
this.state = 633;
|
|
2897
2897
|
this.orderBySpec();
|
|
2898
|
-
this.state =
|
|
2898
|
+
this.state = 640;
|
|
2899
2899
|
this._errHandler.sync(this);
|
|
2900
2900
|
_alt = this.interpreter.adaptivePredict(this._input, 69, this._ctx);
|
|
2901
2901
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
2902
2902
|
if (_alt === 1) {
|
|
2903
2903
|
{
|
|
2904
2904
|
{
|
|
2905
|
-
this.state =
|
|
2905
|
+
this.state = 635;
|
|
2906
2906
|
this._errHandler.sync(this);
|
|
2907
2907
|
_la = this._input.LA(1);
|
|
2908
2908
|
if (_la === MalloyParser.COMMA) {
|
|
2909
2909
|
{
|
|
2910
|
-
this.state =
|
|
2910
|
+
this.state = 634;
|
|
2911
2911
|
this.match(MalloyParser.COMMA);
|
|
2912
2912
|
}
|
|
2913
2913
|
}
|
|
2914
|
-
this.state =
|
|
2914
|
+
this.state = 637;
|
|
2915
2915
|
this.orderBySpec();
|
|
2916
2916
|
}
|
|
2917
2917
|
}
|
|
2918
2918
|
}
|
|
2919
|
-
this.state =
|
|
2919
|
+
this.state = 642;
|
|
2920
2920
|
this._errHandler.sync(this);
|
|
2921
2921
|
_alt = this.interpreter.adaptivePredict(this._input, 69, this._ctx);
|
|
2922
2922
|
}
|
|
2923
|
-
this.state =
|
|
2923
|
+
this.state = 644;
|
|
2924
2924
|
this._errHandler.sync(this);
|
|
2925
2925
|
_la = this._input.LA(1);
|
|
2926
2926
|
if (_la === MalloyParser.COMMA) {
|
|
2927
2927
|
{
|
|
2928
|
-
this.state =
|
|
2928
|
+
this.state = 643;
|
|
2929
2929
|
this.match(MalloyParser.COMMA);
|
|
2930
2930
|
}
|
|
2931
2931
|
}
|
|
@@ -2954,31 +2954,31 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
2954
2954
|
try {
|
|
2955
2955
|
this.enterOuterAlt(_localctx, 1);
|
|
2956
2956
|
{
|
|
2957
|
-
this.state =
|
|
2957
|
+
this.state = 648;
|
|
2958
2958
|
this._errHandler.sync(this);
|
|
2959
2959
|
switch (this._input.LA(1)) {
|
|
2960
2960
|
case MalloyParser.INTEGER_LITERAL:
|
|
2961
2961
|
{
|
|
2962
|
-
this.state =
|
|
2962
|
+
this.state = 646;
|
|
2963
2963
|
this.match(MalloyParser.INTEGER_LITERAL);
|
|
2964
2964
|
}
|
|
2965
2965
|
break;
|
|
2966
2966
|
case MalloyParser.IDENTIFIER:
|
|
2967
2967
|
case MalloyParser.OBJECT_NAME_LITERAL:
|
|
2968
2968
|
{
|
|
2969
|
-
this.state =
|
|
2969
|
+
this.state = 647;
|
|
2970
2970
|
this.fieldName();
|
|
2971
2971
|
}
|
|
2972
2972
|
break;
|
|
2973
2973
|
default:
|
|
2974
2974
|
throw new NoViableAltException_1.NoViableAltException(this);
|
|
2975
2975
|
}
|
|
2976
|
-
this.state =
|
|
2976
|
+
this.state = 651;
|
|
2977
2977
|
this._errHandler.sync(this);
|
|
2978
2978
|
_la = this._input.LA(1);
|
|
2979
2979
|
if (_la === MalloyParser.ASC || _la === MalloyParser.DESC) {
|
|
2980
2980
|
{
|
|
2981
|
-
this.state =
|
|
2981
|
+
this.state = 650;
|
|
2982
2982
|
_la = this._input.LA(1);
|
|
2983
2983
|
if (!(_la === MalloyParser.ASC || _la === MalloyParser.DESC)) {
|
|
2984
2984
|
this._errHandler.recoverInline(this);
|
|
@@ -3016,9 +3016,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3016
3016
|
try {
|
|
3017
3017
|
this.enterOuterAlt(_localctx, 1);
|
|
3018
3018
|
{
|
|
3019
|
-
this.state =
|
|
3019
|
+
this.state = 653;
|
|
3020
3020
|
this.match(MalloyParser.LIMIT);
|
|
3021
|
-
this.state =
|
|
3021
|
+
this.state = 654;
|
|
3022
3022
|
this.match(MalloyParser.INTEGER_LITERAL);
|
|
3023
3023
|
}
|
|
3024
3024
|
}
|
|
@@ -3042,24 +3042,24 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3042
3042
|
let _localctx = new BySpecContext(this._ctx, this.state);
|
|
3043
3043
|
this.enterRule(_localctx, 130, MalloyParser.RULE_bySpec);
|
|
3044
3044
|
try {
|
|
3045
|
-
this.state =
|
|
3045
|
+
this.state = 660;
|
|
3046
3046
|
this._errHandler.sync(this);
|
|
3047
3047
|
switch (this.interpreter.adaptivePredict(this._input, 73, this._ctx)) {
|
|
3048
3048
|
case 1:
|
|
3049
3049
|
this.enterOuterAlt(_localctx, 1);
|
|
3050
3050
|
{
|
|
3051
|
-
this.state =
|
|
3051
|
+
this.state = 656;
|
|
3052
3052
|
this.match(MalloyParser.BY);
|
|
3053
|
-
this.state =
|
|
3053
|
+
this.state = 657;
|
|
3054
3054
|
this.fieldName();
|
|
3055
3055
|
}
|
|
3056
3056
|
break;
|
|
3057
3057
|
case 2:
|
|
3058
3058
|
this.enterOuterAlt(_localctx, 2);
|
|
3059
3059
|
{
|
|
3060
|
-
this.state =
|
|
3060
|
+
this.state = 658;
|
|
3061
3061
|
this.match(MalloyParser.BY);
|
|
3062
|
-
this.state =
|
|
3062
|
+
this.state = 659;
|
|
3063
3063
|
this.fieldExpr(0);
|
|
3064
3064
|
}
|
|
3065
3065
|
break;
|
|
@@ -3088,16 +3088,16 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3088
3088
|
try {
|
|
3089
3089
|
this.enterOuterAlt(_localctx, 1);
|
|
3090
3090
|
{
|
|
3091
|
-
this.state =
|
|
3091
|
+
this.state = 662;
|
|
3092
3092
|
this.match(MalloyParser.TOP);
|
|
3093
|
-
this.state =
|
|
3093
|
+
this.state = 663;
|
|
3094
3094
|
this.match(MalloyParser.INTEGER_LITERAL);
|
|
3095
|
-
this.state =
|
|
3095
|
+
this.state = 665;
|
|
3096
3096
|
this._errHandler.sync(this);
|
|
3097
3097
|
_la = this._input.LA(1);
|
|
3098
3098
|
if (_la === MalloyParser.BY) {
|
|
3099
3099
|
{
|
|
3100
|
-
this.state =
|
|
3100
|
+
this.state = 664;
|
|
3101
3101
|
this.bySpec();
|
|
3102
3102
|
}
|
|
3103
3103
|
}
|
|
@@ -3124,23 +3124,23 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3124
3124
|
this.enterRule(_localctx, 134, MalloyParser.RULE_indexElement);
|
|
3125
3125
|
let _la;
|
|
3126
3126
|
try {
|
|
3127
|
-
this.state =
|
|
3127
|
+
this.state = 673;
|
|
3128
3128
|
this._errHandler.sync(this);
|
|
3129
3129
|
switch (this._input.LA(1)) {
|
|
3130
3130
|
case MalloyParser.IDENTIFIER:
|
|
3131
3131
|
case MalloyParser.OBJECT_NAME_LITERAL:
|
|
3132
3132
|
this.enterOuterAlt(_localctx, 1);
|
|
3133
3133
|
{
|
|
3134
|
-
this.state =
|
|
3134
|
+
this.state = 667;
|
|
3135
3135
|
this.fieldPath();
|
|
3136
|
-
this.state =
|
|
3136
|
+
this.state = 670;
|
|
3137
3137
|
this._errHandler.sync(this);
|
|
3138
3138
|
_la = this._input.LA(1);
|
|
3139
3139
|
if (_la === MalloyParser.DOT) {
|
|
3140
3140
|
{
|
|
3141
|
-
this.state =
|
|
3141
|
+
this.state = 668;
|
|
3142
3142
|
this.match(MalloyParser.DOT);
|
|
3143
|
-
this.state =
|
|
3143
|
+
this.state = 669;
|
|
3144
3144
|
this.match(MalloyParser.STAR);
|
|
3145
3145
|
}
|
|
3146
3146
|
}
|
|
@@ -3149,7 +3149,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3149
3149
|
case MalloyParser.STAR:
|
|
3150
3150
|
this.enterOuterAlt(_localctx, 2);
|
|
3151
3151
|
{
|
|
3152
|
-
this.state =
|
|
3152
|
+
this.state = 672;
|
|
3153
3153
|
this.match(MalloyParser.STAR);
|
|
3154
3154
|
}
|
|
3155
3155
|
break;
|
|
@@ -3180,28 +3180,28 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3180
3180
|
try {
|
|
3181
3181
|
this.enterOuterAlt(_localctx, 1);
|
|
3182
3182
|
{
|
|
3183
|
-
this.state =
|
|
3183
|
+
this.state = 675;
|
|
3184
3184
|
this.indexElement();
|
|
3185
|
-
this.state =
|
|
3185
|
+
this.state = 682;
|
|
3186
3186
|
this._errHandler.sync(this);
|
|
3187
3187
|
_la = this._input.LA(1);
|
|
3188
|
-
while (((((_la -
|
|
3188
|
+
while (((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & ((1 << (MalloyParser.COMMA - 98)) | (1 << (MalloyParser.STAR - 98)) | (1 << (MalloyParser.IDENTIFIER - 98)) | (1 << (MalloyParser.OBJECT_NAME_LITERAL - 98)))) !== 0)) {
|
|
3189
3189
|
{
|
|
3190
3190
|
{
|
|
3191
|
-
this.state =
|
|
3191
|
+
this.state = 677;
|
|
3192
3192
|
this._errHandler.sync(this);
|
|
3193
3193
|
_la = this._input.LA(1);
|
|
3194
3194
|
if (_la === MalloyParser.COMMA) {
|
|
3195
3195
|
{
|
|
3196
|
-
this.state =
|
|
3196
|
+
this.state = 676;
|
|
3197
3197
|
this.match(MalloyParser.COMMA);
|
|
3198
3198
|
}
|
|
3199
3199
|
}
|
|
3200
|
-
this.state =
|
|
3200
|
+
this.state = 679;
|
|
3201
3201
|
this.indexElement();
|
|
3202
3202
|
}
|
|
3203
3203
|
}
|
|
3204
|
-
this.state =
|
|
3204
|
+
this.state = 684;
|
|
3205
3205
|
this._errHandler.sync(this);
|
|
3206
3206
|
_la = this._input.LA(1);
|
|
3207
3207
|
}
|
|
@@ -3230,18 +3230,18 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3230
3230
|
try {
|
|
3231
3231
|
this.enterOuterAlt(_localctx, 1);
|
|
3232
3232
|
{
|
|
3233
|
-
this.state =
|
|
3233
|
+
this.state = 685;
|
|
3234
3234
|
this.match(MalloyParser.INDEX);
|
|
3235
|
-
this.state =
|
|
3235
|
+
this.state = 686;
|
|
3236
3236
|
this.indexFields();
|
|
3237
|
-
this.state =
|
|
3237
|
+
this.state = 689;
|
|
3238
3238
|
this._errHandler.sync(this);
|
|
3239
3239
|
_la = this._input.LA(1);
|
|
3240
3240
|
if (_la === MalloyParser.BY) {
|
|
3241
3241
|
{
|
|
3242
|
-
this.state =
|
|
3242
|
+
this.state = 687;
|
|
3243
3243
|
this.match(MalloyParser.BY);
|
|
3244
|
-
this.state =
|
|
3244
|
+
this.state = 688;
|
|
3245
3245
|
this.fieldName();
|
|
3246
3246
|
}
|
|
3247
3247
|
}
|
|
@@ -3269,9 +3269,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3269
3269
|
try {
|
|
3270
3270
|
this.enterOuterAlt(_localctx, 1);
|
|
3271
3271
|
{
|
|
3272
|
-
this.state =
|
|
3272
|
+
this.state = 691;
|
|
3273
3273
|
this.match(MalloyParser.SAMPLE);
|
|
3274
|
-
this.state =
|
|
3274
|
+
this.state = 692;
|
|
3275
3275
|
this.sampleSpec();
|
|
3276
3276
|
}
|
|
3277
3277
|
}
|
|
@@ -3298,7 +3298,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3298
3298
|
try {
|
|
3299
3299
|
this.enterOuterAlt(_localctx, 1);
|
|
3300
3300
|
{
|
|
3301
|
-
this.state =
|
|
3301
|
+
this.state = 694;
|
|
3302
3302
|
_la = this._input.LA(1);
|
|
3303
3303
|
if (!(_la === MalloyParser.FALSE || _la === MalloyParser.TRUE || _la === MalloyParser.PERCENT_LITERAL || _la === MalloyParser.INTEGER_LITERAL)) {
|
|
3304
3304
|
this._errHandler.recoverInline(this);
|
|
@@ -3335,9 +3335,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3335
3335
|
try {
|
|
3336
3336
|
this.enterOuterAlt(_localctx, 1);
|
|
3337
3337
|
{
|
|
3338
|
-
this.state =
|
|
3338
|
+
this.state = 696;
|
|
3339
3339
|
_la = this._input.LA(1);
|
|
3340
|
-
if (!(((((_la -
|
|
3340
|
+
if (!(((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & ((1 << (MalloyParser.AVG - 32)) | (1 << (MalloyParser.COUNT - 32)) | (1 << (MalloyParser.MAX - 32)) | (1 << (MalloyParser.MIN - 32)))) !== 0) || _la === MalloyParser.SUM)) {
|
|
3341
3341
|
this._errHandler.recoverInline(this);
|
|
3342
3342
|
}
|
|
3343
3343
|
else {
|
|
@@ -3372,9 +3372,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3372
3372
|
try {
|
|
3373
3373
|
this.enterOuterAlt(_localctx, 1);
|
|
3374
3374
|
{
|
|
3375
|
-
this.state =
|
|
3375
|
+
this.state = 698;
|
|
3376
3376
|
_la = this._input.LA(1);
|
|
3377
|
-
if (!(((((_la -
|
|
3377
|
+
if (!(((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & ((1 << (MalloyParser.BOOLEAN - 33)) | (1 << (MalloyParser.DATE - 33)) | (1 << (MalloyParser.NUMBER - 33)))) !== 0) || _la === MalloyParser.STRING || _la === MalloyParser.TIMESTAMP)) {
|
|
3378
3378
|
this._errHandler.recoverInline(this);
|
|
3379
3379
|
}
|
|
3380
3380
|
else {
|
|
@@ -3409,9 +3409,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3409
3409
|
try {
|
|
3410
3410
|
this.enterOuterAlt(_localctx, 1);
|
|
3411
3411
|
{
|
|
3412
|
-
this.state =
|
|
3412
|
+
this.state = 700;
|
|
3413
3413
|
_la = this._input.LA(1);
|
|
3414
|
-
if (!(((((_la -
|
|
3414
|
+
if (!(((((_la - 100)) & ~0x1F) === 0 && ((1 << (_la - 100)) & ((1 << (MalloyParser.LT - 100)) | (1 << (MalloyParser.GT - 100)) | (1 << (MalloyParser.EQ - 100)) | (1 << (MalloyParser.NE - 100)) | (1 << (MalloyParser.LTE - 100)) | (1 << (MalloyParser.GTE - 100)) | (1 << (MalloyParser.NOT_MATCH - 100)) | (1 << (MalloyParser.MATCH - 100)))) !== 0))) {
|
|
3415
3415
|
this._errHandler.recoverInline(this);
|
|
3416
3416
|
}
|
|
3417
3417
|
else {
|
|
@@ -3444,14 +3444,14 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3444
3444
|
this.enterRule(_localctx, 150, MalloyParser.RULE_literal);
|
|
3445
3445
|
let _la;
|
|
3446
3446
|
try {
|
|
3447
|
-
this.state =
|
|
3447
|
+
this.state = 709;
|
|
3448
3448
|
this._errHandler.sync(this);
|
|
3449
3449
|
switch (this._input.LA(1)) {
|
|
3450
3450
|
case MalloyParser.STRING_LITERAL:
|
|
3451
3451
|
_localctx = new ExprStringContext(_localctx);
|
|
3452
3452
|
this.enterOuterAlt(_localctx, 1);
|
|
3453
3453
|
{
|
|
3454
|
-
this.state =
|
|
3454
|
+
this.state = 702;
|
|
3455
3455
|
this.match(MalloyParser.STRING_LITERAL);
|
|
3456
3456
|
}
|
|
3457
3457
|
break;
|
|
@@ -3460,7 +3460,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3460
3460
|
_localctx = new ExprNumberContext(_localctx);
|
|
3461
3461
|
this.enterOuterAlt(_localctx, 2);
|
|
3462
3462
|
{
|
|
3463
|
-
this.state =
|
|
3463
|
+
this.state = 703;
|
|
3464
3464
|
_la = this._input.LA(1);
|
|
3465
3465
|
if (!(_la === MalloyParser.INTEGER_LITERAL || _la === MalloyParser.NUMERIC_LITERAL)) {
|
|
3466
3466
|
this._errHandler.recoverInline(this);
|
|
@@ -3483,7 +3483,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3483
3483
|
_localctx = new ExprTimeContext(_localctx);
|
|
3484
3484
|
this.enterOuterAlt(_localctx, 3);
|
|
3485
3485
|
{
|
|
3486
|
-
this.state =
|
|
3486
|
+
this.state = 704;
|
|
3487
3487
|
this.dateLiteral();
|
|
3488
3488
|
}
|
|
3489
3489
|
break;
|
|
@@ -3491,7 +3491,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3491
3491
|
_localctx = new ExprNULLContext(_localctx);
|
|
3492
3492
|
this.enterOuterAlt(_localctx, 4);
|
|
3493
3493
|
{
|
|
3494
|
-
this.state =
|
|
3494
|
+
this.state = 705;
|
|
3495
3495
|
this.match(MalloyParser.NULL);
|
|
3496
3496
|
}
|
|
3497
3497
|
break;
|
|
@@ -3500,7 +3500,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3500
3500
|
_localctx = new ExprBoolContext(_localctx);
|
|
3501
3501
|
this.enterOuterAlt(_localctx, 5);
|
|
3502
3502
|
{
|
|
3503
|
-
this.state =
|
|
3503
|
+
this.state = 706;
|
|
3504
3504
|
_la = this._input.LA(1);
|
|
3505
3505
|
if (!(_la === MalloyParser.FALSE || _la === MalloyParser.TRUE)) {
|
|
3506
3506
|
this._errHandler.recoverInline(this);
|
|
@@ -3518,7 +3518,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3518
3518
|
_localctx = new ExprRegexContext(_localctx);
|
|
3519
3519
|
this.enterOuterAlt(_localctx, 6);
|
|
3520
3520
|
{
|
|
3521
|
-
this.state =
|
|
3521
|
+
this.state = 707;
|
|
3522
3522
|
this.match(MalloyParser.HACKY_REGEX);
|
|
3523
3523
|
}
|
|
3524
3524
|
break;
|
|
@@ -3526,7 +3526,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3526
3526
|
_localctx = new ExprNowContext(_localctx);
|
|
3527
3527
|
this.enterOuterAlt(_localctx, 7);
|
|
3528
3528
|
{
|
|
3529
|
-
this.state =
|
|
3529
|
+
this.state = 708;
|
|
3530
3530
|
this.match(MalloyParser.NOW);
|
|
3531
3531
|
}
|
|
3532
3532
|
break;
|
|
@@ -3554,14 +3554,14 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3554
3554
|
let _localctx = new DateLiteralContext(this._ctx, this.state);
|
|
3555
3555
|
this.enterRule(_localctx, 152, MalloyParser.RULE_dateLiteral);
|
|
3556
3556
|
try {
|
|
3557
|
-
this.state =
|
|
3557
|
+
this.state = 717;
|
|
3558
3558
|
this._errHandler.sync(this);
|
|
3559
3559
|
switch (this._input.LA(1)) {
|
|
3560
3560
|
case MalloyParser.LITERAL_TIMESTAMP:
|
|
3561
3561
|
_localctx = new LiteralTimestampContext(_localctx);
|
|
3562
3562
|
this.enterOuterAlt(_localctx, 1);
|
|
3563
3563
|
{
|
|
3564
|
-
this.state =
|
|
3564
|
+
this.state = 711;
|
|
3565
3565
|
this.match(MalloyParser.LITERAL_TIMESTAMP);
|
|
3566
3566
|
}
|
|
3567
3567
|
break;
|
|
@@ -3569,7 +3569,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3569
3569
|
_localctx = new LiteralDayContext(_localctx);
|
|
3570
3570
|
this.enterOuterAlt(_localctx, 2);
|
|
3571
3571
|
{
|
|
3572
|
-
this.state =
|
|
3572
|
+
this.state = 712;
|
|
3573
3573
|
this.match(MalloyParser.LITERAL_DAY);
|
|
3574
3574
|
}
|
|
3575
3575
|
break;
|
|
@@ -3577,7 +3577,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3577
3577
|
_localctx = new LiteralWeekContext(_localctx);
|
|
3578
3578
|
this.enterOuterAlt(_localctx, 3);
|
|
3579
3579
|
{
|
|
3580
|
-
this.state =
|
|
3580
|
+
this.state = 713;
|
|
3581
3581
|
this.match(MalloyParser.LITERAL_WEEK);
|
|
3582
3582
|
}
|
|
3583
3583
|
break;
|
|
@@ -3585,7 +3585,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3585
3585
|
_localctx = new LiteralMonthContext(_localctx);
|
|
3586
3586
|
this.enterOuterAlt(_localctx, 4);
|
|
3587
3587
|
{
|
|
3588
|
-
this.state =
|
|
3588
|
+
this.state = 714;
|
|
3589
3589
|
this.match(MalloyParser.LITERAL_MONTH);
|
|
3590
3590
|
}
|
|
3591
3591
|
break;
|
|
@@ -3593,7 +3593,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3593
3593
|
_localctx = new LiteralQuarterContext(_localctx);
|
|
3594
3594
|
this.enterOuterAlt(_localctx, 5);
|
|
3595
3595
|
{
|
|
3596
|
-
this.state =
|
|
3596
|
+
this.state = 715;
|
|
3597
3597
|
this.match(MalloyParser.LITERAL_QUARTER);
|
|
3598
3598
|
}
|
|
3599
3599
|
break;
|
|
@@ -3601,7 +3601,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3601
3601
|
_localctx = new LiteralYearContext(_localctx);
|
|
3602
3602
|
this.enterOuterAlt(_localctx, 6);
|
|
3603
3603
|
{
|
|
3604
|
-
this.state =
|
|
3604
|
+
this.state = 716;
|
|
3605
3605
|
this.match(MalloyParser.LITERAL_YEAR);
|
|
3606
3606
|
}
|
|
3607
3607
|
break;
|
|
@@ -3631,7 +3631,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3631
3631
|
try {
|
|
3632
3632
|
this.enterOuterAlt(_localctx, 1);
|
|
3633
3633
|
{
|
|
3634
|
-
this.state =
|
|
3634
|
+
this.state = 719;
|
|
3635
3635
|
this.match(MalloyParser.STRING_LITERAL);
|
|
3636
3636
|
}
|
|
3637
3637
|
}
|
|
@@ -3658,7 +3658,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3658
3658
|
try {
|
|
3659
3659
|
this.enterOuterAlt(_localctx, 1);
|
|
3660
3660
|
{
|
|
3661
|
-
this.state =
|
|
3661
|
+
this.state = 721;
|
|
3662
3662
|
_la = this._input.LA(1);
|
|
3663
3663
|
if (!(_la === MalloyParser.IDENTIFIER || _la === MalloyParser.OBJECT_NAME_LITERAL)) {
|
|
3664
3664
|
this._errHandler.recoverInline(this);
|
|
@@ -3695,9 +3695,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3695
3695
|
try {
|
|
3696
3696
|
this.enterOuterAlt(_localctx, 1);
|
|
3697
3697
|
{
|
|
3698
|
-
this.state =
|
|
3698
|
+
this.state = 723;
|
|
3699
3699
|
_la = this._input.LA(1);
|
|
3700
|
-
if (!(((((_la -
|
|
3700
|
+
if (!(((((_la - 40)) & ~0x1F) === 0 && ((1 << (_la - 40)) & ((1 << (MalloyParser.DAY - 40)) | (1 << (MalloyParser.HOUR - 40)) | (1 << (MalloyParser.MINUTE - 40)) | (1 << (MalloyParser.MONTH - 40)) | (1 << (MalloyParser.QUARTER - 40)) | (1 << (MalloyParser.SECOND - 40)))) !== 0) || _la === MalloyParser.WEEK || _la === MalloyParser.YEAR)) {
|
|
3701
3701
|
this._errHandler.recoverInline(this);
|
|
3702
3702
|
}
|
|
3703
3703
|
else {
|
|
@@ -3732,7 +3732,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3732
3732
|
try {
|
|
3733
3733
|
this.enterOuterAlt(_localctx, 1);
|
|
3734
3734
|
{
|
|
3735
|
-
this.state =
|
|
3735
|
+
this.state = 725;
|
|
3736
3736
|
_la = this._input.LA(1);
|
|
3737
3737
|
if (!(_la === MalloyParser.ALL || _la === MalloyParser.EXCLUDE)) {
|
|
3738
3738
|
this._errHandler.recoverInline(this);
|
|
@@ -3777,7 +3777,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3777
3777
|
let _alt;
|
|
3778
3778
|
this.enterOuterAlt(_localctx, 1);
|
|
3779
3779
|
{
|
|
3780
|
-
this.state =
|
|
3780
|
+
this.state = 787;
|
|
3781
3781
|
this._errHandler.sync(this);
|
|
3782
3782
|
switch (this.interpreter.adaptivePredict(this._input, 87, this._ctx)) {
|
|
3783
3783
|
case 1:
|
|
@@ -3785,7 +3785,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3785
3785
|
_localctx = new ExprFieldPathContext(_localctx);
|
|
3786
3786
|
this._ctx = _localctx;
|
|
3787
3787
|
_prevctx = _localctx;
|
|
3788
|
-
this.state =
|
|
3788
|
+
this.state = 728;
|
|
3789
3789
|
this.fieldPath();
|
|
3790
3790
|
}
|
|
3791
3791
|
break;
|
|
@@ -3794,7 +3794,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3794
3794
|
_localctx = new ExprLiteralContext(_localctx);
|
|
3795
3795
|
this._ctx = _localctx;
|
|
3796
3796
|
_prevctx = _localctx;
|
|
3797
|
-
this.state =
|
|
3797
|
+
this.state = 729;
|
|
3798
3798
|
this.literal();
|
|
3799
3799
|
}
|
|
3800
3800
|
break;
|
|
@@ -3803,9 +3803,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3803
3803
|
_localctx = new ExprMinusContext(_localctx);
|
|
3804
3804
|
this._ctx = _localctx;
|
|
3805
3805
|
_prevctx = _localctx;
|
|
3806
|
-
this.state =
|
|
3806
|
+
this.state = 730;
|
|
3807
3807
|
this.match(MalloyParser.MINUS);
|
|
3808
|
-
this.state =
|
|
3808
|
+
this.state = 731;
|
|
3809
3809
|
this.fieldExpr(20);
|
|
3810
3810
|
}
|
|
3811
3811
|
break;
|
|
@@ -3814,9 +3814,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3814
3814
|
_localctx = new ExprNotContext(_localctx);
|
|
3815
3815
|
this._ctx = _localctx;
|
|
3816
3816
|
_prevctx = _localctx;
|
|
3817
|
-
this.state =
|
|
3817
|
+
this.state = 732;
|
|
3818
3818
|
this.match(MalloyParser.NOT);
|
|
3819
|
-
this.state =
|
|
3819
|
+
this.state = 733;
|
|
3820
3820
|
this.fieldExpr(9);
|
|
3821
3821
|
}
|
|
3822
3822
|
break;
|
|
@@ -3825,17 +3825,17 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3825
3825
|
_localctx = new ExprCastContext(_localctx);
|
|
3826
3826
|
this._ctx = _localctx;
|
|
3827
3827
|
_prevctx = _localctx;
|
|
3828
|
-
this.state =
|
|
3828
|
+
this.state = 734;
|
|
3829
3829
|
this.match(MalloyParser.CAST);
|
|
3830
|
-
this.state =
|
|
3830
|
+
this.state = 735;
|
|
3831
3831
|
this.match(MalloyParser.OPAREN);
|
|
3832
|
-
this.state =
|
|
3832
|
+
this.state = 736;
|
|
3833
3833
|
this.fieldExpr(0);
|
|
3834
|
-
this.state =
|
|
3834
|
+
this.state = 737;
|
|
3835
3835
|
this.match(MalloyParser.AS);
|
|
3836
|
-
this.state =
|
|
3836
|
+
this.state = 738;
|
|
3837
3837
|
this.malloyType();
|
|
3838
|
-
this.state =
|
|
3838
|
+
this.state = 739;
|
|
3839
3839
|
this.match(MalloyParser.CPAREN);
|
|
3840
3840
|
}
|
|
3841
3841
|
break;
|
|
@@ -3844,15 +3844,15 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3844
3844
|
_localctx = new ExprCountDisinctContext(_localctx);
|
|
3845
3845
|
this._ctx = _localctx;
|
|
3846
3846
|
_prevctx = _localctx;
|
|
3847
|
-
this.state =
|
|
3847
|
+
this.state = 741;
|
|
3848
3848
|
this.match(MalloyParser.COUNT);
|
|
3849
|
-
this.state =
|
|
3849
|
+
this.state = 742;
|
|
3850
3850
|
this.match(MalloyParser.OPAREN);
|
|
3851
|
-
this.state =
|
|
3851
|
+
this.state = 743;
|
|
3852
3852
|
this.match(MalloyParser.DISTINCT);
|
|
3853
|
-
this.state =
|
|
3853
|
+
this.state = 744;
|
|
3854
3854
|
this.fieldExpr(0);
|
|
3855
|
-
this.state =
|
|
3855
|
+
this.state = 745;
|
|
3856
3856
|
this.match(MalloyParser.CPAREN);
|
|
3857
3857
|
}
|
|
3858
3858
|
break;
|
|
@@ -3861,22 +3861,22 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3861
3861
|
_localctx = new ExprAggregateContext(_localctx);
|
|
3862
3862
|
this._ctx = _localctx;
|
|
3863
3863
|
_prevctx = _localctx;
|
|
3864
|
-
this.state =
|
|
3864
|
+
this.state = 750;
|
|
3865
3865
|
this._errHandler.sync(this);
|
|
3866
3866
|
_la = this._input.LA(1);
|
|
3867
3867
|
if (_la === MalloyParser.IDENTIFIER || _la === MalloyParser.OBJECT_NAME_LITERAL) {
|
|
3868
3868
|
{
|
|
3869
|
-
this.state =
|
|
3869
|
+
this.state = 747;
|
|
3870
3870
|
this.fieldPath();
|
|
3871
|
-
this.state =
|
|
3871
|
+
this.state = 748;
|
|
3872
3872
|
this.match(MalloyParser.DOT);
|
|
3873
3873
|
}
|
|
3874
3874
|
}
|
|
3875
|
-
this.state =
|
|
3875
|
+
this.state = 752;
|
|
3876
3876
|
this.aggregate();
|
|
3877
|
-
this.state =
|
|
3877
|
+
this.state = 753;
|
|
3878
3878
|
this.match(MalloyParser.OPAREN);
|
|
3879
|
-
this.state =
|
|
3879
|
+
this.state = 756;
|
|
3880
3880
|
this._errHandler.sync(this);
|
|
3881
3881
|
switch (this._input.LA(1)) {
|
|
3882
3882
|
case MalloyParser.ALL:
|
|
@@ -3916,13 +3916,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3916
3916
|
case MalloyParser.NUMERIC_LITERAL:
|
|
3917
3917
|
case MalloyParser.OBJECT_NAME_LITERAL:
|
|
3918
3918
|
{
|
|
3919
|
-
this.state =
|
|
3919
|
+
this.state = 754;
|
|
3920
3920
|
this.fieldExpr(0);
|
|
3921
3921
|
}
|
|
3922
3922
|
break;
|
|
3923
3923
|
case MalloyParser.STAR:
|
|
3924
3924
|
{
|
|
3925
|
-
this.state =
|
|
3925
|
+
this.state = 755;
|
|
3926
3926
|
this.match(MalloyParser.STAR);
|
|
3927
3927
|
}
|
|
3928
3928
|
break;
|
|
@@ -3931,7 +3931,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3931
3931
|
default:
|
|
3932
3932
|
break;
|
|
3933
3933
|
}
|
|
3934
|
-
this.state =
|
|
3934
|
+
this.state = 758;
|
|
3935
3935
|
this.match(MalloyParser.CPAREN);
|
|
3936
3936
|
}
|
|
3937
3937
|
break;
|
|
@@ -3940,11 +3940,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3940
3940
|
_localctx = new ExprExprContext(_localctx);
|
|
3941
3941
|
this._ctx = _localctx;
|
|
3942
3942
|
_prevctx = _localctx;
|
|
3943
|
-
this.state =
|
|
3943
|
+
this.state = 760;
|
|
3944
3944
|
this.match(MalloyParser.OPAREN);
|
|
3945
|
-
this.state =
|
|
3945
|
+
this.state = 761;
|
|
3946
3946
|
this.partialAllowedFieldExpr();
|
|
3947
|
-
this.state =
|
|
3947
|
+
this.state = 762;
|
|
3948
3948
|
this.match(MalloyParser.CPAREN);
|
|
3949
3949
|
}
|
|
3950
3950
|
break;
|
|
@@ -3953,13 +3953,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3953
3953
|
_localctx = new ExprFuncContext(_localctx);
|
|
3954
3954
|
this._ctx = _localctx;
|
|
3955
3955
|
_prevctx = _localctx;
|
|
3956
|
-
this.state =
|
|
3956
|
+
this.state = 766;
|
|
3957
3957
|
this._errHandler.sync(this);
|
|
3958
3958
|
switch (this._input.LA(1)) {
|
|
3959
3959
|
case MalloyParser.IDENTIFIER:
|
|
3960
3960
|
case MalloyParser.OBJECT_NAME_LITERAL:
|
|
3961
3961
|
{
|
|
3962
|
-
this.state =
|
|
3962
|
+
this.state = 764;
|
|
3963
3963
|
this.id();
|
|
3964
3964
|
}
|
|
3965
3965
|
break;
|
|
@@ -3972,27 +3972,27 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
3972
3972
|
case MalloyParser.WEEK:
|
|
3973
3973
|
case MalloyParser.YEAR:
|
|
3974
3974
|
{
|
|
3975
|
-
this.state =
|
|
3975
|
+
this.state = 765;
|
|
3976
3976
|
this.timeframe();
|
|
3977
3977
|
}
|
|
3978
3978
|
break;
|
|
3979
3979
|
default:
|
|
3980
3980
|
throw new NoViableAltException_1.NoViableAltException(this);
|
|
3981
3981
|
}
|
|
3982
|
-
this.state =
|
|
3982
|
+
this.state = 768;
|
|
3983
3983
|
this.match(MalloyParser.OPAREN);
|
|
3984
3984
|
{
|
|
3985
|
-
this.state =
|
|
3985
|
+
this.state = 770;
|
|
3986
3986
|
this._errHandler.sync(this);
|
|
3987
3987
|
_la = this._input.LA(1);
|
|
3988
|
-
if (((((_la -
|
|
3988
|
+
if (((((_la - 28)) & ~0x1F) === 0 && ((1 << (_la - 28)) & ((1 << (MalloyParser.ALL - 28)) | (1 << (MalloyParser.AVG - 28)) | (1 << (MalloyParser.CAST - 28)) | (1 << (MalloyParser.COUNT - 28)) | (1 << (MalloyParser.DAY - 28)) | (1 << (MalloyParser.EXCLUDE - 28)) | (1 << (MalloyParser.FALSE - 28)) | (1 << (MalloyParser.HOUR - 28)) | (1 << (MalloyParser.MAX - 28)) | (1 << (MalloyParser.MIN - 28)) | (1 << (MalloyParser.MINUTE - 28)) | (1 << (MalloyParser.MONTH - 28)))) !== 0) || ((((_la - 60)) & ~0x1F) === 0 && ((1 << (_la - 60)) & ((1 << (MalloyParser.NOT - 60)) | (1 << (MalloyParser.NOW - 60)) | (1 << (MalloyParser.NULL - 60)) | (1 << (MalloyParser.PICK - 60)) | (1 << (MalloyParser.QUARTER - 60)) | (1 << (MalloyParser.SECOND - 60)) | (1 << (MalloyParser.SUM - 60)) | (1 << (MalloyParser.TRUE - 60)) | (1 << (MalloyParser.WEEK - 60)) | (1 << (MalloyParser.YEAR - 60)) | (1 << (MalloyParser.HACKY_REGEX - 60)) | (1 << (MalloyParser.STRING_LITERAL - 60)) | (1 << (MalloyParser.OPAREN - 60)))) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & ((1 << (MalloyParser.MINUS - 107)) | (1 << (MalloyParser.LITERAL_TIMESTAMP - 107)) | (1 << (MalloyParser.LITERAL_DAY - 107)) | (1 << (MalloyParser.LITERAL_QUARTER - 107)) | (1 << (MalloyParser.LITERAL_MONTH - 107)) | (1 << (MalloyParser.LITERAL_WEEK - 107)) | (1 << (MalloyParser.LITERAL_YEAR - 107)) | (1 << (MalloyParser.IDENTIFIER - 107)) | (1 << (MalloyParser.INTEGER_LITERAL - 107)) | (1 << (MalloyParser.NUMERIC_LITERAL - 107)) | (1 << (MalloyParser.OBJECT_NAME_LITERAL - 107)))) !== 0)) {
|
|
3989
3989
|
{
|
|
3990
|
-
this.state =
|
|
3990
|
+
this.state = 769;
|
|
3991
3991
|
this.argumentList();
|
|
3992
3992
|
}
|
|
3993
3993
|
}
|
|
3994
3994
|
}
|
|
3995
|
-
this.state =
|
|
3995
|
+
this.state = 772;
|
|
3996
3996
|
this.match(MalloyParser.CPAREN);
|
|
3997
3997
|
}
|
|
3998
3998
|
break;
|
|
@@ -4001,7 +4001,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4001
4001
|
_localctx = new ExprPickContext(_localctx);
|
|
4002
4002
|
this._ctx = _localctx;
|
|
4003
4003
|
_prevctx = _localctx;
|
|
4004
|
-
this.state =
|
|
4004
|
+
this.state = 774;
|
|
4005
4005
|
this.pickStatement();
|
|
4006
4006
|
}
|
|
4007
4007
|
break;
|
|
@@ -4010,35 +4010,35 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4010
4010
|
_localctx = new ExprUngroupContext(_localctx);
|
|
4011
4011
|
this._ctx = _localctx;
|
|
4012
4012
|
_prevctx = _localctx;
|
|
4013
|
-
this.state =
|
|
4013
|
+
this.state = 775;
|
|
4014
4014
|
this.ungroup();
|
|
4015
|
-
this.state =
|
|
4015
|
+
this.state = 776;
|
|
4016
4016
|
this.match(MalloyParser.OPAREN);
|
|
4017
|
-
this.state =
|
|
4017
|
+
this.state = 777;
|
|
4018
4018
|
this.fieldExpr(0);
|
|
4019
|
-
this.state =
|
|
4019
|
+
this.state = 782;
|
|
4020
4020
|
this._errHandler.sync(this);
|
|
4021
4021
|
_la = this._input.LA(1);
|
|
4022
4022
|
while (_la === MalloyParser.COMMA) {
|
|
4023
4023
|
{
|
|
4024
4024
|
{
|
|
4025
|
-
this.state =
|
|
4025
|
+
this.state = 778;
|
|
4026
4026
|
this.match(MalloyParser.COMMA);
|
|
4027
|
-
this.state =
|
|
4027
|
+
this.state = 779;
|
|
4028
4028
|
this.fieldName();
|
|
4029
4029
|
}
|
|
4030
4030
|
}
|
|
4031
|
-
this.state =
|
|
4031
|
+
this.state = 784;
|
|
4032
4032
|
this._errHandler.sync(this);
|
|
4033
4033
|
_la = this._input.LA(1);
|
|
4034
4034
|
}
|
|
4035
|
-
this.state =
|
|
4035
|
+
this.state = 785;
|
|
4036
4036
|
this.match(MalloyParser.CPAREN);
|
|
4037
4037
|
}
|
|
4038
4038
|
break;
|
|
4039
4039
|
}
|
|
4040
4040
|
this._ctx._stop = this._input.tryLT(-1);
|
|
4041
|
-
this.state =
|
|
4041
|
+
this.state = 831;
|
|
4042
4042
|
this._errHandler.sync(this);
|
|
4043
4043
|
_alt = this.interpreter.adaptivePredict(this._input, 89, this._ctx);
|
|
4044
4044
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
@@ -4048,18 +4048,18 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4048
4048
|
}
|
|
4049
4049
|
_prevctx = _localctx;
|
|
4050
4050
|
{
|
|
4051
|
-
this.state =
|
|
4051
|
+
this.state = 829;
|
|
4052
4052
|
this._errHandler.sync(this);
|
|
4053
4053
|
switch (this.interpreter.adaptivePredict(this._input, 88, this._ctx)) {
|
|
4054
4054
|
case 1:
|
|
4055
4055
|
{
|
|
4056
4056
|
_localctx = new ExprMulDivContext(new FieldExprContext(_parentctx, _parentState));
|
|
4057
4057
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4058
|
-
this.state =
|
|
4058
|
+
this.state = 789;
|
|
4059
4059
|
if (!(this.precpred(this._ctx, 16))) {
|
|
4060
4060
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 16)");
|
|
4061
4061
|
}
|
|
4062
|
-
this.state =
|
|
4062
|
+
this.state = 790;
|
|
4063
4063
|
_la = this._input.LA(1);
|
|
4064
4064
|
if (!(_la === MalloyParser.STAR || _la === MalloyParser.SLASH)) {
|
|
4065
4065
|
this._errHandler.recoverInline(this);
|
|
@@ -4071,7 +4071,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4071
4071
|
this._errHandler.reportMatch(this);
|
|
4072
4072
|
this.consume();
|
|
4073
4073
|
}
|
|
4074
|
-
this.state =
|
|
4074
|
+
this.state = 791;
|
|
4075
4075
|
this.fieldExpr(17);
|
|
4076
4076
|
}
|
|
4077
4077
|
break;
|
|
@@ -4079,11 +4079,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4079
4079
|
{
|
|
4080
4080
|
_localctx = new ExprAddSubContext(new FieldExprContext(_parentctx, _parentState));
|
|
4081
4081
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4082
|
-
this.state =
|
|
4082
|
+
this.state = 792;
|
|
4083
4083
|
if (!(this.precpred(this._ctx, 15))) {
|
|
4084
4084
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 15)");
|
|
4085
4085
|
}
|
|
4086
|
-
this.state =
|
|
4086
|
+
this.state = 793;
|
|
4087
4087
|
_la = this._input.LA(1);
|
|
4088
4088
|
if (!(_la === MalloyParser.PLUS || _la === MalloyParser.MINUS)) {
|
|
4089
4089
|
this._errHandler.recoverInline(this);
|
|
@@ -4095,7 +4095,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4095
4095
|
this._errHandler.reportMatch(this);
|
|
4096
4096
|
this.consume();
|
|
4097
4097
|
}
|
|
4098
|
-
this.state =
|
|
4098
|
+
this.state = 794;
|
|
4099
4099
|
this.fieldExpr(16);
|
|
4100
4100
|
}
|
|
4101
4101
|
break;
|
|
@@ -4103,13 +4103,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4103
4103
|
{
|
|
4104
4104
|
_localctx = new ExprRangeContext(new FieldExprContext(_parentctx, _parentState));
|
|
4105
4105
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4106
|
-
this.state =
|
|
4106
|
+
this.state = 795;
|
|
4107
4107
|
if (!(this.precpred(this._ctx, 14))) {
|
|
4108
4108
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 14)");
|
|
4109
4109
|
}
|
|
4110
|
-
this.state =
|
|
4110
|
+
this.state = 796;
|
|
4111
4111
|
this.match(MalloyParser.TO);
|
|
4112
|
-
this.state =
|
|
4112
|
+
this.state = 797;
|
|
4113
4113
|
this.fieldExpr(15);
|
|
4114
4114
|
}
|
|
4115
4115
|
break;
|
|
@@ -4117,13 +4117,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4117
4117
|
{
|
|
4118
4118
|
_localctx = new ExprCompareContext(new FieldExprContext(_parentctx, _parentState));
|
|
4119
4119
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4120
|
-
this.state =
|
|
4120
|
+
this.state = 798;
|
|
4121
4121
|
if (!(this.precpred(this._ctx, 11))) {
|
|
4122
4122
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 11)");
|
|
4123
4123
|
}
|
|
4124
|
-
this.state =
|
|
4124
|
+
this.state = 799;
|
|
4125
4125
|
this.compareOp();
|
|
4126
|
-
this.state =
|
|
4126
|
+
this.state = 800;
|
|
4127
4127
|
this.fieldExpr(12);
|
|
4128
4128
|
}
|
|
4129
4129
|
break;
|
|
@@ -4131,11 +4131,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4131
4131
|
{
|
|
4132
4132
|
_localctx = new ExprLogicalContext(new FieldExprContext(_parentctx, _parentState));
|
|
4133
4133
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4134
|
-
this.state =
|
|
4134
|
+
this.state = 802;
|
|
4135
4135
|
if (!(this.precpred(this._ctx, 8))) {
|
|
4136
4136
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 8)");
|
|
4137
4137
|
}
|
|
4138
|
-
this.state =
|
|
4138
|
+
this.state = 803;
|
|
4139
4139
|
_la = this._input.LA(1);
|
|
4140
4140
|
if (!(_la === MalloyParser.AND || _la === MalloyParser.OR)) {
|
|
4141
4141
|
this._errHandler.recoverInline(this);
|
|
@@ -4147,7 +4147,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4147
4147
|
this._errHandler.reportMatch(this);
|
|
4148
4148
|
this.consume();
|
|
4149
4149
|
}
|
|
4150
|
-
this.state =
|
|
4150
|
+
this.state = 804;
|
|
4151
4151
|
this.fieldExpr(9);
|
|
4152
4152
|
}
|
|
4153
4153
|
break;
|
|
@@ -4155,15 +4155,15 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4155
4155
|
{
|
|
4156
4156
|
_localctx = new ExprFilterContext(new FieldExprContext(_parentctx, _parentState));
|
|
4157
4157
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4158
|
-
this.state =
|
|
4158
|
+
this.state = 805;
|
|
4159
4159
|
if (!(this.precpred(this._ctx, 22))) {
|
|
4160
4160
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 22)");
|
|
4161
4161
|
}
|
|
4162
|
-
this.state =
|
|
4162
|
+
this.state = 806;
|
|
4163
4163
|
this.match(MalloyParser.OCURLY);
|
|
4164
|
-
this.state =
|
|
4164
|
+
this.state = 807;
|
|
4165
4165
|
this.filteredBy();
|
|
4166
|
-
this.state =
|
|
4166
|
+
this.state = 808;
|
|
4167
4167
|
this.match(MalloyParser.CCURLY);
|
|
4168
4168
|
}
|
|
4169
4169
|
break;
|
|
@@ -4171,11 +4171,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4171
4171
|
{
|
|
4172
4172
|
_localctx = new ExprDurationContext(new FieldExprContext(_parentctx, _parentState));
|
|
4173
4173
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4174
|
-
this.state =
|
|
4174
|
+
this.state = 810;
|
|
4175
4175
|
if (!(this.precpred(this._ctx, 19))) {
|
|
4176
4176
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 19)");
|
|
4177
4177
|
}
|
|
4178
|
-
this.state =
|
|
4178
|
+
this.state = 811;
|
|
4179
4179
|
this.timeframe();
|
|
4180
4180
|
}
|
|
4181
4181
|
break;
|
|
@@ -4183,13 +4183,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4183
4183
|
{
|
|
4184
4184
|
_localctx = new ExprTimeTruncContext(new FieldExprContext(_parentctx, _parentState));
|
|
4185
4185
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4186
|
-
this.state =
|
|
4186
|
+
this.state = 812;
|
|
4187
4187
|
if (!(this.precpred(this._ctx, 18))) {
|
|
4188
4188
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 18)");
|
|
4189
4189
|
}
|
|
4190
|
-
this.state =
|
|
4190
|
+
this.state = 813;
|
|
4191
4191
|
this.match(MalloyParser.DOT);
|
|
4192
|
-
this.state =
|
|
4192
|
+
this.state = 814;
|
|
4193
4193
|
this.timeframe();
|
|
4194
4194
|
}
|
|
4195
4195
|
break;
|
|
@@ -4197,13 +4197,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4197
4197
|
{
|
|
4198
4198
|
_localctx = new ExprSafeCastContext(new FieldExprContext(_parentctx, _parentState));
|
|
4199
4199
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4200
|
-
this.state =
|
|
4200
|
+
this.state = 815;
|
|
4201
4201
|
if (!(this.precpred(this._ctx, 17))) {
|
|
4202
4202
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 17)");
|
|
4203
4203
|
}
|
|
4204
|
-
this.state =
|
|
4204
|
+
this.state = 816;
|
|
4205
4205
|
this.match(MalloyParser.DOUBLECOLON);
|
|
4206
|
-
this.state =
|
|
4206
|
+
this.state = 817;
|
|
4207
4207
|
this.malloyType();
|
|
4208
4208
|
}
|
|
4209
4209
|
break;
|
|
@@ -4212,15 +4212,15 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4212
4212
|
_localctx = new ExprForRangeContext(new FieldExprContext(_parentctx, _parentState));
|
|
4213
4213
|
_localctx._startAt = _prevctx;
|
|
4214
4214
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4215
|
-
this.state =
|
|
4215
|
+
this.state = 818;
|
|
4216
4216
|
if (!(this.precpred(this._ctx, 13))) {
|
|
4217
4217
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 13)");
|
|
4218
4218
|
}
|
|
4219
|
-
this.state =
|
|
4219
|
+
this.state = 819;
|
|
4220
4220
|
this.match(MalloyParser.FOR);
|
|
4221
|
-
this.state =
|
|
4221
|
+
this.state = 820;
|
|
4222
4222
|
_localctx._duration = this.fieldExpr(0);
|
|
4223
|
-
this.state =
|
|
4223
|
+
this.state = 821;
|
|
4224
4224
|
this.timeframe();
|
|
4225
4225
|
}
|
|
4226
4226
|
break;
|
|
@@ -4228,11 +4228,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4228
4228
|
{
|
|
4229
4229
|
_localctx = new ExprLogicalTreeContext(new FieldExprContext(_parentctx, _parentState));
|
|
4230
4230
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4231
|
-
this.state =
|
|
4231
|
+
this.state = 823;
|
|
4232
4232
|
if (!(this.precpred(this._ctx, 12))) {
|
|
4233
4233
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 12)");
|
|
4234
4234
|
}
|
|
4235
|
-
this.state =
|
|
4235
|
+
this.state = 824;
|
|
4236
4236
|
_la = this._input.LA(1);
|
|
4237
4237
|
if (!(_la === MalloyParser.AMPER || _la === MalloyParser.BAR)) {
|
|
4238
4238
|
this._errHandler.recoverInline(this);
|
|
@@ -4244,7 +4244,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4244
4244
|
this._errHandler.reportMatch(this);
|
|
4245
4245
|
this.consume();
|
|
4246
4246
|
}
|
|
4247
|
-
this.state =
|
|
4247
|
+
this.state = 825;
|
|
4248
4248
|
this.partialAllowedFieldExpr();
|
|
4249
4249
|
}
|
|
4250
4250
|
break;
|
|
@@ -4252,11 +4252,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4252
4252
|
{
|
|
4253
4253
|
_localctx = new ExprApplyContext(new FieldExprContext(_parentctx, _parentState));
|
|
4254
4254
|
this.pushNewRecursionContext(_localctx, _startState, MalloyParser.RULE_fieldExpr);
|
|
4255
|
-
this.state =
|
|
4255
|
+
this.state = 826;
|
|
4256
4256
|
if (!(this.precpred(this._ctx, 10))) {
|
|
4257
4257
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 10)");
|
|
4258
4258
|
}
|
|
4259
|
-
this.state =
|
|
4259
|
+
this.state = 827;
|
|
4260
4260
|
_la = this._input.LA(1);
|
|
4261
4261
|
if (!(_la === MalloyParser.QMARK || _la === MalloyParser.COLON)) {
|
|
4262
4262
|
this._errHandler.recoverInline(this);
|
|
@@ -4268,14 +4268,14 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4268
4268
|
this._errHandler.reportMatch(this);
|
|
4269
4269
|
this.consume();
|
|
4270
4270
|
}
|
|
4271
|
-
this.state =
|
|
4271
|
+
this.state = 828;
|
|
4272
4272
|
this.partialAllowedFieldExpr();
|
|
4273
4273
|
}
|
|
4274
4274
|
break;
|
|
4275
4275
|
}
|
|
4276
4276
|
}
|
|
4277
4277
|
}
|
|
4278
|
-
this.state =
|
|
4278
|
+
this.state = 833;
|
|
4279
4279
|
this._errHandler.sync(this);
|
|
4280
4280
|
_alt = this.interpreter.adaptivePredict(this._input, 89, this._ctx);
|
|
4281
4281
|
}
|
|
@@ -4301,7 +4301,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4301
4301
|
let _localctx = new PartialAllowedFieldExprContext(this._ctx, this.state);
|
|
4302
4302
|
this.enterRule(_localctx, 164, MalloyParser.RULE_partialAllowedFieldExpr);
|
|
4303
4303
|
try {
|
|
4304
|
-
this.state =
|
|
4304
|
+
this.state = 838;
|
|
4305
4305
|
this._errHandler.sync(this);
|
|
4306
4306
|
switch (this._input.LA(1)) {
|
|
4307
4307
|
case MalloyParser.LT:
|
|
@@ -4315,9 +4315,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4315
4315
|
_localctx = new ExprPartialCompareContext(_localctx);
|
|
4316
4316
|
this.enterOuterAlt(_localctx, 1);
|
|
4317
4317
|
{
|
|
4318
|
-
this.state =
|
|
4318
|
+
this.state = 834;
|
|
4319
4319
|
this.compareOp();
|
|
4320
|
-
this.state =
|
|
4320
|
+
this.state = 835;
|
|
4321
4321
|
this.fieldExpr(0);
|
|
4322
4322
|
}
|
|
4323
4323
|
break;
|
|
@@ -4360,7 +4360,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4360
4360
|
_localctx = new ExprNotPartialContext(_localctx);
|
|
4361
4361
|
this.enterOuterAlt(_localctx, 2);
|
|
4362
4362
|
{
|
|
4363
|
-
this.state =
|
|
4363
|
+
this.state = 837;
|
|
4364
4364
|
this.fieldExpr(0);
|
|
4365
4365
|
}
|
|
4366
4366
|
break;
|
|
@@ -4391,7 +4391,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4391
4391
|
let _alt;
|
|
4392
4392
|
this.enterOuterAlt(_localctx, 1);
|
|
4393
4393
|
{
|
|
4394
|
-
this.state =
|
|
4394
|
+
this.state = 841;
|
|
4395
4395
|
this._errHandler.sync(this);
|
|
4396
4396
|
_alt = 1;
|
|
4397
4397
|
do {
|
|
@@ -4399,7 +4399,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4399
4399
|
case 1:
|
|
4400
4400
|
{
|
|
4401
4401
|
{
|
|
4402
|
-
this.state =
|
|
4402
|
+
this.state = 840;
|
|
4403
4403
|
this.pick();
|
|
4404
4404
|
}
|
|
4405
4405
|
}
|
|
@@ -4407,18 +4407,18 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4407
4407
|
default:
|
|
4408
4408
|
throw new NoViableAltException_1.NoViableAltException(this);
|
|
4409
4409
|
}
|
|
4410
|
-
this.state =
|
|
4410
|
+
this.state = 843;
|
|
4411
4411
|
this._errHandler.sync(this);
|
|
4412
4412
|
_alt = this.interpreter.adaptivePredict(this._input, 91, this._ctx);
|
|
4413
4413
|
} while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER);
|
|
4414
|
-
this.state =
|
|
4414
|
+
this.state = 847;
|
|
4415
4415
|
this._errHandler.sync(this);
|
|
4416
4416
|
switch (this.interpreter.adaptivePredict(this._input, 92, this._ctx)) {
|
|
4417
4417
|
case 1:
|
|
4418
4418
|
{
|
|
4419
|
-
this.state =
|
|
4419
|
+
this.state = 845;
|
|
4420
4420
|
this.match(MalloyParser.ELSE);
|
|
4421
|
-
this.state =
|
|
4421
|
+
this.state = 846;
|
|
4422
4422
|
_localctx._pickElse = this.fieldExpr(0);
|
|
4423
4423
|
}
|
|
4424
4424
|
break;
|
|
@@ -4448,20 +4448,20 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4448
4448
|
try {
|
|
4449
4449
|
this.enterOuterAlt(_localctx, 1);
|
|
4450
4450
|
{
|
|
4451
|
-
this.state =
|
|
4451
|
+
this.state = 849;
|
|
4452
4452
|
this.match(MalloyParser.PICK);
|
|
4453
|
-
this.state =
|
|
4453
|
+
this.state = 851;
|
|
4454
4454
|
this._errHandler.sync(this);
|
|
4455
4455
|
_la = this._input.LA(1);
|
|
4456
|
-
if (((((_la -
|
|
4456
|
+
if (((((_la - 28)) & ~0x1F) === 0 && ((1 << (_la - 28)) & ((1 << (MalloyParser.ALL - 28)) | (1 << (MalloyParser.AVG - 28)) | (1 << (MalloyParser.CAST - 28)) | (1 << (MalloyParser.COUNT - 28)) | (1 << (MalloyParser.DAY - 28)) | (1 << (MalloyParser.EXCLUDE - 28)) | (1 << (MalloyParser.FALSE - 28)) | (1 << (MalloyParser.HOUR - 28)) | (1 << (MalloyParser.MAX - 28)) | (1 << (MalloyParser.MIN - 28)) | (1 << (MalloyParser.MINUTE - 28)) | (1 << (MalloyParser.MONTH - 28)))) !== 0) || ((((_la - 60)) & ~0x1F) === 0 && ((1 << (_la - 60)) & ((1 << (MalloyParser.NOT - 60)) | (1 << (MalloyParser.NOW - 60)) | (1 << (MalloyParser.NULL - 60)) | (1 << (MalloyParser.PICK - 60)) | (1 << (MalloyParser.QUARTER - 60)) | (1 << (MalloyParser.SECOND - 60)) | (1 << (MalloyParser.SUM - 60)) | (1 << (MalloyParser.TRUE - 60)) | (1 << (MalloyParser.WEEK - 60)) | (1 << (MalloyParser.YEAR - 60)) | (1 << (MalloyParser.HACKY_REGEX - 60)) | (1 << (MalloyParser.STRING_LITERAL - 60)) | (1 << (MalloyParser.OPAREN - 60)))) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & ((1 << (MalloyParser.MINUS - 107)) | (1 << (MalloyParser.LITERAL_TIMESTAMP - 107)) | (1 << (MalloyParser.LITERAL_DAY - 107)) | (1 << (MalloyParser.LITERAL_QUARTER - 107)) | (1 << (MalloyParser.LITERAL_MONTH - 107)) | (1 << (MalloyParser.LITERAL_WEEK - 107)) | (1 << (MalloyParser.LITERAL_YEAR - 107)) | (1 << (MalloyParser.IDENTIFIER - 107)) | (1 << (MalloyParser.INTEGER_LITERAL - 107)) | (1 << (MalloyParser.NUMERIC_LITERAL - 107)) | (1 << (MalloyParser.OBJECT_NAME_LITERAL - 107)))) !== 0)) {
|
|
4457
4457
|
{
|
|
4458
|
-
this.state =
|
|
4458
|
+
this.state = 850;
|
|
4459
4459
|
_localctx._pickValue = this.fieldExpr(0);
|
|
4460
4460
|
}
|
|
4461
4461
|
}
|
|
4462
|
-
this.state =
|
|
4462
|
+
this.state = 853;
|
|
4463
4463
|
this.match(MalloyParser.WHEN);
|
|
4464
|
-
this.state =
|
|
4464
|
+
this.state = 854;
|
|
4465
4465
|
_localctx._pickWhen = this.partialAllowedFieldExpr();
|
|
4466
4466
|
}
|
|
4467
4467
|
}
|
|
@@ -4489,32 +4489,32 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4489
4489
|
let _alt;
|
|
4490
4490
|
this.enterOuterAlt(_localctx, 1);
|
|
4491
4491
|
{
|
|
4492
|
-
this.state =
|
|
4492
|
+
this.state = 856;
|
|
4493
4493
|
this.fieldExpr(0);
|
|
4494
|
-
this.state =
|
|
4494
|
+
this.state = 861;
|
|
4495
4495
|
this._errHandler.sync(this);
|
|
4496
4496
|
_alt = this.interpreter.adaptivePredict(this._input, 94, this._ctx);
|
|
4497
4497
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
4498
4498
|
if (_alt === 1) {
|
|
4499
4499
|
{
|
|
4500
4500
|
{
|
|
4501
|
-
this.state =
|
|
4501
|
+
this.state = 857;
|
|
4502
4502
|
this.match(MalloyParser.COMMA);
|
|
4503
|
-
this.state =
|
|
4503
|
+
this.state = 858;
|
|
4504
4504
|
this.fieldExpr(0);
|
|
4505
4505
|
}
|
|
4506
4506
|
}
|
|
4507
4507
|
}
|
|
4508
|
-
this.state =
|
|
4508
|
+
this.state = 863;
|
|
4509
4509
|
this._errHandler.sync(this);
|
|
4510
4510
|
_alt = this.interpreter.adaptivePredict(this._input, 94, this._ctx);
|
|
4511
4511
|
}
|
|
4512
|
-
this.state =
|
|
4512
|
+
this.state = 865;
|
|
4513
4513
|
this._errHandler.sync(this);
|
|
4514
4514
|
_la = this._input.LA(1);
|
|
4515
4515
|
if (_la === MalloyParser.COMMA) {
|
|
4516
4516
|
{
|
|
4517
|
-
this.state =
|
|
4517
|
+
this.state = 864;
|
|
4518
4518
|
this.match(MalloyParser.COMMA);
|
|
4519
4519
|
}
|
|
4520
4520
|
}
|
|
@@ -4543,28 +4543,28 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4543
4543
|
try {
|
|
4544
4544
|
this.enterOuterAlt(_localctx, 1);
|
|
4545
4545
|
{
|
|
4546
|
-
this.state =
|
|
4546
|
+
this.state = 867;
|
|
4547
4547
|
this.fieldName();
|
|
4548
|
-
this.state =
|
|
4548
|
+
this.state = 874;
|
|
4549
4549
|
this._errHandler.sync(this);
|
|
4550
4550
|
_la = this._input.LA(1);
|
|
4551
|
-
while (((((_la -
|
|
4551
|
+
while (((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & ((1 << (MalloyParser.COMMA - 98)) | (1 << (MalloyParser.IDENTIFIER - 98)) | (1 << (MalloyParser.OBJECT_NAME_LITERAL - 98)))) !== 0)) {
|
|
4552
4552
|
{
|
|
4553
4553
|
{
|
|
4554
|
-
this.state =
|
|
4554
|
+
this.state = 869;
|
|
4555
4555
|
this._errHandler.sync(this);
|
|
4556
4556
|
_la = this._input.LA(1);
|
|
4557
4557
|
if (_la === MalloyParser.COMMA) {
|
|
4558
4558
|
{
|
|
4559
|
-
this.state =
|
|
4559
|
+
this.state = 868;
|
|
4560
4560
|
this.match(MalloyParser.COMMA);
|
|
4561
4561
|
}
|
|
4562
4562
|
}
|
|
4563
|
-
this.state =
|
|
4563
|
+
this.state = 871;
|
|
4564
4564
|
this.fieldName();
|
|
4565
4565
|
}
|
|
4566
4566
|
}
|
|
4567
|
-
this.state =
|
|
4567
|
+
this.state = 876;
|
|
4568
4568
|
this._errHandler.sync(this);
|
|
4569
4569
|
_la = this._input.LA(1);
|
|
4570
4570
|
}
|
|
@@ -4594,39 +4594,39 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4594
4594
|
let _alt;
|
|
4595
4595
|
this.enterOuterAlt(_localctx, 1);
|
|
4596
4596
|
{
|
|
4597
|
-
this.state =
|
|
4597
|
+
this.state = 877;
|
|
4598
4598
|
this.collectionMember();
|
|
4599
|
-
this.state =
|
|
4599
|
+
this.state = 884;
|
|
4600
4600
|
this._errHandler.sync(this);
|
|
4601
4601
|
_alt = this.interpreter.adaptivePredict(this._input, 99, this._ctx);
|
|
4602
4602
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
4603
4603
|
if (_alt === 1) {
|
|
4604
4604
|
{
|
|
4605
4605
|
{
|
|
4606
|
-
this.state =
|
|
4606
|
+
this.state = 879;
|
|
4607
4607
|
this._errHandler.sync(this);
|
|
4608
4608
|
_la = this._input.LA(1);
|
|
4609
4609
|
if (_la === MalloyParser.COMMA) {
|
|
4610
4610
|
{
|
|
4611
|
-
this.state =
|
|
4611
|
+
this.state = 878;
|
|
4612
4612
|
this.match(MalloyParser.COMMA);
|
|
4613
4613
|
}
|
|
4614
4614
|
}
|
|
4615
|
-
this.state =
|
|
4615
|
+
this.state = 881;
|
|
4616
4616
|
this.collectionMember();
|
|
4617
4617
|
}
|
|
4618
4618
|
}
|
|
4619
4619
|
}
|
|
4620
|
-
this.state =
|
|
4620
|
+
this.state = 886;
|
|
4621
4621
|
this._errHandler.sync(this);
|
|
4622
4622
|
_alt = this.interpreter.adaptivePredict(this._input, 99, this._ctx);
|
|
4623
4623
|
}
|
|
4624
|
-
this.state =
|
|
4624
|
+
this.state = 888;
|
|
4625
4625
|
this._errHandler.sync(this);
|
|
4626
4626
|
_la = this._input.LA(1);
|
|
4627
4627
|
if (_la === MalloyParser.COMMA) {
|
|
4628
4628
|
{
|
|
4629
|
-
this.state =
|
|
4629
|
+
this.state = 887;
|
|
4630
4630
|
this.match(MalloyParser.COMMA);
|
|
4631
4631
|
}
|
|
4632
4632
|
}
|
|
@@ -4653,14 +4653,14 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4653
4653
|
this.enterRule(_localctx, 176, MalloyParser.RULE_collectionMember);
|
|
4654
4654
|
let _la;
|
|
4655
4655
|
try {
|
|
4656
|
-
this.state =
|
|
4656
|
+
this.state = 898;
|
|
4657
4657
|
this._errHandler.sync(this);
|
|
4658
4658
|
switch (this.interpreter.adaptivePredict(this._input, 102, this._ctx)) {
|
|
4659
4659
|
case 1:
|
|
4660
4660
|
_localctx = new NameMemberContext(_localctx);
|
|
4661
4661
|
this.enterOuterAlt(_localctx, 1);
|
|
4662
4662
|
{
|
|
4663
|
-
this.state =
|
|
4663
|
+
this.state = 890;
|
|
4664
4664
|
this.fieldPath();
|
|
4665
4665
|
}
|
|
4666
4666
|
break;
|
|
@@ -4668,18 +4668,18 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4668
4668
|
_localctx = new WildMemberContext(_localctx);
|
|
4669
4669
|
this.enterOuterAlt(_localctx, 2);
|
|
4670
4670
|
{
|
|
4671
|
-
this.state =
|
|
4671
|
+
this.state = 894;
|
|
4672
4672
|
this._errHandler.sync(this);
|
|
4673
4673
|
_la = this._input.LA(1);
|
|
4674
4674
|
if (_la === MalloyParser.IDENTIFIER || _la === MalloyParser.OBJECT_NAME_LITERAL) {
|
|
4675
4675
|
{
|
|
4676
|
-
this.state =
|
|
4676
|
+
this.state = 891;
|
|
4677
4677
|
this.fieldPath();
|
|
4678
|
-
this.state =
|
|
4678
|
+
this.state = 892;
|
|
4679
4679
|
this.match(MalloyParser.DOT);
|
|
4680
4680
|
}
|
|
4681
4681
|
}
|
|
4682
|
-
this.state =
|
|
4682
|
+
this.state = 896;
|
|
4683
4683
|
_la = this._input.LA(1);
|
|
4684
4684
|
if (!(_la === MalloyParser.STAR || _la === MalloyParser.STARSTAR)) {
|
|
4685
4685
|
this._errHandler.recoverInline(this);
|
|
@@ -4697,7 +4697,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4697
4697
|
_localctx = new NewMemberContext(_localctx);
|
|
4698
4698
|
this.enterOuterAlt(_localctx, 3);
|
|
4699
4699
|
{
|
|
4700
|
-
this.state =
|
|
4700
|
+
this.state = 897;
|
|
4701
4701
|
this.fieldDef();
|
|
4702
4702
|
}
|
|
4703
4703
|
break;
|
|
@@ -4726,23 +4726,23 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4726
4726
|
let _alt;
|
|
4727
4727
|
this.enterOuterAlt(_localctx, 1);
|
|
4728
4728
|
{
|
|
4729
|
-
this.state =
|
|
4729
|
+
this.state = 900;
|
|
4730
4730
|
this.fieldName();
|
|
4731
|
-
this.state =
|
|
4731
|
+
this.state = 905;
|
|
4732
4732
|
this._errHandler.sync(this);
|
|
4733
4733
|
_alt = this.interpreter.adaptivePredict(this._input, 103, this._ctx);
|
|
4734
4734
|
while (_alt !== 2 && _alt !== ATN_1.ATN.INVALID_ALT_NUMBER) {
|
|
4735
4735
|
if (_alt === 1) {
|
|
4736
4736
|
{
|
|
4737
4737
|
{
|
|
4738
|
-
this.state =
|
|
4738
|
+
this.state = 901;
|
|
4739
4739
|
this.match(MalloyParser.DOT);
|
|
4740
|
-
this.state =
|
|
4740
|
+
this.state = 902;
|
|
4741
4741
|
this.fieldName();
|
|
4742
4742
|
}
|
|
4743
4743
|
}
|
|
4744
4744
|
}
|
|
4745
|
-
this.state =
|
|
4745
|
+
this.state = 907;
|
|
4746
4746
|
this._errHandler.sync(this);
|
|
4747
4747
|
_alt = this.interpreter.adaptivePredict(this._input, 103, this._ctx);
|
|
4748
4748
|
}
|
|
@@ -4770,7 +4770,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4770
4770
|
try {
|
|
4771
4771
|
this.enterOuterAlt(_localctx, 1);
|
|
4772
4772
|
{
|
|
4773
|
-
this.state =
|
|
4773
|
+
this.state = 908;
|
|
4774
4774
|
this.id();
|
|
4775
4775
|
}
|
|
4776
4776
|
}
|
|
@@ -4796,7 +4796,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4796
4796
|
try {
|
|
4797
4797
|
this.enterOuterAlt(_localctx, 1);
|
|
4798
4798
|
{
|
|
4799
|
-
this.state =
|
|
4799
|
+
this.state = 910;
|
|
4800
4800
|
this.id();
|
|
4801
4801
|
}
|
|
4802
4802
|
}
|
|
@@ -4822,9 +4822,9 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4822
4822
|
try {
|
|
4823
4823
|
this.enterOuterAlt(_localctx, 1);
|
|
4824
4824
|
{
|
|
4825
|
-
this.state =
|
|
4825
|
+
this.state = 912;
|
|
4826
4826
|
this.fieldExpr(0);
|
|
4827
|
-
this.state =
|
|
4827
|
+
this.state = 913;
|
|
4828
4828
|
this.match(MalloyParser.EOF);
|
|
4829
4829
|
}
|
|
4830
4830
|
}
|
|
@@ -4850,7 +4850,7 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4850
4850
|
try {
|
|
4851
4851
|
this.enterOuterAlt(_localctx, 1);
|
|
4852
4852
|
{
|
|
4853
|
-
this.state =
|
|
4853
|
+
this.state = 915;
|
|
4854
4854
|
this.jsonValue();
|
|
4855
4855
|
}
|
|
4856
4856
|
}
|
|
@@ -4874,62 +4874,62 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4874
4874
|
let _localctx = new JsonValueContext(this._ctx, this.state);
|
|
4875
4875
|
this.enterRule(_localctx, 188, MalloyParser.RULE_jsonValue);
|
|
4876
4876
|
try {
|
|
4877
|
-
this.state =
|
|
4877
|
+
this.state = 925;
|
|
4878
4878
|
this._errHandler.sync(this);
|
|
4879
4879
|
switch (this._input.LA(1)) {
|
|
4880
4880
|
case MalloyParser.JSON_STRING:
|
|
4881
4881
|
this.enterOuterAlt(_localctx, 1);
|
|
4882
4882
|
{
|
|
4883
|
-
this.state =
|
|
4883
|
+
this.state = 917;
|
|
4884
4884
|
this.match(MalloyParser.JSON_STRING);
|
|
4885
4885
|
}
|
|
4886
4886
|
break;
|
|
4887
4887
|
case MalloyParser.INTEGER_LITERAL:
|
|
4888
4888
|
this.enterOuterAlt(_localctx, 2);
|
|
4889
4889
|
{
|
|
4890
|
-
this.state =
|
|
4890
|
+
this.state = 918;
|
|
4891
4891
|
this.match(MalloyParser.INTEGER_LITERAL);
|
|
4892
4892
|
}
|
|
4893
4893
|
break;
|
|
4894
4894
|
case MalloyParser.NUMERIC_LITERAL:
|
|
4895
4895
|
this.enterOuterAlt(_localctx, 3);
|
|
4896
4896
|
{
|
|
4897
|
-
this.state =
|
|
4897
|
+
this.state = 919;
|
|
4898
4898
|
this.match(MalloyParser.NUMERIC_LITERAL);
|
|
4899
4899
|
}
|
|
4900
4900
|
break;
|
|
4901
4901
|
case MalloyParser.OCURLY:
|
|
4902
4902
|
this.enterOuterAlt(_localctx, 4);
|
|
4903
4903
|
{
|
|
4904
|
-
this.state =
|
|
4904
|
+
this.state = 920;
|
|
4905
4905
|
this.jsonObject();
|
|
4906
4906
|
}
|
|
4907
4907
|
break;
|
|
4908
4908
|
case MalloyParser.OBRACK:
|
|
4909
4909
|
this.enterOuterAlt(_localctx, 5);
|
|
4910
4910
|
{
|
|
4911
|
-
this.state =
|
|
4911
|
+
this.state = 921;
|
|
4912
4912
|
this.jsonArray();
|
|
4913
4913
|
}
|
|
4914
4914
|
break;
|
|
4915
4915
|
case MalloyParser.TRUE:
|
|
4916
4916
|
this.enterOuterAlt(_localctx, 6);
|
|
4917
4917
|
{
|
|
4918
|
-
this.state =
|
|
4918
|
+
this.state = 922;
|
|
4919
4919
|
this.match(MalloyParser.TRUE);
|
|
4920
4920
|
}
|
|
4921
4921
|
break;
|
|
4922
4922
|
case MalloyParser.FALSE:
|
|
4923
4923
|
this.enterOuterAlt(_localctx, 7);
|
|
4924
4924
|
{
|
|
4925
|
-
this.state =
|
|
4925
|
+
this.state = 923;
|
|
4926
4926
|
this.match(MalloyParser.FALSE);
|
|
4927
4927
|
}
|
|
4928
4928
|
break;
|
|
4929
4929
|
case MalloyParser.NULL:
|
|
4930
4930
|
this.enterOuterAlt(_localctx, 8);
|
|
4931
4931
|
{
|
|
4932
|
-
this.state =
|
|
4932
|
+
this.state = 924;
|
|
4933
4933
|
this.match(MalloyParser.NULL);
|
|
4934
4934
|
}
|
|
4935
4935
|
break;
|
|
@@ -4958,42 +4958,42 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
4958
4958
|
this.enterRule(_localctx, 190, MalloyParser.RULE_jsonObject);
|
|
4959
4959
|
let _la;
|
|
4960
4960
|
try {
|
|
4961
|
-
this.state =
|
|
4961
|
+
this.state = 940;
|
|
4962
4962
|
this._errHandler.sync(this);
|
|
4963
4963
|
switch (this.interpreter.adaptivePredict(this._input, 106, this._ctx)) {
|
|
4964
4964
|
case 1:
|
|
4965
4965
|
this.enterOuterAlt(_localctx, 1);
|
|
4966
4966
|
{
|
|
4967
|
-
this.state =
|
|
4967
|
+
this.state = 927;
|
|
4968
4968
|
this.match(MalloyParser.OCURLY);
|
|
4969
|
-
this.state =
|
|
4969
|
+
this.state = 928;
|
|
4970
4970
|
this.jsonProperty();
|
|
4971
|
-
this.state =
|
|
4971
|
+
this.state = 933;
|
|
4972
4972
|
this._errHandler.sync(this);
|
|
4973
4973
|
_la = this._input.LA(1);
|
|
4974
4974
|
while (_la === MalloyParser.COMMA) {
|
|
4975
4975
|
{
|
|
4976
4976
|
{
|
|
4977
|
-
this.state =
|
|
4977
|
+
this.state = 929;
|
|
4978
4978
|
this.match(MalloyParser.COMMA);
|
|
4979
|
-
this.state =
|
|
4979
|
+
this.state = 930;
|
|
4980
4980
|
this.jsonProperty();
|
|
4981
4981
|
}
|
|
4982
4982
|
}
|
|
4983
|
-
this.state =
|
|
4983
|
+
this.state = 935;
|
|
4984
4984
|
this._errHandler.sync(this);
|
|
4985
4985
|
_la = this._input.LA(1);
|
|
4986
4986
|
}
|
|
4987
|
-
this.state =
|
|
4987
|
+
this.state = 936;
|
|
4988
4988
|
this.match(MalloyParser.CCURLY);
|
|
4989
4989
|
}
|
|
4990
4990
|
break;
|
|
4991
4991
|
case 2:
|
|
4992
4992
|
this.enterOuterAlt(_localctx, 2);
|
|
4993
4993
|
{
|
|
4994
|
-
this.state =
|
|
4994
|
+
this.state = 938;
|
|
4995
4995
|
this.match(MalloyParser.OCURLY);
|
|
4996
|
-
this.state =
|
|
4996
|
+
this.state = 939;
|
|
4997
4997
|
this.match(MalloyParser.CCURLY);
|
|
4998
4998
|
}
|
|
4999
4999
|
break;
|
|
@@ -5021,11 +5021,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
5021
5021
|
try {
|
|
5022
5022
|
this.enterOuterAlt(_localctx, 1);
|
|
5023
5023
|
{
|
|
5024
|
-
this.state =
|
|
5024
|
+
this.state = 942;
|
|
5025
5025
|
this.match(MalloyParser.JSON_STRING);
|
|
5026
|
-
this.state =
|
|
5026
|
+
this.state = 943;
|
|
5027
5027
|
this.match(MalloyParser.COLON);
|
|
5028
|
-
this.state =
|
|
5028
|
+
this.state = 944;
|
|
5029
5029
|
this.jsonValue();
|
|
5030
5030
|
}
|
|
5031
5031
|
}
|
|
@@ -5050,42 +5050,42 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
5050
5050
|
this.enterRule(_localctx, 194, MalloyParser.RULE_jsonArray);
|
|
5051
5051
|
let _la;
|
|
5052
5052
|
try {
|
|
5053
|
-
this.state =
|
|
5053
|
+
this.state = 959;
|
|
5054
5054
|
this._errHandler.sync(this);
|
|
5055
5055
|
switch (this.interpreter.adaptivePredict(this._input, 108, this._ctx)) {
|
|
5056
5056
|
case 1:
|
|
5057
5057
|
this.enterOuterAlt(_localctx, 1);
|
|
5058
5058
|
{
|
|
5059
|
-
this.state =
|
|
5059
|
+
this.state = 946;
|
|
5060
5060
|
this.match(MalloyParser.OBRACK);
|
|
5061
|
-
this.state =
|
|
5061
|
+
this.state = 947;
|
|
5062
5062
|
this.jsonValue();
|
|
5063
|
-
this.state =
|
|
5063
|
+
this.state = 952;
|
|
5064
5064
|
this._errHandler.sync(this);
|
|
5065
5065
|
_la = this._input.LA(1);
|
|
5066
5066
|
while (_la === MalloyParser.COMMA) {
|
|
5067
5067
|
{
|
|
5068
5068
|
{
|
|
5069
|
-
this.state =
|
|
5069
|
+
this.state = 948;
|
|
5070
5070
|
this.match(MalloyParser.COMMA);
|
|
5071
|
-
this.state =
|
|
5071
|
+
this.state = 949;
|
|
5072
5072
|
this.jsonValue();
|
|
5073
5073
|
}
|
|
5074
5074
|
}
|
|
5075
|
-
this.state =
|
|
5075
|
+
this.state = 954;
|
|
5076
5076
|
this._errHandler.sync(this);
|
|
5077
5077
|
_la = this._input.LA(1);
|
|
5078
5078
|
}
|
|
5079
|
-
this.state =
|
|
5079
|
+
this.state = 955;
|
|
5080
5080
|
this.match(MalloyParser.CBRACK);
|
|
5081
5081
|
}
|
|
5082
5082
|
break;
|
|
5083
5083
|
case 2:
|
|
5084
5084
|
this.enterOuterAlt(_localctx, 2);
|
|
5085
5085
|
{
|
|
5086
|
-
this.state =
|
|
5086
|
+
this.state = 957;
|
|
5087
5087
|
this.match(MalloyParser.OBRACK);
|
|
5088
|
-
this.state =
|
|
5088
|
+
this.state = 958;
|
|
5089
5089
|
this.match(MalloyParser.CBRACK);
|
|
5090
5090
|
}
|
|
5091
5091
|
break;
|
|
@@ -5107,39 +5107,13 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
5107
5107
|
return _localctx;
|
|
5108
5108
|
}
|
|
5109
5109
|
// @RuleVersion(0)
|
|
5110
|
-
sqlBlock() {
|
|
5111
|
-
let _localctx = new SqlBlockContext(this._ctx, this.state);
|
|
5112
|
-
this.enterRule(_localctx, 196, MalloyParser.RULE_sqlBlock);
|
|
5113
|
-
try {
|
|
5114
|
-
this.enterOuterAlt(_localctx, 1);
|
|
5115
|
-
{
|
|
5116
|
-
this.state = 963;
|
|
5117
|
-
this.match(MalloyParser.SQL_STRING);
|
|
5118
|
-
}
|
|
5119
|
-
}
|
|
5120
|
-
catch (re) {
|
|
5121
|
-
if (re instanceof RecognitionException_1.RecognitionException) {
|
|
5122
|
-
_localctx.exception = re;
|
|
5123
|
-
this._errHandler.reportError(this, re);
|
|
5124
|
-
this._errHandler.recover(this, re);
|
|
5125
|
-
}
|
|
5126
|
-
else {
|
|
5127
|
-
throw re;
|
|
5128
|
-
}
|
|
5129
|
-
}
|
|
5130
|
-
finally {
|
|
5131
|
-
this.exitRule();
|
|
5132
|
-
}
|
|
5133
|
-
return _localctx;
|
|
5134
|
-
}
|
|
5135
|
-
// @RuleVersion(0)
|
|
5136
5110
|
sqlExploreNameRef() {
|
|
5137
5111
|
let _localctx = new SqlExploreNameRefContext(this._ctx, this.state);
|
|
5138
|
-
this.enterRule(_localctx,
|
|
5112
|
+
this.enterRule(_localctx, 196, MalloyParser.RULE_sqlExploreNameRef);
|
|
5139
5113
|
try {
|
|
5140
5114
|
this.enterOuterAlt(_localctx, 1);
|
|
5141
5115
|
{
|
|
5142
|
-
this.state =
|
|
5116
|
+
this.state = 961;
|
|
5143
5117
|
this.id();
|
|
5144
5118
|
}
|
|
5145
5119
|
}
|
|
@@ -5161,11 +5135,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
5161
5135
|
// @RuleVersion(0)
|
|
5162
5136
|
sqlCommandNameDef() {
|
|
5163
5137
|
let _localctx = new SqlCommandNameDefContext(this._ctx, this.state);
|
|
5164
|
-
this.enterRule(_localctx,
|
|
5138
|
+
this.enterRule(_localctx, 198, MalloyParser.RULE_sqlCommandNameDef);
|
|
5165
5139
|
try {
|
|
5166
5140
|
this.enterOuterAlt(_localctx, 1);
|
|
5167
5141
|
{
|
|
5168
|
-
this.state =
|
|
5142
|
+
this.state = 963;
|
|
5169
5143
|
this.id();
|
|
5170
5144
|
}
|
|
5171
5145
|
}
|
|
@@ -5187,11 +5161,11 @@ class MalloyParser extends Parser_1.Parser {
|
|
|
5187
5161
|
// @RuleVersion(0)
|
|
5188
5162
|
connectionName() {
|
|
5189
5163
|
let _localctx = new ConnectionNameContext(this._ctx, this.state);
|
|
5190
|
-
this.enterRule(_localctx,
|
|
5164
|
+
this.enterRule(_localctx, 200, MalloyParser.RULE_connectionName);
|
|
5191
5165
|
try {
|
|
5192
5166
|
this.enterOuterAlt(_localctx, 1);
|
|
5193
5167
|
{
|
|
5194
|
-
this.state =
|
|
5168
|
+
this.state = 965;
|
|
5195
5169
|
this.match(MalloyParser.JSON_STRING);
|
|
5196
5170
|
}
|
|
5197
5171
|
}
|
|
@@ -5278,112 +5252,113 @@ MalloyParser.RENAME = 21;
|
|
|
5278
5252
|
MalloyParser.SAMPLE = 22;
|
|
5279
5253
|
MalloyParser.SOURCE = 23;
|
|
5280
5254
|
MalloyParser.SQL = 24;
|
|
5281
|
-
MalloyParser.
|
|
5282
|
-
MalloyParser.
|
|
5283
|
-
MalloyParser.
|
|
5284
|
-
MalloyParser.
|
|
5285
|
-
MalloyParser.
|
|
5286
|
-
MalloyParser.
|
|
5287
|
-
MalloyParser.
|
|
5288
|
-
MalloyParser.
|
|
5289
|
-
MalloyParser.
|
|
5290
|
-
MalloyParser.
|
|
5291
|
-
MalloyParser.
|
|
5292
|
-
MalloyParser.
|
|
5293
|
-
MalloyParser.
|
|
5294
|
-
MalloyParser.
|
|
5295
|
-
MalloyParser.
|
|
5296
|
-
MalloyParser.
|
|
5297
|
-
MalloyParser.
|
|
5298
|
-
MalloyParser.
|
|
5299
|
-
MalloyParser.
|
|
5300
|
-
MalloyParser.
|
|
5301
|
-
MalloyParser.
|
|
5302
|
-
MalloyParser.
|
|
5303
|
-
MalloyParser.
|
|
5304
|
-
MalloyParser.
|
|
5305
|
-
MalloyParser.
|
|
5306
|
-
MalloyParser.
|
|
5307
|
-
MalloyParser.
|
|
5308
|
-
MalloyParser.
|
|
5309
|
-
MalloyParser.
|
|
5310
|
-
MalloyParser.
|
|
5311
|
-
MalloyParser.
|
|
5312
|
-
MalloyParser.
|
|
5313
|
-
MalloyParser.
|
|
5314
|
-
MalloyParser.
|
|
5315
|
-
MalloyParser.
|
|
5316
|
-
MalloyParser.
|
|
5317
|
-
MalloyParser.
|
|
5318
|
-
MalloyParser.
|
|
5319
|
-
MalloyParser.
|
|
5320
|
-
MalloyParser.
|
|
5321
|
-
MalloyParser.
|
|
5322
|
-
MalloyParser.
|
|
5323
|
-
MalloyParser.
|
|
5324
|
-
MalloyParser.
|
|
5325
|
-
MalloyParser.
|
|
5326
|
-
MalloyParser.
|
|
5327
|
-
MalloyParser.
|
|
5328
|
-
MalloyParser.
|
|
5329
|
-
MalloyParser.
|
|
5330
|
-
MalloyParser.
|
|
5331
|
-
MalloyParser.
|
|
5332
|
-
MalloyParser.
|
|
5333
|
-
MalloyParser.
|
|
5334
|
-
MalloyParser.
|
|
5335
|
-
MalloyParser.
|
|
5336
|
-
MalloyParser.
|
|
5337
|
-
MalloyParser.
|
|
5338
|
-
MalloyParser.
|
|
5339
|
-
MalloyParser.
|
|
5340
|
-
MalloyParser.
|
|
5341
|
-
MalloyParser.
|
|
5342
|
-
MalloyParser.
|
|
5343
|
-
MalloyParser.
|
|
5344
|
-
MalloyParser.
|
|
5345
|
-
MalloyParser.
|
|
5346
|
-
MalloyParser.
|
|
5347
|
-
MalloyParser.
|
|
5348
|
-
MalloyParser.
|
|
5349
|
-
MalloyParser.
|
|
5350
|
-
MalloyParser.
|
|
5351
|
-
MalloyParser.
|
|
5352
|
-
MalloyParser.
|
|
5353
|
-
MalloyParser.
|
|
5354
|
-
MalloyParser.
|
|
5355
|
-
MalloyParser.
|
|
5356
|
-
MalloyParser.
|
|
5357
|
-
MalloyParser.
|
|
5358
|
-
MalloyParser.
|
|
5359
|
-
MalloyParser.
|
|
5360
|
-
MalloyParser.
|
|
5361
|
-
MalloyParser.
|
|
5362
|
-
MalloyParser.
|
|
5363
|
-
MalloyParser.
|
|
5364
|
-
MalloyParser.
|
|
5365
|
-
MalloyParser.
|
|
5366
|
-
MalloyParser.
|
|
5367
|
-
MalloyParser.
|
|
5368
|
-
MalloyParser.
|
|
5369
|
-
MalloyParser.
|
|
5370
|
-
MalloyParser.
|
|
5371
|
-
MalloyParser.
|
|
5372
|
-
MalloyParser.
|
|
5373
|
-
MalloyParser.
|
|
5374
|
-
MalloyParser.
|
|
5375
|
-
MalloyParser.
|
|
5376
|
-
MalloyParser.
|
|
5377
|
-
MalloyParser.
|
|
5378
|
-
MalloyParser.
|
|
5379
|
-
MalloyParser.
|
|
5380
|
-
MalloyParser.
|
|
5381
|
-
MalloyParser.
|
|
5382
|
-
MalloyParser.
|
|
5383
|
-
MalloyParser.
|
|
5384
|
-
MalloyParser.
|
|
5385
|
-
MalloyParser.
|
|
5386
|
-
MalloyParser.
|
|
5255
|
+
MalloyParser.FANCYSQL = 25;
|
|
5256
|
+
MalloyParser.TOP = 26;
|
|
5257
|
+
MalloyParser.WHERE = 27;
|
|
5258
|
+
MalloyParser.ALL = 28;
|
|
5259
|
+
MalloyParser.AND = 29;
|
|
5260
|
+
MalloyParser.AS = 30;
|
|
5261
|
+
MalloyParser.ASC = 31;
|
|
5262
|
+
MalloyParser.AVG = 32;
|
|
5263
|
+
MalloyParser.BOOLEAN = 33;
|
|
5264
|
+
MalloyParser.BY = 34;
|
|
5265
|
+
MalloyParser.CASE = 35;
|
|
5266
|
+
MalloyParser.CAST = 36;
|
|
5267
|
+
MalloyParser.CONDITION = 37;
|
|
5268
|
+
MalloyParser.COUNT = 38;
|
|
5269
|
+
MalloyParser.DATE = 39;
|
|
5270
|
+
MalloyParser.DAY = 40;
|
|
5271
|
+
MalloyParser.DESC = 41;
|
|
5272
|
+
MalloyParser.DISTINCT = 42;
|
|
5273
|
+
MalloyParser.ELSE = 43;
|
|
5274
|
+
MalloyParser.END = 44;
|
|
5275
|
+
MalloyParser.EXCLUDE = 45;
|
|
5276
|
+
MalloyParser.FALSE = 46;
|
|
5277
|
+
MalloyParser.FOR = 47;
|
|
5278
|
+
MalloyParser.FROM = 48;
|
|
5279
|
+
MalloyParser.FROM_SQL = 49;
|
|
5280
|
+
MalloyParser.HAS = 50;
|
|
5281
|
+
MalloyParser.HOUR = 51;
|
|
5282
|
+
MalloyParser.IMPORT = 52;
|
|
5283
|
+
MalloyParser.IS = 53;
|
|
5284
|
+
MalloyParser.JSON = 54;
|
|
5285
|
+
MalloyParser.LAST = 55;
|
|
5286
|
+
MalloyParser.MAX = 56;
|
|
5287
|
+
MalloyParser.MIN = 57;
|
|
5288
|
+
MalloyParser.MINUTE = 58;
|
|
5289
|
+
MalloyParser.MONTH = 59;
|
|
5290
|
+
MalloyParser.NOT = 60;
|
|
5291
|
+
MalloyParser.NOW = 61;
|
|
5292
|
+
MalloyParser.NULL = 62;
|
|
5293
|
+
MalloyParser.NUMBER = 63;
|
|
5294
|
+
MalloyParser.ON = 64;
|
|
5295
|
+
MalloyParser.OR = 65;
|
|
5296
|
+
MalloyParser.PICK = 66;
|
|
5297
|
+
MalloyParser.QMARK = 67;
|
|
5298
|
+
MalloyParser.QUARTER = 68;
|
|
5299
|
+
MalloyParser.SECOND = 69;
|
|
5300
|
+
MalloyParser.STRING = 70;
|
|
5301
|
+
MalloyParser.SUM = 71;
|
|
5302
|
+
MalloyParser.TABLE = 72;
|
|
5303
|
+
MalloyParser.THEN = 73;
|
|
5304
|
+
MalloyParser.THIS = 74;
|
|
5305
|
+
MalloyParser.TIMESTAMP = 75;
|
|
5306
|
+
MalloyParser.TO = 76;
|
|
5307
|
+
MalloyParser.TRUE = 77;
|
|
5308
|
+
MalloyParser.TURTLE = 78;
|
|
5309
|
+
MalloyParser.WEEK = 79;
|
|
5310
|
+
MalloyParser.WHEN = 80;
|
|
5311
|
+
MalloyParser.WITH = 81;
|
|
5312
|
+
MalloyParser.YEAR = 82;
|
|
5313
|
+
MalloyParser.UNGROUPED = 83;
|
|
5314
|
+
MalloyParser.STRING_ESCAPE = 84;
|
|
5315
|
+
MalloyParser.HACKY_REGEX = 85;
|
|
5316
|
+
MalloyParser.STRING_LITERAL = 86;
|
|
5317
|
+
MalloyParser.AMPER = 87;
|
|
5318
|
+
MalloyParser.ARROW = 88;
|
|
5319
|
+
MalloyParser.FAT_ARROW = 89;
|
|
5320
|
+
MalloyParser.OPAREN = 90;
|
|
5321
|
+
MalloyParser.CPAREN = 91;
|
|
5322
|
+
MalloyParser.OBRACK = 92;
|
|
5323
|
+
MalloyParser.CBRACK = 93;
|
|
5324
|
+
MalloyParser.OCURLY = 94;
|
|
5325
|
+
MalloyParser.CCURLY = 95;
|
|
5326
|
+
MalloyParser.DOUBLECOLON = 96;
|
|
5327
|
+
MalloyParser.COLON = 97;
|
|
5328
|
+
MalloyParser.COMMA = 98;
|
|
5329
|
+
MalloyParser.DOT = 99;
|
|
5330
|
+
MalloyParser.LT = 100;
|
|
5331
|
+
MalloyParser.GT = 101;
|
|
5332
|
+
MalloyParser.EQ = 102;
|
|
5333
|
+
MalloyParser.NE = 103;
|
|
5334
|
+
MalloyParser.LTE = 104;
|
|
5335
|
+
MalloyParser.GTE = 105;
|
|
5336
|
+
MalloyParser.PLUS = 106;
|
|
5337
|
+
MalloyParser.MINUS = 107;
|
|
5338
|
+
MalloyParser.STAR = 108;
|
|
5339
|
+
MalloyParser.STARSTAR = 109;
|
|
5340
|
+
MalloyParser.SLASH = 110;
|
|
5341
|
+
MalloyParser.BAR = 111;
|
|
5342
|
+
MalloyParser.SEMI = 112;
|
|
5343
|
+
MalloyParser.NOT_MATCH = 113;
|
|
5344
|
+
MalloyParser.MATCH = 114;
|
|
5345
|
+
MalloyParser.LITERAL_TIMESTAMP = 115;
|
|
5346
|
+
MalloyParser.LITERAL_DAY = 116;
|
|
5347
|
+
MalloyParser.LITERAL_QUARTER = 117;
|
|
5348
|
+
MalloyParser.LITERAL_MONTH = 118;
|
|
5349
|
+
MalloyParser.LITERAL_WEEK = 119;
|
|
5350
|
+
MalloyParser.LITERAL_YEAR = 120;
|
|
5351
|
+
MalloyParser.IDENTIFIER = 121;
|
|
5352
|
+
MalloyParser.PERCENT_LITERAL = 122;
|
|
5353
|
+
MalloyParser.INTEGER_LITERAL = 123;
|
|
5354
|
+
MalloyParser.NUMERIC_LITERAL = 124;
|
|
5355
|
+
MalloyParser.OBJECT_NAME_LITERAL = 125;
|
|
5356
|
+
MalloyParser.BLOCK_COMMENT = 126;
|
|
5357
|
+
MalloyParser.COMMENT_TO_EOL = 127;
|
|
5358
|
+
MalloyParser.WHITE_SPACE = 128;
|
|
5359
|
+
MalloyParser.SQL_STRING = 129;
|
|
5360
|
+
MalloyParser.UNWATED_CHARS_TRAILING_NUMBERS = 130;
|
|
5361
|
+
MalloyParser.UNEXPECTED_CHAR = 131;
|
|
5387
5362
|
MalloyParser.RULE_malloyDocument = 0;
|
|
5388
5363
|
MalloyParser.RULE_malloyStatement = 1;
|
|
5389
5364
|
MalloyParser.RULE_defineExploreStatement = 2;
|
|
@@ -5482,10 +5457,9 @@ MalloyParser.RULE_jsonValue = 94;
|
|
|
5482
5457
|
MalloyParser.RULE_jsonObject = 95;
|
|
5483
5458
|
MalloyParser.RULE_jsonProperty = 96;
|
|
5484
5459
|
MalloyParser.RULE_jsonArray = 97;
|
|
5485
|
-
MalloyParser.
|
|
5486
|
-
MalloyParser.
|
|
5487
|
-
MalloyParser.
|
|
5488
|
-
MalloyParser.RULE_connectionName = 101;
|
|
5460
|
+
MalloyParser.RULE_sqlExploreNameRef = 98;
|
|
5461
|
+
MalloyParser.RULE_sqlCommandNameDef = 99;
|
|
5462
|
+
MalloyParser.RULE_connectionName = 100;
|
|
5489
5463
|
// tslint:disable:no-trailing-whitespace
|
|
5490
5464
|
MalloyParser.ruleNames = [
|
|
5491
5465
|
"malloyDocument", "malloyStatement", "defineExploreStatement", "exploreKeyword",
|
|
@@ -5509,7 +5483,7 @@ MalloyParser.ruleNames = [
|
|
|
5509
5483
|
"partialAllowedFieldExpr", "pickStatement", "pick", "argumentList", "fieldNameList",
|
|
5510
5484
|
"fieldCollection", "collectionMember", "fieldPath", "joinName", "fieldName",
|
|
5511
5485
|
"justExpr", "json", "jsonValue", "jsonObject", "jsonProperty", "jsonArray",
|
|
5512
|
-
"
|
|
5486
|
+
"sqlExploreNameRef", "sqlCommandNameDef", "connectionName",
|
|
5513
5487
|
];
|
|
5514
5488
|
MalloyParser._LITERAL_NAMES = [
|
|
5515
5489
|
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
|
|
@@ -5521,24 +5495,24 @@ MalloyParser._LITERAL_NAMES = [
|
|
|
5521
5495
|
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
|
|
5522
5496
|
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
|
|
5523
5497
|
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
|
|
5524
|
-
undefined, undefined, undefined, "'?'", undefined, undefined,
|
|
5498
|
+
undefined, undefined, undefined, undefined, "'?'", undefined, undefined,
|
|
5525
5499
|
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
|
|
5526
5500
|
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
|
|
5527
|
-
undefined, undefined, "'&'", "'->'", "'=>'", "'('", "')'",
|
|
5528
|
-
"'
|
|
5529
|
-
"'
|
|
5530
|
-
"'~'",
|
|
5501
|
+
undefined, undefined, undefined, "'&'", "'->'", "'=>'", "'('", "')'",
|
|
5502
|
+
"'['", "']'", "'{'", "'}'", "'::'", "':'", "','", "'.'", "'<'", "'>'",
|
|
5503
|
+
"'='", "'!='", "'<='", "'>='", "'+'", "'-'", "'*'", "'**'", "'/'", "'|'",
|
|
5504
|
+
"';'", "'!~'", "'~'",
|
|
5531
5505
|
];
|
|
5532
5506
|
MalloyParser._SYMBOLIC_NAMES = [
|
|
5533
5507
|
undefined, "JSON_STRING", "ACCEPT", "AGGREGATE", "DECLARE", "DIMENSION",
|
|
5534
5508
|
"EXCEPT", "EXPLORE", "GROUP_BY", "HAVING", "INDEX", "JOIN_CROSS", "JOIN_ONE",
|
|
5535
5509
|
"JOIN_MANY", "LIMIT", "MEASURE", "NEST", "ORDER_BY", "PRIMARY_KEY", "PROJECT",
|
|
5536
|
-
"QUERY", "RENAME", "SAMPLE", "SOURCE", "SQL", "
|
|
5537
|
-
"AS", "ASC", "AVG", "BOOLEAN", "BY", "CASE", "CAST", "CONDITION",
|
|
5538
|
-
"DATE", "DAY", "DESC", "DISTINCT", "ELSE", "END", "EXCLUDE",
|
|
5539
|
-
"FOR", "FROM", "FROM_SQL", "HAS", "HOUR", "IMPORT", "IS", "JSON",
|
|
5540
|
-
"MAX", "MIN", "MINUTE", "MONTH", "NOT", "NOW", "NULL", "NUMBER",
|
|
5541
|
-
"OR", "PICK", "QMARK", "QUARTER", "SECOND", "STRING", "SUM", "TABLE",
|
|
5510
|
+
"QUERY", "RENAME", "SAMPLE", "SOURCE", "SQL", "FANCYSQL", "TOP", "WHERE",
|
|
5511
|
+
"ALL", "AND", "AS", "ASC", "AVG", "BOOLEAN", "BY", "CASE", "CAST", "CONDITION",
|
|
5512
|
+
"COUNT", "DATE", "DAY", "DESC", "DISTINCT", "ELSE", "END", "EXCLUDE",
|
|
5513
|
+
"FALSE", "FOR", "FROM", "FROM_SQL", "HAS", "HOUR", "IMPORT", "IS", "JSON",
|
|
5514
|
+
"LAST", "MAX", "MIN", "MINUTE", "MONTH", "NOT", "NOW", "NULL", "NUMBER",
|
|
5515
|
+
"ON", "OR", "PICK", "QMARK", "QUARTER", "SECOND", "STRING", "SUM", "TABLE",
|
|
5542
5516
|
"THEN", "THIS", "TIMESTAMP", "TO", "TRUE", "TURTLE", "WEEK", "WHEN", "WITH",
|
|
5543
5517
|
"YEAR", "UNGROUPED", "STRING_ESCAPE", "HACKY_REGEX", "STRING_LITERAL",
|
|
5544
5518
|
"AMPER", "ARROW", "FAT_ARROW", "OPAREN", "CPAREN", "OBRACK", "CBRACK",
|
|
@@ -5552,7 +5526,7 @@ MalloyParser._SYMBOLIC_NAMES = [
|
|
|
5552
5526
|
];
|
|
5553
5527
|
MalloyParser.VOCABULARY = new VocabularyImpl_1.VocabularyImpl(MalloyParser._LITERAL_NAMES, MalloyParser._SYMBOLIC_NAMES, []);
|
|
5554
5528
|
MalloyParser._serializedATNSegments = 2;
|
|
5555
|
-
MalloyParser._serializedATNSegment0 = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\uEA8B\uC241\x03\
|
|
5529
|
+
MalloyParser._serializedATNSegment0 = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\uEA8B\uC241\x03\x85\u03CA\x04" +
|
|
5556
5530
|
"\x02\t\x02\x04\x03\t\x03\x04\x04\t\x04\x04\x05\t\x05\x04\x06\t\x06\x04" +
|
|
5557
5531
|
"\x07\t\x07\x04\b\t\b\x04\t\t\t\x04\n\t\n\x04\v\t\v\x04\f\t\f\x04\r\t\r" +
|
|
5558
5532
|
"\x04\x0E\t\x0E\x04\x0F\t\x0F\x04\x10\t\x10\x04\x11\t\x11\x04\x12\t\x12" +
|
|
@@ -5566,479 +5540,476 @@ MalloyParser._serializedATNSegment0 = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\
|
|
|
5566
5540
|
"F\tF\x04G\tG\x04H\tH\x04I\tI\x04J\tJ\x04K\tK\x04L\tL\x04M\tM\x04N\tN\x04" +
|
|
5567
5541
|
"O\tO\x04P\tP\x04Q\tQ\x04R\tR\x04S\tS\x04T\tT\x04U\tU\x04V\tV\x04W\tW\x04" +
|
|
5568
5542
|
"X\tX\x04Y\tY\x04Z\tZ\x04[\t[\x04\\\t\\\x04]\t]\x04^\t^\x04_\t_\x04`\t" +
|
|
5569
|
-
"`\x04a\ta\x04b\tb\x04c\tc\x04d\td\x04e\te\x04f\tf\
|
|
5570
|
-
"\x02\
|
|
5571
|
-
"\x03\x03\x03\x03\
|
|
5572
|
-
"\x05\x03\
|
|
5573
|
-
"\x03\
|
|
5574
|
-
"\
|
|
5575
|
-
"\
|
|
5576
|
-
"\r\x03\r\x03\r\x03\
|
|
5577
|
-
"\
|
|
5578
|
-
"\
|
|
5579
|
-
"\
|
|
5580
|
-
"\
|
|
5581
|
-
"\
|
|
5582
|
-
"\
|
|
5583
|
-
"\
|
|
5584
|
-
"\
|
|
5585
|
-
"\
|
|
5586
|
-
"\
|
|
5587
|
-
"\
|
|
5588
|
-
"\
|
|
5589
|
-
"\
|
|
5590
|
-
"\
|
|
5591
|
-
"\
|
|
5592
|
-
"\
|
|
5593
|
-
"\
|
|
5594
|
-
" \
|
|
5595
|
-
"\
|
|
5596
|
-
"
|
|
5597
|
-
"$\x03$\x03
|
|
5598
|
-
"
|
|
5599
|
-
")\x03)\x03)\
|
|
5600
|
-
"
|
|
5601
|
-
"+\x03+\x03+\x03+\x03+\
|
|
5602
|
-
"\
|
|
5603
|
-
"
|
|
5604
|
-
"0\x030\
|
|
5605
|
-
"\
|
|
5606
|
-
"
|
|
5607
|
-
"\
|
|
5608
|
-
"\
|
|
5609
|
-
":\x03
|
|
5610
|
-
";\
|
|
5611
|
-
"<\
|
|
5612
|
-
"@\
|
|
5613
|
-
"
|
|
5614
|
-
"
|
|
5615
|
-
"\
|
|
5616
|
-
"\nF\fF\x0EF\
|
|
5543
|
+
"`\x04a\ta\x04b\tb\x04c\tc\x04d\td\x04e\te\x04f\tf\x03\x02\x03\x02\x07" +
|
|
5544
|
+
"\x02\xCF\n\x02\f\x02\x0E\x02\xD2\v\x02\x03\x02\x03\x02\x03\x03\x03\x03" +
|
|
5545
|
+
"\x03\x03\x03\x03\x05\x03\xDA\n\x03\x03\x04\x03\x04\x03\x04\x03\x05\x03" +
|
|
5546
|
+
"\x05\x03\x06\x03\x06\x03\x06\x03\x06\x05\x06\xE5\n\x06\x03\x07\x03\x07" +
|
|
5547
|
+
"\x03\b\x03\b\x03\b\x03\t\x03\t\x03\t\x05\t\xEF\n\t\x03\t\x03\t\x03\t\x05" +
|
|
5548
|
+
"\t\xF4\n\t\x03\n\x03\n\x03\n\x03\v\x03\v\x03\f\x03\f\x05\f\xFD\n\f\x03" +
|
|
5549
|
+
"\f\x07\f\u0100\n\f\f\f\x0E\f\u0103\v\f\x03\f\x05\f\u0106\n\f\x03\r\x03" +
|
|
5550
|
+
"\r\x03\r\x03\r\x03\x0E\x03\x0E\x03\x0F\x03\x0F\x03\x0F\x03\x0F\x03\x0F" +
|
|
5551
|
+
"\x03\x0F\x03\x0F\x05\x0F\u0115\n\x0F\x03\x0F\x05\x0F\u0118\n\x0F\x03\x0F" +
|
|
5552
|
+
"\x07\x0F\u011B\n\x0F\f\x0F\x0E\x0F\u011E\v\x0F\x05\x0F\u0120\n\x0F\x03" +
|
|
5553
|
+
"\x10\x03\x10\x07\x10\u0124\n\x10\f\x10\x0E\x10\u0127\v\x10\x03\x11\x03" +
|
|
5554
|
+
"\x11\x03\x11\x05\x11\u012C\n\x11\x03\x11\x05\x11\u012F\n\x11\x05\x11\u0131" +
|
|
5555
|
+
"\n\x11\x03\x12\x03\x12\x03\x12\x03\x13\x03\x13\x03\x13\x03\x13\x03\x13" +
|
|
5556
|
+
"\x03\x14\x03\x14\x03\x14\x03\x14\x07\x14\u013F\n\x14\f\x14\x0E\x14\u0142" +
|
|
5557
|
+
"\v\x14\x03\x14\x05\x14\u0145\n\x14\x03\x15\x03\x15\x03\x15\x03\x15\x03" +
|
|
5558
|
+
"\x15\x03\x16\x03\x16\x03\x17\x03\x17\x03\x18\x03\x18\x05\x18\u0152\n\x18" +
|
|
5559
|
+
"\x03\x18\x07\x18\u0155\n\x18\f\x18\x0E\x18\u0158\v\x18\x03\x18\x05\x18" +
|
|
5560
|
+
"\u015B\n\x18\x03\x19\x03\x19\x03\x19\x03\x19\x03\x1A\x03\x1A\x05\x1A\u0163" +
|
|
5561
|
+
"\n\x1A\x03\x1A\x05\x1A\u0166\n\x1A\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03" +
|
|
5562
|
+
"\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x05\x1B\u0174" +
|
|
5563
|
+
"\n\x1B\x03\x1C\x03\x1C\x03\x1D\x03\x1D\x03\x1E\x03\x1E\x03\x1E\x07\x1E" +
|
|
5564
|
+
"\u017D\n\x1E\f\x1E\x0E\x1E\u0180\v\x1E\x03\x1E\x03\x1E\x05\x1E\u0184\n" +
|
|
5565
|
+
"\x1E\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03" +
|
|
5566
|
+
"\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x05\x1F\u0195\n\x1F" +
|
|
5567
|
+
"\x03 \x03 \x05 \u0199\n \x03 \x07 \u019C\n \f \x0E \u019F\v \x03 \x05" +
|
|
5568
|
+
" \u01A2\n \x03!\x03!\x03!\x03!\x03\"\x03\"\x05\"\u01AA\n\"\x03\"\x07\"" +
|
|
5569
|
+
"\u01AD\n\"\f\"\x0E\"\u01B0\v\"\x03\"\x05\"\u01B3\n\"\x03#\x03#\x05#\u01B7" +
|
|
5570
|
+
"\n#\x03#\x07#\u01BA\n#\f#\x0E#\u01BD\v#\x03#\x05#\u01C0\n#\x03$\x03$\x03" +
|
|
5571
|
+
"$\x03$\x03%\x03%\x03&\x03&\x03\'\x03\'\x03(\x03(\x03(\x05(\u01CF\n(\x03" +
|
|
5572
|
+
"(\x07(\u01D2\n(\f(\x0E(\u01D5\v(\x03(\x05(\u01D8\n(\x03)\x03)\x03)\x03" +
|
|
5573
|
+
")\x03)\x03)\x05)\u01E0\n)\x03*\x03*\x05*\u01E4\n*\x03*\x07*\u01E7\n*\f" +
|
|
5574
|
+
"*\x0E*\u01EA\v*\x03*\x05*\u01ED\n*\x03+\x03+\x03+\x05+\u01F2\n+\x03+\x03" +
|
|
5575
|
+
"+\x03+\x03+\x03+\x03+\x05+\u01FA\n+\x03+\x03+\x05+\u01FE\n+\x05+\u0200" +
|
|
5576
|
+
"\n+\x03,\x03,\x03-\x03-\x05-\u0206\n-\x03.\x03.\x03.\x05.\u020B\n.\x03" +
|
|
5577
|
+
"/\x03/\x03/\x07/\u0210\n/\f/\x0E/\u0213\v/\x03/\x05/\u0216\n/\x030\x03" +
|
|
5578
|
+
"0\x030\x031\x031\x031\x032\x032\x052\u0220\n2\x032\x072\u0223\n2\f2\x0E" +
|
|
5579
|
+
"2\u0226\v2\x032\x052\u0229\n2\x033\x033\x034\x034\x034\x034\x035\x035" +
|
|
5580
|
+
"\x035\x035\x035\x035\x035\x035\x035\x035\x035\x035\x035\x055\u023E\n5" +
|
|
5581
|
+
"\x036\x036\x036\x037\x037\x057\u0245\n7\x037\x077\u0248\n7\f7\x0E7\u024B" +
|
|
5582
|
+
"\v7\x037\x057\u024E\n7\x038\x038\x039\x039\x059\u0254\n9\x03:\x03:\x03" +
|
|
5583
|
+
":\x03;\x03;\x05;\u025B\n;\x03;\x07;\u025E\n;\f;\x0E;\u0261\v;\x03;\x05" +
|
|
5584
|
+
";\u0264\n;\x03<\x03<\x05<\u0268\n<\x03<\x05<\u026B\n<\x03<\x03<\x03<\x03" +
|
|
5585
|
+
"<\x05<\u0271\n<\x03=\x03=\x03=\x03>\x03>\x03>\x03?\x03?\x03?\x03@\x03" +
|
|
5586
|
+
"@\x05@\u027E\n@\x03@\x07@\u0281\n@\f@\x0E@\u0284\v@\x03@\x05@\u0287\n" +
|
|
5587
|
+
"@\x03A\x03A\x05A\u028B\nA\x03A\x05A\u028E\nA\x03B\x03B\x03B\x03C\x03C" +
|
|
5588
|
+
"\x03C\x03C\x05C\u0297\nC\x03D\x03D\x03D\x05D\u029C\nD\x03E\x03E\x03E\x05" +
|
|
5589
|
+
"E\u02A1\nE\x03E\x05E\u02A4\nE\x03F\x03F\x05F\u02A8\nF\x03F\x07F\u02AB" +
|
|
5590
|
+
"\nF\fF\x0EF\u02AE\vF\x03G\x03G\x03G\x03G\x05G\u02B4\nG\x03H\x03H\x03H" +
|
|
5617
5591
|
"\x03I\x03I\x03J\x03J\x03K\x03K\x03L\x03L\x03M\x03M\x03M\x03M\x03M\x03" +
|
|
5618
|
-
"M\x03M\x05M\
|
|
5592
|
+
"M\x03M\x05M\u02C8\nM\x03N\x03N\x03N\x03N\x03N\x03N\x05N\u02D0\nN\x03O" +
|
|
5619
5593
|
"\x03O\x03P\x03P\x03Q\x03Q\x03R\x03R\x03S\x03S\x03S\x03S\x03S\x03S\x03" +
|
|
5620
5594
|
"S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03" +
|
|
5621
|
-
"S\x03S\x03S\x05S\
|
|
5622
|
-
"\x03S\x03S\x03S\x03S\x03S\x03S\x05S\
|
|
5623
|
-
"S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x07S\
|
|
5624
|
-
"S\x03S\x05S\
|
|
5595
|
+
"S\x03S\x03S\x05S\u02F1\nS\x03S\x03S\x03S\x03S\x05S\u02F7\nS\x03S\x03S" +
|
|
5596
|
+
"\x03S\x03S\x03S\x03S\x03S\x03S\x05S\u0301\nS\x03S\x03S\x05S\u0305\nS\x03" +
|
|
5597
|
+
"S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x07S\u030F\nS\fS\x0ES\u0312\vS\x03" +
|
|
5598
|
+
"S\x03S\x05S\u0316\nS\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03" +
|
|
5625
5599
|
"S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03" +
|
|
5626
5600
|
"S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03S\x03" +
|
|
5627
|
-
"S\x03S\x03S\x07S\
|
|
5628
|
-
"\nT\x03U\x06U\
|
|
5629
|
-
"V\x05V\
|
|
5630
|
-
"\vW\x03W\x05W\
|
|
5631
|
-
"X\
|
|
5632
|
-
"Y\x03Y\x05Y\
|
|
5633
|
-
"\
|
|
5601
|
+
"S\x03S\x03S\x07S\u0340\nS\fS\x0ES\u0343\vS\x03T\x03T\x03T\x03T\x05T\u0349" +
|
|
5602
|
+
"\nT\x03U\x06U\u034C\nU\rU\x0EU\u034D\x03U\x03U\x05U\u0352\nU\x03V\x03" +
|
|
5603
|
+
"V\x05V\u0356\nV\x03V\x03V\x03V\x03W\x03W\x03W\x07W\u035E\nW\fW\x0EW\u0361" +
|
|
5604
|
+
"\vW\x03W\x05W\u0364\nW\x03X\x03X\x05X\u0368\nX\x03X\x07X\u036B\nX\fX\x0E" +
|
|
5605
|
+
"X\u036E\vX\x03Y\x03Y\x05Y\u0372\nY\x03Y\x07Y\u0375\nY\fY\x0EY\u0378\v" +
|
|
5606
|
+
"Y\x03Y\x05Y\u037B\nY\x03Z\x03Z\x03Z\x03Z\x05Z\u0381\nZ\x03Z\x03Z\x05Z" +
|
|
5607
|
+
"\u0385\nZ\x03[\x03[\x03[\x07[\u038A\n[\f[\x0E[\u038D\v[\x03\\\x03\\\x03" +
|
|
5634
5608
|
"]\x03]\x03^\x03^\x03^\x03_\x03_\x03`\x03`\x03`\x03`\x03`\x03`\x03`\x03" +
|
|
5635
|
-
"`\x05`\
|
|
5636
|
-
"a\x03a\x03a\x03a\x05a\
|
|
5637
|
-
"c\x07c\
|
|
5638
|
-
"d\x03d\x03e\x03e\x03f\x03f\
|
|
5639
|
-
"\
|
|
5640
|
-
"\
|
|
5641
|
-
"\
|
|
5642
|
-
"
|
|
5643
|
-
"
|
|
5644
|
-
"\x02\
|
|
5645
|
-
"\x02\
|
|
5646
|
-
"\x02\
|
|
5647
|
-
"\x02\
|
|
5648
|
-
"\
|
|
5649
|
-
"\
|
|
5650
|
-
"
|
|
5651
|
-
"
|
|
5652
|
-
"\
|
|
5653
|
-
"\x03\x02\x02\x02\
|
|
5654
|
-
"\x02\x02\x02\
|
|
5655
|
-
"\x02\x02\x02\
|
|
5656
|
-
"\x03\x02\x02\x02\
|
|
5657
|
-
"\
|
|
5658
|
-
"
|
|
5659
|
-
"
|
|
5660
|
-
"
|
|
5661
|
-
"
|
|
5662
|
-
"
|
|
5663
|
-
"
|
|
5664
|
-
"
|
|
5665
|
-
"
|
|
5666
|
-
"
|
|
5667
|
-
"
|
|
5668
|
-
"
|
|
5669
|
-
"
|
|
5670
|
-
"
|
|
5671
|
-
"
|
|
5672
|
-
"
|
|
5673
|
-
"
|
|
5674
|
-
"\x02\
|
|
5675
|
-
"\x02\x02\x02\
|
|
5676
|
-
"\x03\x02\x02\x02\
|
|
5677
|
-
"\u02BE\x03\x02\x02\x02\
|
|
5678
|
-
"\x02\
|
|
5679
|
-
"\x02\x02\x02\
|
|
5680
|
-
"\x03\x02\x02\x02\
|
|
5681
|
-
"\
|
|
5682
|
-
"\x02\
|
|
5683
|
-
"\x02\x02\x02\
|
|
5684
|
-
"\x03\x02\x02\x02\
|
|
5685
|
-
"\u03B0\x03\x02\x02\x02\
|
|
5686
|
-
"\x02\
|
|
5687
|
-
"\
|
|
5688
|
-
"\
|
|
5689
|
-
"\x03\x02\x02\x02\
|
|
5690
|
-
"\
|
|
5691
|
-
"\
|
|
5692
|
-
"\
|
|
5693
|
-
"\x02\x02\x02\
|
|
5694
|
-
"\x02\
|
|
5695
|
-
"\x02\x02\xE0\xE1\
|
|
5696
|
-
"\x02\xE3\
|
|
5697
|
-
"\
|
|
5698
|
-
"\xE8\xE9\
|
|
5699
|
-
"\xEB\xEC\x05\
|
|
5700
|
-
"\
|
|
5701
|
-
"\
|
|
5702
|
-
"\
|
|
5703
|
-
"\
|
|
5704
|
-
"\
|
|
5705
|
-
"\
|
|
5706
|
-
"\x03\x02\x02\x02\xFE\
|
|
5707
|
-
"\
|
|
5708
|
-
"\x02\
|
|
5709
|
-
"\
|
|
5710
|
-
"\
|
|
5711
|
-
"\x02\
|
|
5712
|
-
"\
|
|
5713
|
-
"\
|
|
5714
|
-
"\u0111\u0112\
|
|
5715
|
-
"
|
|
5716
|
-
"\x03\x02\x02\x02\u0116\
|
|
5717
|
-
"\u0118\
|
|
5718
|
-
"\
|
|
5719
|
-
"\
|
|
5720
|
-
"\x02\x02\u011E\
|
|
5721
|
-
"\
|
|
5722
|
-
"\x02\
|
|
5723
|
-
"\
|
|
5724
|
-
"\
|
|
5725
|
-
"\x02\
|
|
5726
|
-
"\
|
|
5727
|
-
"\
|
|
5728
|
-
"\
|
|
5729
|
-
"\
|
|
5730
|
-
"\
|
|
5731
|
-
"\
|
|
5732
|
-
"\
|
|
5733
|
-
"
|
|
5734
|
-
"\
|
|
5735
|
-
"\u0140\
|
|
5736
|
-
"\x02\x02\x02\u0142\
|
|
5737
|
-
"\
|
|
5738
|
-
"\x02\u0146\
|
|
5739
|
-
"
|
|
5740
|
-
"\
|
|
5741
|
-
"\x02\x02\x02\u014F\
|
|
5742
|
-
"\
|
|
5743
|
-
"\
|
|
5744
|
-
"\x02\u0156\
|
|
5745
|
-
"\x03\x02\x02\x02\u0158\
|
|
5746
|
-
"\u015A\
|
|
5747
|
-
"\x02\x02\x02\u015C\u015D\
|
|
5748
|
-
"\
|
|
5749
|
-
"\
|
|
5750
|
-
"\
|
|
5751
|
-
"\
|
|
5752
|
-
"\
|
|
5753
|
-
"\
|
|
5754
|
-
"
|
|
5755
|
-
"\
|
|
5756
|
-
"\
|
|
5757
|
-
"\x02\x02\
|
|
5758
|
-
"\
|
|
5759
|
-
"\
|
|
5760
|
-
"
|
|
5761
|
-
"
|
|
5762
|
-
"\
|
|
5763
|
-
"\
|
|
5764
|
-
"\x02\x02\x02\u0183\
|
|
5765
|
-
"\
|
|
5766
|
-
"\
|
|
5767
|
-
"\
|
|
5768
|
-
"\
|
|
5769
|
-
"
|
|
5770
|
-
"\
|
|
5771
|
-
"\
|
|
5772
|
-
"\
|
|
5773
|
-
"\x02\x02\
|
|
5774
|
-
"
|
|
5775
|
-
"\
|
|
5776
|
-
"\x02\x02\u019A\
|
|
5777
|
-
"\
|
|
5778
|
-
"\
|
|
5779
|
-
"\x02\x02\
|
|
5780
|
-
"
|
|
5781
|
-
"\
|
|
5782
|
-
"\
|
|
5783
|
-
"
|
|
5784
|
-
"\
|
|
5785
|
-
"\u01AF\
|
|
5786
|
-
"\x02\x02\
|
|
5787
|
-
"\
|
|
5788
|
-
"\x02\
|
|
5789
|
-
"\
|
|
5790
|
-
"\
|
|
5791
|
-
"\
|
|
5792
|
-
"\x02\x02\u01BE\
|
|
5793
|
-
"\
|
|
5794
|
-
"\x02\
|
|
5795
|
-
"\
|
|
5796
|
-
"
|
|
5797
|
-
"\x02\
|
|
5798
|
-
"\x02\x02\u01CE\
|
|
5799
|
-
"\x02\x02\
|
|
5800
|
-
"\
|
|
5801
|
-
"\
|
|
5802
|
-
"\x02\x02\
|
|
5803
|
-
"\
|
|
5804
|
-
"\
|
|
5805
|
-
"\
|
|
5806
|
-
"\
|
|
5807
|
-
MalloyParser._serializedATNSegment1 = "
|
|
5808
|
-
"\
|
|
5809
|
-
"\
|
|
5810
|
-
"\
|
|
5811
|
-
"\x02\x02\u01E9\u01EC\x03\x02\x02\x02\u01EA\u01E8\x03\x02
|
|
5812
|
-
"\u01EB\
|
|
5813
|
-
"\
|
|
5814
|
-
"\
|
|
5815
|
-
"\
|
|
5816
|
-
"\u01F4\
|
|
5817
|
-
"\x02\
|
|
5818
|
-
"\
|
|
5819
|
-
"\
|
|
5820
|
-
"\u01FD\u01FE\
|
|
5821
|
-
"\x02\u01FF\
|
|
5822
|
-
"\
|
|
5823
|
-
"\
|
|
5824
|
-
"\
|
|
5825
|
-
"\
|
|
5826
|
-
"\x02\
|
|
5827
|
-
"\
|
|
5828
|
-
"\
|
|
5829
|
-
"\u0215\x03\x02\x02\x02\u0213\u0211\x03\x02\x02\x02\
|
|
5830
|
-
"\x02\x02\u0214\
|
|
5831
|
-
"\
|
|
5832
|
-
"
|
|
5833
|
-
"\\/\x02\
|
|
5834
|
-
"
|
|
5835
|
-
"\
|
|
5836
|
-
"\u0223\x03\x02\x02\x02\
|
|
5837
|
-
"\u0225\u0228\x03\x02\x02\x02\u0226\u0224\x03\x02\x02\x02\
|
|
5838
|
-
"\
|
|
5839
|
-
"\
|
|
5840
|
-
"\x02\
|
|
5841
|
-
"\x02\
|
|
5842
|
-
"\
|
|
5843
|
-
"
|
|
5844
|
-
"
|
|
5845
|
-
"
|
|
5846
|
-
"\
|
|
5847
|
-
"\x02\
|
|
5848
|
-
"\x03\x02\x02\x02\
|
|
5849
|
-
"\
|
|
5850
|
-
"\x02\x02\x02\
|
|
5851
|
-
"\
|
|
5852
|
-
"\x02\
|
|
5853
|
-
"\x02\u0244\
|
|
5854
|
-
"\
|
|
5855
|
-
"\
|
|
5856
|
-
"\u024B\u0249\x03\x02\x02\x02\
|
|
5857
|
-
"\x02\x02\x02\u024D\
|
|
5858
|
-
"\
|
|
5859
|
-
"\x02\
|
|
5860
|
-
"
|
|
5861
|
-
"\
|
|
5862
|
-
"\
|
|
5863
|
-
"\
|
|
5864
|
-
"\
|
|
5865
|
-
"\x02\x02\u0260\u0263\x03\x02\x02\x02\u0261\u025F\x03\x02
|
|
5866
|
-
"\u0262\
|
|
5867
|
-
"\
|
|
5868
|
-
"\
|
|
5869
|
-
"\
|
|
5870
|
-
"\x02\x02\u026A\u026B\x03\x02\x02\x02\u026B\
|
|
5871
|
-
"\
|
|
5872
|
-
"\
|
|
5873
|
-
"\
|
|
5874
|
-
"\
|
|
5875
|
-
"\x02\
|
|
5876
|
-
"\x02\x02\
|
|
5877
|
-
"\
|
|
5878
|
-
"\
|
|
5879
|
-
"\u0280\x03\x02\x02\x02\
|
|
5880
|
-
"
|
|
5881
|
-
"\x03\x02\x02\x02\
|
|
5882
|
-
"\u0286\
|
|
5883
|
-
"\
|
|
5884
|
-
"\
|
|
5885
|
-
"\u028C\
|
|
5886
|
-
"\
|
|
5887
|
-
"\
|
|
5888
|
-
"\
|
|
5889
|
-
"\
|
|
5890
|
-
"\
|
|
5891
|
-
"\
|
|
5892
|
-
"\
|
|
5893
|
-
"\
|
|
5894
|
-
"\
|
|
5895
|
-
"\x02\x02\x02\u02A3\
|
|
5896
|
-
"\
|
|
5897
|
-
"\x02\u02A7\
|
|
5898
|
-
"\
|
|
5899
|
-
"\
|
|
5900
|
-
"\x02\u02AE\u02AC\x03\x02\x02\x02\
|
|
5901
|
-
"\
|
|
5902
|
-
"\
|
|
5903
|
-
"
|
|
5904
|
-
"\x03\x02\x02\x02\
|
|
5905
|
-
"\
|
|
5906
|
-
"\
|
|
5907
|
-
"\
|
|
5908
|
-
"\
|
|
5909
|
-
"\
|
|
5910
|
-
"\x02\u02C7\
|
|
5911
|
-
"\x02\x02\x02\
|
|
5912
|
-
"\
|
|
5913
|
-
"\x02\x02\
|
|
5914
|
-
"\
|
|
5915
|
-
"\
|
|
5916
|
-
"\
|
|
5917
|
-
"\x02\x02\x02\
|
|
5918
|
-
"\
|
|
5919
|
-
"\x02\
|
|
5920
|
-
"\
|
|
5921
|
-
"\
|
|
5922
|
-
"\x05\
|
|
5923
|
-
"\
|
|
5924
|
-
"\u02E3\
|
|
5925
|
-
"\
|
|
5926
|
-
"\\\x02\x02\
|
|
5927
|
-
"\
|
|
5928
|
-
"\
|
|
5929
|
-
"\
|
|
5930
|
-
"\
|
|
5931
|
-
"\
|
|
5932
|
-
"
|
|
5933
|
-
"\
|
|
5934
|
-
"\
|
|
5935
|
-
"
|
|
5936
|
-
"\x03\x02\x02\x02\u0300\
|
|
5937
|
-
"\
|
|
5938
|
-
"\x02\x02\u0304\
|
|
5939
|
-
"\
|
|
5940
|
-
"\
|
|
5941
|
-
"\
|
|
5942
|
-
"\
|
|
5943
|
-
"\
|
|
5944
|
-
"\x02\x02\
|
|
5945
|
-
"\
|
|
5946
|
-
"\
|
|
5947
|
-
"\
|
|
5948
|
-
"\
|
|
5949
|
-
"\x02\x02\
|
|
5950
|
-
"\
|
|
5951
|
-
"\
|
|
5952
|
-
"\
|
|
5953
|
-
"\
|
|
5954
|
-
"\
|
|
5955
|
-
"
|
|
5956
|
-
"\
|
|
5957
|
-
"\
|
|
5958
|
-
"\
|
|
5959
|
-
"\x02\
|
|
5960
|
-
"\
|
|
5961
|
-
"\x05\
|
|
5962
|
-
"\
|
|
5963
|
-
"\
|
|
5964
|
-
"
|
|
5965
|
-
"\
|
|
5966
|
-
"\
|
|
5967
|
-
"\x02\x02\
|
|
5968
|
-
"\
|
|
5969
|
-
"\x02\x02\u0341\
|
|
5970
|
-
"\
|
|
5971
|
-
"\
|
|
5972
|
-
"\
|
|
5973
|
-
"\
|
|
5974
|
-
"\x02\u034B\
|
|
5975
|
-
"\
|
|
5976
|
-
"\
|
|
5977
|
-
"\
|
|
5978
|
-
"\x03\x02\x02\x02\
|
|
5979
|
-
"\
|
|
5980
|
-
"\x02\
|
|
5981
|
-
"\x05\
|
|
5982
|
-
"\
|
|
5983
|
-
"\
|
|
5984
|
-
"\
|
|
5985
|
-
"\
|
|
5986
|
-
"\x02\
|
|
5987
|
-
"
|
|
5988
|
-
"\
|
|
5989
|
-
"\
|
|
5990
|
-
"\
|
|
5991
|
-
"\
|
|
5992
|
-
"\
|
|
5993
|
-
"\
|
|
5994
|
-
"\
|
|
5995
|
-
"\
|
|
5996
|
-
"\
|
|
5997
|
-
"\x02\x02\x02\
|
|
5998
|
-
"\
|
|
5999
|
-
"\
|
|
6000
|
-
"\
|
|
6001
|
-
"\
|
|
6002
|
-
"\
|
|
6003
|
-
"
|
|
6004
|
-
"\
|
|
6005
|
-
"\
|
|
6006
|
-
"\x02\x02\
|
|
6007
|
-
"\
|
|
6008
|
-
"\
|
|
6009
|
-
"\x02\
|
|
6010
|
-
"\
|
|
6011
|
-
"\
|
|
6012
|
-
"\
|
|
6013
|
-
"\
|
|
6014
|
-
"\
|
|
6015
|
-
"\x02\u03A3\
|
|
6016
|
-
"
|
|
6017
|
-
"\
|
|
6018
|
-
"\
|
|
6019
|
-
"
|
|
6020
|
-
"\
|
|
6021
|
-
"\
|
|
6022
|
-
"
|
|
6023
|
-
"\
|
|
6024
|
-
"\
|
|
6025
|
-
"\
|
|
6026
|
-
"\
|
|
6027
|
-
"\
|
|
6028
|
-
"
|
|
6029
|
-
"\
|
|
6030
|
-
"\x02\
|
|
6031
|
-
"\
|
|
6032
|
-
"\
|
|
6033
|
-
"\
|
|
6034
|
-
"\
|
|
6035
|
-
"\
|
|
6036
|
-
"\
|
|
6037
|
-
"\
|
|
6038
|
-
"\
|
|
6039
|
-
"\u02F8\u0302\u0306\u0312\u0317\u0341\u0343\u034A\u034F\u0353\u0357\u0361" +
|
|
6040
|
-
"\u0365\u0369\u036E\u0373\u0378\u037C\u0382\u0386\u038D\u03A1\u03A9\u03B0" +
|
|
6041
|
-
"\u03BC\u03C3";
|
|
5609
|
+
"`\x05`\u03A0\n`\x03a\x03a\x03a\x03a\x07a\u03A6\na\fa\x0Ea\u03A9\va\x03" +
|
|
5610
|
+
"a\x03a\x03a\x03a\x05a\u03AF\na\x03b\x03b\x03b\x03b\x03c\x03c\x03c\x03" +
|
|
5611
|
+
"c\x07c\u03B9\nc\fc\x0Ec\u03BC\vc\x03c\x03c\x03c\x03c\x05c\u03C2\nc\x03" +
|
|
5612
|
+
"d\x03d\x03e\x03e\x03f\x03f\x03f\x02\x02\x03\xA4g\x02\x02\x04\x02\x06\x02" +
|
|
5613
|
+
"\b\x02\n\x02\f\x02\x0E\x02\x10\x02\x12\x02\x14\x02\x16\x02\x18\x02\x1A" +
|
|
5614
|
+
"\x02\x1C\x02\x1E\x02 \x02\"\x02$\x02&\x02(\x02*\x02,\x02.\x020\x022\x02" +
|
|
5615
|
+
"4\x026\x028\x02:\x02<\x02>\x02@\x02B\x02D\x02F\x02H\x02J\x02L\x02N\x02" +
|
|
5616
|
+
"P\x02R\x02T\x02V\x02X\x02Z\x02\\\x02^\x02`\x02b\x02d\x02f\x02h\x02j\x02" +
|
|
5617
|
+
"l\x02n\x02p\x02r\x02t\x02v\x02x\x02z\x02|\x02~\x02\x80\x02\x82\x02\x84" +
|
|
5618
|
+
"\x02\x86\x02\x88\x02\x8A\x02\x8C\x02\x8E\x02\x90\x02\x92\x02\x94\x02\x96" +
|
|
5619
|
+
"\x02\x98\x02\x9A\x02\x9C\x02\x9E\x02\xA0\x02\xA2\x02\xA4\x02\xA6\x02\xA8" +
|
|
5620
|
+
"\x02\xAA\x02\xAC\x02\xAE\x02\xB0\x02\xB2\x02\xB4\x02\xB6\x02\xB8\x02\xBA" +
|
|
5621
|
+
"\x02\xBC\x02\xBE\x02\xC0\x02\xC2\x02\xC4\x02\xC6\x02\xC8\x02\xCA\x02\x02" +
|
|
5622
|
+
"\x14\x04\x02\t\t\x19\x19\x04\x02\x04\x04\b\b\x04\x02!!++\x05\x0200OO|" +
|
|
5623
|
+
"}\x06\x02\"\"((:;II\x07\x02##))AAHHMM\x04\x02fkst\x03\x02}~\x04\x0200" +
|
|
5624
|
+
"OO\x04\x02{{\x7F\x7F\b\x02**55<=FGQQTT\x04\x02\x1E\x1E//\x04\x02nnpp\x03" +
|
|
5625
|
+
"\x02lm\x04\x02\x1F\x1FCC\x04\x02YYqq\x04\x02EEcc\x03\x02no\x02\u040C\x02" +
|
|
5626
|
+
"\xD0\x03\x02\x02\x02\x04\xD9\x03\x02\x02\x02\x06\xDB\x03\x02\x02\x02\b" +
|
|
5627
|
+
"\xDE\x03\x02\x02\x02\n\xE4\x03\x02\x02\x02\f\xE6\x03\x02\x02\x02\x0E\xE8" +
|
|
5628
|
+
"\x03\x02\x02\x02\x10\xEE\x03\x02\x02\x02\x12\xF5\x03\x02\x02\x02\x14\xF8" +
|
|
5629
|
+
"\x03\x02\x02\x02\x16\xFA\x03\x02\x02\x02\x18\u0107\x03\x02\x02\x02\x1A" +
|
|
5630
|
+
"\u010B\x03\x02\x02\x02\x1C\u011F\x03\x02\x02\x02\x1E\u0121\x03\x02\x02" +
|
|
5631
|
+
"\x02 \u0130\x03\x02\x02\x02\"\u0132\x03\x02\x02\x02$\u0135\x03\x02\x02" +
|
|
5632
|
+
"\x02&\u0144\x03\x02\x02\x02(\u0146\x03\x02\x02\x02*\u014B\x03\x02\x02" +
|
|
5633
|
+
"\x02,\u014D\x03\x02\x02\x02.\u014F\x03\x02\x02\x020\u015C\x03\x02\x02" +
|
|
5634
|
+
"\x022\u0160\x03\x02\x02\x024\u0173\x03\x02\x02\x026\u0175\x03\x02\x02" +
|
|
5635
|
+
"\x028\u0177\x03\x02\x02\x02:\u0183\x03\x02\x02\x02<\u0194\x03\x02\x02" +
|
|
5636
|
+
"\x02>\u0196\x03\x02\x02\x02@\u01A3\x03\x02\x02\x02B\u01A7\x03\x02\x02" +
|
|
5637
|
+
"\x02D\u01B4\x03\x02\x02\x02F\u01C1\x03\x02\x02\x02H\u01C5\x03\x02\x02" +
|
|
5638
|
+
"\x02J\u01C7\x03\x02\x02\x02L\u01C9\x03\x02\x02\x02N\u01CB\x03\x02\x02" +
|
|
5639
|
+
"\x02P\u01DF\x03\x02\x02\x02R\u01E1\x03\x02\x02\x02T\u01FF\x03\x02\x02" +
|
|
5640
|
+
"\x02V\u0201\x03\x02\x02\x02X\u0205\x03\x02\x02\x02Z\u020A\x03\x02\x02" +
|
|
5641
|
+
"\x02\\\u020C\x03\x02\x02\x02^\u0217\x03\x02\x02\x02`\u021A\x03\x02\x02" +
|
|
5642
|
+
"\x02b\u021D\x03\x02\x02\x02d\u022A\x03\x02\x02\x02f\u022C\x03\x02\x02" +
|
|
5643
|
+
"\x02h\u023D\x03\x02\x02\x02j\u023F\x03\x02\x02\x02l\u0242\x03\x02\x02" +
|
|
5644
|
+
"\x02n\u024F\x03\x02\x02\x02p\u0253\x03\x02\x02\x02r\u0255\x03\x02\x02" +
|
|
5645
|
+
"\x02t\u0258\x03\x02\x02\x02v\u0270\x03\x02\x02\x02x\u0272\x03\x02\x02" +
|
|
5646
|
+
"\x02z\u0275\x03\x02\x02\x02|\u0278\x03\x02\x02\x02~\u027B\x03\x02\x02" +
|
|
5647
|
+
"\x02\x80\u028A\x03\x02\x02\x02\x82\u028F\x03\x02\x02\x02\x84\u0296\x03" +
|
|
5648
|
+
"\x02\x02\x02\x86\u0298\x03\x02\x02\x02\x88\u02A3\x03\x02\x02\x02\x8A\u02A5" +
|
|
5649
|
+
"\x03\x02\x02\x02\x8C\u02AF\x03\x02\x02\x02\x8E\u02B5\x03\x02\x02\x02\x90" +
|
|
5650
|
+
"\u02B8\x03\x02\x02\x02\x92\u02BA\x03\x02\x02\x02\x94\u02BC\x03\x02\x02" +
|
|
5651
|
+
"\x02\x96\u02BE\x03\x02\x02\x02\x98\u02C7\x03\x02\x02\x02\x9A\u02CF\x03" +
|
|
5652
|
+
"\x02\x02\x02\x9C\u02D1\x03\x02\x02\x02\x9E\u02D3\x03\x02\x02\x02\xA0\u02D5" +
|
|
5653
|
+
"\x03\x02\x02\x02\xA2\u02D7\x03\x02\x02\x02\xA4\u0315\x03\x02\x02\x02\xA6" +
|
|
5654
|
+
"\u0348\x03\x02\x02\x02\xA8\u034B\x03\x02\x02\x02\xAA\u0353\x03\x02\x02" +
|
|
5655
|
+
"\x02\xAC\u035A\x03\x02\x02\x02\xAE\u0365\x03\x02\x02\x02\xB0\u036F\x03" +
|
|
5656
|
+
"\x02\x02\x02\xB2\u0384\x03\x02\x02\x02\xB4\u0386\x03\x02\x02\x02\xB6\u038E" +
|
|
5657
|
+
"\x03\x02\x02\x02\xB8\u0390\x03\x02\x02\x02\xBA\u0392\x03\x02\x02\x02\xBC" +
|
|
5658
|
+
"\u0395\x03\x02\x02\x02\xBE\u039F\x03\x02\x02\x02\xC0\u03AE\x03\x02\x02" +
|
|
5659
|
+
"\x02\xC2\u03B0\x03\x02\x02\x02\xC4\u03C1\x03\x02\x02\x02\xC6\u03C3\x03" +
|
|
5660
|
+
"\x02\x02\x02\xC8\u03C5\x03\x02\x02\x02\xCA\u03C7\x03\x02\x02\x02\xCC\xCF" +
|
|
5661
|
+
"\x05\x04\x03\x02\xCD\xCF\x07r\x02\x02\xCE\xCC\x03\x02\x02\x02\xCE\xCD" +
|
|
5662
|
+
"\x03\x02\x02\x02\xCF\xD2\x03\x02\x02\x02\xD0\xCE\x03\x02\x02\x02\xD0\xD1" +
|
|
5663
|
+
"\x03\x02\x02\x02\xD1\xD3\x03\x02\x02\x02\xD2\xD0\x03\x02\x02\x02\xD3\xD4" +
|
|
5664
|
+
"\x07\x02\x02\x03\xD4\x03\x03\x02\x02\x02\xD5\xDA\x05\x06\x04\x02\xD6\xDA" +
|
|
5665
|
+
"\x05\x0E\b\x02\xD7\xDA\x05\n\x06\x02\xD8\xDA\x05\x12\n\x02\xD9\xD5\x03" +
|
|
5666
|
+
"\x02\x02\x02\xD9\xD6\x03\x02\x02\x02\xD9\xD7\x03\x02\x02\x02\xD9\xD8\x03" +
|
|
5667
|
+
"\x02\x02\x02\xDA\x05\x03\x02\x02\x02\xDB\xDC\x05\b\x05\x02\xDC\xDD\x05" +
|
|
5668
|
+
".\x18\x02\xDD\x07\x03\x02\x02\x02\xDE\xDF\t\x02\x02\x02\xDF\t\x03\x02" +
|
|
5669
|
+
"\x02\x02\xE0\xE1\x07\x16\x02\x02\xE1\xE5\x05\x16\f\x02\xE2\xE3\x07\x16" +
|
|
5670
|
+
"\x02\x02\xE3\xE5\x05\f\x07\x02\xE4\xE0\x03\x02\x02\x02\xE4\xE2\x03\x02" +
|
|
5671
|
+
"\x02\x02\xE5\v\x03\x02\x02\x02\xE6\xE7\x05\x1C\x0F\x02\xE7\r\x03\x02\x02" +
|
|
5672
|
+
"\x02\xE8\xE9\x07\x1A\x02\x02\xE9\xEA\x05\x10\t\x02\xEA\x0F\x03\x02\x02" +
|
|
5673
|
+
"\x02\xEB\xEC\x05\xC8e\x02\xEC\xED\x077\x02\x02\xED\xEF\x03\x02\x02\x02" +
|
|
5674
|
+
"\xEE\xEB\x03\x02\x02\x02\xEE\xEF\x03\x02\x02\x02\xEF\xF0\x03\x02\x02\x02" +
|
|
5675
|
+
"\xF0\xF3\x07\x83\x02\x02\xF1\xF2\x07B\x02\x02\xF2\xF4\x05\xCAf\x02\xF3" +
|
|
5676
|
+
"\xF1\x03\x02\x02\x02\xF3\xF4\x03\x02\x02\x02\xF4\x11\x03\x02\x02\x02\xF5" +
|
|
5677
|
+
"\xF6\x076\x02\x02\xF6\xF7\x05\x14\v\x02\xF7\x13\x03\x02\x02\x02\xF8\xF9" +
|
|
5678
|
+
"\x07\x03\x02\x02\xF9\x15\x03\x02\x02\x02\xFA\u0101\x05\x18\r\x02\xFB\xFD" +
|
|
5679
|
+
"\x07d\x02\x02\xFC\xFB\x03\x02\x02\x02\xFC\xFD\x03\x02\x02\x02\xFD\xFE" +
|
|
5680
|
+
"\x03\x02\x02\x02\xFE\u0100\x05\x18\r\x02\xFF\xFC\x03\x02\x02\x02\u0100" +
|
|
5681
|
+
"\u0103\x03\x02\x02\x02\u0101\xFF\x03\x02\x02\x02\u0101\u0102\x03\x02\x02" +
|
|
5682
|
+
"\x02\u0102\u0105\x03\x02\x02\x02\u0103\u0101\x03\x02\x02\x02\u0104\u0106" +
|
|
5683
|
+
"\x07d\x02\x02\u0105\u0104\x03\x02\x02\x02\u0105\u0106\x03\x02\x02\x02" +
|
|
5684
|
+
"\u0106\x17\x03\x02\x02\x02\u0107\u0108\x05,\x17\x02\u0108\u0109\x077\x02" +
|
|
5685
|
+
"\x02\u0109\u010A\x05\x1C\x0F\x02\u010A\x19\x03\x02\x02\x02\u010B\u010C" +
|
|
5686
|
+
"\x07l\x02\x02\u010C\x1B\x03\x02\x02\x02\u010D\u010E\x052\x1A\x02\u010E" +
|
|
5687
|
+
"\u010F\x07Z\x02\x02\u010F\u0110\x05\x1E\x10\x02\u0110\u0120\x03\x02\x02" +
|
|
5688
|
+
"\x02\u0111\u0112\x07Z\x02\x02\u0112\u0117\x05,\x17\x02\u0113\u0115\x05" +
|
|
5689
|
+
"\x1A\x0E\x02\u0114\u0113\x03\x02\x02\x02\u0114\u0115\x03\x02\x02\x02\u0115" +
|
|
5690
|
+
"\u0116\x03\x02\x02\x02\u0116\u0118\x05&\x14\x02\u0117\u0114\x03\x02\x02" +
|
|
5691
|
+
"\x02\u0117\u0118\x03\x02\x02\x02\u0118\u011C\x03\x02\x02\x02\u0119\u011B" +
|
|
5692
|
+
"\x05\"\x12\x02\u011A\u0119\x03\x02\x02\x02\u011B\u011E\x03\x02\x02\x02" +
|
|
5693
|
+
"\u011C\u011A\x03\x02\x02\x02\u011C\u011D\x03\x02\x02\x02\u011D\u0120\x03" +
|
|
5694
|
+
"\x02\x02\x02\u011E\u011C\x03\x02\x02\x02\u011F\u010D\x03\x02\x02\x02\u011F" +
|
|
5695
|
+
"\u0111\x03\x02\x02\x02\u0120\x1D\x03\x02\x02\x02\u0121\u0125\x05 \x11" +
|
|
5696
|
+
"\x02\u0122\u0124\x05\"\x12\x02\u0123\u0122\x03\x02\x02\x02\u0124\u0127" +
|
|
5697
|
+
"\x03\x02\x02\x02\u0125\u0123\x03\x02\x02\x02\u0125\u0126\x03\x02\x02\x02" +
|
|
5698
|
+
"\u0126\x1F\x03\x02\x02\x02\u0127\u0125\x03\x02\x02\x02\u0128\u0131\x05" +
|
|
5699
|
+
"&\x14\x02\u0129\u012E\x05*\x16\x02\u012A\u012C\x05\x1A\x0E\x02\u012B\u012A" +
|
|
5700
|
+
"\x03\x02\x02\x02\u012B\u012C\x03\x02\x02\x02\u012C\u012D\x03\x02\x02\x02" +
|
|
5701
|
+
"\u012D\u012F\x05&\x14\x02\u012E\u012B\x03\x02\x02\x02\u012E\u012F\x03" +
|
|
5702
|
+
"\x02\x02\x02\u012F\u0131\x03\x02\x02\x02\u0130\u0128\x03\x02\x02\x02\u0130" +
|
|
5703
|
+
"\u0129\x03\x02\x02\x02\u0131!\x03\x02\x02\x02\u0132\u0133\x07Z\x02\x02" +
|
|
5704
|
+
"\u0133\u0134\x05&\x14\x02\u0134#\x03\x02\x02\x02\u0135\u0136\x07J\x02" +
|
|
5705
|
+
"\x02\u0136\u0137\x07\\\x02\x02\u0137\u0138\x05\x9CO\x02\u0138\u0139\x07" +
|
|
5706
|
+
"]\x02\x02\u0139%\x03\x02\x02\x02\u013A\u0145\x05(\x15\x02\u013B\u0140" +
|
|
5707
|
+
"\x07`\x02\x02\u013C\u013F\x05h5\x02\u013D\u013F\x07r\x02\x02\u013E\u013C" +
|
|
5708
|
+
"\x03\x02\x02\x02\u013E\u013D\x03\x02\x02\x02\u013F\u0142\x03\x02\x02\x02" +
|
|
5709
|
+
"\u0140\u013E\x03\x02\x02\x02\u0140\u0141\x03\x02\x02\x02\u0141\u0143\x03" +
|
|
5710
|
+
"\x02\x02\x02\u0142\u0140\x03\x02\x02\x02\u0143\u0145\x07a\x02\x02\u0144" +
|
|
5711
|
+
"\u013A\x03\x02\x02\x02\u0144\u013B\x03\x02\x02\x02\u0145\'\x03\x02\x02" +
|
|
5712
|
+
"\x02\u0146\u0147\x07`\x02\x02\u0147\u0148\x07E\x02\x02\u0148\u0149\x05" +
|
|
5713
|
+
"\xA4S\x02\u0149\u014A\x07a\x02\x02\u014A)\x03\x02\x02\x02\u014B\u014C" +
|
|
5714
|
+
"\x05\x9EP\x02\u014C+\x03\x02\x02\x02\u014D\u014E\x05\x9EP\x02\u014E-\x03" +
|
|
5715
|
+
"\x02\x02\x02\u014F\u0156\x050\x19\x02\u0150\u0152\x07d\x02\x02\u0151\u0150" +
|
|
5716
|
+
"\x03\x02\x02\x02\u0151\u0152\x03\x02\x02\x02\u0152\u0153\x03\x02\x02\x02" +
|
|
5717
|
+
"\u0153\u0155\x050\x19\x02\u0154\u0151\x03\x02\x02\x02\u0155\u0158\x03" +
|
|
5718
|
+
"\x02\x02\x02\u0156\u0154\x03\x02\x02\x02\u0156\u0157\x03\x02\x02\x02\u0157" +
|
|
5719
|
+
"\u015A\x03\x02\x02\x02\u0158\u0156\x03\x02\x02\x02\u0159\u015B\x07d\x02" +
|
|
5720
|
+
"\x02\u015A\u0159\x03\x02\x02\x02\u015A\u015B\x03\x02\x02\x02\u015B/\x03" +
|
|
5721
|
+
"\x02\x02\x02\u015C\u015D\x056\x1C\x02\u015D\u015E\x077\x02\x02\u015E\u015F" +
|
|
5722
|
+
"\x052\x1A\x02\u015F1\x03\x02\x02\x02\u0160\u0165\x054\x1B\x02\u0161\u0163" +
|
|
5723
|
+
"\x05\x1A\x0E\x02\u0162\u0161\x03\x02\x02\x02\u0162\u0163\x03\x02\x02\x02" +
|
|
5724
|
+
"\u0163\u0164\x03\x02\x02\x02\u0164\u0166\x05:\x1E\x02\u0165\u0162\x03" +
|
|
5725
|
+
"\x02\x02\x02\u0165\u0166\x03\x02\x02\x02\u01663\x03\x02\x02\x02\u0167" +
|
|
5726
|
+
"\u0174\x058\x1D\x02\u0168\u0174\x05$\x13\x02\u0169\u016A\x072\x02\x02" +
|
|
5727
|
+
"\u016A\u016B\x07\\\x02\x02\u016B\u016C\x05\x1C\x0F\x02\u016C\u016D\x07" +
|
|
5728
|
+
"]\x02\x02\u016D\u0174\x03\x02\x02\x02\u016E\u016F\x073\x02\x02\u016F\u0170" +
|
|
5729
|
+
"\x07\\\x02\x02\u0170\u0171\x05\xC6d\x02\u0171\u0172\x07]\x02\x02\u0172" +
|
|
5730
|
+
"\u0174\x03\x02\x02\x02\u0173\u0167\x03\x02\x02\x02\u0173\u0168\x03\x02" +
|
|
5731
|
+
"\x02\x02\u0173\u0169\x03\x02\x02\x02\u0173\u016E\x03\x02\x02\x02\u0174" +
|
|
5732
|
+
"5\x03\x02\x02\x02\u0175\u0176\x05\x9EP\x02\u01767\x03\x02\x02\x02\u0177" +
|
|
5733
|
+
"\u0178\x05\x9EP\x02\u01789\x03\x02\x02\x02\u0179\u017E\x07`\x02\x02\u017A" +
|
|
5734
|
+
"\u017D\x05<\x1F\x02\u017B\u017D\x07r\x02\x02\u017C\u017A\x03\x02\x02\x02" +
|
|
5735
|
+
"\u017C\u017B\x03\x02\x02\x02\u017D\u0180\x03\x02\x02\x02\u017E\u017C\x03" +
|
|
5736
|
+
"\x02\x02\x02\u017E\u017F\x03\x02\x02\x02\u017F\u0181\x03\x02\x02\x02\u0180" +
|
|
5737
|
+
"\u017E\x03\x02\x02\x02\u0181\u0184\x07a\x02\x02\u0182\u0184\x05(\x15\x02" +
|
|
5738
|
+
"\u0183\u0179\x03\x02\x02\x02\u0183\u0182\x03\x02\x02\x02\u0184;\x03\x02" +
|
|
5739
|
+
"\x02\x02\u0185\u0186\x07\x07\x02\x02\u0186\u0195\x05B\"\x02\u0187\u0188" +
|
|
5740
|
+
"\x07\x11\x02\x02\u0188\u0195\x05D#\x02\u0189\u0195\x05N(\x02\u018A\u0195" +
|
|
5741
|
+
"\x05P)\x02\u018B\u0195\x05^0\x02\u018C\u018D\x07\x14\x02\x02\u018D\u0195" +
|
|
5742
|
+
"\x05\xB8]\x02\u018E\u018F\x07\x17\x02\x02\u018F\u0195\x05> \x02\u0190" +
|
|
5743
|
+
"\u0191\t\x03\x02\x02\u0191\u0195\x05\xAEX\x02\u0192\u0193\x07\x16\x02" +
|
|
5744
|
+
"\x02\u0193\u0195\x05b2\x02\u0194\u0185\x03\x02\x02\x02\u0194\u0187\x03" +
|
|
5745
|
+
"\x02\x02\x02\u0194\u0189\x03\x02\x02\x02\u0194\u018A\x03\x02\x02\x02\u0194" +
|
|
5746
|
+
"\u018B\x03\x02\x02\x02\u0194\u018C\x03\x02\x02\x02\u0194\u018E\x03\x02" +
|
|
5747
|
+
"\x02\x02\u0194\u0190\x03\x02\x02\x02\u0194\u0192\x03\x02\x02\x02\u0195" +
|
|
5748
|
+
"=\x03\x02\x02\x02\u0196\u019D\x05@!\x02\u0197\u0199\x07d\x02\x02\u0198" +
|
|
5749
|
+
"\u0197\x03\x02\x02\x02\u0198\u0199\x03\x02\x02\x02\u0199\u019A\x03\x02" +
|
|
5750
|
+
"\x02\x02\u019A\u019C\x05@!\x02\u019B\u0198\x03\x02\x02\x02\u019C\u019F" +
|
|
5751
|
+
"\x03\x02\x02\x02\u019D\u019B\x03\x02\x02\x02\u019D\u019E\x03\x02\x02\x02" +
|
|
5752
|
+
"\u019E\u01A1\x03\x02\x02\x02\u019F\u019D\x03\x02\x02\x02\u01A0\u01A2\x07" +
|
|
5753
|
+
"d\x02\x02\u01A1\u01A0\x03\x02\x02\x02\u01A1\u01A2\x03\x02\x02\x02\u01A2" +
|
|
5754
|
+
"?\x03\x02\x02\x02\u01A3\u01A4\x05\xB8]\x02\u01A4\u01A5\x077\x02\x02\u01A5" +
|
|
5755
|
+
"\u01A6\x05\xB8]\x02\u01A6A\x03\x02\x02\x02\u01A7\u01AE\x05n8\x02\u01A8" +
|
|
5756
|
+
"\u01AA\x07d\x02\x02\u01A9\u01A8\x03\x02\x02\x02\u01A9\u01AA\x03\x02\x02" +
|
|
5757
|
+
"\x02\u01AA\u01AB\x03\x02\x02\x02\u01AB\u01AD\x05n8\x02\u01AC\u01A9\x03" +
|
|
5758
|
+
"\x02\x02\x02\u01AD\u01B0\x03\x02\x02\x02\u01AE\u01AC\x03\x02\x02\x02\u01AE" +
|
|
5759
|
+
"\u01AF\x03\x02\x02\x02\u01AF\u01B2\x03\x02\x02\x02\u01B0\u01AE\x03\x02" +
|
|
5760
|
+
"\x02\x02\u01B1\u01B3\x07d\x02\x02\u01B2\u01B1\x03\x02\x02\x02\u01B2\u01B3" +
|
|
5761
|
+
"\x03\x02\x02\x02\u01B3C\x03\x02\x02\x02\u01B4\u01BB\x05L\'\x02\u01B5\u01B7" +
|
|
5762
|
+
"\x07d\x02\x02\u01B6\u01B5\x03\x02\x02\x02\u01B6\u01B7\x03\x02\x02\x02" +
|
|
5763
|
+
"\u01B7\u01B8\x03\x02\x02\x02\u01B8\u01BA\x05L\'\x02\u01B9\u01B6\x03\x02" +
|
|
5764
|
+
"\x02\x02\u01BA\u01BD\x03\x02\x02\x02\u01BB\u01B9\x03\x02\x02\x02\u01BB" +
|
|
5765
|
+
"\u01BC\x03\x02\x02\x02\u01BC\u01BF\x03\x02\x02\x02\u01BD\u01BB\x03\x02" +
|
|
5766
|
+
"\x02\x02\u01BE\u01C0\x07d\x02\x02\u01BF\u01BE\x03\x02\x02\x02\u01BF\u01C0" +
|
|
5767
|
+
"\x03\x02\x02\x02\u01C0E\x03\x02\x02\x02\u01C1\u01C2\x05H%\x02\u01C2\u01C3" +
|
|
5768
|
+
"\x077\x02\x02\u01C3\u01C4\x05\xA4S\x02\u01C4G\x03\x02\x02\x02\u01C5\u01C6" +
|
|
5769
|
+
"\x05\x9EP\x02\u01C6I\x03\x02\x02\x02\u01C7\u01C8\x05\x9EP\x02\u01C8K\x03" +
|
|
5770
|
+
"\x02\x02\x02\u01C9\u01CA\x05F$\x02\u01CAM\x03\x02\x02\x02\u01CB\u01CC" +
|
|
5771
|
+
"\x07\x06\x02\x02\u01CC\u01D3\x05F$\x02\u01CD\u01CF\x07d\x02\x02\u01CE" +
|
|
5772
|
+
"\u01CD\x03\x02\x02\x02\u01CE\u01CF\x03\x02\x02\x02\u01CF\u01D0\x03\x02" +
|
|
5773
|
+
"\x02\x02\u01D0\u01D2\x05F$\x02\u01D1\u01CE\x03\x02\x02\x02\u01D2\u01D5" +
|
|
5774
|
+
"\x03\x02\x02\x02\u01D3\u01D1\x03\x02\x02\x02\u01D3\u01D4\x03\x02\x02\x02" +
|
|
5775
|
+
"\u01D4\u01D7\x03\x02\x02\x02\u01D5\u01D3\x03\x02\x02\x02\u01D6\u01D8\x07" +
|
|
5776
|
+
"d\x02\x02\u01D7\u01D6\x03\x02\x02\x02\u01D7\u01D8\x03\x02\x02\x02\u01D8" +
|
|
5777
|
+
"O\x03\x02\x02\x02\u01D9\u01DA\x07\x0E\x02\x02\u01DA\u01E0\x05R*\x02\u01DB" +
|
|
5778
|
+
"\u01DC\x07\x0F\x02\x02\u01DC\u01E0\x05R*\x02\u01DD\u01DE\x07\r\x02\x02" +
|
|
5779
|
+
"\u01DE\u01E0\x05R*\x02\u01DF\u01D9\x03\x02\x02\x02\u01DF\u01DB\x03\x02" +
|
|
5780
|
+
"\x02\x02\u01DF";
|
|
5781
|
+
MalloyParser._serializedATNSegment1 = "\u01DD\x03\x02\x02\x02\u01E0Q\x03\x02\x02\x02\u01E1\u01E8\x05T+\x02\u01E2" +
|
|
5782
|
+
"\u01E4\x07d\x02\x02\u01E3\u01E2\x03\x02\x02\x02\u01E3\u01E4\x03\x02\x02" +
|
|
5783
|
+
"\x02\u01E4\u01E5\x03\x02\x02\x02\u01E5\u01E7\x05T+\x02\u01E6\u01E3\x03" +
|
|
5784
|
+
"\x02\x02\x02\u01E7\u01EA\x03\x02\x02\x02\u01E8\u01E6\x03\x02\x02\x02\u01E8" +
|
|
5785
|
+
"\u01E9\x03\x02\x02\x02\u01E9\u01EC\x03\x02\x02\x02\u01EA\u01E8\x03\x02" +
|
|
5786
|
+
"\x02\x02\u01EB\u01ED\x07d\x02\x02\u01EC\u01EB\x03\x02\x02\x02\u01EC\u01ED" +
|
|
5787
|
+
"\x03\x02\x02\x02\u01EDS\x03\x02\x02\x02\u01EE\u01F1\x05J&\x02\u01EF\u01F0" +
|
|
5788
|
+
"\x077\x02\x02\u01F0\u01F2\x052\x1A\x02\u01F1\u01EF\x03\x02\x02\x02\u01F1" +
|
|
5789
|
+
"\u01F2\x03\x02\x02\x02\u01F2\u01F3\x03\x02\x02\x02\u01F3\u01F4\x07S\x02" +
|
|
5790
|
+
"\x02\u01F4\u01F5\x05\xA4S\x02\u01F5\u0200\x03\x02\x02\x02\u01F6\u01F9" +
|
|
5791
|
+
"\x05J&\x02\u01F7\u01F8\x077\x02\x02\u01F8\u01FA\x052\x1A\x02\u01F9\u01F7" +
|
|
5792
|
+
"\x03\x02\x02\x02\u01F9\u01FA\x03\x02\x02\x02\u01FA\u01FD\x03\x02\x02\x02" +
|
|
5793
|
+
"\u01FB\u01FC\x07B\x02\x02\u01FC\u01FE\x05V,\x02\u01FD\u01FB\x03\x02\x02" +
|
|
5794
|
+
"\x02\u01FD\u01FE\x03\x02\x02\x02\u01FE\u0200\x03\x02\x02\x02\u01FF\u01EE" +
|
|
5795
|
+
"\x03\x02\x02\x02\u01FF\u01F6\x03\x02\x02\x02\u0200U\x03\x02\x02\x02\u0201" +
|
|
5796
|
+
"\u0202\x05\xA4S\x02\u0202W\x03\x02\x02\x02\u0203\u0206\x05^0\x02\u0204" +
|
|
5797
|
+
"\u0206\x05`1\x02\u0205\u0203\x03\x02\x02\x02\u0205\u0204\x03\x02\x02\x02" +
|
|
5798
|
+
"\u0206Y\x03\x02\x02\x02\u0207\u0208\x07E\x02\x02\u0208\u020B\x05\xA4S" +
|
|
5799
|
+
"\x02\u0209\u020B\x05^0\x02\u020A\u0207\x03\x02\x02\x02\u020A\u0209\x03" +
|
|
5800
|
+
"\x02\x02\x02\u020B[\x03\x02\x02\x02\u020C\u0211\x05\xA4S\x02\u020D\u020E" +
|
|
5801
|
+
"\x07d\x02\x02\u020E\u0210\x05\xA4S\x02\u020F\u020D\x03\x02\x02\x02\u0210" +
|
|
5802
|
+
"\u0213\x03\x02\x02\x02\u0211\u020F\x03\x02\x02\x02\u0211\u0212\x03\x02" +
|
|
5803
|
+
"\x02\x02\u0212\u0215\x03\x02\x02\x02\u0213\u0211\x03\x02\x02\x02\u0214" +
|
|
5804
|
+
"\u0216\x07d\x02\x02\u0215\u0214\x03\x02\x02\x02\u0215\u0216\x03\x02\x02" +
|
|
5805
|
+
"\x02\u0216]\x03\x02\x02\x02\u0217\u0218\x07\x1D\x02\x02\u0218\u0219\x05" +
|
|
5806
|
+
"\\/\x02\u0219_\x03\x02\x02\x02\u021A\u021B\x07\v\x02\x02\u021B\u021C\x05" +
|
|
5807
|
+
"\\/\x02\u021Ca\x03\x02\x02\x02\u021D\u0224\x05f4\x02\u021E\u0220\x07d" +
|
|
5808
|
+
"\x02\x02\u021F\u021E\x03\x02\x02\x02\u021F\u0220\x03\x02\x02\x02\u0220" +
|
|
5809
|
+
"\u0221\x03\x02\x02\x02\u0221\u0223\x05f4\x02\u0222\u021F\x03\x02\x02\x02" +
|
|
5810
|
+
"\u0223\u0226\x03\x02\x02\x02\u0224\u0222\x03\x02\x02\x02\u0224\u0225\x03" +
|
|
5811
|
+
"\x02\x02\x02\u0225\u0228\x03\x02\x02\x02\u0226\u0224\x03\x02\x02\x02\u0227" +
|
|
5812
|
+
"\u0229\x07d\x02\x02\u0228\u0227\x03\x02\x02\x02\u0228\u0229\x03\x02\x02" +
|
|
5813
|
+
"\x02\u0229c\x03\x02\x02\x02\u022A\u022B\x05\x9EP\x02\u022Be\x03\x02\x02" +
|
|
5814
|
+
"\x02\u022C\u022D\x05d3\x02\u022D\u022E\x077\x02\x02\u022E\u022F\x05\x1E" +
|
|
5815
|
+
"\x10\x02\u022Fg\x03\x02\x02\x02\u0230\u023E\x05j6\x02\u0231\u023E\x05" +
|
|
5816
|
+
"N(\x02\u0232\u023E\x05P)\x02\u0233\u023E\x05z>\x02\u0234\u023E\x05\x8C" +
|
|
5817
|
+
"G\x02\u0235\u023E\x05x=\x02\u0236\u023E\x05\x86D\x02\u0237\u023E\x05\x82" +
|
|
5818
|
+
"B\x02\u0238\u023E\x05|?\x02\u0239\u023E\x05^0\x02\u023A\u023E\x05`1\x02" +
|
|
5819
|
+
"\u023B\u023E\x05r:\x02\u023C\u023E\x05\x8EH\x02\u023D\u0230\x03\x02\x02" +
|
|
5820
|
+
"\x02\u023D\u0231\x03\x02\x02\x02\u023D\u0232\x03\x02\x02\x02\u023D\u0233" +
|
|
5821
|
+
"\x03\x02\x02\x02\u023D\u0234\x03\x02\x02\x02\u023D\u0235\x03\x02\x02\x02" +
|
|
5822
|
+
"\u023D\u0236\x03\x02\x02\x02\u023D\u0237\x03\x02\x02\x02\u023D\u0238\x03" +
|
|
5823
|
+
"\x02\x02\x02\u023D\u0239\x03\x02\x02\x02\u023D\u023A\x03\x02\x02\x02\u023D" +
|
|
5824
|
+
"\u023B\x03\x02\x02\x02\u023D\u023C\x03\x02\x02\x02\u023Ei\x03\x02\x02" +
|
|
5825
|
+
"\x02\u023F\u0240\x07\n\x02\x02\u0240\u0241\x05l7\x02\u0241k\x03\x02\x02" +
|
|
5826
|
+
"\x02\u0242\u0249\x05p9\x02\u0243\u0245\x07d\x02\x02\u0244\u0243\x03\x02" +
|
|
5827
|
+
"\x02\x02\u0244\u0245\x03\x02\x02\x02\u0245\u0246\x03\x02\x02\x02\u0246" +
|
|
5828
|
+
"\u0248\x05p9\x02\u0247\u0244\x03\x02\x02\x02\u0248\u024B\x03\x02\x02\x02" +
|
|
5829
|
+
"\u0249\u0247\x03\x02\x02\x02\u0249\u024A\x03\x02\x02\x02\u024A\u024D\x03" +
|
|
5830
|
+
"\x02\x02\x02\u024B\u0249\x03\x02\x02\x02\u024C\u024E\x07d\x02\x02\u024D" +
|
|
5831
|
+
"\u024C\x03\x02\x02\x02\u024D\u024E\x03\x02\x02\x02\u024Em\x03\x02\x02" +
|
|
5832
|
+
"\x02\u024F\u0250\x05F$\x02\u0250o\x03\x02\x02\x02\u0251\u0254\x05\xB4" +
|
|
5833
|
+
"[\x02\u0252\u0254\x05n8\x02\u0253\u0251\x03\x02\x02\x02\u0253\u0252\x03" +
|
|
5834
|
+
"\x02\x02\x02\u0254q\x03\x02\x02\x02\u0255\u0256\x07\x12\x02\x02\u0256" +
|
|
5835
|
+
"\u0257\x05t;\x02\u0257s\x03\x02\x02\x02\u0258\u025F\x05v<\x02\u0259\u025B" +
|
|
5836
|
+
"\x07d\x02\x02\u025A\u0259\x03\x02\x02\x02\u025A\u025B\x03\x02\x02\x02" +
|
|
5837
|
+
"\u025B\u025C\x03\x02\x02\x02\u025C\u025E\x05v<\x02\u025D\u025A\x03\x02" +
|
|
5838
|
+
"\x02\x02\u025E\u0261\x03\x02\x02\x02\u025F\u025D\x03\x02\x02\x02\u025F" +
|
|
5839
|
+
"\u0260\x03\x02\x02\x02\u0260\u0263\x03\x02\x02\x02\u0261\u025F\x03\x02" +
|
|
5840
|
+
"\x02\x02\u0262\u0264\x07d\x02\x02\u0263\u0262\x03\x02\x02\x02\u0263\u0264" +
|
|
5841
|
+
"\x03\x02\x02\x02\u0264u\x03\x02\x02\x02\u0265\u026A\x05,\x17\x02\u0266" +
|
|
5842
|
+
"\u0268\x05\x1A\x0E\x02\u0267\u0266\x03\x02\x02\x02\u0267\u0268\x03\x02" +
|
|
5843
|
+
"\x02\x02\u0268\u0269\x03\x02\x02\x02\u0269\u026B\x05&\x14\x02\u026A\u0267" +
|
|
5844
|
+
"\x03\x02\x02\x02\u026A\u026B\x03\x02\x02\x02\u026B\u0271\x03\x02\x02\x02" +
|
|
5845
|
+
"\u026C\u026D\x05,\x17\x02\u026D\u026E\x077\x02\x02\u026E\u026F\x05\x1E" +
|
|
5846
|
+
"\x10\x02\u026F\u0271\x03\x02\x02\x02\u0270\u0265\x03\x02\x02\x02\u0270" +
|
|
5847
|
+
"\u026C\x03\x02\x02\x02\u0271w\x03\x02\x02\x02\u0272\u0273\x07\x05\x02" +
|
|
5848
|
+
"\x02\u0273\u0274\x05l7\x02\u0274y\x03\x02\x02\x02\u0275\u0276\x07\x15" +
|
|
5849
|
+
"\x02\x02\u0276\u0277\x05\xB0Y\x02\u0277{\x03\x02\x02\x02\u0278\u0279\x07" +
|
|
5850
|
+
"\x13\x02\x02\u0279\u027A\x05~@\x02\u027A}\x03\x02\x02\x02\u027B\u0282" +
|
|
5851
|
+
"\x05\x80A\x02\u027C\u027E\x07d\x02\x02\u027D\u027C\x03\x02\x02\x02\u027D" +
|
|
5852
|
+
"\u027E\x03\x02\x02\x02\u027E\u027F\x03\x02\x02\x02\u027F\u0281\x05\x80" +
|
|
5853
|
+
"A\x02\u0280\u027D\x03\x02\x02\x02\u0281\u0284\x03\x02\x02\x02\u0282\u0280" +
|
|
5854
|
+
"\x03\x02\x02\x02\u0282\u0283\x03\x02\x02\x02\u0283\u0286\x03\x02\x02\x02" +
|
|
5855
|
+
"\u0284\u0282\x03\x02\x02\x02\u0285\u0287\x07d\x02\x02\u0286\u0285\x03" +
|
|
5856
|
+
"\x02\x02\x02\u0286\u0287\x03\x02\x02\x02\u0287\x7F\x03\x02\x02\x02\u0288" +
|
|
5857
|
+
"\u028B\x07}\x02\x02\u0289\u028B\x05\xB8]\x02\u028A\u0288\x03\x02\x02\x02" +
|
|
5858
|
+
"\u028A\u0289\x03\x02\x02\x02\u028B\u028D\x03\x02\x02\x02\u028C\u028E\t" +
|
|
5859
|
+
"\x04\x02\x02\u028D\u028C\x03\x02\x02\x02\u028D\u028E\x03\x02\x02\x02\u028E" +
|
|
5860
|
+
"\x81\x03\x02\x02\x02\u028F\u0290\x07\x10\x02\x02\u0290\u0291\x07}\x02" +
|
|
5861
|
+
"\x02\u0291\x83\x03\x02\x02\x02\u0292\u0293\x07$\x02\x02\u0293\u0297\x05" +
|
|
5862
|
+
"\xB8]\x02\u0294\u0295\x07$\x02\x02\u0295\u0297\x05\xA4S\x02\u0296\u0292" +
|
|
5863
|
+
"\x03\x02\x02\x02\u0296\u0294\x03\x02\x02\x02\u0297\x85\x03\x02\x02\x02" +
|
|
5864
|
+
"\u0298\u0299\x07\x1C\x02\x02\u0299\u029B\x07}\x02\x02\u029A\u029C\x05" +
|
|
5865
|
+
"\x84C\x02\u029B\u029A\x03\x02\x02\x02\u029B\u029C\x03\x02\x02\x02\u029C" +
|
|
5866
|
+
"\x87\x03\x02\x02\x02\u029D\u02A0\x05\xB4[\x02\u029E\u029F\x07e\x02\x02" +
|
|
5867
|
+
"\u029F\u02A1\x07n\x02\x02\u02A0\u029E\x03\x02\x02\x02\u02A0\u02A1\x03" +
|
|
5868
|
+
"\x02\x02\x02\u02A1\u02A4\x03\x02\x02\x02\u02A2\u02A4\x07n\x02\x02\u02A3" +
|
|
5869
|
+
"\u029D\x03\x02\x02\x02\u02A3\u02A2\x03\x02\x02\x02\u02A4\x89\x03\x02\x02" +
|
|
5870
|
+
"\x02\u02A5\u02AC\x05\x88E\x02\u02A6\u02A8\x07d\x02\x02\u02A7\u02A6\x03" +
|
|
5871
|
+
"\x02\x02\x02\u02A7\u02A8\x03\x02\x02\x02\u02A8\u02A9\x03\x02\x02\x02\u02A9" +
|
|
5872
|
+
"\u02AB\x05\x88E\x02\u02AA\u02A7\x03\x02\x02\x02\u02AB\u02AE\x03\x02\x02" +
|
|
5873
|
+
"\x02\u02AC\u02AA\x03\x02\x02\x02\u02AC\u02AD\x03\x02\x02\x02\u02AD\x8B" +
|
|
5874
|
+
"\x03\x02\x02\x02\u02AE\u02AC\x03\x02\x02\x02\u02AF\u02B0\x07\f\x02\x02" +
|
|
5875
|
+
"\u02B0\u02B3\x05\x8AF\x02\u02B1\u02B2\x07$\x02\x02\u02B2\u02B4\x05\xB8" +
|
|
5876
|
+
"]\x02\u02B3\u02B1\x03\x02\x02\x02\u02B3\u02B4\x03\x02\x02\x02\u02B4\x8D" +
|
|
5877
|
+
"\x03\x02\x02\x02\u02B5\u02B6\x07\x18\x02\x02\u02B6\u02B7\x05\x90I\x02" +
|
|
5878
|
+
"\u02B7\x8F\x03\x02\x02\x02\u02B8\u02B9\t\x05\x02\x02\u02B9\x91\x03\x02" +
|
|
5879
|
+
"\x02\x02\u02BA\u02BB\t\x06\x02\x02\u02BB\x93\x03\x02\x02\x02\u02BC\u02BD" +
|
|
5880
|
+
"\t\x07\x02\x02\u02BD\x95\x03\x02\x02\x02\u02BE\u02BF\t\b\x02\x02\u02BF" +
|
|
5881
|
+
"\x97\x03\x02\x02\x02\u02C0\u02C8\x07X\x02\x02\u02C1\u02C8\t\t\x02\x02" +
|
|
5882
|
+
"\u02C2\u02C8\x05\x9AN\x02\u02C3\u02C8\x07@\x02\x02\u02C4\u02C8\t\n\x02" +
|
|
5883
|
+
"\x02\u02C5\u02C8\x07W\x02\x02\u02C6\u02C8\x07?\x02\x02\u02C7\u02C0\x03" +
|
|
5884
|
+
"\x02\x02\x02\u02C7\u02C1\x03\x02\x02\x02\u02C7\u02C2\x03\x02\x02\x02\u02C7" +
|
|
5885
|
+
"\u02C3\x03\x02\x02\x02\u02C7\u02C4\x03\x02\x02\x02\u02C7\u02C5\x03\x02" +
|
|
5886
|
+
"\x02\x02\u02C7\u02C6\x03\x02\x02\x02\u02C8\x99\x03\x02\x02\x02\u02C9\u02D0" +
|
|
5887
|
+
"\x07u\x02\x02\u02CA\u02D0\x07v\x02\x02\u02CB\u02D0\x07y\x02\x02\u02CC" +
|
|
5888
|
+
"\u02D0\x07x\x02\x02\u02CD\u02D0\x07w\x02\x02\u02CE\u02D0\x07z\x02\x02" +
|
|
5889
|
+
"\u02CF\u02C9\x03\x02\x02\x02\u02CF\u02CA\x03\x02\x02\x02\u02CF\u02CB\x03" +
|
|
5890
|
+
"\x02\x02\x02\u02CF\u02CC\x03\x02\x02\x02\u02CF\u02CD\x03\x02\x02\x02\u02CF" +
|
|
5891
|
+
"\u02CE\x03\x02\x02\x02\u02D0\x9B\x03\x02\x02\x02\u02D1\u02D2\x07X\x02" +
|
|
5892
|
+
"\x02\u02D2\x9D\x03\x02\x02\x02\u02D3\u02D4\t\v\x02\x02\u02D4\x9F\x03\x02" +
|
|
5893
|
+
"\x02\x02\u02D5\u02D6\t\f\x02\x02\u02D6\xA1\x03\x02\x02\x02\u02D7\u02D8" +
|
|
5894
|
+
"\t\r\x02\x02\u02D8\xA3\x03\x02\x02\x02\u02D9\u02DA\bS\x01\x02\u02DA\u0316" +
|
|
5895
|
+
"\x05\xB4[\x02\u02DB\u0316\x05\x98M\x02\u02DC\u02DD\x07m\x02\x02\u02DD" +
|
|
5896
|
+
"\u0316\x05\xA4S\x16\u02DE\u02DF\x07>\x02\x02\u02DF\u0316\x05\xA4S\v\u02E0" +
|
|
5897
|
+
"\u02E1\x07&\x02\x02\u02E1\u02E2\x07\\\x02\x02\u02E2\u02E3\x05\xA4S\x02" +
|
|
5898
|
+
"\u02E3\u02E4\x07 \x02\x02\u02E4\u02E5\x05\x94K\x02\u02E5\u02E6\x07]\x02" +
|
|
5899
|
+
"\x02\u02E6\u0316\x03\x02\x02\x02\u02E7\u02E8\x07(\x02\x02\u02E8\u02E9" +
|
|
5900
|
+
"\x07\\\x02\x02\u02E9\u02EA\x07,\x02\x02\u02EA\u02EB\x05\xA4S\x02\u02EB" +
|
|
5901
|
+
"\u02EC\x07]\x02\x02\u02EC\u0316\x03\x02\x02\x02\u02ED\u02EE\x05\xB4[\x02" +
|
|
5902
|
+
"\u02EE\u02EF\x07e\x02\x02\u02EF\u02F1\x03\x02\x02\x02\u02F0\u02ED\x03" +
|
|
5903
|
+
"\x02\x02\x02\u02F0\u02F1\x03\x02\x02\x02\u02F1\u02F2\x03\x02\x02\x02\u02F2" +
|
|
5904
|
+
"\u02F3\x05\x92J\x02\u02F3\u02F6\x07\\\x02\x02\u02F4\u02F7\x05\xA4S\x02" +
|
|
5905
|
+
"\u02F5\u02F7\x07n\x02\x02\u02F6\u02F4\x03\x02\x02\x02\u02F6\u02F5\x03" +
|
|
5906
|
+
"\x02\x02\x02\u02F6\u02F7\x03\x02\x02\x02\u02F7\u02F8\x03\x02\x02\x02\u02F8" +
|
|
5907
|
+
"\u02F9\x07]\x02\x02\u02F9\u0316\x03\x02\x02\x02\u02FA\u02FB\x07\\\x02" +
|
|
5908
|
+
"\x02\u02FB\u02FC\x05\xA6T\x02\u02FC\u02FD\x07]\x02\x02\u02FD\u0316\x03" +
|
|
5909
|
+
"\x02\x02\x02\u02FE\u0301\x05\x9EP\x02\u02FF\u0301\x05\xA0Q\x02\u0300\u02FE" +
|
|
5910
|
+
"\x03\x02\x02\x02\u0300\u02FF\x03\x02\x02\x02\u0301\u0302\x03\x02\x02\x02" +
|
|
5911
|
+
"\u0302\u0304\x07\\\x02\x02\u0303\u0305\x05\xACW\x02\u0304\u0303\x03\x02" +
|
|
5912
|
+
"\x02\x02\u0304\u0305\x03\x02\x02\x02\u0305\u0306\x03\x02\x02\x02\u0306" +
|
|
5913
|
+
"\u0307\x07]\x02\x02\u0307\u0316\x03\x02\x02\x02\u0308\u0316\x05\xA8U\x02" +
|
|
5914
|
+
"\u0309\u030A\x05\xA2R\x02\u030A\u030B\x07\\\x02\x02\u030B\u0310\x05\xA4" +
|
|
5915
|
+
"S\x02\u030C\u030D\x07d\x02\x02\u030D\u030F\x05\xB8]\x02\u030E\u030C\x03" +
|
|
5916
|
+
"\x02\x02\x02\u030F\u0312\x03\x02\x02\x02\u0310\u030E\x03\x02\x02\x02\u0310" +
|
|
5917
|
+
"\u0311\x03\x02\x02\x02\u0311\u0313\x03\x02\x02\x02\u0312\u0310\x03\x02" +
|
|
5918
|
+
"\x02\x02\u0313\u0314\x07]\x02\x02\u0314\u0316\x03\x02\x02\x02\u0315\u02D9" +
|
|
5919
|
+
"\x03\x02\x02\x02\u0315\u02DB\x03\x02\x02\x02\u0315\u02DC\x03\x02\x02\x02" +
|
|
5920
|
+
"\u0315\u02DE\x03\x02\x02\x02\u0315\u02E0\x03\x02\x02\x02\u0315\u02E7\x03" +
|
|
5921
|
+
"\x02\x02\x02\u0315\u02F0\x03\x02\x02\x02\u0315\u02FA\x03\x02\x02\x02\u0315" +
|
|
5922
|
+
"\u0300\x03\x02\x02\x02\u0315\u0308\x03\x02\x02\x02\u0315\u0309\x03\x02" +
|
|
5923
|
+
"\x02\x02\u0316\u0341\x03\x02\x02\x02\u0317\u0318\f\x12\x02\x02\u0318\u0319" +
|
|
5924
|
+
"\t\x0E\x02\x02\u0319\u0340\x05\xA4S\x13\u031A\u031B\f\x11\x02\x02\u031B" +
|
|
5925
|
+
"\u031C\t\x0F\x02\x02\u031C\u0340\x05\xA4S\x12\u031D\u031E\f\x10\x02\x02" +
|
|
5926
|
+
"\u031E\u031F\x07N\x02\x02\u031F\u0340\x05\xA4S\x11\u0320\u0321\f\r\x02" +
|
|
5927
|
+
"\x02\u0321\u0322\x05\x96L\x02\u0322\u0323\x05\xA4S\x0E\u0323\u0340\x03" +
|
|
5928
|
+
"\x02\x02\x02\u0324\u0325\f\n\x02\x02\u0325\u0326\t\x10\x02\x02\u0326\u0340" +
|
|
5929
|
+
"\x05\xA4S\v\u0327\u0328\f\x18\x02\x02\u0328\u0329\x07`\x02\x02\u0329\u032A" +
|
|
5930
|
+
"\x05Z.\x02\u032A\u032B\x07a\x02\x02\u032B\u0340\x03\x02\x02\x02\u032C" +
|
|
5931
|
+
"\u032D\f\x15\x02\x02\u032D\u0340\x05\xA0Q\x02\u032E\u032F\f\x14\x02\x02" +
|
|
5932
|
+
"\u032F\u0330\x07e\x02\x02\u0330\u0340\x05\xA0Q\x02\u0331\u0332\f\x13\x02" +
|
|
5933
|
+
"\x02\u0332\u0333\x07b\x02\x02\u0333\u0340\x05\x94K\x02\u0334\u0335\f\x0F" +
|
|
5934
|
+
"\x02\x02\u0335\u0336\x071\x02\x02\u0336\u0337\x05\xA4S\x02\u0337\u0338" +
|
|
5935
|
+
"\x05\xA0Q\x02\u0338\u0340\x03\x02\x02\x02\u0339\u033A\f\x0E\x02\x02\u033A" +
|
|
5936
|
+
"\u033B\t\x11\x02\x02\u033B\u0340\x05\xA6T\x02\u033C\u033D\f\f\x02\x02" +
|
|
5937
|
+
"\u033D\u033E\t\x12\x02\x02\u033E\u0340\x05\xA6T\x02\u033F\u0317\x03\x02" +
|
|
5938
|
+
"\x02\x02\u033F\u031A\x03\x02\x02\x02\u033F\u031D\x03\x02\x02\x02\u033F" +
|
|
5939
|
+
"\u0320\x03\x02\x02\x02\u033F\u0324\x03\x02\x02\x02\u033F\u0327\x03\x02" +
|
|
5940
|
+
"\x02\x02\u033F\u032C\x03\x02\x02\x02\u033F\u032E\x03\x02\x02\x02\u033F" +
|
|
5941
|
+
"\u0331\x03\x02\x02\x02\u033F\u0334\x03\x02\x02\x02\u033F\u0339\x03\x02" +
|
|
5942
|
+
"\x02\x02\u033F\u033C\x03\x02\x02\x02\u0340\u0343\x03\x02\x02\x02\u0341" +
|
|
5943
|
+
"\u033F\x03\x02\x02\x02\u0341\u0342\x03\x02\x02\x02\u0342\xA5\x03\x02\x02" +
|
|
5944
|
+
"\x02\u0343\u0341\x03\x02\x02\x02\u0344\u0345\x05\x96L\x02\u0345\u0346" +
|
|
5945
|
+
"\x05\xA4S\x02\u0346\u0349\x03\x02\x02\x02\u0347\u0349\x05\xA4S\x02\u0348" +
|
|
5946
|
+
"\u0344\x03\x02\x02\x02\u0348\u0347\x03\x02\x02\x02\u0349\xA7\x03\x02\x02" +
|
|
5947
|
+
"\x02\u034A\u034C\x05\xAAV\x02\u034B\u034A\x03\x02\x02\x02\u034C\u034D" +
|
|
5948
|
+
"\x03\x02\x02\x02\u034D\u034B\x03\x02\x02\x02\u034D\u034E\x03\x02\x02\x02" +
|
|
5949
|
+
"\u034E\u0351\x03\x02\x02\x02\u034F\u0350\x07-\x02\x02\u0350\u0352\x05" +
|
|
5950
|
+
"\xA4S\x02\u0351\u034F\x03\x02\x02\x02\u0351\u0352\x03\x02\x02\x02\u0352" +
|
|
5951
|
+
"\xA9\x03\x02\x02\x02\u0353\u0355\x07D\x02\x02\u0354\u0356\x05\xA4S\x02" +
|
|
5952
|
+
"\u0355\u0354\x03\x02\x02\x02\u0355\u0356\x03\x02\x02\x02\u0356\u0357\x03" +
|
|
5953
|
+
"\x02\x02\x02\u0357\u0358\x07R\x02\x02\u0358\u0359\x05\xA6T\x02\u0359\xAB" +
|
|
5954
|
+
"\x03\x02\x02\x02\u035A\u035F\x05\xA4S\x02\u035B\u035C\x07d\x02\x02\u035C" +
|
|
5955
|
+
"\u035E\x05\xA4S\x02\u035D\u035B\x03\x02\x02\x02\u035E\u0361\x03\x02\x02" +
|
|
5956
|
+
"\x02\u035F\u035D\x03\x02\x02\x02\u035F\u0360\x03\x02\x02\x02\u0360\u0363" +
|
|
5957
|
+
"\x03\x02\x02\x02\u0361\u035F\x03\x02\x02\x02\u0362\u0364\x07d\x02\x02" +
|
|
5958
|
+
"\u0363\u0362\x03\x02\x02\x02\u0363\u0364\x03\x02\x02\x02\u0364\xAD\x03" +
|
|
5959
|
+
"\x02\x02\x02\u0365\u036C\x05\xB8]\x02\u0366\u0368\x07d\x02\x02\u0367\u0366" +
|
|
5960
|
+
"\x03\x02\x02\x02\u0367\u0368\x03\x02\x02\x02\u0368\u0369\x03\x02\x02\x02" +
|
|
5961
|
+
"\u0369\u036B\x05\xB8]\x02\u036A\u0367\x03\x02\x02\x02\u036B\u036E\x03" +
|
|
5962
|
+
"\x02\x02\x02\u036C\u036A\x03\x02\x02\x02\u036C\u036D\x03\x02\x02\x02\u036D" +
|
|
5963
|
+
"\xAF\x03\x02\x02\x02\u036E\u036C\x03\x02\x02\x02\u036F\u0376\x05\xB2Z" +
|
|
5964
|
+
"\x02\u0370\u0372\x07d\x02\x02\u0371\u0370\x03\x02\x02\x02\u0371\u0372" +
|
|
5965
|
+
"\x03\x02\x02\x02\u0372\u0373\x03\x02\x02\x02\u0373\u0375\x05\xB2Z\x02" +
|
|
5966
|
+
"\u0374\u0371\x03\x02\x02\x02\u0375\u0378\x03\x02\x02\x02\u0376\u0374\x03" +
|
|
5967
|
+
"\x02\x02\x02\u0376\u0377\x03\x02\x02\x02\u0377\u037A\x03\x02\x02\x02\u0378" +
|
|
5968
|
+
"\u0376\x03\x02\x02\x02\u0379\u037B\x07d\x02\x02\u037A\u0379\x03\x02\x02" +
|
|
5969
|
+
"\x02\u037A\u037B\x03\x02\x02\x02\u037B\xB1\x03\x02\x02\x02\u037C\u0385" +
|
|
5970
|
+
"\x05\xB4[\x02\u037D\u037E\x05\xB4[\x02\u037E\u037F\x07e\x02\x02\u037F" +
|
|
5971
|
+
"\u0381\x03\x02\x02\x02\u0380\u037D\x03\x02\x02\x02\u0380\u0381\x03\x02" +
|
|
5972
|
+
"\x02\x02\u0381\u0382\x03\x02\x02\x02\u0382\u0385\t\x13\x02\x02\u0383\u0385" +
|
|
5973
|
+
"\x05F$\x02\u0384\u037C\x03\x02\x02\x02\u0384\u0380\x03\x02\x02\x02\u0384" +
|
|
5974
|
+
"\u0383\x03\x02\x02\x02\u0385\xB3\x03\x02\x02\x02\u0386\u038B\x05\xB8]" +
|
|
5975
|
+
"\x02\u0387\u0388\x07e\x02\x02\u0388\u038A\x05\xB8]\x02\u0389\u0387\x03" +
|
|
5976
|
+
"\x02\x02\x02\u038A\u038D\x03\x02\x02\x02\u038B\u0389\x03\x02\x02\x02\u038B" +
|
|
5977
|
+
"\u038C\x03\x02\x02\x02\u038C\xB5\x03\x02\x02\x02\u038D\u038B\x03\x02\x02" +
|
|
5978
|
+
"\x02\u038E\u038F\x05\x9EP\x02\u038F\xB7\x03\x02\x02\x02\u0390\u0391\x05" +
|
|
5979
|
+
"\x9EP\x02\u0391\xB9\x03\x02\x02\x02\u0392\u0393\x05\xA4S\x02\u0393\u0394" +
|
|
5980
|
+
"\x07\x02\x02\x03\u0394\xBB\x03\x02\x02\x02\u0395\u0396\x05\xBE`\x02\u0396" +
|
|
5981
|
+
"\xBD\x03\x02\x02\x02\u0397\u03A0\x07\x03\x02\x02\u0398\u03A0\x07}\x02" +
|
|
5982
|
+
"\x02\u0399\u03A0\x07~\x02\x02\u039A\u03A0\x05\xC0a\x02\u039B\u03A0\x05" +
|
|
5983
|
+
"\xC4c\x02\u039C\u03A0\x07O\x02\x02\u039D\u03A0\x070\x02\x02\u039E\u03A0" +
|
|
5984
|
+
"\x07@\x02\x02\u039F\u0397\x03\x02\x02\x02\u039F\u0398\x03\x02\x02\x02" +
|
|
5985
|
+
"\u039F\u0399\x03\x02\x02\x02\u039F\u039A\x03\x02\x02\x02\u039F\u039B\x03" +
|
|
5986
|
+
"\x02\x02\x02\u039F\u039C\x03\x02\x02\x02\u039F\u039D\x03\x02\x02\x02\u039F" +
|
|
5987
|
+
"\u039E\x03\x02\x02\x02\u03A0\xBF\x03\x02\x02\x02\u03A1\u03A2\x07`\x02" +
|
|
5988
|
+
"\x02\u03A2\u03A7\x05\xC2b\x02\u03A3\u03A4\x07d\x02\x02\u03A4\u03A6\x05" +
|
|
5989
|
+
"\xC2b\x02\u03A5\u03A3\x03\x02\x02\x02\u03A6\u03A9\x03\x02\x02\x02\u03A7" +
|
|
5990
|
+
"\u03A5\x03\x02\x02\x02\u03A7\u03A8\x03\x02\x02\x02\u03A8\u03AA\x03\x02" +
|
|
5991
|
+
"\x02\x02\u03A9\u03A7\x03\x02\x02\x02\u03AA\u03AB\x07a\x02\x02\u03AB\u03AF" +
|
|
5992
|
+
"\x03\x02\x02\x02\u03AC\u03AD\x07`\x02\x02\u03AD\u03AF\x07a\x02\x02\u03AE" +
|
|
5993
|
+
"\u03A1\x03\x02\x02\x02\u03AE\u03AC\x03\x02\x02\x02\u03AF\xC1\x03\x02\x02" +
|
|
5994
|
+
"\x02\u03B0\u03B1\x07\x03\x02\x02\u03B1\u03B2\x07c\x02\x02\u03B2\u03B3" +
|
|
5995
|
+
"\x05\xBE`\x02\u03B3\xC3\x03\x02\x02\x02\u03B4\u03B5\x07^\x02\x02\u03B5" +
|
|
5996
|
+
"\u03BA\x05\xBE`\x02\u03B6\u03B7\x07d\x02\x02\u03B7\u03B9\x05\xBE`\x02" +
|
|
5997
|
+
"\u03B8\u03B6\x03\x02\x02\x02\u03B9\u03BC\x03\x02\x02\x02\u03BA\u03B8\x03" +
|
|
5998
|
+
"\x02\x02\x02\u03BA\u03BB\x03\x02\x02\x02\u03BB\u03BD\x03\x02\x02\x02\u03BC" +
|
|
5999
|
+
"\u03BA\x03\x02\x02\x02\u03BD\u03BE\x07_\x02\x02\u03BE\u03C2\x03\x02\x02" +
|
|
6000
|
+
"\x02\u03BF\u03C0\x07^\x02\x02\u03C0\u03C2\x07_\x02\x02\u03C1\u03B4\x03" +
|
|
6001
|
+
"\x02\x02\x02\u03C1\u03BF\x03\x02\x02\x02\u03C2\xC5\x03\x02\x02\x02\u03C3" +
|
|
6002
|
+
"\u03C4\x05\x9EP\x02\u03C4\xC7\x03\x02\x02\x02\u03C5\u03C6\x05\x9EP\x02" +
|
|
6003
|
+
"\u03C6\xC9\x03\x02\x02\x02\u03C7\u03C8\x07\x03\x02\x02\u03C8\xCB\x03\x02" +
|
|
6004
|
+
"\x02\x02o\xCE\xD0\xD9\xE4\xEE\xF3\xFC\u0101\u0105\u0114\u0117\u011C\u011F" +
|
|
6005
|
+
"\u0125\u012B\u012E\u0130\u013E\u0140\u0144\u0151\u0156\u015A\u0162\u0165" +
|
|
6006
|
+
"\u0173\u017C\u017E\u0183\u0194\u0198\u019D\u01A1\u01A9\u01AE\u01B2\u01B6" +
|
|
6007
|
+
"\u01BB\u01BF\u01CE\u01D3\u01D7\u01DF\u01E3\u01E8\u01EC\u01F1\u01F9\u01FD" +
|
|
6008
|
+
"\u01FF\u0205\u020A\u0211\u0215\u021F\u0224\u0228\u023D\u0244\u0249\u024D" +
|
|
6009
|
+
"\u0253\u025A\u025F\u0263\u0267\u026A\u0270\u027D\u0282\u0286\u028A\u028D" +
|
|
6010
|
+
"\u0296\u029B\u02A0\u02A3\u02A7\u02AC\u02B3\u02C7\u02CF\u02F0\u02F6\u0300" +
|
|
6011
|
+
"\u0304\u0310\u0315\u033F\u0341\u0348\u034D\u0351\u0355\u035F\u0363\u0367" +
|
|
6012
|
+
"\u036C\u0371\u0376\u037A\u0380\u0384\u038B\u039F\u03A7\u03AE\u03BA\u03C1";
|
|
6042
6013
|
MalloyParser._serializedATN = Utils.join([
|
|
6043
6014
|
MalloyParser._serializedATNSegment0,
|
|
6044
6015
|
MalloyParser._serializedATNSegment1,
|
|
@@ -6337,9 +6308,7 @@ class DefineSQLStatementContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
6337
6308
|
}
|
|
6338
6309
|
exports.DefineSQLStatementContext = DefineSQLStatementContext;
|
|
6339
6310
|
class SqlStatementDefContext extends ParserRuleContext_1.ParserRuleContext {
|
|
6340
|
-
|
|
6341
|
-
return this.getRuleContext(0, SqlBlockContext);
|
|
6342
|
-
}
|
|
6311
|
+
SQL_STRING() { return this.getToken(MalloyParser.SQL_STRING, 0); }
|
|
6343
6312
|
sqlCommandNameDef() {
|
|
6344
6313
|
return this.tryGetRuleContext(0, SqlCommandNameDefContext);
|
|
6345
6314
|
}
|
|
@@ -11663,36 +11632,6 @@ class JsonArrayContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
11663
11632
|
}
|
|
11664
11633
|
}
|
|
11665
11634
|
exports.JsonArrayContext = JsonArrayContext;
|
|
11666
|
-
class SqlBlockContext extends ParserRuleContext_1.ParserRuleContext {
|
|
11667
|
-
SQL_STRING() { return this.getToken(MalloyParser.SQL_STRING, 0); }
|
|
11668
|
-
constructor(parent, invokingState) {
|
|
11669
|
-
super(parent, invokingState);
|
|
11670
|
-
}
|
|
11671
|
-
// @Override
|
|
11672
|
-
get ruleIndex() { return MalloyParser.RULE_sqlBlock; }
|
|
11673
|
-
// @Override
|
|
11674
|
-
enterRule(listener) {
|
|
11675
|
-
if (listener.enterSqlBlock) {
|
|
11676
|
-
listener.enterSqlBlock(this);
|
|
11677
|
-
}
|
|
11678
|
-
}
|
|
11679
|
-
// @Override
|
|
11680
|
-
exitRule(listener) {
|
|
11681
|
-
if (listener.exitSqlBlock) {
|
|
11682
|
-
listener.exitSqlBlock(this);
|
|
11683
|
-
}
|
|
11684
|
-
}
|
|
11685
|
-
// @Override
|
|
11686
|
-
accept(visitor) {
|
|
11687
|
-
if (visitor.visitSqlBlock) {
|
|
11688
|
-
return visitor.visitSqlBlock(this);
|
|
11689
|
-
}
|
|
11690
|
-
else {
|
|
11691
|
-
return visitor.visitChildren(this);
|
|
11692
|
-
}
|
|
11693
|
-
}
|
|
11694
|
-
}
|
|
11695
|
-
exports.SqlBlockContext = SqlBlockContext;
|
|
11696
11635
|
class SqlExploreNameRefContext extends ParserRuleContext_1.ParserRuleContext {
|
|
11697
11636
|
id() {
|
|
11698
11637
|
return this.getRuleContext(0, IdContext);
|