@designliquido/delegua 1.24.4 → 1.25.1
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/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico-base.js +4 -0
- package/analisador-semantico/analisador-semantico-base.js.map +1 -1
- package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico.js +1 -0
- package/analisador-semantico/analisador-semantico.js.map +1 -1
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts.map +1 -1
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.js +1 -0
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.js.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js +26 -12
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js +3 -3
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +17 -25
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
- package/bin/package.json +3 -3
- package/declaracoes/bloco-pegue.d.ts +9 -0
- package/declaracoes/bloco-pegue.d.ts.map +1 -0
- package/declaracoes/bloco-pegue.js +12 -0
- package/declaracoes/bloco-pegue.js.map +1 -0
- package/declaracoes/index.d.ts +1 -0
- package/declaracoes/index.d.ts.map +1 -1
- package/declaracoes/index.js +1 -0
- package/declaracoes/index.js.map +1 -1
- package/declaracoes/tente.d.ts +3 -3
- package/declaracoes/tente.d.ts.map +1 -1
- package/declaracoes/tente.js +3 -3
- package/declaracoes/tente.js.map +1 -1
- package/excecoes/erro-em-tempo-de-execucao.d.ts +1 -0
- package/excecoes/erro-em-tempo-de-execucao.d.ts.map +1 -1
- package/excecoes/erro-em-tempo-de-execucao.js.map +1 -1
- package/formatadores/formatador-delegua.d.ts.map +1 -1
- package/formatadores/formatador-delegua.js +12 -12
- package/formatadores/formatador-delegua.js.map +1 -1
- package/formatadores/formatador-pitugues.d.ts.map +1 -1
- package/formatadores/formatador-pitugues.js +8 -7
- package/formatadores/formatador-pitugues.js.map +1 -1
- package/interfaces/interpretador-com-depuracao-interface.d.ts +1 -0
- package/interfaces/interpretador-com-depuracao-interface.d.ts.map +1 -1
- package/interpretador/depuracao/comum.d.ts.map +1 -1
- package/interpretador/depuracao/comum.js +15 -10
- package/interpretador/depuracao/comum.js.map +1 -1
- package/interpretador/depuracao/interpretador-com-depuracao.d.ts.map +1 -1
- package/interpretador/depuracao/interpretador-com-depuracao.js +8 -0
- package/interpretador/depuracao/interpretador-com-depuracao.js.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +2 -2
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +2 -2
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
- package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts +1 -0
- package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts.map +1 -1
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js +24 -0
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js.map +1 -1
- package/interpretador/estruturas/excecao-base.d.ts +3 -0
- package/interpretador/estruturas/excecao-base.d.ts.map +1 -0
- package/interpretador/estruturas/excecao-base.js +28 -0
- package/interpretador/estruturas/excecao-base.js.map +1 -0
- package/interpretador/estruturas/index.d.ts +1 -0
- package/interpretador/estruturas/index.d.ts.map +1 -1
- package/interpretador/estruturas/index.js +1 -0
- package/interpretador/estruturas/index.js.map +1 -1
- package/interpretador/interpretador-base.d.ts +1 -4
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +66 -31
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador.js +1 -1
- package/interpretador/interpretador.js.map +1 -1
- package/package.json +3 -3
- package/tradutores/tradutor-assemblyscript.d.ts.map +1 -1
- package/tradutores/tradutor-assemblyscript.js +7 -10
- package/tradutores/tradutor-assemblyscript.js.map +1 -1
- package/tradutores/tradutor-javascript.d.ts.map +1 -1
- package/tradutores/tradutor-javascript.js +3 -8
- package/tradutores/tradutor-javascript.js.map +1 -1
- package/tradutores/tradutor-mermaidjs.js +4 -4
- package/tradutores/tradutor-mermaidjs.js.map +1 -1
- package/tradutores/tradutor-python.d.ts.map +1 -1
- package/tradutores/tradutor-python.js +3 -8
- package/tradutores/tradutor-python.js.map +1 -1
- package/tradutores/tradutor-reverso-tenda.d.ts.map +1 -1
- package/tradutores/tradutor-reverso-tenda.js +3 -8
- package/tradutores/tradutor-reverso-tenda.js.map +1 -1
- package/tradutores/tradutor-ruby.d.ts.map +1 -1
- package/tradutores/tradutor-ruby.js +3 -8
- package/tradutores/tradutor-ruby.js.map +1 -1
- package/umd/delegua.js +638 -570
package/umd/delegua.js
CHANGED
|
@@ -221,6 +221,10 @@ class AnalisadorSemanticoBase {
|
|
|
221
221
|
}
|
|
222
222
|
return;
|
|
223
223
|
}
|
|
224
|
+
if (expressao instanceof construtos_1.TipoDe) {
|
|
225
|
+
this.marcarVariaveisUsadasEmExpressao(expressao.valor);
|
|
226
|
+
return;
|
|
227
|
+
}
|
|
224
228
|
if (expressao instanceof construtos_1.Literal && typeof expressao.valor === 'string') {
|
|
225
229
|
this.verificarInterpolacaoTexto(expressao.valor, expressao);
|
|
226
230
|
return;
|
|
@@ -494,7 +498,7 @@ class AnalisadorSemanticoBase {
|
|
|
494
498
|
}
|
|
495
499
|
exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
|
|
496
500
|
|
|
497
|
-
},{"../construtos":67,"../declaracoes":
|
|
501
|
+
},{"../construtos":67,"../declaracoes":117,"../interfaces":180,"../quebras":252,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
|
|
498
502
|
"use strict";
|
|
499
503
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
500
504
|
exports.AnalisadorSemantico = void 0;
|
|
@@ -579,6 +583,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
579
583
|
}
|
|
580
584
|
}
|
|
581
585
|
visitarExpressaoTipoDe(expressao) {
|
|
586
|
+
this.marcarVariaveisUsadasEmExpressao(expressao.valor);
|
|
582
587
|
return this.verificarTipoDe(expressao.valor);
|
|
583
588
|
}
|
|
584
589
|
/**
|
|
@@ -1891,7 +1896,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1891
1896
|
}
|
|
1892
1897
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1893
1898
|
|
|
1894
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":
|
|
1899
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":117,"../interfaces/erros":177,"../lexador/micro-lexador":249,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1895
1900
|
"use strict";
|
|
1896
1901
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1897
1902
|
|
|
@@ -2103,7 +2108,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2103
2108
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2104
2109
|
}
|
|
2105
2110
|
|
|
2106
|
-
},{"../interfaces":
|
|
2111
|
+
},{"../interfaces":180}],9:[function(require,module,exports){
|
|
2107
2112
|
"use strict";
|
|
2108
2113
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2109
2114
|
|
|
@@ -2394,7 +2399,7 @@ class AvaliadorSintaticoBase {
|
|
|
2394
2399
|
}
|
|
2395
2400
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2396
2401
|
|
|
2397
|
-
},{"../construtos":67,"../declaracoes":
|
|
2402
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/comum":257,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2398
2403
|
"use strict";
|
|
2399
2404
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2400
2405
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3747,6 +3752,11 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
3747
3752
|
let caminhoPadrao = null;
|
|
3748
3753
|
while (!this.verificarSeSimboloAtualEIgualA(delegua_2.default.CHAVE_DIREITA) &&
|
|
3749
3754
|
!this.estaNoFinal()) {
|
|
3755
|
+
if (this.simbolos[this.atual].tipo === delegua_2.default.COMENTARIO ||
|
|
3756
|
+
this.simbolos[this.atual].tipo === delegua_2.default.LINHA_COMENTARIO) {
|
|
3757
|
+
this.avancarEDevolverAnterior();
|
|
3758
|
+
continue;
|
|
3759
|
+
}
|
|
3750
3760
|
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.CASO)) {
|
|
3751
3761
|
const caminhoCondicoes = [await this.expressao()];
|
|
3752
3762
|
this.consumir(delegua_2.default.DOIS_PONTOS, "Esperado ':' após o 'caso'.");
|
|
@@ -4094,19 +4104,28 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4094
4104
|
const simboloTente = this.simbolos[this.atual - 1];
|
|
4095
4105
|
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'tente'.");
|
|
4096
4106
|
const blocoTente = await this.blocoEscopo();
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4107
|
+
const blocosPegue = [];
|
|
4108
|
+
while (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PEGUE)) {
|
|
4109
|
+
let parametro;
|
|
4110
|
+
let tipoExcecao;
|
|
4111
|
+
let temParenteses = false;
|
|
4112
|
+
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PARENTESE_ESQUERDO)) {
|
|
4113
|
+
temParenteses = true;
|
|
4103
4114
|
}
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
this.
|
|
4108
|
-
|
|
4115
|
+
if (this.simbolos[this.atual].tipo !== delegua_2.default.CHAVE_ESQUERDA) {
|
|
4116
|
+
parametro = this.consumir(delegua_2.default.IDENTIFICADOR, "Esperado nome do parâmetro em bloco 'pegue'.");
|
|
4117
|
+
this.pilhaEscopos.definirInformacoesVariavel(parametro.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(parametro.lexema, 'qualquer'));
|
|
4118
|
+
if (this.verificarTipoSimboloAtual(delegua_2.default.DOIS_PONTOS)) {
|
|
4119
|
+
this.avancarEDevolverAnterior(); // consome ':'
|
|
4120
|
+
tipoExcecao = this.consumir(delegua_2.default.IDENTIFICADOR, "Esperado nome do tipo de exceção após ':' em bloco 'pegue'.");
|
|
4121
|
+
}
|
|
4122
|
+
if (temParenteses) {
|
|
4123
|
+
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetro do bloco 'pegue'.");
|
|
4124
|
+
}
|
|
4109
4125
|
}
|
|
4126
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
|
|
4127
|
+
const corpo = await this.blocoEscopo();
|
|
4128
|
+
blocosPegue.push(new declaracoes_1.BlocoPegue(parametro, tipoExcecao, corpo));
|
|
4110
4129
|
}
|
|
4111
4130
|
let blocoSenao = null;
|
|
4112
4131
|
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.SENAO, delegua_2.default.SENÃO)) {
|
|
@@ -4118,7 +4137,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4118
4137
|
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'finalmente'.");
|
|
4119
4138
|
blocoFinalmente = await this.blocoEscopo();
|
|
4120
4139
|
}
|
|
4121
|
-
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente,
|
|
4140
|
+
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocosPegue, blocoSenao, blocoFinalmente);
|
|
4122
4141
|
}
|
|
4123
4142
|
async resolverDecoradores() {
|
|
4124
4143
|
while (this.verificarTipoSimboloAtual(delegua_2.default.ARROBA)) {
|
|
@@ -5568,7 +5587,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5568
5587
|
}
|
|
5569
5588
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5570
5589
|
|
|
5571
|
-
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":
|
|
5590
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":117,"../inferenciador":150,"../informacao-elemento-sintatico":151,"../lexador/simbolo":251,"../tipos-de-dados/delegua":253,"../tipos-de-simbolos/delegua":258,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":451}],12:[function(require,module,exports){
|
|
5572
5591
|
"use strict";
|
|
5573
5592
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5574
5593
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -5683,7 +5702,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
5683
5702
|
}
|
|
5684
5703
|
}
|
|
5685
5704
|
|
|
5686
|
-
},{"../declaracoes":
|
|
5705
|
+
},{"../declaracoes":117,"../informacao-elemento-sintatico":151}],13:[function(require,module,exports){
|
|
5687
5706
|
"use strict";
|
|
5688
5707
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5689
5708
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6190,10 +6209,10 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6190
6209
|
declaracaoTente() {
|
|
6191
6210
|
this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'tente'.");
|
|
6192
6211
|
const tryBlock = this.blocoEscopo();
|
|
6193
|
-
|
|
6212
|
+
const blocosPegue = [];
|
|
6194
6213
|
if (this.verificarSeSimboloAtualEIgualA(egua_classico_1.default.PEGUE)) {
|
|
6195
6214
|
this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
|
|
6196
|
-
|
|
6215
|
+
blocosPegue.push(new declaracoes_1.BlocoPegue(undefined, undefined, this.blocoEscopo()));
|
|
6197
6216
|
}
|
|
6198
6217
|
let elseBlock = null;
|
|
6199
6218
|
if (this.verificarSeSimboloAtualEIgualA(egua_classico_1.default.SENÃO)) {
|
|
@@ -6205,7 +6224,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6205
6224
|
this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
|
|
6206
6225
|
finallyBlock = this.blocoEscopo();
|
|
6207
6226
|
}
|
|
6208
|
-
return new declaracoes_1.Tente(0, 0, tryBlock,
|
|
6227
|
+
return new declaracoes_1.Tente(0, 0, tryBlock, blocosPegue, elseBlock, finallyBlock);
|
|
6209
6228
|
}
|
|
6210
6229
|
declaracaoFazer() {
|
|
6211
6230
|
try {
|
|
@@ -6343,7 +6362,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6343
6362
|
}
|
|
6344
6363
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6345
6364
|
|
|
6346
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
6365
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../tipos-de-simbolos/egua-classico":259,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6347
6366
|
"use strict";
|
|
6348
6367
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6349
6368
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7625,30 +7644,22 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
7625
7644
|
const simboloTente = this.simboloAnterior();
|
|
7626
7645
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'tente'.");
|
|
7627
7646
|
const blocoTente = await this.blocoEscopo();
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7638
|
-
|
|
7639
|
-
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7643
|
-
|
|
7644
|
-
], corpo, 'vazio', false);
|
|
7645
|
-
}
|
|
7646
|
-
else {
|
|
7647
|
-
// Caso 2: sem parâmetro de erro.
|
|
7648
|
-
// `pegue` recebe um bloco.
|
|
7649
|
-
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'pegue'.");
|
|
7650
|
-
blocoPegue = await this.blocoEscopo();
|
|
7651
|
-
}
|
|
7647
|
+
const blocosPegue = [];
|
|
7648
|
+
while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.PEGUE)) {
|
|
7649
|
+
let tipoExcecao;
|
|
7650
|
+
let parametro;
|
|
7651
|
+
// Opcional: tipo de exceção (identificador que não é 'como')
|
|
7652
|
+
if (this.verificarTipoSimboloAtual(pitugues_2.default.IDENTIFICADOR)) {
|
|
7653
|
+
tipoExcecao = this.avancarEDevolverAnterior();
|
|
7654
|
+
}
|
|
7655
|
+
// Opcional: 'como nome'
|
|
7656
|
+
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.COMO)) {
|
|
7657
|
+
parametro = this.consumir(pitugues_2.default.IDENTIFICADOR, `Esperado identificador após palavra reservada 'como' em bloco 'pegue'.`);
|
|
7658
|
+
this.pilhaEscopos.definirInformacoesVariavel(parametro.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(parametro.lexema, 'qualquer'));
|
|
7659
|
+
}
|
|
7660
|
+
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' antes do escopo do bloco 'pegue'.");
|
|
7661
|
+
const corpo = await this.blocoEscopo();
|
|
7662
|
+
blocosPegue.push(new declaracoes_1.BlocoPegue(parametro, tipoExcecao, corpo));
|
|
7652
7663
|
}
|
|
7653
7664
|
let blocoSenao = null;
|
|
7654
7665
|
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.SENAO, pitugues_2.default.SENÃO)) {
|
|
@@ -7660,7 +7671,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
7660
7671
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'pegue'.");
|
|
7661
7672
|
blocoFinalmente = await this.blocoEscopo();
|
|
7662
7673
|
}
|
|
7663
|
-
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente,
|
|
7674
|
+
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocosPegue, blocoSenao, blocoFinalmente);
|
|
7664
7675
|
}
|
|
7665
7676
|
async declaracaoFazer() {
|
|
7666
7677
|
const simboloFazer = this.simboloAnterior();
|
|
@@ -8251,7 +8262,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8251
8262
|
}
|
|
8252
8263
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
8253
8264
|
|
|
8254
|
-
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":
|
|
8265
|
+
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador":243,"../../lexador/micro-lexador-pitugues":248,"../../tipos-de-dados/dialetos/pitugues":254,"../../tipos-de-simbolos/pitugues":262,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":451}],15:[function(require,module,exports){
|
|
8255
8266
|
"use strict";
|
|
8256
8267
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8257
8268
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8799,7 +8810,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8799
8810
|
}
|
|
8800
8811
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8801
8812
|
|
|
8802
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
8813
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../lexador/simbolo":251,"../../tipos-de-simbolos/portugol-ipt":263,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8803
8814
|
"use strict";
|
|
8804
8815
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8805
8816
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9766,7 +9777,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9766
9777
|
}
|
|
9767
9778
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9768
9779
|
|
|
9769
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":
|
|
9780
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador":243,"../../tipos-de-simbolos/prisma":264,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":451}],17:[function(require,module,exports){
|
|
9770
9781
|
"use strict";
|
|
9771
9782
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9772
9783
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10774,7 +10785,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10774
10785
|
}
|
|
10775
10786
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10776
10787
|
|
|
10777
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":
|
|
10788
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador/simbolo":251,"../../tipos-de-dados/delegua":253,"../../tipos-de-simbolos/tenda":265,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":451}],18:[function(require,module,exports){
|
|
10778
10789
|
"use strict";
|
|
10779
10790
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10780
10791
|
if (k2 === undefined) k2 = k;
|
|
@@ -11043,7 +11054,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
11043
11054
|
}
|
|
11044
11055
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
11045
11056
|
|
|
11046
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
11057
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../tipos-de-simbolos/pitugues":262,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
11047
11058
|
"use strict";
|
|
11048
11059
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11049
11060
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -11229,7 +11240,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
11229
11240
|
}
|
|
11230
11241
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
11231
11242
|
|
|
11232
|
-
},{"../construtos":67,"../tipos-de-simbolos/comum":
|
|
11243
|
+
},{"../construtos":67,"../tipos-de-simbolos/comum":257,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
11233
11244
|
"use strict";
|
|
11234
11245
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11235
11246
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11462,7 +11473,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11462
11473
|
}
|
|
11463
11474
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11464
11475
|
|
|
11465
|
-
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11476
|
+
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":261,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11466
11477
|
"use strict";
|
|
11467
11478
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11468
11479
|
exports.MontaoTipos = void 0;
|
|
@@ -11513,7 +11524,7 @@ class MontaoTipos {
|
|
|
11513
11524
|
}
|
|
11514
11525
|
exports.MontaoTipos = MontaoTipos;
|
|
11515
11526
|
|
|
11516
|
-
},{"../geracao-identificadores":
|
|
11527
|
+
},{"../geracao-identificadores":148,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
|
|
11517
11528
|
"use strict";
|
|
11518
11529
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11519
11530
|
exports.PilhaEscopos = void 0;
|
|
@@ -12804,7 +12815,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12804
12815
|
return resultadoFinal;
|
|
12805
12816
|
}
|
|
12806
12817
|
|
|
12807
|
-
},{"../construtos":67,"../excecoes":
|
|
12818
|
+
},{"../construtos":67,"../excecoes":141,"../interpretador/estruturas":214,"../interpretador/estruturas/descritor-tipo-classe":211,"../interpretador/estruturas/funcao-padrao":213,"../interpretador/estruturas/objeto-delegua-classe":219,"../quebras":252}],30:[function(require,module,exports){
|
|
12808
12819
|
"use strict";
|
|
12809
12820
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12810
12821
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -12841,7 +12852,7 @@ exports.default = {
|
|
|
12841
12852
|
},
|
|
12842
12853
|
};
|
|
12843
12854
|
|
|
12844
|
-
},{"../../../construtos":67,"../../../excecoes":
|
|
12855
|
+
},{"../../../construtos":67,"../../../excecoes":141,"../../../informacao-elemento-sintatico":151}],31:[function(require,module,exports){
|
|
12845
12856
|
"use strict";
|
|
12846
12857
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12847
12858
|
const construtos_1 = require("../construtos");
|
|
@@ -12954,7 +12965,7 @@ exports.default = {
|
|
|
12954
12965
|
},
|
|
12955
12966
|
};
|
|
12956
12967
|
|
|
12957
|
-
},{"../construtos":67,"../informacao-elemento-sintatico":
|
|
12968
|
+
},{"../construtos":67,"../informacao-elemento-sintatico":151}],32:[function(require,module,exports){
|
|
12958
12969
|
"use strict";
|
|
12959
12970
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12960
12971
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13039,7 +13050,7 @@ exports.default = {
|
|
|
13039
13050
|
},
|
|
13040
13051
|
};
|
|
13041
13052
|
|
|
13042
|
-
},{"../informacao-elemento-sintatico":
|
|
13053
|
+
},{"../informacao-elemento-sintatico":151}],33:[function(require,module,exports){
|
|
13043
13054
|
"use strict";
|
|
13044
13055
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13045
13056
|
exports.implementacaoParticao = void 0;
|
|
@@ -13438,7 +13449,7 @@ exports.default = {
|
|
|
13438
13449
|
},
|
|
13439
13450
|
};
|
|
13440
13451
|
|
|
13441
|
-
},{"../construtos":67,"../excecoes":
|
|
13452
|
+
},{"../construtos":67,"../excecoes":141,"../informacao-elemento-sintatico":151}],34:[function(require,module,exports){
|
|
13442
13453
|
"use strict";
|
|
13443
13454
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13444
13455
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13849,7 +13860,7 @@ exports.default = {
|
|
|
13849
13860
|
},
|
|
13850
13861
|
};
|
|
13851
13862
|
|
|
13852
|
-
},{"../construtos":67,"../excecoes":
|
|
13863
|
+
},{"../construtos":67,"../excecoes":141,"../inferenciador":150,"../informacao-elemento-sintatico":151}],35:[function(require,module,exports){
|
|
13853
13864
|
"use strict";
|
|
13854
13865
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13855
13866
|
exports.construirModuloAfirmar = construirModuloAfirmar;
|
|
@@ -13917,7 +13928,7 @@ function construirModuloAfirmar() {
|
|
|
13917
13928
|
return modulo;
|
|
13918
13929
|
}
|
|
13919
13930
|
|
|
13920
|
-
},{"../../excecoes/erro-de-assertiva":
|
|
13931
|
+
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":213,"../../interpretador/estruturas/modulo":217}],36:[function(require,module,exports){
|
|
13921
13932
|
"use strict";
|
|
13922
13933
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13923
13934
|
exports.construirModuloDeTestes = construirModuloDeTestes;
|
|
@@ -14097,7 +14108,7 @@ function construirModuloDeTestes(interpretador, registro) {
|
|
|
14097
14108
|
return modulo;
|
|
14098
14109
|
}
|
|
14099
14110
|
|
|
14100
|
-
},{"../../excecoes/erro-de-assertiva":
|
|
14111
|
+
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":213,"../../interpretador/estruturas/modulo":217,"./modulo-afirmar":35}],37:[function(require,module,exports){
|
|
14101
14112
|
"use strict";
|
|
14102
14113
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14103
14114
|
exports.RegistroTestes = void 0;
|
|
@@ -14569,7 +14580,7 @@ class Binario {
|
|
|
14569
14580
|
}
|
|
14570
14581
|
exports.Binario = Binario;
|
|
14571
14582
|
|
|
14572
|
-
},{"../tipos-de-simbolos/delegua":
|
|
14583
|
+
},{"../tipos-de-simbolos/delegua":258}],51:[function(require,module,exports){
|
|
14573
14584
|
"use strict";
|
|
14574
14585
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14575
14586
|
exports.Bote = void 0;
|
|
@@ -14624,7 +14635,7 @@ class Chamada {
|
|
|
14624
14635
|
}
|
|
14625
14636
|
exports.Chamada = Chamada;
|
|
14626
14637
|
|
|
14627
|
-
},{"../geracao-identificadores":
|
|
14638
|
+
},{"../geracao-identificadores":148}],53:[function(require,module,exports){
|
|
14628
14639
|
"use strict";
|
|
14629
14640
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14630
14641
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -15132,7 +15143,7 @@ class Leia {
|
|
|
15132
15143
|
}
|
|
15133
15144
|
exports.Leia = Leia;
|
|
15134
15145
|
|
|
15135
|
-
},{"../geracao-identificadores":
|
|
15146
|
+
},{"../geracao-identificadores":148}],70:[function(require,module,exports){
|
|
15136
15147
|
"use strict";
|
|
15137
15148
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15138
15149
|
exports.ListaCompreensao = void 0;
|
|
@@ -15960,7 +15971,20 @@ class Ajuda extends declaracao_1.Declaracao {
|
|
|
15960
15971
|
}
|
|
15961
15972
|
exports.Ajuda = Ajuda;
|
|
15962
15973
|
|
|
15963
|
-
},{"./declaracao":
|
|
15974
|
+
},{"./declaracao":106}],98:[function(require,module,exports){
|
|
15975
|
+
"use strict";
|
|
15976
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15977
|
+
exports.BlocoPegue = void 0;
|
|
15978
|
+
class BlocoPegue {
|
|
15979
|
+
constructor(parametro, tipoExcecao, corpo = []) {
|
|
15980
|
+
this.parametro = parametro;
|
|
15981
|
+
this.tipoExcecao = tipoExcecao;
|
|
15982
|
+
this.corpo = corpo;
|
|
15983
|
+
}
|
|
15984
|
+
}
|
|
15985
|
+
exports.BlocoPegue = BlocoPegue;
|
|
15986
|
+
|
|
15987
|
+
},{}],99:[function(require,module,exports){
|
|
15964
15988
|
"use strict";
|
|
15965
15989
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15966
15990
|
exports.Bloco = void 0;
|
|
@@ -15984,7 +16008,7 @@ class Bloco extends declaracao_1.Declaracao {
|
|
|
15984
16008
|
}
|
|
15985
16009
|
exports.Bloco = Bloco;
|
|
15986
16010
|
|
|
15987
|
-
},{"./declaracao":
|
|
16011
|
+
},{"./declaracao":106}],100:[function(require,module,exports){
|
|
15988
16012
|
"use strict";
|
|
15989
16013
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15990
16014
|
exports.CabecalhoPrograma = void 0;
|
|
@@ -16006,7 +16030,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
|
|
|
16006
16030
|
}
|
|
16007
16031
|
exports.CabecalhoPrograma = CabecalhoPrograma;
|
|
16008
16032
|
|
|
16009
|
-
},{"./declaracao":
|
|
16033
|
+
},{"./declaracao":106}],101:[function(require,module,exports){
|
|
16010
16034
|
"use strict";
|
|
16011
16035
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16012
16036
|
exports.Classe = void 0;
|
|
@@ -16053,7 +16077,7 @@ class Classe extends declaracao_1.Declaracao {
|
|
|
16053
16077
|
}
|
|
16054
16078
|
exports.Classe = Classe;
|
|
16055
16079
|
|
|
16056
|
-
},{"./declaracao":
|
|
16080
|
+
},{"./declaracao":106}],102:[function(require,module,exports){
|
|
16057
16081
|
"use strict";
|
|
16058
16082
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16059
16083
|
exports.Comentario = void 0;
|
|
@@ -16078,7 +16102,7 @@ class Comentario extends declaracao_1.Declaracao {
|
|
|
16078
16102
|
}
|
|
16079
16103
|
exports.Comentario = Comentario;
|
|
16080
16104
|
|
|
16081
|
-
},{"./declaracao":
|
|
16105
|
+
},{"./declaracao":106}],103:[function(require,module,exports){
|
|
16082
16106
|
"use strict";
|
|
16083
16107
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16084
16108
|
exports.ConstMultiplo = void 0;
|
|
@@ -16103,7 +16127,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
|
|
|
16103
16127
|
}
|
|
16104
16128
|
exports.ConstMultiplo = ConstMultiplo;
|
|
16105
16129
|
|
|
16106
|
-
},{"./declaracao":
|
|
16130
|
+
},{"./declaracao":106}],104:[function(require,module,exports){
|
|
16107
16131
|
"use strict";
|
|
16108
16132
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16109
16133
|
exports.Const = void 0;
|
|
@@ -16133,7 +16157,7 @@ class Const extends declaracao_1.Declaracao {
|
|
|
16133
16157
|
}
|
|
16134
16158
|
exports.Const = Const;
|
|
16135
16159
|
|
|
16136
|
-
},{"./declaracao":
|
|
16160
|
+
},{"./declaracao":106}],105:[function(require,module,exports){
|
|
16137
16161
|
"use strict";
|
|
16138
16162
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16139
16163
|
exports.Continua = void 0;
|
|
@@ -16151,7 +16175,7 @@ class Continua extends declaracao_1.Declaracao {
|
|
|
16151
16175
|
}
|
|
16152
16176
|
exports.Continua = Continua;
|
|
16153
16177
|
|
|
16154
|
-
},{"./declaracao":
|
|
16178
|
+
},{"./declaracao":106}],106:[function(require,module,exports){
|
|
16155
16179
|
"use strict";
|
|
16156
16180
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16157
16181
|
exports.Declaracao = void 0;
|
|
@@ -16174,7 +16198,7 @@ class Declaracao {
|
|
|
16174
16198
|
}
|
|
16175
16199
|
exports.Declaracao = Declaracao;
|
|
16176
16200
|
|
|
16177
|
-
},{}],
|
|
16201
|
+
},{}],107:[function(require,module,exports){
|
|
16178
16202
|
"use strict";
|
|
16179
16203
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16180
16204
|
exports.Enquanto = void 0;
|
|
@@ -16194,7 +16218,7 @@ class Enquanto extends declaracao_1.Declaracao {
|
|
|
16194
16218
|
}
|
|
16195
16219
|
exports.Enquanto = Enquanto;
|
|
16196
16220
|
|
|
16197
|
-
},{"./declaracao":
|
|
16221
|
+
},{"./declaracao":106}],108:[function(require,module,exports){
|
|
16198
16222
|
"use strict";
|
|
16199
16223
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16200
16224
|
exports.Escolha = void 0;
|
|
@@ -16226,7 +16250,7 @@ class Escolha extends declaracao_1.Declaracao {
|
|
|
16226
16250
|
}
|
|
16227
16251
|
exports.Escolha = Escolha;
|
|
16228
16252
|
|
|
16229
|
-
},{"./declaracao":
|
|
16253
|
+
},{"./declaracao":106}],109:[function(require,module,exports){
|
|
16230
16254
|
"use strict";
|
|
16231
16255
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16232
16256
|
exports.EscrevaMesmaLinha = void 0;
|
|
@@ -16245,7 +16269,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
|
|
|
16245
16269
|
}
|
|
16246
16270
|
exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
|
|
16247
16271
|
|
|
16248
|
-
},{"./declaracao":
|
|
16272
|
+
},{"./declaracao":106}],110:[function(require,module,exports){
|
|
16249
16273
|
"use strict";
|
|
16250
16274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16251
16275
|
exports.Escreva = void 0;
|
|
@@ -16264,7 +16288,7 @@ class Escreva extends declaracao_1.Declaracao {
|
|
|
16264
16288
|
}
|
|
16265
16289
|
exports.Escreva = Escreva;
|
|
16266
16290
|
|
|
16267
|
-
},{"./declaracao":
|
|
16291
|
+
},{"./declaracao":106}],111:[function(require,module,exports){
|
|
16268
16292
|
"use strict";
|
|
16269
16293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16270
16294
|
exports.Expressao = void 0;
|
|
@@ -16283,7 +16307,7 @@ class Expressao extends declaracao_1.Declaracao {
|
|
|
16283
16307
|
}
|
|
16284
16308
|
exports.Expressao = Expressao;
|
|
16285
16309
|
|
|
16286
|
-
},{"./declaracao":
|
|
16310
|
+
},{"./declaracao":106}],112:[function(require,module,exports){
|
|
16287
16311
|
"use strict";
|
|
16288
16312
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16289
16313
|
exports.Extensao = void 0;
|
|
@@ -16313,7 +16337,7 @@ class Extensao extends declaracao_1.Declaracao {
|
|
|
16313
16337
|
}
|
|
16314
16338
|
exports.Extensao = Extensao;
|
|
16315
16339
|
|
|
16316
|
-
},{"./declaracao":
|
|
16340
|
+
},{"./declaracao":106}],113:[function(require,module,exports){
|
|
16317
16341
|
"use strict";
|
|
16318
16342
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16319
16343
|
exports.Falhar = void 0;
|
|
@@ -16333,7 +16357,7 @@ class Falhar extends declaracao_1.Declaracao {
|
|
|
16333
16357
|
}
|
|
16334
16358
|
exports.Falhar = Falhar;
|
|
16335
16359
|
|
|
16336
|
-
},{"./declaracao":
|
|
16360
|
+
},{"./declaracao":106}],114:[function(require,module,exports){
|
|
16337
16361
|
"use strict";
|
|
16338
16362
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16339
16363
|
exports.Fazer = void 0;
|
|
@@ -16353,7 +16377,7 @@ class Fazer extends declaracao_1.Declaracao {
|
|
|
16353
16377
|
}
|
|
16354
16378
|
exports.Fazer = Fazer;
|
|
16355
16379
|
|
|
16356
|
-
},{"./declaracao":
|
|
16380
|
+
},{"./declaracao":106}],115:[function(require,module,exports){
|
|
16357
16381
|
"use strict";
|
|
16358
16382
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16359
16383
|
exports.FuncaoDeclaracao = void 0;
|
|
@@ -16386,7 +16410,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
16386
16410
|
}
|
|
16387
16411
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
16388
16412
|
|
|
16389
|
-
},{"../geracao-identificadores":
|
|
16413
|
+
},{"../geracao-identificadores":148,"./declaracao":106}],116:[function(require,module,exports){
|
|
16390
16414
|
"use strict";
|
|
16391
16415
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16392
16416
|
exports.Importar = void 0;
|
|
@@ -16412,7 +16436,7 @@ class Importar extends declaracao_1.Declaracao {
|
|
|
16412
16436
|
}
|
|
16413
16437
|
exports.Importar = Importar;
|
|
16414
16438
|
|
|
16415
|
-
},{"./declaracao":
|
|
16439
|
+
},{"./declaracao":106}],117:[function(require,module,exports){
|
|
16416
16440
|
"use strict";
|
|
16417
16441
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16418
16442
|
if (k2 === undefined) k2 = k;
|
|
@@ -16430,6 +16454,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16430
16454
|
};
|
|
16431
16455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16432
16456
|
__exportStar(require("./ajuda"), exports);
|
|
16457
|
+
__exportStar(require("./bloco-pegue"), exports);
|
|
16433
16458
|
__exportStar(require("./bloco"), exports);
|
|
16434
16459
|
__exportStar(require("./cabecalho-programa"), exports);
|
|
16435
16460
|
__exportStar(require("./classe"), exports);
|
|
@@ -16463,7 +16488,7 @@ __exportStar(require("./texto-documentacao"), exports);
|
|
|
16463
16488
|
__exportStar(require("./var"), exports);
|
|
16464
16489
|
__exportStar(require("./var-multiplo"), exports);
|
|
16465
16490
|
|
|
16466
|
-
},{"./ajuda":97,"./bloco":98,"./cabecalho-programa":
|
|
16491
|
+
},{"./ajuda":97,"./bloco":99,"./bloco-pegue":98,"./cabecalho-programa":100,"./classe":101,"./comentario":102,"./const":104,"./const-multiplo":103,"./continua":105,"./declaracao":106,"./enquanto":107,"./escolha":108,"./escreva":110,"./escreva-mesma-linha":109,"./expressao":111,"./extensao":112,"./falhar":113,"./fazer":114,"./funcao":115,"./importar":116,"./inicio-algoritmo":118,"./interface":119,"./para":121,"./para-cada":120,"./propriedade-classe":122,"./retorna":123,"./se":124,"./sustar":125,"./tendo-como":126,"./tente":127,"./texto-documentacao":128,"./var":130,"./var-multiplo":129}],118:[function(require,module,exports){
|
|
16467
16492
|
"use strict";
|
|
16468
16493
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16469
16494
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -16485,7 +16510,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
|
16485
16510
|
}
|
|
16486
16511
|
exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
16487
16512
|
|
|
16488
|
-
},{"./declaracao":
|
|
16513
|
+
},{"./declaracao":106}],119:[function(require,module,exports){
|
|
16489
16514
|
"use strict";
|
|
16490
16515
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16491
16516
|
exports.InterfaceDeclaracao = exports.AssinaturaMetodo = void 0;
|
|
@@ -16531,7 +16556,7 @@ class InterfaceDeclaracao extends declaracao_1.Declaracao {
|
|
|
16531
16556
|
}
|
|
16532
16557
|
exports.InterfaceDeclaracao = InterfaceDeclaracao;
|
|
16533
16558
|
|
|
16534
|
-
},{"./declaracao":
|
|
16559
|
+
},{"./declaracao":106}],120:[function(require,module,exports){
|
|
16535
16560
|
"use strict";
|
|
16536
16561
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16537
16562
|
exports.ParaCada = void 0;
|
|
@@ -16553,7 +16578,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
16553
16578
|
}
|
|
16554
16579
|
exports.ParaCada = ParaCada;
|
|
16555
16580
|
|
|
16556
|
-
},{"./declaracao":
|
|
16581
|
+
},{"./declaracao":106}],121:[function(require,module,exports){
|
|
16557
16582
|
"use strict";
|
|
16558
16583
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16559
16584
|
exports.Para = void 0;
|
|
@@ -16589,7 +16614,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
16589
16614
|
}
|
|
16590
16615
|
exports.Para = Para;
|
|
16591
16616
|
|
|
16592
|
-
},{"./declaracao":
|
|
16617
|
+
},{"./declaracao":106}],122:[function(require,module,exports){
|
|
16593
16618
|
"use strict";
|
|
16594
16619
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16595
16620
|
exports.PropriedadeClasse = void 0;
|
|
@@ -16615,7 +16640,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
16615
16640
|
}
|
|
16616
16641
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
16617
16642
|
|
|
16618
|
-
},{"./declaracao":
|
|
16643
|
+
},{"./declaracao":106}],123:[function(require,module,exports){
|
|
16619
16644
|
"use strict";
|
|
16620
16645
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16621
16646
|
exports.Retorna = void 0;
|
|
@@ -16641,7 +16666,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
16641
16666
|
}
|
|
16642
16667
|
exports.Retorna = Retorna;
|
|
16643
16668
|
|
|
16644
|
-
},{"./declaracao":
|
|
16669
|
+
},{"./declaracao":106}],124:[function(require,module,exports){
|
|
16645
16670
|
"use strict";
|
|
16646
16671
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16647
16672
|
exports.Se = void 0;
|
|
@@ -16672,7 +16697,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
16672
16697
|
}
|
|
16673
16698
|
exports.Se = Se;
|
|
16674
16699
|
|
|
16675
|
-
},{"./declaracao":
|
|
16700
|
+
},{"./declaracao":106}],125:[function(require,module,exports){
|
|
16676
16701
|
"use strict";
|
|
16677
16702
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16678
16703
|
exports.Sustar = void 0;
|
|
@@ -16690,7 +16715,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
16690
16715
|
}
|
|
16691
16716
|
exports.Sustar = Sustar;
|
|
16692
16717
|
|
|
16693
|
-
},{"./declaracao":
|
|
16718
|
+
},{"./declaracao":106}],126:[function(require,module,exports){
|
|
16694
16719
|
"use strict";
|
|
16695
16720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16696
16721
|
exports.TendoComo = void 0;
|
|
@@ -16716,7 +16741,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
16716
16741
|
}
|
|
16717
16742
|
exports.TendoComo = TendoComo;
|
|
16718
16743
|
|
|
16719
|
-
},{"./declaracao":
|
|
16744
|
+
},{"./declaracao":106}],127:[function(require,module,exports){
|
|
16720
16745
|
"use strict";
|
|
16721
16746
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16722
16747
|
exports.Tente = void 0;
|
|
@@ -16737,9 +16762,9 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
16737
16762
|
}
|
|
16738
16763
|
paraTexto() {
|
|
16739
16764
|
const tente = this.caminhoTente.map((d) => d.paraTexto()).join('');
|
|
16740
|
-
const pegue =
|
|
16741
|
-
|
|
16742
|
-
|
|
16765
|
+
const pegue = this.caminhoPegue
|
|
16766
|
+
.map((b) => b.corpo.map((d) => d.paraTexto()).join(''))
|
|
16767
|
+
.join('');
|
|
16743
16768
|
const senao = this.caminhoSenao.map((d) => d.paraTexto()).join('');
|
|
16744
16769
|
const finalmente = this.caminhoFinalmente.map((d) => d.paraTexto()).join('');
|
|
16745
16770
|
return `<tente><tente-corpo>${tente}</tente-corpo><pegue>${pegue}</pegue><senão>${senao}</senão><finalmente>${finalmente}</finalmente></tente>`;
|
|
@@ -16747,7 +16772,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
16747
16772
|
}
|
|
16748
16773
|
exports.Tente = Tente;
|
|
16749
16774
|
|
|
16750
|
-
},{"./declaracao":
|
|
16775
|
+
},{"./declaracao":106}],128:[function(require,module,exports){
|
|
16751
16776
|
"use strict";
|
|
16752
16777
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16753
16778
|
exports.TextoDocumentacao = void 0;
|
|
@@ -16769,7 +16794,7 @@ class TextoDocumentacao extends declaracao_1.Declaracao {
|
|
|
16769
16794
|
}
|
|
16770
16795
|
exports.TextoDocumentacao = TextoDocumentacao;
|
|
16771
16796
|
|
|
16772
|
-
},{"./declaracao":
|
|
16797
|
+
},{"./declaracao":106}],129:[function(require,module,exports){
|
|
16773
16798
|
"use strict";
|
|
16774
16799
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16775
16800
|
exports.VarMultiplo = void 0;
|
|
@@ -16795,7 +16820,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
16795
16820
|
}
|
|
16796
16821
|
exports.VarMultiplo = VarMultiplo;
|
|
16797
16822
|
|
|
16798
|
-
},{"./declaracao":
|
|
16823
|
+
},{"./declaracao":106}],130:[function(require,module,exports){
|
|
16799
16824
|
"use strict";
|
|
16800
16825
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16801
16826
|
exports.Var = void 0;
|
|
@@ -16830,7 +16855,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
16830
16855
|
}
|
|
16831
16856
|
exports.Var = Var;
|
|
16832
16857
|
|
|
16833
|
-
},{"./declaracao":
|
|
16858
|
+
},{"./declaracao":106}],131:[function(require,module,exports){
|
|
16834
16859
|
"use strict";
|
|
16835
16860
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16836
16861
|
exports.EstilizadorDelegua = void 0;
|
|
@@ -17079,7 +17104,7 @@ class EstilizadorDelegua {
|
|
|
17079
17104
|
}
|
|
17080
17105
|
exports.EstilizadorDelegua = EstilizadorDelegua;
|
|
17081
17106
|
|
|
17082
|
-
},{"../formatadores":
|
|
17107
|
+
},{"../formatadores":147,"./quebrador-linha":133}],132:[function(require,module,exports){
|
|
17083
17108
|
"use strict";
|
|
17084
17109
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17085
17110
|
if (k2 === undefined) k2 = k;
|
|
@@ -17100,7 +17125,7 @@ __exportStar(require("./estilizador-delegua"), exports);
|
|
|
17100
17125
|
__exportStar(require("./quebrador-linha"), exports);
|
|
17101
17126
|
__exportStar(require("./regras"), exports);
|
|
17102
17127
|
|
|
17103
|
-
},{"./estilizador-delegua":
|
|
17128
|
+
},{"./estilizador-delegua":131,"./quebrador-linha":133,"./regras":134}],133:[function(require,module,exports){
|
|
17104
17129
|
"use strict";
|
|
17105
17130
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17106
17131
|
exports.QuebradorDeLinha = void 0;
|
|
@@ -17298,7 +17323,7 @@ class QuebradorDeLinha {
|
|
|
17298
17323
|
}
|
|
17299
17324
|
exports.QuebradorDeLinha = QuebradorDeLinha;
|
|
17300
17325
|
|
|
17301
|
-
},{}],
|
|
17326
|
+
},{}],134:[function(require,module,exports){
|
|
17302
17327
|
"use strict";
|
|
17303
17328
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17304
17329
|
if (k2 === undefined) k2 = k;
|
|
@@ -17320,7 +17345,7 @@ __exportStar(require("./regra-convencao-nomenclatura"), exports);
|
|
|
17320
17345
|
__exportStar(require("./regra-explicitar-tipos-parametros"), exports);
|
|
17321
17346
|
__exportStar(require("./regra-paradigma-consistente"), exports);
|
|
17322
17347
|
|
|
17323
|
-
},{"./regra-convencao-nomenclatura":
|
|
17348
|
+
},{"./regra-convencao-nomenclatura":135,"./regra-explicitar-tipos-parametros":136,"./regra-fortalecer-tipos":137,"./regra-paradigma-consistente":138}],135:[function(require,module,exports){
|
|
17324
17349
|
"use strict";
|
|
17325
17350
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17326
17351
|
exports.RegraConvencaoNomenclatura = void 0;
|
|
@@ -17489,7 +17514,7 @@ class RegraConvencaoNomenclatura {
|
|
|
17489
17514
|
}
|
|
17490
17515
|
exports.RegraConvencaoNomenclatura = RegraConvencaoNomenclatura;
|
|
17491
17516
|
|
|
17492
|
-
},{"../../declaracoes":
|
|
17517
|
+
},{"../../declaracoes":117}],136:[function(require,module,exports){
|
|
17493
17518
|
"use strict";
|
|
17494
17519
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17495
17520
|
exports.RegraExplicitarTiposParametros = void 0;
|
|
@@ -17540,7 +17565,7 @@ class RegraExplicitarTiposParametros {
|
|
|
17540
17565
|
}
|
|
17541
17566
|
exports.RegraExplicitarTiposParametros = RegraExplicitarTiposParametros;
|
|
17542
17567
|
|
|
17543
|
-
},{}],
|
|
17568
|
+
},{}],137:[function(require,module,exports){
|
|
17544
17569
|
"use strict";
|
|
17545
17570
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17546
17571
|
exports.RegraFortalecerTipos = void 0;
|
|
@@ -17625,7 +17650,7 @@ class RegraFortalecerTipos {
|
|
|
17625
17650
|
}
|
|
17626
17651
|
exports.RegraFortalecerTipos = RegraFortalecerTipos;
|
|
17627
17652
|
|
|
17628
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
17653
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150}],138:[function(require,module,exports){
|
|
17629
17654
|
"use strict";
|
|
17630
17655
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17631
17656
|
exports.RegraParadigmaConsistente = void 0;
|
|
@@ -17715,7 +17740,7 @@ class RegraParadigmaConsistente {
|
|
|
17715
17740
|
}
|
|
17716
17741
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17717
17742
|
|
|
17718
|
-
},{"../../construtos/leia":69,"../../declaracoes":
|
|
17743
|
+
},{"../../construtos/leia":69,"../../declaracoes":117,"../../lexador/mapeamento-paradigmas":247}],139:[function(require,module,exports){
|
|
17719
17744
|
"use strict";
|
|
17720
17745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17721
17746
|
exports.ErroDeAssertiva = void 0;
|
|
@@ -17730,7 +17755,7 @@ class ErroDeAssertiva extends erro_em_tempo_de_execucao_1.ErroEmTempoDeExecucao
|
|
|
17730
17755
|
}
|
|
17731
17756
|
exports.ErroDeAssertiva = ErroDeAssertiva;
|
|
17732
17757
|
|
|
17733
|
-
},{"./erro-em-tempo-de-execucao":
|
|
17758
|
+
},{"./erro-em-tempo-de-execucao":140}],140:[function(require,module,exports){
|
|
17734
17759
|
"use strict";
|
|
17735
17760
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17736
17761
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -17745,7 +17770,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
17745
17770
|
}
|
|
17746
17771
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
17747
17772
|
|
|
17748
|
-
},{}],
|
|
17773
|
+
},{}],141:[function(require,module,exports){
|
|
17749
17774
|
"use strict";
|
|
17750
17775
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17751
17776
|
if (k2 === undefined) k2 = k;
|
|
@@ -17765,11 +17790,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17765
17790
|
__exportStar(require("./erro-de-assertiva"), exports);
|
|
17766
17791
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
17767
17792
|
|
|
17768
|
-
},{"./erro-de-assertiva":
|
|
17793
|
+
},{"./erro-de-assertiva":139,"./erro-em-tempo-de-execucao":140}],142:[function(require,module,exports){
|
|
17769
17794
|
"use strict";
|
|
17770
17795
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17771
17796
|
|
|
17772
|
-
},{}],
|
|
17797
|
+
},{}],143:[function(require,module,exports){
|
|
17773
17798
|
"use strict";
|
|
17774
17799
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17775
17800
|
if (k2 === undefined) k2 = k;
|
|
@@ -17789,7 +17814,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17789
17814
|
__exportStar(require("./despachador-ffi-interface"), exports);
|
|
17790
17815
|
__exportStar(require("./leitor-definicao"), exports);
|
|
17791
17816
|
|
|
17792
|
-
},{"./despachador-ffi-interface":
|
|
17817
|
+
},{"./despachador-ffi-interface":142,"./leitor-definicao":144}],144:[function(require,module,exports){
|
|
17793
17818
|
"use strict";
|
|
17794
17819
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17795
17820
|
exports.lerMetadadosClasse = lerMetadadosClasse;
|
|
@@ -17846,7 +17871,7 @@ function lerMetadadosMetodo(decoradores, nomeMetodo, prefixo) {
|
|
|
17846
17871
|
return { simbolo: prefixo + nomeMetodo };
|
|
17847
17872
|
}
|
|
17848
17873
|
|
|
17849
|
-
},{"../construtos":67}],
|
|
17874
|
+
},{"../construtos":67}],145:[function(require,module,exports){
|
|
17850
17875
|
"use strict";
|
|
17851
17876
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17852
17877
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18283,28 +18308,28 @@ class FormatadorDelegua {
|
|
|
18283
18308
|
this.formatarDeclaracaoOuConstruto(declaracaoBloco);
|
|
18284
18309
|
}
|
|
18285
18310
|
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
if (
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18295
|
-
|
|
18296
|
-
|
|
18311
|
+
for (const bloco of declaracao.caminhoPegue) {
|
|
18312
|
+
let cabecalho = '} pegue';
|
|
18313
|
+
if (bloco.parametro) {
|
|
18314
|
+
cabecalho += bloco.tipoExcecao
|
|
18315
|
+
? ` (${bloco.parametro.lexema}: ${bloco.tipoExcecao.lexema})`
|
|
18316
|
+
: ` (${bloco.parametro.lexema})`;
|
|
18317
|
+
}
|
|
18318
|
+
this.codigoFormatado += `${cabecalho} {${this.quebraLinha}`;
|
|
18319
|
+
this.indentacaoAtual += this.tamanhoIndentacao;
|
|
18320
|
+
for (let declaracaoBloco of bloco.corpo) {
|
|
18321
|
+
this.formatarDeclaracaoOuConstruto(declaracaoBloco);
|
|
18297
18322
|
}
|
|
18323
|
+
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18298
18324
|
}
|
|
18299
|
-
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18300
18325
|
if (declaracao.caminhoFinalmente) {
|
|
18301
18326
|
this.codigoFormatado += `} finalmente {${this.quebraLinha}`;
|
|
18302
18327
|
this.indentacaoAtual += this.tamanhoIndentacao;
|
|
18303
18328
|
for (let declaracaoBloco of declaracao.caminhoFinalmente) {
|
|
18304
18329
|
this.formatarDeclaracaoOuConstruto(declaracaoBloco);
|
|
18305
18330
|
}
|
|
18331
|
+
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18306
18332
|
}
|
|
18307
|
-
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18308
18333
|
this.codigoFormatado += `${' '.repeat(this.indentacaoAtual)}}${this.quebraLinha}`;
|
|
18309
18334
|
}
|
|
18310
18335
|
visitarDeclaracaoVar(declaracao) {
|
|
@@ -18807,14 +18832,13 @@ class FormatadorDelegua {
|
|
|
18807
18832
|
}
|
|
18808
18833
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18809
18834
|
|
|
18810
|
-
},{"../construtos":67,"../declaracoes":
|
|
18835
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],146:[function(require,module,exports){
|
|
18811
18836
|
"use strict";
|
|
18812
18837
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18813
18838
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18814
18839
|
};
|
|
18815
18840
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18816
18841
|
exports.FormatadorPitugues = void 0;
|
|
18817
|
-
const construtos_1 = require("../construtos");
|
|
18818
18842
|
const declaracoes_1 = require("../declaracoes");
|
|
18819
18843
|
const pitugues_1 = __importDefault(require("../tipos-de-simbolos/pitugues"));
|
|
18820
18844
|
class FormatadorPitugues {
|
|
@@ -19057,13 +19081,15 @@ class FormatadorPitugues {
|
|
|
19057
19081
|
for (const instrução of declaração.caminhoTente)
|
|
19058
19082
|
await instrução.aceitar(this);
|
|
19059
19083
|
this.diminuirIndentação();
|
|
19060
|
-
|
|
19061
|
-
|
|
19084
|
+
for (const bloco of declaração.caminhoPegue) {
|
|
19085
|
+
let cabecalho = 'pegue';
|
|
19086
|
+
if (bloco.tipoExcecao)
|
|
19087
|
+
cabecalho += ` ${bloco.tipoExcecao.lexema}`;
|
|
19088
|
+
if (bloco.parametro)
|
|
19089
|
+
cabecalho += ` como ${bloco.parametro.lexema}`;
|
|
19090
|
+
this.adicionarLinha(`${cabecalho}:`);
|
|
19062
19091
|
this.aumentarIndentação();
|
|
19063
|
-
const
|
|
19064
|
-
? declaração.caminhoPegue.corpo
|
|
19065
|
-
: declaração.caminhoPegue;
|
|
19066
|
-
for (const instrução of declaracoes) {
|
|
19092
|
+
for (const instrução of bloco.corpo) {
|
|
19067
19093
|
await instrução.aceitar(this);
|
|
19068
19094
|
}
|
|
19069
19095
|
this.diminuirIndentação();
|
|
@@ -19279,7 +19305,7 @@ class FormatadorPitugues {
|
|
|
19279
19305
|
}
|
|
19280
19306
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
19281
19307
|
|
|
19282
|
-
},{"../
|
|
19308
|
+
},{"../declaracoes":117,"../tipos-de-simbolos/pitugues":262}],147:[function(require,module,exports){
|
|
19283
19309
|
"use strict";
|
|
19284
19310
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19285
19311
|
if (k2 === undefined) k2 = k;
|
|
@@ -19299,7 +19325,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19299
19325
|
__exportStar(require("./formatador-delegua"), exports);
|
|
19300
19326
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
19301
19327
|
|
|
19302
|
-
},{"./formatador-delegua":
|
|
19328
|
+
},{"./formatador-delegua":145,"./formatador-pitugues":146}],148:[function(require,module,exports){
|
|
19303
19329
|
"use strict";
|
|
19304
19330
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19305
19331
|
exports.cyrb53 = cyrb53;
|
|
@@ -19343,7 +19369,7 @@ function uuidv4() {
|
|
|
19343
19369
|
});
|
|
19344
19370
|
}
|
|
19345
19371
|
|
|
19346
|
-
},{}],
|
|
19372
|
+
},{}],149:[function(require,module,exports){
|
|
19347
19373
|
"use strict";
|
|
19348
19374
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19349
19375
|
if (k2 === undefined) k2 = k;
|
|
@@ -19373,7 +19399,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
19373
19399
|
__exportStar(require("./lexador"), exports);
|
|
19374
19400
|
__exportStar(require("./tradutores"), exports);
|
|
19375
19401
|
|
|
19376
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":
|
|
19402
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":117,"./estilizador":132,"./ffi":143,"./formatadores":147,"./geracao-identificadores":148,"./interfaces":180,"./interpretador":223,"./lexador":243,"./tradutores":266}],150:[function(require,module,exports){
|
|
19377
19403
|
"use strict";
|
|
19378
19404
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19379
19405
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19501,7 +19527,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19501
19527
|
}
|
|
19502
19528
|
}
|
|
19503
19529
|
|
|
19504
|
-
},{"./tipos-de-dados/delegua":
|
|
19530
|
+
},{"./tipos-de-dados/delegua":253,"./tipos-de-dados/primitivos":255,"./tipos-de-simbolos/delegua":258}],151:[function(require,module,exports){
|
|
19505
19531
|
"use strict";
|
|
19506
19532
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19507
19533
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -19520,15 +19546,15 @@ class InformacaoElementoSintatico {
|
|
|
19520
19546
|
}
|
|
19521
19547
|
exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
|
|
19522
19548
|
|
|
19523
|
-
},{}],
|
|
19549
|
+
},{}],152:[function(require,module,exports){
|
|
19524
19550
|
"use strict";
|
|
19525
19551
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19526
19552
|
|
|
19527
|
-
},{}],
|
|
19553
|
+
},{}],153:[function(require,module,exports){
|
|
19528
19554
|
"use strict";
|
|
19529
19555
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19530
19556
|
|
|
19531
|
-
},{}],
|
|
19557
|
+
},{}],154:[function(require,module,exports){
|
|
19532
19558
|
"use strict";
|
|
19533
19559
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19534
19560
|
if (k2 === undefined) k2 = k;
|
|
@@ -19549,11 +19575,7 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
|
|
|
19549
19575
|
__exportStar(require("./correcao-implementacao-interface"), exports);
|
|
19550
19576
|
__exportStar(require("./membro-interface-faltando-interface"), exports);
|
|
19551
19577
|
|
|
19552
|
-
},{"./avaliador-sintatico-interface":
|
|
19553
|
-
"use strict";
|
|
19554
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19555
|
-
|
|
19556
|
-
},{}],155:[function(require,module,exports){
|
|
19578
|
+
},{"./avaliador-sintatico-interface":152,"./correcao-implementacao-interface":153,"./membro-interface-faltando-interface":155}],155:[function(require,module,exports){
|
|
19557
19579
|
"use strict";
|
|
19558
19580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19559
19581
|
|
|
@@ -19571,6 +19593,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19571
19593
|
|
|
19572
19594
|
},{}],159:[function(require,module,exports){
|
|
19573
19595
|
"use strict";
|
|
19596
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19597
|
+
|
|
19598
|
+
},{}],160:[function(require,module,exports){
|
|
19599
|
+
"use strict";
|
|
19574
19600
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19575
19601
|
if (k2 === undefined) k2 = k;
|
|
19576
19602
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19589,11 +19615,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19589
19615
|
__exportStar(require("./caminho-escolha-interface"), exports);
|
|
19590
19616
|
__exportStar(require("./construto-interface"), exports);
|
|
19591
19617
|
|
|
19592
|
-
},{"./caminho-escolha-interface":
|
|
19618
|
+
},{"./caminho-escolha-interface":158,"./construto-interface":159}],161:[function(require,module,exports){
|
|
19593
19619
|
"use strict";
|
|
19594
19620
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19595
19621
|
|
|
19596
|
-
},{}],
|
|
19622
|
+
},{}],162:[function(require,module,exports){
|
|
19597
19623
|
"use strict";
|
|
19598
19624
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19599
19625
|
if (k2 === undefined) k2 = k;
|
|
@@ -19612,15 +19638,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19612
19638
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19613
19639
|
__exportStar(require("./caminho-se-senao-interface"), exports);
|
|
19614
19640
|
|
|
19615
|
-
},{"./caminho-se-senao-interface":
|
|
19641
|
+
},{"./caminho-se-senao-interface":161}],163:[function(require,module,exports){
|
|
19616
19642
|
"use strict";
|
|
19617
19643
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19618
19644
|
|
|
19619
|
-
},{}],
|
|
19645
|
+
},{}],164:[function(require,module,exports){
|
|
19620
19646
|
"use strict";
|
|
19621
19647
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19622
19648
|
|
|
19623
|
-
},{}],
|
|
19649
|
+
},{}],165:[function(require,module,exports){
|
|
19624
19650
|
"use strict";
|
|
19625
19651
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19626
19652
|
if (k2 === undefined) k2 = k;
|
|
@@ -19642,19 +19668,19 @@ __exportStar(require("./fazer-interface"), exports);
|
|
|
19642
19668
|
__exportStar(require("./para-cada-interface"), exports);
|
|
19643
19669
|
__exportStar(require("./para-interface"), exports);
|
|
19644
19670
|
|
|
19645
|
-
},{"./enquanto-interface":
|
|
19671
|
+
},{"./enquanto-interface":163,"./fazer-interface":164,"./para-cada-interface":166,"./para-interface":167}],166:[function(require,module,exports){
|
|
19646
19672
|
"use strict";
|
|
19647
19673
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19648
19674
|
|
|
19649
|
-
},{}],
|
|
19675
|
+
},{}],167:[function(require,module,exports){
|
|
19650
19676
|
"use strict";
|
|
19651
19677
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19652
19678
|
|
|
19653
|
-
},{}],
|
|
19679
|
+
},{}],168:[function(require,module,exports){
|
|
19654
19680
|
"use strict";
|
|
19655
19681
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19656
19682
|
|
|
19657
|
-
},{}],
|
|
19683
|
+
},{}],169:[function(require,module,exports){
|
|
19658
19684
|
"use strict";
|
|
19659
19685
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19660
19686
|
if (k2 === undefined) k2 = k;
|
|
@@ -19673,11 +19699,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19673
19699
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19674
19700
|
__exportStar(require("./retorno-resolvedor-interface"), exports);
|
|
19675
19701
|
|
|
19676
|
-
},{"./retorno-resolvedor-interface":
|
|
19677
|
-
"use strict";
|
|
19678
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19679
|
-
|
|
19680
|
-
},{}],170:[function(require,module,exports){
|
|
19702
|
+
},{"./retorno-resolvedor-interface":170}],170:[function(require,module,exports){
|
|
19681
19703
|
"use strict";
|
|
19682
19704
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19683
19705
|
|
|
@@ -19696,6 +19718,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19696
19718
|
},{}],174:[function(require,module,exports){
|
|
19697
19719
|
"use strict";
|
|
19698
19720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19721
|
+
|
|
19722
|
+
},{}],175:[function(require,module,exports){
|
|
19723
|
+
"use strict";
|
|
19724
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19699
19725
|
exports.DiagnosticoSeveridade = void 0;
|
|
19700
19726
|
var DiagnosticoSeveridade;
|
|
19701
19727
|
(function (DiagnosticoSeveridade) {
|
|
@@ -19705,11 +19731,11 @@ var DiagnosticoSeveridade;
|
|
|
19705
19731
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
19706
19732
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
19707
19733
|
|
|
19708
|
-
},{}],
|
|
19734
|
+
},{}],176:[function(require,module,exports){
|
|
19709
19735
|
"use strict";
|
|
19710
19736
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19711
19737
|
|
|
19712
|
-
},{}],
|
|
19738
|
+
},{}],177:[function(require,module,exports){
|
|
19713
19739
|
"use strict";
|
|
19714
19740
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19715
19741
|
if (k2 === undefined) k2 = k;
|
|
@@ -19731,15 +19757,15 @@ __exportStar(require("./correcao-sugerida-interface"), exports);
|
|
|
19731
19757
|
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
19732
19758
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
19733
19759
|
|
|
19734
|
-
},{"./correcao-implementacao-metodo-interface":
|
|
19760
|
+
},{"./correcao-implementacao-metodo-interface":173,"./correcao-sugerida-interface":174,"./diagnostico-analisador-semantico-interface":175,"./erro-interpretador-interface":176}],178:[function(require,module,exports){
|
|
19735
19761
|
"use strict";
|
|
19736
19762
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19737
19763
|
|
|
19738
|
-
},{}],
|
|
19764
|
+
},{}],179:[function(require,module,exports){
|
|
19739
19765
|
"use strict";
|
|
19740
19766
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19741
19767
|
|
|
19742
|
-
},{}],
|
|
19768
|
+
},{}],180:[function(require,module,exports){
|
|
19743
19769
|
"use strict";
|
|
19744
19770
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19745
19771
|
if (k2 === undefined) k2 = k;
|
|
@@ -19788,11 +19814,7 @@ __exportStar(require("./erros"), exports);
|
|
|
19788
19814
|
__exportStar(require("./retornos"), exports);
|
|
19789
19815
|
__exportStar(require("./tradutores"), exports);
|
|
19790
19816
|
|
|
19791
|
-
},{"./avaliador-sintatico":
|
|
19792
|
-
"use strict";
|
|
19793
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19794
|
-
|
|
19795
|
-
},{}],181:[function(require,module,exports){
|
|
19817
|
+
},{"./avaliador-sintatico":154,"./componente-modulo-classe-interface":156,"./componente-modulo-funcao-interface":157,"./construtos":160,"./declaracoes":162,"./delegua":165,"./depuracao":168,"./egua-classico":169,"./entrada-tabela-diagnostico-semantico-interface":171,"./entrada-tabela-diagnosticos-sintatico-interface":172,"./erros":177,"./estilizador/estilizador-interface":178,"./formatador-comum-interface":179,"./interpretador-com-depuracao-interface":181,"./interpretador-interface":182,"./iteravel-interface":183,"./lexador-interface":184,"./modulo-interface":185,"./parametro-interface":186,"./pilha-interface":187,"./primitiva-interface":188,"./resolvedor-interface":189,"./resultado-parcial-interpretador-interface":190,"./retornos":191,"./retornos/retorno-execucao-interface":194,"./simbolo-interface":197,"./tradutores":199,"./tradutores/tradutor-interface":200,"./variavel-interface":201,"./visitante-comum-interface":202,"./visitante-delegua-interface":203}],181:[function(require,module,exports){
|
|
19796
19818
|
"use strict";
|
|
19797
19819
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19798
19820
|
|
|
@@ -19830,6 +19852,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19830
19852
|
|
|
19831
19853
|
},{}],190:[function(require,module,exports){
|
|
19832
19854
|
"use strict";
|
|
19855
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19856
|
+
|
|
19857
|
+
},{}],191:[function(require,module,exports){
|
|
19858
|
+
"use strict";
|
|
19833
19859
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19834
19860
|
if (k2 === undefined) k2 = k;
|
|
19835
19861
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19851,11 +19877,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
19851
19877
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19852
19878
|
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19853
19879
|
|
|
19854
|
-
},{"./retorno-analisador-semantico-interface":
|
|
19855
|
-
"use strict";
|
|
19856
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19857
|
-
|
|
19858
|
-
},{}],192:[function(require,module,exports){
|
|
19880
|
+
},{"./retorno-analisador-semantico-interface":192,"./retorno-avaliador-sintatico-interface":193,"./retorno-execucao-interface":194,"./retorno-interpretador-interface":195,"./retorno-lexador-interface":196}],192:[function(require,module,exports){
|
|
19859
19881
|
"use strict";
|
|
19860
19882
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19861
19883
|
|
|
@@ -19881,6 +19903,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19881
19903
|
|
|
19882
19904
|
},{}],198:[function(require,module,exports){
|
|
19883
19905
|
"use strict";
|
|
19906
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19907
|
+
|
|
19908
|
+
},{}],199:[function(require,module,exports){
|
|
19909
|
+
"use strict";
|
|
19884
19910
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19885
19911
|
if (k2 === undefined) k2 = k;
|
|
19886
19912
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19899,11 +19925,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19899
19925
|
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19900
19926
|
__exportStar(require("./tradutor-interface"), exports);
|
|
19901
19927
|
|
|
19902
|
-
},{"./contexto-funcao-interface":
|
|
19903
|
-
"use strict";
|
|
19904
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19905
|
-
|
|
19906
|
-
},{}],200:[function(require,module,exports){
|
|
19928
|
+
},{"./contexto-funcao-interface":198,"./tradutor-interface":200}],200:[function(require,module,exports){
|
|
19907
19929
|
"use strict";
|
|
19908
19930
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19909
19931
|
|
|
@@ -19917,6 +19939,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19917
19939
|
|
|
19918
19940
|
},{}],203:[function(require,module,exports){
|
|
19919
19941
|
"use strict";
|
|
19942
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19943
|
+
|
|
19944
|
+
},{}],204:[function(require,module,exports){
|
|
19945
|
+
"use strict";
|
|
19920
19946
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19921
19947
|
if (k2 === undefined) k2 = k;
|
|
19922
19948
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -20530,7 +20556,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
20530
20556
|
}
|
|
20531
20557
|
}
|
|
20532
20558
|
|
|
20533
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":
|
|
20559
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":210,"./estruturas/descritor-tipo-classe":211,"./estruturas/funcao-padrao":213,"./estruturas/objeto-delegua-classe":219}],205:[function(require,module,exports){
|
|
20534
20560
|
"use strict";
|
|
20535
20561
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20536
20562
|
exports.EspacoMemoria = void 0;
|
|
@@ -20555,7 +20581,7 @@ class EspacoMemoria {
|
|
|
20555
20581
|
}
|
|
20556
20582
|
exports.EspacoMemoria = EspacoMemoria;
|
|
20557
20583
|
|
|
20558
|
-
},{}],
|
|
20584
|
+
},{}],206:[function(require,module,exports){
|
|
20559
20585
|
"use strict";
|
|
20560
20586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20561
20587
|
exports.Chamavel = void 0;
|
|
@@ -20572,7 +20598,7 @@ class Chamavel {
|
|
|
20572
20598
|
}
|
|
20573
20599
|
exports.Chamavel = Chamavel;
|
|
20574
20600
|
|
|
20575
|
-
},{}],
|
|
20601
|
+
},{}],207:[function(require,module,exports){
|
|
20576
20602
|
"use strict";
|
|
20577
20603
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20578
20604
|
exports.ClasseDeModulo = void 0;
|
|
@@ -20593,7 +20619,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
20593
20619
|
}
|
|
20594
20620
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
20595
20621
|
|
|
20596
|
-
},{"./chamavel":
|
|
20622
|
+
},{"./chamavel":206}],208:[function(require,module,exports){
|
|
20597
20623
|
"use strict";
|
|
20598
20624
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20599
20625
|
exports.ClassePadrao = void 0;
|
|
@@ -20634,7 +20660,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
20634
20660
|
}
|
|
20635
20661
|
exports.ClassePadrao = ClassePadrao;
|
|
20636
20662
|
|
|
20637
|
-
},{"./chamavel":
|
|
20663
|
+
},{"./chamavel":206}],209:[function(require,module,exports){
|
|
20638
20664
|
"use strict";
|
|
20639
20665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20640
20666
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -20677,7 +20703,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
20677
20703
|
}
|
|
20678
20704
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
20679
20705
|
|
|
20680
|
-
},{"./delegua-funcao":
|
|
20706
|
+
},{"./delegua-funcao":210}],210:[function(require,module,exports){
|
|
20681
20707
|
"use strict";
|
|
20682
20708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20683
20709
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20880,7 +20906,7 @@ function tipoDeDados(valor) {
|
|
|
20880
20906
|
}
|
|
20881
20907
|
}
|
|
20882
20908
|
|
|
20883
|
-
},{"../../declaracoes":
|
|
20909
|
+
},{"../../declaracoes":117,"../../quebras":252,"../espaco-memoria":205,"./chamavel":206,"./objeto-delegua-classe":219}],211:[function(require,module,exports){
|
|
20884
20910
|
"use strict";
|
|
20885
20911
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20886
20912
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -21195,7 +21221,36 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
21195
21221
|
}
|
|
21196
21222
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
21197
21223
|
|
|
21198
|
-
},{"../../excecoes":
|
|
21224
|
+
},{"../../excecoes":141,"./chamavel":206,"./metodo-polimorfico":215,"./objeto-delegua-classe":219}],212:[function(require,module,exports){
|
|
21225
|
+
"use strict";
|
|
21226
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21227
|
+
exports.EXCECAO_BASE = void 0;
|
|
21228
|
+
const descritor_tipo_classe_1 = require("./descritor-tipo-classe");
|
|
21229
|
+
const delegua_funcao_nativa_1 = require("./delegua-funcao-nativa");
|
|
21230
|
+
const objeto_base_1 = require("./objeto-base");
|
|
21231
|
+
const simboloExcecao = {
|
|
21232
|
+
tipo: 'IDENTIFICADOR',
|
|
21233
|
+
lexema: 'Excecao',
|
|
21234
|
+
literal: null,
|
|
21235
|
+
linha: 0,
|
|
21236
|
+
hashArquivo: -1,
|
|
21237
|
+
};
|
|
21238
|
+
function criarDescritorExcecao() {
|
|
21239
|
+
const descritor = new descritor_tipo_classe_1.DescritorTipoClasse(simboloExcecao, objeto_base_1.OBJETO_BASE, {});
|
|
21240
|
+
descritor.metodos['construtor'] = new delegua_funcao_nativa_1.DeleguaFuncaoNativa('construtor', 1, (instancia, args) => {
|
|
21241
|
+
if (instancia) {
|
|
21242
|
+
instancia.propriedades['mensagem'] = args[0] ?? null;
|
|
21243
|
+
}
|
|
21244
|
+
});
|
|
21245
|
+
descritor.metodos['paraTexto'] = new delegua_funcao_nativa_1.DeleguaFuncaoNativa('paraTexto', 0, (instancia) => {
|
|
21246
|
+
return String(instancia?.propriedades['mensagem'] ?? '');
|
|
21247
|
+
});
|
|
21248
|
+
descritor.orem = descritor_tipo_classe_1.DescritorTipoClasse.computarOReM(descritor);
|
|
21249
|
+
return descritor;
|
|
21250
|
+
}
|
|
21251
|
+
exports.EXCECAO_BASE = criarDescritorExcecao();
|
|
21252
|
+
|
|
21253
|
+
},{"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211,"./objeto-base":218}],213:[function(require,module,exports){
|
|
21199
21254
|
"use strict";
|
|
21200
21255
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21201
21256
|
exports.FuncaoPadrao = void 0;
|
|
@@ -21234,7 +21289,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
21234
21289
|
}
|
|
21235
21290
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
21236
21291
|
|
|
21237
|
-
},{"./chamavel":
|
|
21292
|
+
},{"./chamavel":206}],214:[function(require,module,exports){
|
|
21238
21293
|
"use strict";
|
|
21239
21294
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21240
21295
|
if (k2 === undefined) k2 = k;
|
|
@@ -21261,13 +21316,14 @@ __exportStar(require("./delegua-funcao-nativa"), exports);
|
|
|
21261
21316
|
__exportStar(require("./metodo-primitiva"), exports);
|
|
21262
21317
|
__exportStar(require("./metodo-polimorfico"), exports);
|
|
21263
21318
|
__exportStar(require("./modulo"), exports);
|
|
21319
|
+
__exportStar(require("./excecao-base"), exports);
|
|
21264
21320
|
__exportStar(require("./objeto-base"), exports);
|
|
21265
21321
|
__exportStar(require("./objeto-delegua-classe"), exports);
|
|
21266
21322
|
__exportStar(require("./objeto-padrao"), exports);
|
|
21267
21323
|
__exportStar(require("./referencia-montao"), exports);
|
|
21268
21324
|
__exportStar(require("./super-proxy"), exports);
|
|
21269
21325
|
|
|
21270
|
-
},{"./chamavel":
|
|
21326
|
+
},{"./chamavel":206,"./classe-de-modulo":207,"./classe-padrao":208,"./delegua-funcao":210,"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211,"./excecao-base":212,"./funcao-padrao":213,"./metodo-polimorfico":215,"./metodo-primitiva":216,"./modulo":217,"./objeto-base":218,"./objeto-delegua-classe":219,"./objeto-padrao":220,"./referencia-montao":221,"./super-proxy":222}],215:[function(require,module,exports){
|
|
21271
21327
|
"use strict";
|
|
21272
21328
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21273
21329
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -21445,7 +21501,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
21445
21501
|
}
|
|
21446
21502
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
21447
21503
|
|
|
21448
|
-
},{"../../excecoes":
|
|
21504
|
+
},{"../../excecoes":141,"../../inferenciador":150,"./chamavel":206}],216:[function(require,module,exports){
|
|
21449
21505
|
"use strict";
|
|
21450
21506
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21451
21507
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -21491,7 +21547,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
21491
21547
|
}
|
|
21492
21548
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
21493
21549
|
|
|
21494
|
-
},{"./chamavel":
|
|
21550
|
+
},{"./chamavel":206}],217:[function(require,module,exports){
|
|
21495
21551
|
"use strict";
|
|
21496
21552
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21497
21553
|
exports.DeleguaModulo = void 0;
|
|
@@ -21517,7 +21573,7 @@ class DeleguaModulo {
|
|
|
21517
21573
|
}
|
|
21518
21574
|
exports.DeleguaModulo = DeleguaModulo;
|
|
21519
21575
|
|
|
21520
|
-
},{}],
|
|
21576
|
+
},{}],218:[function(require,module,exports){
|
|
21521
21577
|
"use strict";
|
|
21522
21578
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21523
21579
|
exports.OBJETO_BASE = void 0;
|
|
@@ -21591,7 +21647,7 @@ function criarDescritorObjeto() {
|
|
|
21591
21647
|
}
|
|
21592
21648
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
21593
21649
|
|
|
21594
|
-
},{"./delegua-funcao-nativa":
|
|
21650
|
+
},{"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211}],219:[function(require,module,exports){
|
|
21595
21651
|
"use strict";
|
|
21596
21652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21597
21653
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -21773,7 +21829,7 @@ class ObjetoDeleguaClasse {
|
|
|
21773
21829
|
}
|
|
21774
21830
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
21775
21831
|
|
|
21776
|
-
},{"../../excecoes":
|
|
21832
|
+
},{"../../excecoes":141}],220:[function(require,module,exports){
|
|
21777
21833
|
"use strict";
|
|
21778
21834
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21779
21835
|
exports.ObjetoPadrao = void 0;
|
|
@@ -21807,7 +21863,7 @@ class ObjetoPadrao {
|
|
|
21807
21863
|
}
|
|
21808
21864
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
21809
21865
|
|
|
21810
|
-
},{}],
|
|
21866
|
+
},{}],221:[function(require,module,exports){
|
|
21811
21867
|
"use strict";
|
|
21812
21868
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21813
21869
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21832,7 +21888,7 @@ class ReferenciaMontao {
|
|
|
21832
21888
|
}
|
|
21833
21889
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21834
21890
|
|
|
21835
|
-
},{}],
|
|
21891
|
+
},{}],222:[function(require,module,exports){
|
|
21836
21892
|
"use strict";
|
|
21837
21893
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21838
21894
|
exports.SuperProxy = void 0;
|
|
@@ -21871,7 +21927,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21871
21927
|
}
|
|
21872
21928
|
exports.SuperProxy = SuperProxy;
|
|
21873
21929
|
|
|
21874
|
-
},{"./chamavel":
|
|
21930
|
+
},{"./chamavel":206}],223:[function(require,module,exports){
|
|
21875
21931
|
"use strict";
|
|
21876
21932
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21877
21933
|
if (k2 === undefined) k2 = k;
|
|
@@ -21892,7 +21948,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21892
21948
|
__exportStar(require("./interpretador"), exports);
|
|
21893
21949
|
__exportStar(require("./interpretador-base"), exports);
|
|
21894
21950
|
|
|
21895
|
-
},{"./estruturas":
|
|
21951
|
+
},{"./estruturas":214,"./interpretador":225,"./interpretador-base":224}],224:[function(require,module,exports){
|
|
21896
21952
|
"use strict";
|
|
21897
21953
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21898
21954
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -21984,6 +22040,7 @@ class InterpretadorBase {
|
|
|
21984
22040
|
this.pilhaEscoposExecucao.empilhar(escopoExecucao);
|
|
21985
22041
|
// Registrar a classe base `Objeto` no escopo global.
|
|
21986
22042
|
this.pilhaEscoposExecucao.definirVariavel('Objeto', estruturas_1.OBJETO_BASE);
|
|
22043
|
+
this.pilhaEscoposExecucao.definirVariavel('Excecao', estruturas_1.EXCECAO_BASE);
|
|
21987
22044
|
}
|
|
21988
22045
|
/**
|
|
21989
22046
|
* Cede o controle ao loop de eventos do JavaScript.
|
|
@@ -22179,28 +22236,35 @@ class InterpretadorBase {
|
|
|
22179
22236
|
}
|
|
22180
22237
|
async visitarExpressaoFalhar(expressao) {
|
|
22181
22238
|
let valorAvaliado = expressao.explicacao;
|
|
22182
|
-
|
|
22183
|
-
if (expressao.explicacao &&
|
|
22184
|
-
typeof expressao.explicacao.aceitar === 'function') {
|
|
22239
|
+
if (expressao.explicacao && typeof expressao.explicacao.aceitar === 'function') {
|
|
22185
22240
|
valorAvaliado = await this.avaliar(expressao.explicacao);
|
|
22241
|
+
valorAvaliado = this.resolverValor(valorAvaliado);
|
|
22186
22242
|
}
|
|
22187
|
-
let
|
|
22188
|
-
if (valorAvaliado
|
|
22189
|
-
|
|
22190
|
-
}
|
|
22191
|
-
else if (typeof valorAvaliado === 'string') {
|
|
22192
|
-
textoFalha = valorAvaliado;
|
|
22193
|
-
}
|
|
22194
|
-
else if (typeof valorAvaliado === 'object' &&
|
|
22195
|
-
'valor' in valorAvaliado) {
|
|
22196
|
-
// Objetos tipados como { valor: 'mensagem', tipo: 'texto' }
|
|
22197
|
-
textoFalha = String(valorAvaliado.valor);
|
|
22243
|
+
let objetoDelegua;
|
|
22244
|
+
if (valorAvaliado instanceof estruturas_1.ObjetoDeleguaClasse) {
|
|
22245
|
+
objetoDelegua = valorAvaliado;
|
|
22198
22246
|
}
|
|
22199
22247
|
else {
|
|
22200
|
-
|
|
22201
|
-
|
|
22248
|
+
let mensagem;
|
|
22249
|
+
if (valorAvaliado === null || valorAvaliado === undefined) {
|
|
22250
|
+
mensagem = 'nulo';
|
|
22251
|
+
}
|
|
22252
|
+
else if (typeof valorAvaliado === 'string') {
|
|
22253
|
+
mensagem = valorAvaliado;
|
|
22254
|
+
}
|
|
22255
|
+
else if (typeof valorAvaliado === 'object' && 'valor' in valorAvaliado) {
|
|
22256
|
+
mensagem = String(valorAvaliado.valor);
|
|
22257
|
+
}
|
|
22258
|
+
else {
|
|
22259
|
+
mensagem = this.paraTexto(valorAvaliado);
|
|
22260
|
+
}
|
|
22261
|
+
objetoDelegua = new estruturas_1.ObjetoDeleguaClasse(estruturas_1.EXCECAO_BASE);
|
|
22262
|
+
objetoDelegua.propriedades['mensagem'] = mensagem;
|
|
22202
22263
|
}
|
|
22203
|
-
|
|
22264
|
+
const mensagem = objetoDelegua.propriedades['mensagem'] ?? '';
|
|
22265
|
+
const erro = new excecoes_1.ErroEmTempoDeExecucao(expressao.simbolo, mensagem, expressao.linha);
|
|
22266
|
+
erro.valorDelegua = objetoDelegua;
|
|
22267
|
+
throw erro;
|
|
22204
22268
|
}
|
|
22205
22269
|
async visitarExpressaoFimPara(_) {
|
|
22206
22270
|
throw new Error('Método não implementado.');
|
|
@@ -22870,6 +22934,12 @@ class InterpretadorBase {
|
|
|
22870
22934
|
entidadeChamada.constructor === estruturas_1.DeleguaFuncao ||
|
|
22871
22935
|
entidadeChamada.constructor === estruturas_1.MetodoPolimorfico) {
|
|
22872
22936
|
const retornoEntidadeChamada = await entidadeChamada.chamar(this, argumentos);
|
|
22937
|
+
// Desembrulha `RetornoQuebra` para que não se propague além da fronteira de chamada de função
|
|
22938
|
+
// para `executarUltimoEscopo`, o que interromperia o loop de execução externo.
|
|
22939
|
+
// `resolverValor` também resolve qualquer referência do montão enquanto o escopo ainda está vivo.
|
|
22940
|
+
if (retornoEntidadeChamada?.valorRetornado instanceof quebras_1.RetornoQuebra) {
|
|
22941
|
+
return this.resolverValor(retornoEntidadeChamada.valorRetornado.valor);
|
|
22942
|
+
}
|
|
22873
22943
|
return retornoEntidadeChamada;
|
|
22874
22944
|
}
|
|
22875
22945
|
// Chamadas a `super()`.
|
|
@@ -22877,7 +22947,8 @@ class InterpretadorBase {
|
|
|
22877
22947
|
if (expressao.entidadeChamada instanceof construtos_1.Super) {
|
|
22878
22948
|
const descritorSuperclasse = variavelEntidadeChamada.classe.superClasse;
|
|
22879
22949
|
const metodoConstrutor = descritorSuperclasse.encontrarMetodo('construtor');
|
|
22880
|
-
|
|
22950
|
+
const metodoVinculado = metodoConstrutor.funcaoPorMetodoDeClasse(variavelEntidadeChamada);
|
|
22951
|
+
await metodoVinculado.chamar(this, argumentos);
|
|
22881
22952
|
return null;
|
|
22882
22953
|
}
|
|
22883
22954
|
// A função chamada pode ser de uma biblioteca JavaScript.
|
|
@@ -23258,18 +23329,30 @@ class InterpretadorBase {
|
|
|
23258
23329
|
} while (!(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra) &&
|
|
23259
23330
|
this.eVerdadeiro(await this.avaliar(declaracao.condicaoEnquanto)));
|
|
23260
23331
|
}
|
|
23261
|
-
|
|
23262
|
-
|
|
23263
|
-
|
|
23264
|
-
|
|
23265
|
-
|
|
23266
|
-
|
|
23267
|
-
|
|
23332
|
+
ehInstanciaDe(objeto, nomeTipo) {
|
|
23333
|
+
return objeto.classe.orem.some((d) => d.simboloOriginal?.lexema === nomeTipo);
|
|
23334
|
+
}
|
|
23335
|
+
async executarBlocoPegue(blocos, erro) {
|
|
23336
|
+
const objetoDelegua = erro?.valorDelegua ?? null;
|
|
23337
|
+
for (const bloco of blocos) {
|
|
23338
|
+
const corresponde = !bloco.tipoExcecao ||
|
|
23339
|
+
(objetoDelegua !== null &&
|
|
23340
|
+
this.ehInstanciaDe(objetoDelegua, bloco.tipoExcecao.lexema));
|
|
23341
|
+
if (!corresponde)
|
|
23342
|
+
continue;
|
|
23343
|
+
this.emDeclaracaoTente = false;
|
|
23344
|
+
if (bloco.parametro) {
|
|
23345
|
+
const ambiente = new espaco_memoria_1.EspacoMemoria();
|
|
23346
|
+
ambiente.valores[bloco.parametro.lexema] = {
|
|
23347
|
+
valor: objetoDelegua,
|
|
23348
|
+
tipo: 'qualquer',
|
|
23349
|
+
imutavel: false,
|
|
23350
|
+
};
|
|
23351
|
+
return await this.executarBloco(bloco.corpo, ambiente);
|
|
23352
|
+
}
|
|
23353
|
+
return await this.executarBloco(bloco.corpo);
|
|
23268
23354
|
}
|
|
23269
|
-
|
|
23270
|
-
const literalErro = new construtos_1.Literal(pegue.hashArquivo, pegue.linha, erro.mensagem || erro.message || erro);
|
|
23271
|
-
const chamadaPegue = new construtos_1.Chamada(pegue.hashArquivo, pegue, [literalErro]);
|
|
23272
|
-
return await chamadaPegue.aceitar(this);
|
|
23355
|
+
throw erro;
|
|
23273
23356
|
}
|
|
23274
23357
|
/**
|
|
23275
23358
|
* Interpretação de uma declaração `tente`.
|
|
@@ -23278,6 +23361,7 @@ class InterpretadorBase {
|
|
|
23278
23361
|
async visitarDeclaracaoTente(declaracao) {
|
|
23279
23362
|
let valorRetorno;
|
|
23280
23363
|
let sucessoNoTente = false;
|
|
23364
|
+
const emDeclaracaoTenteAnterior = this.emDeclaracaoTente;
|
|
23281
23365
|
try {
|
|
23282
23366
|
this.emDeclaracaoTente = true;
|
|
23283
23367
|
try {
|
|
@@ -23285,7 +23369,7 @@ class InterpretadorBase {
|
|
|
23285
23369
|
sucessoNoTente = true;
|
|
23286
23370
|
}
|
|
23287
23371
|
catch (erro) {
|
|
23288
|
-
if (declaracao.caminhoPegue
|
|
23372
|
+
if (declaracao.caminhoPegue.length > 0) {
|
|
23289
23373
|
valorRetorno = await this.executarBlocoPegue(declaracao.caminhoPegue, erro);
|
|
23290
23374
|
}
|
|
23291
23375
|
else
|
|
@@ -23299,7 +23383,7 @@ class InterpretadorBase {
|
|
|
23299
23383
|
if (declaracao.caminhoFinalmente) {
|
|
23300
23384
|
valorRetorno = await this.executarBloco(declaracao.caminhoFinalmente);
|
|
23301
23385
|
}
|
|
23302
|
-
this.emDeclaracaoTente =
|
|
23386
|
+
this.emDeclaracaoTente = emDeclaracaoTenteAnterior;
|
|
23303
23387
|
}
|
|
23304
23388
|
return valorRetorno;
|
|
23305
23389
|
}
|
|
@@ -23316,6 +23400,13 @@ class InterpretadorBase {
|
|
|
23316
23400
|
resultadoAvaliacao = resultadoAvaliacao.valorRetornado;
|
|
23317
23401
|
}
|
|
23318
23402
|
let valor = this.resolverValor(resultadoAvaliacao);
|
|
23403
|
+
if (valor instanceof estruturas_1.ObjetoDeleguaClasse) {
|
|
23404
|
+
const metodoParaTexto = valor.classe.encontrarMetodo('paraTexto');
|
|
23405
|
+
if (metodoParaTexto) {
|
|
23406
|
+
const funcaoBound = metodoParaTexto.funcaoPorMetodoDeClasse(valor);
|
|
23407
|
+
valor = this.resolverValor(await funcaoBound.chamar(this, []));
|
|
23408
|
+
}
|
|
23409
|
+
}
|
|
23319
23410
|
formatoTexto += `${this.paraTexto(valor)} `;
|
|
23320
23411
|
}
|
|
23321
23412
|
return formatoTexto.trimEnd();
|
|
@@ -24218,7 +24309,7 @@ class InterpretadorBase {
|
|
|
24218
24309
|
}
|
|
24219
24310
|
exports.InterpretadorBase = InterpretadorBase;
|
|
24220
24311
|
|
|
24221
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":
|
|
24312
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":141,"../inferenciador":150,"../lexador":243,"../quebras":252,"../tipos-de-dados/delegua":253,"../tipos-de-dados/primitivos":255,"../tipos-de-simbolos/delegua":258,"./espaco-memoria":205,"./estruturas":214,"./estruturas/metodo-primitiva":216,"./pilha-escopos-execucao":227,"browser-process-hrtime":451}],225:[function(require,module,exports){
|
|
24222
24313
|
"use strict";
|
|
24223
24314
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24224
24315
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25627,7 +25718,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25627
25718
|
async visitarExpressaoSeTernario(expressao) {
|
|
25628
25719
|
const avaliacaoCondicao = await this.avaliar(expressao.condicao);
|
|
25629
25720
|
const valorAvaliacaoCondicao = this.resolverValor(avaliacaoCondicao);
|
|
25630
|
-
if (valorAvaliacaoCondicao) {
|
|
25721
|
+
if (this.eVerdadeiro(valorAvaliacaoCondicao)) {
|
|
25631
25722
|
return this.avaliar(expressao.expressaoSe);
|
|
25632
25723
|
}
|
|
25633
25724
|
return this.avaliar(expressao.expressaoSenao);
|
|
@@ -25808,7 +25899,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25808
25899
|
}
|
|
25809
25900
|
exports.Interpretador = Interpretador;
|
|
25810
25901
|
|
|
25811
|
-
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":
|
|
25902
|
+
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":117,"../excecoes":141,"../inferenciador":150,"../quebras":252,"../tipos-de-dados/delegua":253,"../tipos-de-dados/primitivos":255,"../tipos-de-simbolos/delegua":258,"./comum":204,"./estruturas":214,"./interpretador-base":224,"./montao":226}],226:[function(require,module,exports){
|
|
25812
25903
|
"use strict";
|
|
25813
25904
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25814
25905
|
exports.Montao = void 0;
|
|
@@ -25865,7 +25956,7 @@ class Montao {
|
|
|
25865
25956
|
}
|
|
25866
25957
|
exports.Montao = Montao;
|
|
25867
25958
|
|
|
25868
|
-
},{"../excecoes":
|
|
25959
|
+
},{"../excecoes":141,"../geracao-identificadores":148}],227:[function(require,module,exports){
|
|
25869
25960
|
"use strict";
|
|
25870
25961
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25871
25962
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26206,7 +26297,7 @@ class PilhaEscoposExecucao {
|
|
|
26206
26297
|
}
|
|
26207
26298
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
26208
26299
|
|
|
26209
|
-
},{"../excecoes":
|
|
26300
|
+
},{"../excecoes":141,"../inferenciador":150,"../lexador":243,"../tipos-de-dados/delegua":253,"./estruturas":214}],228:[function(require,module,exports){
|
|
26210
26301
|
"use strict";
|
|
26211
26302
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
26212
26303
|
if (k2 === undefined) k2 = k;
|
|
@@ -26231,7 +26322,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
26231
26322
|
__exportStar(require("./lexador-prisma"), exports);
|
|
26232
26323
|
__exportStar(require("./lexador-tenda"), exports);
|
|
26233
26324
|
|
|
26234
|
-
},{"./lexador-calango":
|
|
26325
|
+
},{"./lexador-calango":229,"./lexador-egua-classico":230,"./lexador-guarani":231,"./lexador-pitugues":232,"./lexador-portugol-ipt":233,"./lexador-prisma":234,"./lexador-tenda":235}],229:[function(require,module,exports){
|
|
26235
26326
|
"use strict";
|
|
26236
26327
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26237
26328
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26546,7 +26637,7 @@ class LexadorCalango {
|
|
|
26546
26637
|
}
|
|
26547
26638
|
exports.LexadorCalango = LexadorCalango;
|
|
26548
26639
|
|
|
26549
|
-
},{"../../tipos-de-simbolos/calango":
|
|
26640
|
+
},{"../../tipos-de-simbolos/calango":256,"../simbolo":251,"./palavras-reservadas/calango":236}],230:[function(require,module,exports){
|
|
26550
26641
|
"use strict";
|
|
26551
26642
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26552
26643
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26839,7 +26930,7 @@ class LexadorEguaClassico {
|
|
|
26839
26930
|
}
|
|
26840
26931
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
26841
26932
|
|
|
26842
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
26933
|
+
},{"../../tipos-de-simbolos/egua-classico":259,"../simbolo":251,"./palavras-reservadas/egua-classico":237}],231:[function(require,module,exports){
|
|
26843
26934
|
"use strict";
|
|
26844
26935
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26845
26936
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26958,7 +27049,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
26958
27049
|
}
|
|
26959
27050
|
exports.LexadorGuarani = LexadorGuarani;
|
|
26960
27051
|
|
|
26961
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
27052
|
+
},{"../../tipos-de-simbolos/guarani":260,"../lexador-base":245,"./palavras-reservadas/guarani":238}],232:[function(require,module,exports){
|
|
26962
27053
|
"use strict";
|
|
26963
27054
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26964
27055
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27501,7 +27592,7 @@ class LexadorPitugues {
|
|
|
27501
27592
|
}
|
|
27502
27593
|
exports.LexadorPitugues = LexadorPitugues;
|
|
27503
27594
|
|
|
27504
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
27595
|
+
},{"../../tipos-de-simbolos/pitugues":262,"../simbolo":251,"./palavras-reservadas/pitugues":239,"browser-process-hrtime":451}],233:[function(require,module,exports){
|
|
27505
27596
|
"use strict";
|
|
27506
27597
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27507
27598
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27810,7 +27901,7 @@ class LexadorPortugolIpt {
|
|
|
27810
27901
|
}
|
|
27811
27902
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
27812
27903
|
|
|
27813
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
27904
|
+
},{"../../tipos-de-simbolos/portugol-ipt":263,"../simbolo":251,"./palavras-reservadas/portugol-ipt":240}],234:[function(require,module,exports){
|
|
27814
27905
|
"use strict";
|
|
27815
27906
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27816
27907
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28211,7 +28302,7 @@ class LexadorPrisma {
|
|
|
28211
28302
|
}
|
|
28212
28303
|
exports.LexadorPrisma = LexadorPrisma;
|
|
28213
28304
|
|
|
28214
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
28305
|
+
},{"../../tipos-de-simbolos/prisma":264,"../simbolo":251,"./palavras-reservadas/prisma":241,"browser-process-hrtime":451}],235:[function(require,module,exports){
|
|
28215
28306
|
"use strict";
|
|
28216
28307
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28217
28308
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28605,7 +28696,7 @@ class LexadorTenda {
|
|
|
28605
28696
|
}
|
|
28606
28697
|
exports.LexadorTenda = LexadorTenda;
|
|
28607
28698
|
|
|
28608
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
28699
|
+
},{"../../tipos-de-simbolos/tenda":265,"../simbolo":251,"./palavras-reservadas/tenda":242,"browser-process-hrtime":451}],236:[function(require,module,exports){
|
|
28609
28700
|
"use strict";
|
|
28610
28701
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28611
28702
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28653,7 +28744,7 @@ exports.default = {
|
|
|
28653
28744
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
28654
28745
|
};
|
|
28655
28746
|
|
|
28656
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
28747
|
+
},{"../../../tipos-de-simbolos/calango":256}],237:[function(require,module,exports){
|
|
28657
28748
|
"use strict";
|
|
28658
28749
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28659
28750
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28694,7 +28785,7 @@ exports.palavrasReservadas = {
|
|
|
28694
28785
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
28695
28786
|
};
|
|
28696
28787
|
|
|
28697
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
28788
|
+
},{"../../../tipos-de-simbolos/egua-classico":259}],238:[function(require,module,exports){
|
|
28698
28789
|
"use strict";
|
|
28699
28790
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28700
28791
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28706,7 +28797,7 @@ exports.palavrasReservadas = {
|
|
|
28706
28797
|
hai: guarani_1.default.HAI,
|
|
28707
28798
|
};
|
|
28708
28799
|
|
|
28709
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
28800
|
+
},{"../../../tipos-de-simbolos/guarani":260}],239:[function(require,module,exports){
|
|
28710
28801
|
"use strict";
|
|
28711
28802
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28712
28803
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28768,7 +28859,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
28768
28859
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
28769
28860
|
};
|
|
28770
28861
|
|
|
28771
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
28862
|
+
},{"../../../tipos-de-simbolos/pitugues":262}],240:[function(require,module,exports){
|
|
28772
28863
|
"use strict";
|
|
28773
28864
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28774
28865
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28828,7 +28919,7 @@ exports.palavrasReservadas = {
|
|
|
28828
28919
|
não: portugol_ipt_1.default.NAO,
|
|
28829
28920
|
};
|
|
28830
28921
|
|
|
28831
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
28922
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":263}],241:[function(require,module,exports){
|
|
28832
28923
|
"use strict";
|
|
28833
28924
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28834
28925
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28879,7 +28970,7 @@ exports.palavrasReservadas = {
|
|
|
28879
28970
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
28880
28971
|
};
|
|
28881
28972
|
|
|
28882
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
28973
|
+
},{"../../../tipos-de-simbolos/prisma":264}],242:[function(require,module,exports){
|
|
28883
28974
|
"use strict";
|
|
28884
28975
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28885
28976
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28937,7 +29028,7 @@ exports.palavrasReservadas = {
|
|
|
28937
29028
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
28938
29029
|
};
|
|
28939
29030
|
|
|
28940
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
29031
|
+
},{"../../../tipos-de-simbolos/tenda":265}],243:[function(require,module,exports){
|
|
28941
29032
|
"use strict";
|
|
28942
29033
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
28943
29034
|
if (k2 === undefined) k2 = k;
|
|
@@ -28960,7 +29051,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
28960
29051
|
__exportStar(require("./micro-lexador"), exports);
|
|
28961
29052
|
__exportStar(require("./simbolo"), exports);
|
|
28962
29053
|
|
|
28963
|
-
},{"./dialetos":
|
|
29054
|
+
},{"./dialetos":228,"./lexador":246,"./lexador-base-linha-unica":244,"./micro-lexador":249,"./simbolo":251}],244:[function(require,module,exports){
|
|
28964
29055
|
"use strict";
|
|
28965
29056
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28966
29057
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -29049,7 +29140,7 @@ class LexadorBaseLinhaUnica {
|
|
|
29049
29140
|
}
|
|
29050
29141
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
29051
29142
|
|
|
29052
|
-
},{"./simbolo":
|
|
29143
|
+
},{"./simbolo":251}],245:[function(require,module,exports){
|
|
29053
29144
|
"use strict";
|
|
29054
29145
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29055
29146
|
exports.LexadorBase = void 0;
|
|
@@ -29188,7 +29279,7 @@ class LexadorBase {
|
|
|
29188
29279
|
}
|
|
29189
29280
|
exports.LexadorBase = LexadorBase;
|
|
29190
29281
|
|
|
29191
|
-
},{"./simbolo":
|
|
29282
|
+
},{"./simbolo":251}],246:[function(require,module,exports){
|
|
29192
29283
|
"use strict";
|
|
29193
29284
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29194
29285
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29668,7 +29759,7 @@ class Lexador extends lexador_base_1.LexadorBase {
|
|
|
29668
29759
|
}
|
|
29669
29760
|
exports.Lexador = Lexador;
|
|
29670
29761
|
|
|
29671
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29762
|
+
},{"../tipos-de-simbolos/delegua":258,"./lexador-base":245,"./palavras-reservadas":250,"./simbolo":251,"browser-process-hrtime":451}],247:[function(require,module,exports){
|
|
29672
29763
|
"use strict";
|
|
29673
29764
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29674
29765
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29851,7 +29942,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29851
29942
|
return paradigmaLexema === paradigma;
|
|
29852
29943
|
}
|
|
29853
29944
|
|
|
29854
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29945
|
+
},{"../tipos-de-simbolos/delegua":258}],248:[function(require,module,exports){
|
|
29855
29946
|
"use strict";
|
|
29856
29947
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29857
29948
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30071,7 +30162,7 @@ class MicroLexadorPitugues {
|
|
|
30071
30162
|
}
|
|
30072
30163
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
30073
30164
|
|
|
30074
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
30165
|
+
},{"../tipos-de-simbolos/pitugues":262,"./palavras-reservadas":250,"./simbolo":251}],249:[function(require,module,exports){
|
|
30075
30166
|
"use strict";
|
|
30076
30167
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30077
30168
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30309,7 +30400,7 @@ class MicroLexador {
|
|
|
30309
30400
|
}
|
|
30310
30401
|
exports.MicroLexador = MicroLexador;
|
|
30311
30402
|
|
|
30312
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
30403
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":261,"./palavras-reservadas":250,"./simbolo":251}],250:[function(require,module,exports){
|
|
30313
30404
|
"use strict";
|
|
30314
30405
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30315
30406
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30410,7 +30501,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
30410
30501
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
30411
30502
|
};
|
|
30412
30503
|
|
|
30413
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30504
|
+
},{"../tipos-de-simbolos/delegua":258}],251:[function(require,module,exports){
|
|
30414
30505
|
"use strict";
|
|
30415
30506
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30416
30507
|
exports.Simbolo = void 0;
|
|
@@ -30431,7 +30522,7 @@ class Simbolo {
|
|
|
30431
30522
|
}
|
|
30432
30523
|
exports.Simbolo = Simbolo;
|
|
30433
30524
|
|
|
30434
|
-
},{}],
|
|
30525
|
+
},{}],252:[function(require,module,exports){
|
|
30435
30526
|
"use strict";
|
|
30436
30527
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30437
30528
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -30456,7 +30547,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
30456
30547
|
}
|
|
30457
30548
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
30458
30549
|
|
|
30459
|
-
},{}],
|
|
30550
|
+
},{}],253:[function(require,module,exports){
|
|
30460
30551
|
"use strict";
|
|
30461
30552
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30462
30553
|
exports.default = {
|
|
@@ -30490,7 +30581,7 @@ exports.default = {
|
|
|
30490
30581
|
VETOR_TEXTO: 'texto[]',
|
|
30491
30582
|
};
|
|
30492
30583
|
|
|
30493
|
-
},{}],
|
|
30584
|
+
},{}],254:[function(require,module,exports){
|
|
30494
30585
|
"use strict";
|
|
30495
30586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30496
30587
|
exports.default = {
|
|
@@ -30520,7 +30611,7 @@ exports.default = {
|
|
|
30520
30611
|
VETOR_TEXTO: 'texto[]',
|
|
30521
30612
|
};
|
|
30522
30613
|
|
|
30523
|
-
},{}],
|
|
30614
|
+
},{}],255:[function(require,module,exports){
|
|
30524
30615
|
"use strict";
|
|
30525
30616
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30526
30617
|
exports.default = {
|
|
@@ -30539,7 +30630,7 @@ exports.default = {
|
|
|
30539
30630
|
TEXTO: 'string',
|
|
30540
30631
|
};
|
|
30541
30632
|
|
|
30542
|
-
},{}],
|
|
30633
|
+
},{}],256:[function(require,module,exports){
|
|
30543
30634
|
"use strict";
|
|
30544
30635
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30545
30636
|
exports.default = {
|
|
@@ -30611,7 +30702,7 @@ exports.default = {
|
|
|
30611
30702
|
VIRGULA: 'VIRGULA',
|
|
30612
30703
|
};
|
|
30613
30704
|
|
|
30614
|
-
},{}],
|
|
30705
|
+
},{}],257:[function(require,module,exports){
|
|
30615
30706
|
"use strict";
|
|
30616
30707
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30617
30708
|
exports.default = {
|
|
@@ -30638,7 +30729,7 @@ exports.default = {
|
|
|
30638
30729
|
VIRGULA: 'VIRGULA',
|
|
30639
30730
|
};
|
|
30640
30731
|
|
|
30641
|
-
},{}],
|
|
30732
|
+
},{}],258:[function(require,module,exports){
|
|
30642
30733
|
"use strict";
|
|
30643
30734
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30644
30735
|
exports.default = {
|
|
@@ -30754,7 +30845,7 @@ exports.default = {
|
|
|
30754
30845
|
VIRGULA: 'VIRGULA',
|
|
30755
30846
|
};
|
|
30756
30847
|
|
|
30757
|
-
},{}],
|
|
30848
|
+
},{}],259:[function(require,module,exports){
|
|
30758
30849
|
"use strict";
|
|
30759
30850
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30760
30851
|
exports.default = {
|
|
@@ -30832,7 +30923,7 @@ exports.default = {
|
|
|
30832
30923
|
VIRGULA: 'VIRGULA',
|
|
30833
30924
|
};
|
|
30834
30925
|
|
|
30835
|
-
},{}],
|
|
30926
|
+
},{}],260:[function(require,module,exports){
|
|
30836
30927
|
"use strict";
|
|
30837
30928
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30838
30929
|
exports.default = {
|
|
@@ -30849,7 +30940,7 @@ exports.default = {
|
|
|
30849
30940
|
VIRGULA: 'VIRGULA',
|
|
30850
30941
|
};
|
|
30851
30942
|
|
|
30852
|
-
},{}],
|
|
30943
|
+
},{}],261:[function(require,module,exports){
|
|
30853
30944
|
"use strict";
|
|
30854
30945
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30855
30946
|
exports.default = {
|
|
@@ -30902,7 +30993,7 @@ exports.default = {
|
|
|
30902
30993
|
VIRGULA: 'VIRGULA',
|
|
30903
30994
|
};
|
|
30904
30995
|
|
|
30905
|
-
},{}],
|
|
30996
|
+
},{}],262:[function(require,module,exports){
|
|
30906
30997
|
"use strict";
|
|
30907
30998
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30908
30999
|
exports.default = {
|
|
@@ -30997,7 +31088,7 @@ exports.default = {
|
|
|
30997
31088
|
VIRGULA: 'VIRGULA',
|
|
30998
31089
|
};
|
|
30999
31090
|
|
|
31000
|
-
},{}],
|
|
31091
|
+
},{}],263:[function(require,module,exports){
|
|
31001
31092
|
"use strict";
|
|
31002
31093
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31003
31094
|
exports.default = {
|
|
@@ -31076,7 +31167,7 @@ exports.default = {
|
|
|
31076
31167
|
VARIAVEL: 'VARIAVEL',
|
|
31077
31168
|
};
|
|
31078
31169
|
|
|
31079
|
-
},{}],
|
|
31170
|
+
},{}],264:[function(require,module,exports){
|
|
31080
31171
|
"use strict";
|
|
31081
31172
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31082
31173
|
exports.default = {
|
|
@@ -31160,7 +31251,7 @@ exports.default = {
|
|
|
31160
31251
|
VIRGULA: 'VIRGULA',
|
|
31161
31252
|
};
|
|
31162
31253
|
|
|
31163
|
-
},{}],
|
|
31254
|
+
},{}],265:[function(require,module,exports){
|
|
31164
31255
|
"use strict";
|
|
31165
31256
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31166
31257
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -31255,7 +31346,7 @@ exports.default = {
|
|
|
31255
31346
|
VIRGULA: 'VIRGULA',
|
|
31256
31347
|
};
|
|
31257
31348
|
|
|
31258
|
-
},{}],
|
|
31349
|
+
},{}],266:[function(require,module,exports){
|
|
31259
31350
|
"use strict";
|
|
31260
31351
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31261
31352
|
if (k2 === undefined) k2 = k;
|
|
@@ -31288,7 +31379,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
31288
31379
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
31289
31380
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
31290
31381
|
|
|
31291
|
-
},{"./tradutor-assembly-arm":
|
|
31382
|
+
},{"./tradutor-assembly-arm":275,"./tradutor-assembly-risc-v":276,"./tradutor-assembly-x64":277,"./tradutor-assemblyscript":278,"./tradutor-elixir":279,"./tradutor-javascript":280,"./tradutor-mermaidjs":281,"./tradutor-portugol-ipt":282,"./tradutor-python":283,"./tradutor-reverso-calango":284,"./tradutor-reverso-javascript":285,"./tradutor-reverso-python":286,"./tradutor-reverso-tenda":287,"./tradutor-ruby":288,"./tradutor-webassembly":289}],267:[function(require,module,exports){
|
|
31292
31383
|
"use strict";
|
|
31293
31384
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31294
31385
|
exports.ArestaFluxograma = void 0;
|
|
@@ -31300,7 +31391,7 @@ class ArestaFluxograma {
|
|
|
31300
31391
|
}
|
|
31301
31392
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
31302
31393
|
|
|
31303
|
-
},{}],
|
|
31394
|
+
},{}],268:[function(require,module,exports){
|
|
31304
31395
|
"use strict";
|
|
31305
31396
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31306
31397
|
if (k2 === undefined) k2 = k;
|
|
@@ -31323,7 +31414,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
31323
31414
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
31324
31415
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
31325
31416
|
|
|
31326
|
-
},{"./aresta-fluxograma":
|
|
31417
|
+
},{"./aresta-fluxograma":267,"./subgrafo-classe":269,"./subgrafo-funcao":270,"./subgrafo-metodo":271,"./vertice-fluxograma":272}],269:[function(require,module,exports){
|
|
31327
31418
|
"use strict";
|
|
31328
31419
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31329
31420
|
exports.SubgrafoClasse = void 0;
|
|
@@ -31369,7 +31460,7 @@ class SubgrafoClasse {
|
|
|
31369
31460
|
}
|
|
31370
31461
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
31371
31462
|
|
|
31372
|
-
},{}],
|
|
31463
|
+
},{}],270:[function(require,module,exports){
|
|
31373
31464
|
"use strict";
|
|
31374
31465
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31375
31466
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -31384,7 +31475,7 @@ class SubgrafoFuncao {
|
|
|
31384
31475
|
}
|
|
31385
31476
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
31386
31477
|
|
|
31387
|
-
},{}],
|
|
31478
|
+
},{}],271:[function(require,module,exports){
|
|
31388
31479
|
"use strict";
|
|
31389
31480
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31390
31481
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -31401,7 +31492,7 @@ class SubgrafoMetodo {
|
|
|
31401
31492
|
}
|
|
31402
31493
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
31403
31494
|
|
|
31404
|
-
},{}],
|
|
31495
|
+
},{}],272:[function(require,module,exports){
|
|
31405
31496
|
"use strict";
|
|
31406
31497
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31407
31498
|
exports.VerticeFluxograma = void 0;
|
|
@@ -31418,7 +31509,7 @@ class VerticeFluxograma {
|
|
|
31418
31509
|
}
|
|
31419
31510
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
31420
31511
|
|
|
31421
|
-
},{}],
|
|
31512
|
+
},{}],273:[function(require,module,exports){
|
|
31422
31513
|
"use strict";
|
|
31423
31514
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
31424
31515
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32658,7 +32749,7 @@ __decorate([
|
|
|
32658
32749
|
Decorators_1.Override
|
|
32659
32750
|
], Python3Lexer.prototype, "nextToken", null);
|
|
32660
32751
|
|
|
32661
|
-
},{"./python3-parser":
|
|
32752
|
+
},{"./python3-parser":274,"antlr4ts/CommonToken":299,"antlr4ts/Decorators":303,"antlr4ts/Lexer":311,"antlr4ts/Token":328,"antlr4ts/VocabularyImpl":334,"antlr4ts/atn/ATNDeserializer":340,"antlr4ts/atn/LexerATNSimulator":361,"antlr4ts/misc/Utils":422}],274:[function(require,module,exports){
|
|
32662
32753
|
"use strict";
|
|
32663
32754
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
32664
32755
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43905,7 +43996,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43905
43996
|
}
|
|
43906
43997
|
exports.Yield_argContext = Yield_argContext;
|
|
43907
43998
|
|
|
43908
|
-
},{"antlr4ts/FailedPredicateException":
|
|
43999
|
+
},{"antlr4ts/FailedPredicateException":307,"antlr4ts/NoViableAltException":315,"antlr4ts/Parser":316,"antlr4ts/ParserRuleContext":319,"antlr4ts/RecognitionException":322,"antlr4ts/Token":328,"antlr4ts/VocabularyImpl":334,"antlr4ts/atn/ATN":336,"antlr4ts/atn/ATNDeserializer":340,"antlr4ts/atn/ParserATNSimulator":377,"antlr4ts/misc/Utils":422}],275:[function(require,module,exports){
|
|
43909
44000
|
"use strict";
|
|
43910
44001
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43911
44002
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -44617,7 +44708,7 @@ ${labelFim}:`;
|
|
|
44617
44708
|
}
|
|
44618
44709
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
44619
44710
|
|
|
44620
|
-
},{"../construtos":67,"../declaracoes":
|
|
44711
|
+
},{"../construtos":67,"../declaracoes":117}],276:[function(require,module,exports){
|
|
44621
44712
|
"use strict";
|
|
44622
44713
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44623
44714
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -45306,7 +45397,7 @@ ${labelSenao}:`;
|
|
|
45306
45397
|
}
|
|
45307
45398
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
45308
45399
|
|
|
45309
|
-
},{"../construtos":67,"../declaracoes":
|
|
45400
|
+
},{"../construtos":67,"../declaracoes":117}],277:[function(require,module,exports){
|
|
45310
45401
|
"use strict";
|
|
45311
45402
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45312
45403
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -46081,7 +46172,7 @@ __delegua_print_int:
|
|
|
46081
46172
|
}
|
|
46082
46173
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
46083
46174
|
|
|
46084
|
-
},{"../construtos":67,"../declaracoes":
|
|
46175
|
+
},{"../construtos":67,"../declaracoes":117}],278:[function(require,module,exports){
|
|
46085
46176
|
"use strict";
|
|
46086
46177
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46087
46178
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -46501,20 +46592,15 @@ class TradutorAssemblyScript {
|
|
|
46501
46592
|
resultado += ' '.repeat(this.indentacao);
|
|
46502
46593
|
}
|
|
46503
46594
|
resultado += '}';
|
|
46504
|
-
if (declaracaoTente.caminhoPegue
|
|
46595
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
46505
46596
|
resultado += '\ncatch {\n';
|
|
46506
46597
|
resultado += ' '.repeat(this.indentacao);
|
|
46507
|
-
|
|
46508
|
-
for (let declaracao of
|
|
46598
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
46599
|
+
for (let declaracao of bloco.corpo) {
|
|
46509
46600
|
resultado +=
|
|
46510
46601
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
46511
46602
|
}
|
|
46512
46603
|
}
|
|
46513
|
-
else {
|
|
46514
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
46515
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
46516
|
-
}
|
|
46517
|
-
}
|
|
46518
46604
|
resultado += ' '.repeat(this.indentacao);
|
|
46519
46605
|
resultado += '}';
|
|
46520
46606
|
}
|
|
@@ -47275,8 +47361,10 @@ class TradutorAssemblyScript {
|
|
|
47275
47361
|
else if (nome === 'Tente') {
|
|
47276
47362
|
const tente = declaracao;
|
|
47277
47363
|
this.varrerDeclaracoesParaImports(tente.caminhoTente, imports);
|
|
47278
|
-
if (
|
|
47279
|
-
|
|
47364
|
+
if (tente.caminhoPegue.length > 0) {
|
|
47365
|
+
for (const bloco of tente.caminhoPegue) {
|
|
47366
|
+
this.varrerDeclaracoesParaImports(bloco.corpo, imports);
|
|
47367
|
+
}
|
|
47280
47368
|
}
|
|
47281
47369
|
if (tente.caminhoFinalmente && tente.caminhoFinalmente.length > 0) {
|
|
47282
47370
|
this.varrerDeclaracoesParaImports(tente.caminhoFinalmente, imports);
|
|
@@ -47296,7 +47384,7 @@ class TradutorAssemblyScript {
|
|
|
47296
47384
|
}
|
|
47297
47385
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
47298
47386
|
|
|
47299
|
-
},{"../construtos":67,"../declaracoes":
|
|
47387
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],279:[function(require,module,exports){
|
|
47300
47388
|
"use strict";
|
|
47301
47389
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47302
47390
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48257,7 +48345,7 @@ class TradutorElixir {
|
|
|
48257
48345
|
}
|
|
48258
48346
|
exports.TradutorElixir = TradutorElixir;
|
|
48259
48347
|
|
|
48260
|
-
},{"../tipos-de-simbolos/delegua":
|
|
48348
|
+
},{"../tipos-de-simbolos/delegua":258}],280:[function(require,module,exports){
|
|
48261
48349
|
"use strict";
|
|
48262
48350
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48263
48351
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48766,20 +48854,15 @@ class TradutorJavaScript {
|
|
|
48766
48854
|
resultado += ' '.repeat(this.indentacao);
|
|
48767
48855
|
}
|
|
48768
48856
|
resultado += '}';
|
|
48769
|
-
if (declaracaoTente.caminhoPegue
|
|
48857
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
48770
48858
|
resultado += '\ncatch {\n';
|
|
48771
48859
|
resultado += ' '.repeat(this.indentacao);
|
|
48772
|
-
|
|
48773
|
-
for (let declaracao of
|
|
48860
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
48861
|
+
for (let declaracao of bloco.corpo) {
|
|
48774
48862
|
resultado +=
|
|
48775
48863
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
48776
48864
|
}
|
|
48777
48865
|
}
|
|
48778
|
-
else {
|
|
48779
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
48780
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
48781
|
-
}
|
|
48782
|
-
}
|
|
48783
48866
|
resultado += ' '.repeat(this.indentacao);
|
|
48784
48867
|
resultado += '}';
|
|
48785
48868
|
}
|
|
@@ -49049,7 +49132,7 @@ class TradutorJavaScript {
|
|
|
49049
49132
|
}
|
|
49050
49133
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
49051
49134
|
|
|
49052
|
-
},{"../construtos":67,"../declaracoes":
|
|
49135
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],281:[function(require,module,exports){
|
|
49053
49136
|
"use strict";
|
|
49054
49137
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49055
49138
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49391,15 +49474,15 @@ class TradutorMermaidJs {
|
|
|
49391
49474
|
vertices = vertices.concat(verticesTente);
|
|
49392
49475
|
const ultimaArestaTente = verticesTente.length > 0 ? verticesTente[verticesTente.length - 1].destino : aresta;
|
|
49393
49476
|
const anterioresAposTente = [];
|
|
49394
|
-
// Caminho pegue
|
|
49395
|
-
if (declaracao.caminhoPegue) {
|
|
49477
|
+
// Caminho pegue - se existir
|
|
49478
|
+
if (declaracao.caminhoPegue.length > 0) {
|
|
49396
49479
|
this.anteriores = [aresta];
|
|
49397
49480
|
const arestaPegue = new mermaid_1.ArestaFluxograma(declaracao, `Linha${declaracao.linha}Pegue(pegue)`);
|
|
49398
49481
|
vertices.push(new mermaid_1.VerticeFluxograma(aresta, arestaPegue, 'Erro'));
|
|
49399
49482
|
this.anteriores.push(arestaPegue);
|
|
49400
49483
|
const verticesPegue = [];
|
|
49401
|
-
|
|
49402
|
-
for (const declaracaoPegue of
|
|
49484
|
+
for (const bloco of declaracao.caminhoPegue) {
|
|
49485
|
+
for (const declaracaoPegue of bloco.corpo) {
|
|
49403
49486
|
const verticesDeclaracao = await declaracaoPegue.aceitar(this);
|
|
49404
49487
|
verticesPegue.push(...verticesDeclaracao);
|
|
49405
49488
|
}
|
|
@@ -49878,7 +49961,7 @@ class TradutorMermaidJs {
|
|
|
49878
49961
|
}
|
|
49879
49962
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49880
49963
|
|
|
49881
|
-
},{"../construtos":67,"../declaracoes":
|
|
49964
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258,"./mermaid":268}],282:[function(require,module,exports){
|
|
49882
49965
|
"use strict";
|
|
49883
49966
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49884
49967
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50260,7 +50343,7 @@ class TradutorPortugolIpt {
|
|
|
50260
50343
|
}
|
|
50261
50344
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
50262
50345
|
|
|
50263
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":
|
|
50346
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":117,"../lexador/dialetos":228,"../tipos-de-simbolos/portugol-ipt":263}],283:[function(require,module,exports){
|
|
50264
50347
|
"use strict";
|
|
50265
50348
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50266
50349
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50887,20 +50970,15 @@ class TradutorPython {
|
|
|
50887
50970
|
resultado += this.dicionarioDeclaracoes[condicao.constructor.name](condicao) + '\n';
|
|
50888
50971
|
resultado += ' '.repeat(this.indentacao);
|
|
50889
50972
|
}
|
|
50890
|
-
if (declaracaoTente.caminhoPegue
|
|
50973
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
50891
50974
|
resultado += '\nexcept:\n';
|
|
50892
50975
|
resultado += ' '.repeat(this.indentacao);
|
|
50893
|
-
|
|
50894
|
-
for (let declaracao of
|
|
50976
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
50977
|
+
for (let declaracao of bloco.corpo) {
|
|
50895
50978
|
resultado +=
|
|
50896
50979
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
50897
50980
|
}
|
|
50898
50981
|
}
|
|
50899
|
-
else {
|
|
50900
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
50901
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
50902
|
-
}
|
|
50903
|
-
}
|
|
50904
50982
|
resultado += ' '.repeat(this.indentacao);
|
|
50905
50983
|
}
|
|
50906
50984
|
if (declaracaoTente.caminhoFinalmente !== null) {
|
|
@@ -50945,7 +51023,7 @@ class TradutorPython {
|
|
|
50945
51023
|
}
|
|
50946
51024
|
exports.TradutorPython = TradutorPython;
|
|
50947
51025
|
|
|
50948
|
-
},{"../construtos":67,"../declaracoes":
|
|
51026
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],284:[function(require,module,exports){
|
|
50949
51027
|
"use strict";
|
|
50950
51028
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50951
51029
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -51299,7 +51377,7 @@ class TradutorReversoCalango {
|
|
|
51299
51377
|
}
|
|
51300
51378
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
51301
51379
|
|
|
51302
|
-
},{"../tipos-de-simbolos/calango":
|
|
51380
|
+
},{"../tipos-de-simbolos/calango":256}],285:[function(require,module,exports){
|
|
51303
51381
|
"use strict";
|
|
51304
51382
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51305
51383
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -51694,7 +51772,7 @@ class TradutorReversoJavaScript {
|
|
|
51694
51772
|
}
|
|
51695
51773
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
51696
51774
|
|
|
51697
|
-
},{}],
|
|
51775
|
+
},{}],286:[function(require,module,exports){
|
|
51698
51776
|
"use strict";
|
|
51699
51777
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51700
51778
|
exports.TradutorReversoPython = void 0;
|
|
@@ -52347,7 +52425,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
52347
52425
|
}
|
|
52348
52426
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
52349
52427
|
|
|
52350
|
-
},{"./python/python3-lexer":
|
|
52428
|
+
},{"./python/python3-lexer":273,"./python/python3-parser":274,"antlr4ts":405,"antlr4ts/tree/AbstractParseTreeVisitor":423}],287:[function(require,module,exports){
|
|
52351
52429
|
"use strict";
|
|
52352
52430
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52353
52431
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52741,20 +52819,15 @@ class TradutorReversoTenda {
|
|
|
52741
52819
|
resultado += ' '.repeat(this.indentacao);
|
|
52742
52820
|
}
|
|
52743
52821
|
resultado += '}';
|
|
52744
|
-
if (declaracaoTente.caminhoPegue
|
|
52822
|
+
if (declaracaoTente.caminhoPegue?.length > 0) {
|
|
52745
52823
|
resultado += '\ncatch {\n';
|
|
52746
52824
|
resultado += ' '.repeat(this.indentacao);
|
|
52747
|
-
|
|
52748
|
-
for (let declaracao of
|
|
52825
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
52826
|
+
for (let declaracao of bloco.corpo) {
|
|
52749
52827
|
resultado +=
|
|
52750
52828
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
52751
52829
|
}
|
|
52752
52830
|
}
|
|
52753
|
-
else {
|
|
52754
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
52755
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
52756
|
-
}
|
|
52757
|
-
}
|
|
52758
52831
|
resultado += ' '.repeat(this.indentacao);
|
|
52759
52832
|
resultado += '}';
|
|
52760
52833
|
}
|
|
@@ -52938,7 +53011,7 @@ class TradutorReversoTenda {
|
|
|
52938
53011
|
}
|
|
52939
53012
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
52940
53013
|
|
|
52941
|
-
},{"../construtos":67,"../tipos-de-simbolos/tenda":
|
|
53014
|
+
},{"../construtos":67,"../tipos-de-simbolos/tenda":265}],288:[function(require,module,exports){
|
|
52942
53015
|
"use strict";
|
|
52943
53016
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52944
53017
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -53565,20 +53638,15 @@ class TradutorRuby {
|
|
|
53565
53638
|
resultado += this.dicionarioDeclaracoes[condicao.constructor.name](condicao) + '\n';
|
|
53566
53639
|
resultado += ' '.repeat(this.indentacao);
|
|
53567
53640
|
}
|
|
53568
|
-
if (declaracaoTente.caminhoPegue
|
|
53641
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
53569
53642
|
resultado += '\nrescue\n';
|
|
53570
53643
|
resultado += ' '.repeat(this.indentacao);
|
|
53571
|
-
|
|
53572
|
-
for (let declaracao of
|
|
53644
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
53645
|
+
for (let declaracao of bloco.corpo) {
|
|
53573
53646
|
resultado +=
|
|
53574
53647
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
53575
53648
|
}
|
|
53576
53649
|
}
|
|
53577
|
-
else {
|
|
53578
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
53579
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
53580
|
-
}
|
|
53581
|
-
}
|
|
53582
53650
|
resultado += ' '.repeat(this.indentacao);
|
|
53583
53651
|
}
|
|
53584
53652
|
if (declaracaoTente.caminhoFinalmente !== null) {
|
|
@@ -53625,7 +53693,7 @@ class TradutorRuby {
|
|
|
53625
53693
|
}
|
|
53626
53694
|
exports.TradutorRuby = TradutorRuby;
|
|
53627
53695
|
|
|
53628
|
-
},{"../construtos":67,"../declaracoes":
|
|
53696
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],289:[function(require,module,exports){
|
|
53629
53697
|
"use strict";
|
|
53630
53698
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53631
53699
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -54512,7 +54580,7 @@ process.exit(codigoSaida);
|
|
|
54512
54580
|
}
|
|
54513
54581
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
54514
54582
|
|
|
54515
|
-
},{"../construtos":67,"../declaracoes":
|
|
54583
|
+
},{"../construtos":67,"../declaracoes":117}],290:[function(require,module,exports){
|
|
54516
54584
|
"use strict";
|
|
54517
54585
|
/*!
|
|
54518
54586
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54520,7 +54588,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
54520
54588
|
*/
|
|
54521
54589
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54522
54590
|
|
|
54523
|
-
},{}],
|
|
54591
|
+
},{}],291:[function(require,module,exports){
|
|
54524
54592
|
"use strict";
|
|
54525
54593
|
/*!
|
|
54526
54594
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54528,7 +54596,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54528
54596
|
*/
|
|
54529
54597
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54530
54598
|
|
|
54531
|
-
},{}],
|
|
54599
|
+
},{}],292:[function(require,module,exports){
|
|
54532
54600
|
"use strict";
|
|
54533
54601
|
/*!
|
|
54534
54602
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54690,7 +54758,7 @@ __decorate([
|
|
|
54690
54758
|
], ANTLRInputStream.prototype, "toString", null);
|
|
54691
54759
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
54692
54760
|
|
|
54693
|
-
},{"./Decorators":
|
|
54761
|
+
},{"./Decorators":303,"./IntStream":309,"assert":446}],293:[function(require,module,exports){
|
|
54694
54762
|
"use strict";
|
|
54695
54763
|
/*!
|
|
54696
54764
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54773,7 +54841,7 @@ __decorate([
|
|
|
54773
54841
|
], BailErrorStrategy.prototype, "sync", null);
|
|
54774
54842
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
54775
54843
|
|
|
54776
|
-
},{"./Decorators":
|
|
54844
|
+
},{"./Decorators":303,"./DefaultErrorStrategy":304,"./InputMismatchException":308,"./misc/ParseCancellationException":420}],294:[function(require,module,exports){
|
|
54777
54845
|
"use strict";
|
|
54778
54846
|
/*!
|
|
54779
54847
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55263,7 +55331,7 @@ BufferedTokenStream = __decorate([
|
|
|
55263
55331
|
], BufferedTokenStream);
|
|
55264
55332
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
55265
55333
|
|
|
55266
|
-
},{"./CommonToken":
|
|
55334
|
+
},{"./CommonToken":299,"./Decorators":303,"./Lexer":311,"./Token":328,"./misc/Interval":415,"assert":446}],295:[function(require,module,exports){
|
|
55267
55335
|
"use strict";
|
|
55268
55336
|
/*!
|
|
55269
55337
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55271,7 +55339,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
55271
55339
|
*/
|
|
55272
55340
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55273
55341
|
|
|
55274
|
-
},{}],
|
|
55342
|
+
},{}],296:[function(require,module,exports){
|
|
55275
55343
|
"use strict";
|
|
55276
55344
|
/*!
|
|
55277
55345
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55405,7 +55473,7 @@ var CharStreams;
|
|
|
55405
55473
|
// }
|
|
55406
55474
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
55407
55475
|
|
|
55408
|
-
},{"./CodePointBuffer":
|
|
55476
|
+
},{"./CodePointBuffer":297,"./CodePointCharStream":298,"./IntStream":309}],297:[function(require,module,exports){
|
|
55409
55477
|
"use strict";
|
|
55410
55478
|
/*!
|
|
55411
55479
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55640,7 +55708,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
55640
55708
|
CodePointBuffer.Builder = Builder;
|
|
55641
55709
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
55642
55710
|
|
|
55643
|
-
},{"./misc/Character":
|
|
55711
|
+
},{"./misc/Character":411,"assert":446}],298:[function(require,module,exports){
|
|
55644
55712
|
"use strict";
|
|
55645
55713
|
/*!
|
|
55646
55714
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55790,7 +55858,7 @@ __decorate([
|
|
|
55790
55858
|
], CodePointCharStream.prototype, "getText", null);
|
|
55791
55859
|
exports.CodePointCharStream = CodePointCharStream;
|
|
55792
55860
|
|
|
55793
|
-
},{"./Decorators":
|
|
55861
|
+
},{"./Decorators":303,"./IntStream":309,"./misc/Interval":415,"assert":446}],299:[function(require,module,exports){
|
|
55794
55862
|
"use strict";
|
|
55795
55863
|
/*!
|
|
55796
55864
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56020,7 +56088,7 @@ CommonToken = __decorate([
|
|
|
56020
56088
|
], CommonToken);
|
|
56021
56089
|
exports.CommonToken = CommonToken;
|
|
56022
56090
|
|
|
56023
|
-
},{"./Decorators":
|
|
56091
|
+
},{"./Decorators":303,"./Token":328,"./misc/Interval":415}],300:[function(require,module,exports){
|
|
56024
56092
|
"use strict";
|
|
56025
56093
|
/*!
|
|
56026
56094
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56084,7 +56152,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
56084
56152
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
56085
56153
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
56086
56154
|
|
|
56087
|
-
},{"./CommonToken":
|
|
56155
|
+
},{"./CommonToken":299,"./Decorators":303,"./misc/Interval":415}],301:[function(require,module,exports){
|
|
56088
56156
|
"use strict";
|
|
56089
56157
|
/*!
|
|
56090
56158
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56211,7 +56279,7 @@ CommonTokenStream = __decorate([
|
|
|
56211
56279
|
], CommonTokenStream);
|
|
56212
56280
|
exports.CommonTokenStream = CommonTokenStream;
|
|
56213
56281
|
|
|
56214
|
-
},{"./BufferedTokenStream":
|
|
56282
|
+
},{"./BufferedTokenStream":294,"./Decorators":303,"./Token":328}],302:[function(require,module,exports){
|
|
56215
56283
|
"use strict";
|
|
56216
56284
|
/*!
|
|
56217
56285
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56245,7 +56313,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
56245
56313
|
*/
|
|
56246
56314
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
56247
56315
|
|
|
56248
|
-
},{}],
|
|
56316
|
+
},{}],303:[function(require,module,exports){
|
|
56249
56317
|
"use strict";
|
|
56250
56318
|
/*!
|
|
56251
56319
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56272,7 +56340,7 @@ function SuppressWarnings(options) {
|
|
|
56272
56340
|
}
|
|
56273
56341
|
exports.SuppressWarnings = SuppressWarnings;
|
|
56274
56342
|
|
|
56275
|
-
},{}],
|
|
56343
|
+
},{}],304:[function(require,module,exports){
|
|
56276
56344
|
"use strict";
|
|
56277
56345
|
/*!
|
|
56278
56346
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57086,7 +57154,7 @@ __decorate([
|
|
|
57086
57154
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
57087
57155
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
57088
57156
|
|
|
57089
|
-
},{"./Decorators":
|
|
57157
|
+
},{"./Decorators":303,"./FailedPredicateException":307,"./InputMismatchException":308,"./NoViableAltException":315,"./Token":328,"./atn/ATNState":342,"./atn/ATNStateType":343,"./atn/PredictionContext":383,"./misc/IntervalSet":416}],305:[function(require,module,exports){
|
|
57090
57158
|
"use strict";
|
|
57091
57159
|
/*!
|
|
57092
57160
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57162,7 +57230,7 @@ var Dependents;
|
|
|
57162
57230
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
57163
57231
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
57164
57232
|
|
|
57165
|
-
},{}],
|
|
57233
|
+
},{}],306:[function(require,module,exports){
|
|
57166
57234
|
"use strict";
|
|
57167
57235
|
/*!
|
|
57168
57236
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57310,7 +57378,7 @@ __decorate([
|
|
|
57310
57378
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
57311
57379
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
57312
57380
|
|
|
57313
|
-
},{"./Decorators":
|
|
57381
|
+
},{"./Decorators":303,"./misc/BitSet":410,"./misc/Interval":415}],307:[function(require,module,exports){
|
|
57314
57382
|
"use strict";
|
|
57315
57383
|
/*!
|
|
57316
57384
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57375,7 +57443,7 @@ FailedPredicateException = __decorate([
|
|
|
57375
57443
|
], FailedPredicateException);
|
|
57376
57444
|
exports.FailedPredicateException = FailedPredicateException;
|
|
57377
57445
|
|
|
57378
|
-
},{"./Decorators":
|
|
57446
|
+
},{"./Decorators":303,"./RecognitionException":322,"./atn/PredicateTransition":382}],308:[function(require,module,exports){
|
|
57379
57447
|
"use strict";
|
|
57380
57448
|
/*!
|
|
57381
57449
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57415,7 +57483,7 @@ InputMismatchException = __decorate([
|
|
|
57415
57483
|
], InputMismatchException);
|
|
57416
57484
|
exports.InputMismatchException = InputMismatchException;
|
|
57417
57485
|
|
|
57418
|
-
},{"./Decorators":
|
|
57486
|
+
},{"./Decorators":303,"./RecognitionException":322}],309:[function(require,module,exports){
|
|
57419
57487
|
"use strict";
|
|
57420
57488
|
/*!
|
|
57421
57489
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57438,7 +57506,7 @@ var IntStream;
|
|
|
57438
57506
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
57439
57507
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
57440
57508
|
|
|
57441
|
-
},{}],
|
|
57509
|
+
},{}],310:[function(require,module,exports){
|
|
57442
57510
|
"use strict";
|
|
57443
57511
|
/*!
|
|
57444
57512
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57485,7 +57553,7 @@ __decorate([
|
|
|
57485
57553
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
57486
57554
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
57487
57555
|
|
|
57488
|
-
},{"./Decorators":
|
|
57556
|
+
},{"./Decorators":303,"./ParserRuleContext":319}],311:[function(require,module,exports){
|
|
57489
57557
|
"use strict";
|
|
57490
57558
|
/*!
|
|
57491
57559
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57821,7 +57889,7 @@ __decorate([
|
|
|
57821
57889
|
], Lexer.prototype, "charPositionInLine", null);
|
|
57822
57890
|
exports.Lexer = Lexer;
|
|
57823
57891
|
|
|
57824
|
-
},{"./CommonTokenFactory":
|
|
57892
|
+
},{"./CommonTokenFactory":300,"./Decorators":303,"./IntStream":309,"./LexerNoViableAltException":313,"./Recognizer":323,"./Token":328,"./atn/LexerATNSimulator":361,"./misc/IntegerStack":414,"./misc/Interval":415}],312:[function(require,module,exports){
|
|
57825
57893
|
"use strict";
|
|
57826
57894
|
/*!
|
|
57827
57895
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57901,7 +57969,7 @@ LexerInterpreter = __decorate([
|
|
|
57901
57969
|
], LexerInterpreter);
|
|
57902
57970
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57903
57971
|
|
|
57904
|
-
},{"./Decorators":
|
|
57972
|
+
},{"./Decorators":303,"./Lexer":311,"./atn/LexerATNSimulator":361}],313:[function(require,module,exports){
|
|
57905
57973
|
"use strict";
|
|
57906
57974
|
/*!
|
|
57907
57975
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57958,7 +58026,7 @@ LexerNoViableAltException = __decorate([
|
|
|
57958
58026
|
], LexerNoViableAltException);
|
|
57959
58027
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
57960
58028
|
|
|
57961
|
-
},{"./Decorators":
|
|
58029
|
+
},{"./Decorators":303,"./RecognitionException":322,"./misc/Interval":415,"./misc/Utils":422}],314:[function(require,module,exports){
|
|
57962
58030
|
"use strict";
|
|
57963
58031
|
/*!
|
|
57964
58032
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58168,7 +58236,7 @@ ListTokenSource = __decorate([
|
|
|
58168
58236
|
], ListTokenSource);
|
|
58169
58237
|
exports.ListTokenSource = ListTokenSource;
|
|
58170
58238
|
|
|
58171
|
-
},{"./CommonTokenFactory":
|
|
58239
|
+
},{"./CommonTokenFactory":300,"./Decorators":303,"./Token":328}],315:[function(require,module,exports){
|
|
58172
58240
|
"use strict";
|
|
58173
58241
|
/*!
|
|
58174
58242
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58223,7 +58291,7 @@ __decorate([
|
|
|
58223
58291
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
58224
58292
|
exports.NoViableAltException = NoViableAltException;
|
|
58225
58293
|
|
|
58226
|
-
},{"./Decorators":
|
|
58294
|
+
},{"./Decorators":303,"./Parser":316,"./RecognitionException":322}],316:[function(require,module,exports){
|
|
58227
58295
|
(function (process){(function (){
|
|
58228
58296
|
"use strict";
|
|
58229
58297
|
/*!
|
|
@@ -59069,7 +59137,7 @@ __decorate([
|
|
|
59069
59137
|
exports.Parser = Parser;
|
|
59070
59138
|
|
|
59071
59139
|
}).call(this)}).call(this,require('_process'))
|
|
59072
|
-
},{"./Decorators":
|
|
59140
|
+
},{"./Decorators":303,"./DefaultErrorStrategy":304,"./Lexer":311,"./ProxyParserErrorListener":321,"./Recognizer":323,"./Token":328,"./atn/ATNDeserializationOptions":339,"./atn/ATNDeserializer":340,"./atn/ParseInfo":376,"./atn/ParserATNSimulator":377,"./atn/ProfilingATNSimulator":386,"./misc/IntegerStack":414,"./misc/Utils":422,"./tree/ErrorNode":424,"./tree/TerminalNode":426,"./tree/pattern/ParseTreePatternMatcher":431,"_process":505}],317:[function(require,module,exports){
|
|
59073
59141
|
"use strict";
|
|
59074
59142
|
/*!
|
|
59075
59143
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59077,7 +59145,7 @@ exports.Parser = Parser;
|
|
|
59077
59145
|
*/
|
|
59078
59146
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59079
59147
|
|
|
59080
|
-
},{}],
|
|
59148
|
+
},{}],318:[function(require,module,exports){
|
|
59081
59149
|
"use strict";
|
|
59082
59150
|
/*!
|
|
59083
59151
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59485,7 +59553,7 @@ ParserInterpreter = __decorate([
|
|
|
59485
59553
|
], ParserInterpreter);
|
|
59486
59554
|
exports.ParserInterpreter = ParserInterpreter;
|
|
59487
59555
|
|
|
59488
|
-
},{"./Decorators":
|
|
59556
|
+
},{"./Decorators":303,"./FailedPredicateException":307,"./InputMismatchException":308,"./InterpreterRuleContext":310,"./Parser":316,"./RecognitionException":322,"./Token":328,"./atn/ATNState":342,"./atn/ATNStateType":343,"./atn/LoopEndState":373,"./atn/ParserATNSimulator":377,"./atn/StarLoopEntryState":395,"./misc/BitSet":410}],319:[function(require,module,exports){
|
|
59489
59557
|
"use strict";
|
|
59490
59558
|
/*!
|
|
59491
59559
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59786,7 +59854,7 @@ __decorate([
|
|
|
59786
59854
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
59787
59855
|
exports.ParserRuleContext = ParserRuleContext;
|
|
59788
59856
|
|
|
59789
|
-
},{"./Decorators":
|
|
59857
|
+
},{"./Decorators":303,"./RuleContext":324,"./misc/Interval":415,"./tree/ErrorNode":424,"./tree/TerminalNode":426}],320:[function(require,module,exports){
|
|
59790
59858
|
"use strict";
|
|
59791
59859
|
/*!
|
|
59792
59860
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59836,7 +59904,7 @@ __decorate([
|
|
|
59836
59904
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59837
59905
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59838
59906
|
|
|
59839
|
-
},{"./Decorators":
|
|
59907
|
+
},{"./Decorators":303}],321:[function(require,module,exports){
|
|
59840
59908
|
"use strict";
|
|
59841
59909
|
/*!
|
|
59842
59910
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59895,7 +59963,7 @@ __decorate([
|
|
|
59895
59963
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59896
59964
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59897
59965
|
|
|
59898
|
-
},{"./Decorators":
|
|
59966
|
+
},{"./Decorators":303,"./ProxyErrorListener":320}],322:[function(require,module,exports){
|
|
59899
59967
|
"use strict";
|
|
59900
59968
|
/*!
|
|
59901
59969
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60000,7 +60068,7 @@ class RecognitionException extends Error {
|
|
|
60000
60068
|
}
|
|
60001
60069
|
exports.RecognitionException = RecognitionException;
|
|
60002
60070
|
|
|
60003
|
-
},{}],
|
|
60071
|
+
},{}],323:[function(require,module,exports){
|
|
60004
60072
|
"use strict";
|
|
60005
60073
|
/*!
|
|
60006
60074
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60219,7 +60287,7 @@ __decorate([
|
|
|
60219
60287
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
60220
60288
|
exports.Recognizer = Recognizer;
|
|
60221
60289
|
|
|
60222
|
-
},{"./ConsoleErrorListener":
|
|
60290
|
+
},{"./ConsoleErrorListener":302,"./Decorators":303,"./ProxyErrorListener":320,"./Token":328,"./misc/Utils":422}],324:[function(require,module,exports){
|
|
60223
60291
|
"use strict";
|
|
60224
60292
|
/*!
|
|
60225
60293
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60436,7 +60504,7 @@ __decorate([
|
|
|
60436
60504
|
], RuleContext.prototype, "toStringTree", null);
|
|
60437
60505
|
exports.RuleContext = RuleContext;
|
|
60438
60506
|
|
|
60439
|
-
},{"./Decorators":
|
|
60507
|
+
},{"./Decorators":303,"./ParserRuleContext":319,"./Recognizer":323,"./atn/ATN":336,"./misc/Interval":415,"./tree/RuleNode":425,"./tree/Trees":427}],325:[function(require,module,exports){
|
|
60440
60508
|
"use strict";
|
|
60441
60509
|
/*!
|
|
60442
60510
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60487,7 +60555,7 @@ __decorate([
|
|
|
60487
60555
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
60488
60556
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
60489
60557
|
|
|
60490
|
-
},{"./Decorators":
|
|
60558
|
+
},{"./Decorators":303,"./ParserRuleContext":319,"./atn/ATN":336}],326:[function(require,module,exports){
|
|
60491
60559
|
"use strict";
|
|
60492
60560
|
/*!
|
|
60493
60561
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60510,7 +60578,7 @@ function RuleDependency(dependency) {
|
|
|
60510
60578
|
}
|
|
60511
60579
|
exports.RuleDependency = RuleDependency;
|
|
60512
60580
|
|
|
60513
|
-
},{}],
|
|
60581
|
+
},{}],327:[function(require,module,exports){
|
|
60514
60582
|
"use strict";
|
|
60515
60583
|
/*!
|
|
60516
60584
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60529,7 +60597,7 @@ function RuleVersion(version) {
|
|
|
60529
60597
|
}
|
|
60530
60598
|
exports.RuleVersion = RuleVersion;
|
|
60531
60599
|
|
|
60532
|
-
},{}],
|
|
60600
|
+
},{}],328:[function(require,module,exports){
|
|
60533
60601
|
"use strict";
|
|
60534
60602
|
/*!
|
|
60535
60603
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60569,7 +60637,7 @@ var Token;
|
|
|
60569
60637
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
60570
60638
|
})(Token = exports.Token || (exports.Token = {}));
|
|
60571
60639
|
|
|
60572
|
-
},{"./IntStream":
|
|
60640
|
+
},{"./IntStream":309}],329:[function(require,module,exports){
|
|
60573
60641
|
"use strict";
|
|
60574
60642
|
/*!
|
|
60575
60643
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60577,7 +60645,7 @@ var Token;
|
|
|
60577
60645
|
*/
|
|
60578
60646
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60579
60647
|
|
|
60580
|
-
},{}],
|
|
60648
|
+
},{}],330:[function(require,module,exports){
|
|
60581
60649
|
"use strict";
|
|
60582
60650
|
/*!
|
|
60583
60651
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60585,7 +60653,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60585
60653
|
*/
|
|
60586
60654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60587
60655
|
|
|
60588
|
-
},{}],
|
|
60656
|
+
},{}],331:[function(require,module,exports){
|
|
60589
60657
|
"use strict";
|
|
60590
60658
|
/*!
|
|
60591
60659
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60593,7 +60661,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60593
60661
|
*/
|
|
60594
60662
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60595
60663
|
|
|
60596
|
-
},{}],
|
|
60664
|
+
},{}],332:[function(require,module,exports){
|
|
60597
60665
|
"use strict";
|
|
60598
60666
|
/*!
|
|
60599
60667
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61101,7 +61169,7 @@ __decorate([
|
|
|
61101
61169
|
Decorators_1.Override
|
|
61102
61170
|
], ReplaceOp.prototype, "toString", null);
|
|
61103
61171
|
|
|
61104
|
-
},{"./Decorators":
|
|
61172
|
+
},{"./Decorators":303,"./Token":328,"./misc/Interval":415}],333:[function(require,module,exports){
|
|
61105
61173
|
"use strict";
|
|
61106
61174
|
/*!
|
|
61107
61175
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61109,7 +61177,7 @@ __decorate([
|
|
|
61109
61177
|
*/
|
|
61110
61178
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61111
61179
|
|
|
61112
|
-
},{}],
|
|
61180
|
+
},{}],334:[function(require,module,exports){
|
|
61113
61181
|
"use strict";
|
|
61114
61182
|
/*!
|
|
61115
61183
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61229,7 +61297,7 @@ __decorate([
|
|
|
61229
61297
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
61230
61298
|
exports.VocabularyImpl = VocabularyImpl;
|
|
61231
61299
|
|
|
61232
|
-
},{"./Decorators":
|
|
61300
|
+
},{"./Decorators":303,"./Token":328}],335:[function(require,module,exports){
|
|
61233
61301
|
"use strict";
|
|
61234
61302
|
/*!
|
|
61235
61303
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61237,7 +61305,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
61237
61305
|
*/
|
|
61238
61306
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61239
61307
|
|
|
61240
|
-
},{}],
|
|
61308
|
+
},{}],336:[function(require,module,exports){
|
|
61241
61309
|
"use strict";
|
|
61242
61310
|
/*!
|
|
61243
61311
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61459,7 +61527,7 @@ exports.ATN = ATN;
|
|
|
61459
61527
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
61460
61528
|
exports.ATN = ATN;
|
|
61461
61529
|
|
|
61462
|
-
},{"../Decorators":
|
|
61530
|
+
},{"../Decorators":303,"../Token":328,"../dfa/DFA":401,"../misc/Array2DHashMap":406,"../misc/IntervalSet":416,"../misc/ObjectEqualityComparator":419,"./InvalidState":359,"./LL1Analyzer":360,"./PredictionContext":383,"assert":446}],337:[function(require,module,exports){
|
|
61463
61531
|
"use strict";
|
|
61464
61532
|
/*!
|
|
61465
61533
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61984,7 +62052,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
61984
62052
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
61985
62053
|
], ActionSemanticContextATNConfig);
|
|
61986
62054
|
|
|
61987
|
-
},{"../Decorators":
|
|
62055
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/MurmurHash":418,"../misc/ObjectEqualityComparator":419,"./DecisionState":356,"./PredictionContext":383,"./SemanticContext":391,"assert":446}],338:[function(require,module,exports){
|
|
61988
62056
|
"use strict";
|
|
61989
62057
|
/*!
|
|
61990
62058
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62431,7 +62499,7 @@ __decorate([
|
|
|
62431
62499
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
62432
62500
|
exports.ATNConfigSet = ATNConfigSet;
|
|
62433
62501
|
|
|
62434
|
-
},{"../Decorators":
|
|
62502
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/Array2DHashSet":407,"../misc/ArrayEqualityComparator":408,"../misc/BitSet":410,"../misc/ObjectEqualityComparator":419,"../misc/Utils":422,"./ATN":336,"./ATNConfig":337,"./PredictionContext":383,"./PredictionContextCache":384,"./SemanticContext":391,"assert":446}],339:[function(require,module,exports){
|
|
62435
62503
|
"use strict";
|
|
62436
62504
|
/*!
|
|
62437
62505
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62510,7 +62578,7 @@ __decorate([
|
|
|
62510
62578
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
62511
62579
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
62512
62580
|
|
|
62513
|
-
},{"../Decorators":
|
|
62581
|
+
},{"../Decorators":303}],340:[function(require,module,exports){
|
|
62514
62582
|
"use strict";
|
|
62515
62583
|
/*!
|
|
62516
62584
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63597,7 +63665,7 @@ __decorate([
|
|
|
63597
63665
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
63598
63666
|
exports.ATNDeserializer = ATNDeserializer;
|
|
63599
63667
|
|
|
63600
|
-
},{"../Decorators":
|
|
63668
|
+
},{"../Decorators":303,"../Token":328,"../dfa/DFA":401,"../misc/Array2DHashSet":407,"../misc/BitSet":410,"../misc/IntervalSet":416,"../misc/UUID":421,"./ATN":336,"./ATNDeserializationOptions":339,"./ATNStateType":343,"./ActionTransition":345,"./AtomTransition":347,"./BasicBlockStartState":348,"./BasicState":349,"./BlockEndState":350,"./BlockStartState":351,"./DecisionState":356,"./EpsilonTransition":357,"./InvalidState":359,"./LexerChannelAction":363,"./LexerCustomAction":364,"./LexerModeAction":366,"./LexerMoreAction":367,"./LexerPopModeAction":368,"./LexerPushModeAction":369,"./LexerSkipAction":370,"./LexerTypeAction":371,"./LoopEndState":373,"./NotSetTransition":374,"./ParserATNSimulator":377,"./PlusBlockStartState":378,"./PlusLoopbackState":379,"./PrecedencePredicateTransition":380,"./PredicateTransition":382,"./RangeTransition":387,"./RuleStartState":388,"./RuleStopState":389,"./RuleTransition":390,"./SetTransition":392,"./StarBlockStartState":394,"./StarLoopEntryState":395,"./StarLoopbackState":396,"./TokensStartState":397,"./WildcardTransition":399}],341:[function(require,module,exports){
|
|
63601
63669
|
"use strict";
|
|
63602
63670
|
/*!
|
|
63603
63671
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63661,7 +63729,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
63661
63729
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
63662
63730
|
exports.ATNSimulator = ATNSimulator;
|
|
63663
63731
|
|
|
63664
|
-
},{"../Decorators":
|
|
63732
|
+
},{"../Decorators":303,"../dfa/DFAState":403,"./ATNConfigSet":338,"./PredictionContext":383}],342:[function(require,module,exports){
|
|
63665
63733
|
"use strict";
|
|
63666
63734
|
/*!
|
|
63667
63735
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63848,7 +63916,7 @@ exports.ATNState = ATNState;
|
|
|
63848
63916
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63849
63917
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63850
63918
|
|
|
63851
|
-
},{"../Decorators":
|
|
63919
|
+
},{"../Decorators":303}],343:[function(require,module,exports){
|
|
63852
63920
|
"use strict";
|
|
63853
63921
|
/*!
|
|
63854
63922
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63874,7 +63942,7 @@ var ATNStateType;
|
|
|
63874
63942
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63875
63943
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63876
63944
|
|
|
63877
|
-
},{}],
|
|
63945
|
+
},{}],344:[function(require,module,exports){
|
|
63878
63946
|
"use strict";
|
|
63879
63947
|
/*!
|
|
63880
63948
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63894,7 +63962,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63894
63962
|
}
|
|
63895
63963
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63896
63964
|
|
|
63897
|
-
},{"./Transition":
|
|
63965
|
+
},{"./Transition":398}],345:[function(require,module,exports){
|
|
63898
63966
|
"use strict";
|
|
63899
63967
|
/*!
|
|
63900
63968
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63950,7 +64018,7 @@ ActionTransition = __decorate([
|
|
|
63950
64018
|
], ActionTransition);
|
|
63951
64019
|
exports.ActionTransition = ActionTransition;
|
|
63952
64020
|
|
|
63953
|
-
},{"../Decorators":
|
|
64021
|
+
},{"../Decorators":303,"./Transition":398}],346:[function(require,module,exports){
|
|
63954
64022
|
"use strict";
|
|
63955
64023
|
/*!
|
|
63956
64024
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64037,7 +64105,7 @@ AmbiguityInfo = __decorate([
|
|
|
64037
64105
|
], AmbiguityInfo);
|
|
64038
64106
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
64039
64107
|
|
|
64040
|
-
},{"../Decorators":
|
|
64108
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],347:[function(require,module,exports){
|
|
64041
64109
|
"use strict";
|
|
64042
64110
|
/*!
|
|
64043
64111
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64095,7 +64163,7 @@ AtomTransition = __decorate([
|
|
|
64095
64163
|
], AtomTransition);
|
|
64096
64164
|
exports.AtomTransition = AtomTransition;
|
|
64097
64165
|
|
|
64098
|
-
},{"../Decorators":
|
|
64166
|
+
},{"../Decorators":303,"../misc/IntervalSet":416,"./Transition":398}],348:[function(require,module,exports){
|
|
64099
64167
|
"use strict";
|
|
64100
64168
|
/*!
|
|
64101
64169
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64127,7 +64195,7 @@ __decorate([
|
|
|
64127
64195
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
64128
64196
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
64129
64197
|
|
|
64130
|
-
},{"../Decorators":
|
|
64198
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],349:[function(require,module,exports){
|
|
64131
64199
|
"use strict";
|
|
64132
64200
|
/*!
|
|
64133
64201
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64159,7 +64227,7 @@ __decorate([
|
|
|
64159
64227
|
], BasicState.prototype, "stateType", null);
|
|
64160
64228
|
exports.BasicState = BasicState;
|
|
64161
64229
|
|
|
64162
|
-
},{"../Decorators":
|
|
64230
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],350:[function(require,module,exports){
|
|
64163
64231
|
"use strict";
|
|
64164
64232
|
/*!
|
|
64165
64233
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64188,7 +64256,7 @@ __decorate([
|
|
|
64188
64256
|
], BlockEndState.prototype, "stateType", null);
|
|
64189
64257
|
exports.BlockEndState = BlockEndState;
|
|
64190
64258
|
|
|
64191
|
-
},{"../Decorators":
|
|
64259
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],351:[function(require,module,exports){
|
|
64192
64260
|
"use strict";
|
|
64193
64261
|
/*!
|
|
64194
64262
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64202,7 +64270,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
64202
64270
|
}
|
|
64203
64271
|
exports.BlockStartState = BlockStartState;
|
|
64204
64272
|
|
|
64205
|
-
},{"./DecisionState":
|
|
64273
|
+
},{"./DecisionState":356}],352:[function(require,module,exports){
|
|
64206
64274
|
"use strict";
|
|
64207
64275
|
/*!
|
|
64208
64276
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64272,7 +64340,7 @@ __decorate([
|
|
|
64272
64340
|
], ConflictInfo.prototype, "hashCode", null);
|
|
64273
64341
|
exports.ConflictInfo = ConflictInfo;
|
|
64274
64342
|
|
|
64275
|
-
},{"../Decorators":
|
|
64343
|
+
},{"../Decorators":303,"../misc/Utils":422}],353:[function(require,module,exports){
|
|
64276
64344
|
"use strict";
|
|
64277
64345
|
/*!
|
|
64278
64346
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64332,7 +64400,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
64332
64400
|
], ContextSensitivityInfo);
|
|
64333
64401
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
64334
64402
|
|
|
64335
|
-
},{"../Decorators":
|
|
64403
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],354:[function(require,module,exports){
|
|
64336
64404
|
"use strict";
|
|
64337
64405
|
/*!
|
|
64338
64406
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64384,7 +64452,7 @@ DecisionEventInfo = __decorate([
|
|
|
64384
64452
|
], DecisionEventInfo);
|
|
64385
64453
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
64386
64454
|
|
|
64387
|
-
},{"../Decorators":
|
|
64455
|
+
},{"../Decorators":303}],355:[function(require,module,exports){
|
|
64388
64456
|
"use strict";
|
|
64389
64457
|
/*!
|
|
64390
64458
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64597,7 +64665,7 @@ __decorate([
|
|
|
64597
64665
|
], DecisionInfo.prototype, "toString", null);
|
|
64598
64666
|
exports.DecisionInfo = DecisionInfo;
|
|
64599
64667
|
|
|
64600
|
-
},{"../Decorators":
|
|
64668
|
+
},{"../Decorators":303}],356:[function(require,module,exports){
|
|
64601
64669
|
"use strict";
|
|
64602
64670
|
/*!
|
|
64603
64671
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64617,7 +64685,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
64617
64685
|
}
|
|
64618
64686
|
exports.DecisionState = DecisionState;
|
|
64619
64687
|
|
|
64620
|
-
},{"./ATNState":
|
|
64688
|
+
},{"./ATNState":342}],357:[function(require,module,exports){
|
|
64621
64689
|
"use strict";
|
|
64622
64690
|
/*!
|
|
64623
64691
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64683,7 +64751,7 @@ EpsilonTransition = __decorate([
|
|
|
64683
64751
|
], EpsilonTransition);
|
|
64684
64752
|
exports.EpsilonTransition = EpsilonTransition;
|
|
64685
64753
|
|
|
64686
|
-
},{"../Decorators":
|
|
64754
|
+
},{"../Decorators":303,"./Transition":398}],358:[function(require,module,exports){
|
|
64687
64755
|
"use strict";
|
|
64688
64756
|
/*!
|
|
64689
64757
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64736,7 +64804,7 @@ ErrorInfo = __decorate([
|
|
|
64736
64804
|
], ErrorInfo);
|
|
64737
64805
|
exports.ErrorInfo = ErrorInfo;
|
|
64738
64806
|
|
|
64739
|
-
},{"../Decorators":
|
|
64807
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],359:[function(require,module,exports){
|
|
64740
64808
|
"use strict";
|
|
64741
64809
|
/*!
|
|
64742
64810
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64767,7 +64835,7 @@ __decorate([
|
|
|
64767
64835
|
], InvalidState.prototype, "stateType", null);
|
|
64768
64836
|
exports.InvalidState = InvalidState;
|
|
64769
64837
|
|
|
64770
|
-
},{"../Decorators":
|
|
64838
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BasicState":349}],360:[function(require,module,exports){
|
|
64771
64839
|
"use strict";
|
|
64772
64840
|
/*!
|
|
64773
64841
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64989,7 +65057,7 @@ LL1Analyzer = __decorate([
|
|
|
64989
65057
|
], LL1Analyzer);
|
|
64990
65058
|
exports.LL1Analyzer = LL1Analyzer;
|
|
64991
65059
|
|
|
64992
|
-
},{"../Decorators":
|
|
65060
|
+
},{"../Decorators":303,"../Token":328,"../misc/Array2DHashSet":407,"../misc/BitSet":410,"../misc/IntervalSet":416,"../misc/ObjectEqualityComparator":419,"./ATNConfig":337,"./AbstractPredicateTransition":344,"./NotSetTransition":374,"./PredictionContext":383,"./RuleStopState":389,"./RuleTransition":390,"./WildcardTransition":399}],361:[function(require,module,exports){
|
|
64993
65061
|
"use strict";
|
|
64994
65062
|
/*!
|
|
64995
65063
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65706,7 +65774,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
65706
65774
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
65707
65775
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
65708
65776
|
|
|
65709
|
-
},{"../Decorators":
|
|
65777
|
+
},{"../Decorators":303,"../IntStream":309,"../Lexer":311,"../LexerNoViableAltException":313,"../Token":328,"../dfa/AcceptStateInfo":400,"../dfa/DFAState":403,"../misc/Interval":415,"./ATN":336,"./ATNConfig":337,"./ATNConfigSet":338,"./ATNSimulator":341,"./LexerActionExecutor":362,"./OrderedATNConfigSet":375,"./PredictionContext":383,"./RuleStopState":389,"assert":446}],362:[function(require,module,exports){
|
|
65710
65778
|
"use strict";
|
|
65711
65779
|
/*!
|
|
65712
65780
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65907,7 +65975,7 @@ LexerActionExecutor = __decorate([
|
|
|
65907
65975
|
], LexerActionExecutor);
|
|
65908
65976
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65909
65977
|
|
|
65910
|
-
},{"../Decorators":
|
|
65978
|
+
},{"../Decorators":303,"../misc/ArrayEqualityComparator":408,"../misc/MurmurHash":418,"./LexerIndexedCustomAction":365}],363:[function(require,module,exports){
|
|
65911
65979
|
"use strict";
|
|
65912
65980
|
/*!
|
|
65913
65981
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66012,7 +66080,7 @@ __decorate([
|
|
|
66012
66080
|
], LexerChannelAction.prototype, "toString", null);
|
|
66013
66081
|
exports.LexerChannelAction = LexerChannelAction;
|
|
66014
66082
|
|
|
66015
|
-
},{"../Decorators":
|
|
66083
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],364:[function(require,module,exports){
|
|
66016
66084
|
"use strict";
|
|
66017
66085
|
/*!
|
|
66018
66086
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66141,7 +66209,7 @@ __decorate([
|
|
|
66141
66209
|
], LexerCustomAction.prototype, "equals", null);
|
|
66142
66210
|
exports.LexerCustomAction = LexerCustomAction;
|
|
66143
66211
|
|
|
66144
|
-
},{"../Decorators":
|
|
66212
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],365:[function(require,module,exports){
|
|
66145
66213
|
"use strict";
|
|
66146
66214
|
/*!
|
|
66147
66215
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66276,7 +66344,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
66276
66344
|
], LexerIndexedCustomAction);
|
|
66277
66345
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
66278
66346
|
|
|
66279
|
-
},{"../Decorators":
|
|
66347
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],366:[function(require,module,exports){
|
|
66280
66348
|
"use strict";
|
|
66281
66349
|
/*!
|
|
66282
66350
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66381,7 +66449,7 @@ __decorate([
|
|
|
66381
66449
|
], LexerModeAction.prototype, "toString", null);
|
|
66382
66450
|
exports.LexerModeAction = LexerModeAction;
|
|
66383
66451
|
|
|
66384
|
-
},{"../Decorators":
|
|
66452
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],367:[function(require,module,exports){
|
|
66385
66453
|
"use strict";
|
|
66386
66454
|
/*!
|
|
66387
66455
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66477,7 +66545,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
66477
66545
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
66478
66546
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
66479
66547
|
|
|
66480
|
-
},{"../Decorators":
|
|
66548
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],368:[function(require,module,exports){
|
|
66481
66549
|
"use strict";
|
|
66482
66550
|
/*!
|
|
66483
66551
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66573,7 +66641,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
66573
66641
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
66574
66642
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
66575
66643
|
|
|
66576
|
-
},{"../Decorators":
|
|
66644
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],369:[function(require,module,exports){
|
|
66577
66645
|
"use strict";
|
|
66578
66646
|
/*!
|
|
66579
66647
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66678,7 +66746,7 @@ __decorate([
|
|
|
66678
66746
|
], LexerPushModeAction.prototype, "toString", null);
|
|
66679
66747
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
66680
66748
|
|
|
66681
|
-
},{"../Decorators":
|
|
66749
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],370:[function(require,module,exports){
|
|
66682
66750
|
"use strict";
|
|
66683
66751
|
/*!
|
|
66684
66752
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66774,7 +66842,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
66774
66842
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
66775
66843
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
66776
66844
|
|
|
66777
|
-
},{"../Decorators":
|
|
66845
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],371:[function(require,module,exports){
|
|
66778
66846
|
"use strict";
|
|
66779
66847
|
/*!
|
|
66780
66848
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66878,7 +66946,7 @@ __decorate([
|
|
|
66878
66946
|
], LexerTypeAction.prototype, "toString", null);
|
|
66879
66947
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66880
66948
|
|
|
66881
|
-
},{"../Decorators":
|
|
66949
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],372:[function(require,module,exports){
|
|
66882
66950
|
"use strict";
|
|
66883
66951
|
/*!
|
|
66884
66952
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66930,7 +66998,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66930
66998
|
], LookaheadEventInfo);
|
|
66931
66999
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
66932
67000
|
|
|
66933
|
-
},{"../Decorators":
|
|
67001
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],373:[function(require,module,exports){
|
|
66934
67002
|
"use strict";
|
|
66935
67003
|
/*!
|
|
66936
67004
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66959,7 +67027,7 @@ __decorate([
|
|
|
66959
67027
|
], LoopEndState.prototype, "stateType", null);
|
|
66960
67028
|
exports.LoopEndState = LoopEndState;
|
|
66961
67029
|
|
|
66962
|
-
},{"../Decorators":
|
|
67030
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],374:[function(require,module,exports){
|
|
66963
67031
|
"use strict";
|
|
66964
67032
|
/*!
|
|
66965
67033
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67008,7 +67076,7 @@ NotSetTransition = __decorate([
|
|
|
67008
67076
|
], NotSetTransition);
|
|
67009
67077
|
exports.NotSetTransition = NotSetTransition;
|
|
67010
67078
|
|
|
67011
|
-
},{"../Decorators":
|
|
67079
|
+
},{"../Decorators":303,"./SetTransition":392}],375:[function(require,module,exports){
|
|
67012
67080
|
"use strict";
|
|
67013
67081
|
/*!
|
|
67014
67082
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67063,7 +67131,7 @@ __decorate([
|
|
|
67063
67131
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
67064
67132
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
67065
67133
|
|
|
67066
|
-
},{"../Decorators":
|
|
67134
|
+
},{"../Decorators":303,"./ATNConfigSet":338}],376:[function(require,module,exports){
|
|
67067
67135
|
"use strict";
|
|
67068
67136
|
/*!
|
|
67069
67137
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67225,7 +67293,7 @@ ParseInfo = __decorate([
|
|
|
67225
67293
|
], ParseInfo);
|
|
67226
67294
|
exports.ParseInfo = ParseInfo;
|
|
67227
67295
|
|
|
67228
|
-
},{"../Decorators":
|
|
67296
|
+
},{"../Decorators":303}],377:[function(require,module,exports){
|
|
67229
67297
|
"use strict";
|
|
67230
67298
|
/*!
|
|
67231
67299
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69498,7 +69566,7 @@ ParserATNSimulator = __decorate([
|
|
|
69498
69566
|
], ParserATNSimulator);
|
|
69499
69567
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
69500
69568
|
|
|
69501
|
-
},{"../Decorators":
|
|
69569
|
+
},{"../Decorators":303,"../IntStream":309,"../NoViableAltException":315,"../ParserRuleContext":319,"../Token":328,"../VocabularyImpl":334,"../dfa/AcceptStateInfo":400,"../dfa/DFAState":403,"../misc/Array2DHashSet":407,"../misc/Arrays":409,"../misc/BitSet":410,"../misc/IntegerList":413,"../misc/Interval":415,"../misc/ObjectEqualityComparator":419,"./ATN":336,"./ATNConfig":337,"./ATNConfigSet":338,"./ATNSimulator":341,"./ATNStateType":343,"./ActionTransition":345,"./AtomTransition":347,"./ConflictInfo":352,"./DecisionState":356,"./NotSetTransition":374,"./PredictionContext":383,"./PredictionContextCache":384,"./PredictionMode":385,"./RuleStopState":389,"./RuleTransition":390,"./SemanticContext":391,"./SetTransition":392,"./SimulatorState":393,"assert":446}],378:[function(require,module,exports){
|
|
69502
69570
|
"use strict";
|
|
69503
69571
|
/*!
|
|
69504
69572
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69531,7 +69599,7 @@ __decorate([
|
|
|
69531
69599
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
69532
69600
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
69533
69601
|
|
|
69534
|
-
},{"../Decorators":
|
|
69602
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],379:[function(require,module,exports){
|
|
69535
69603
|
"use strict";
|
|
69536
69604
|
/*!
|
|
69537
69605
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69562,7 +69630,7 @@ __decorate([
|
|
|
69562
69630
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
69563
69631
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
69564
69632
|
|
|
69565
|
-
},{"../Decorators":
|
|
69633
|
+
},{"../Decorators":303,"./ATNStateType":343,"./DecisionState":356}],380:[function(require,module,exports){
|
|
69566
69634
|
"use strict";
|
|
69567
69635
|
/*!
|
|
69568
69636
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69625,7 +69693,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
69625
69693
|
], PrecedencePredicateTransition);
|
|
69626
69694
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
69627
69695
|
|
|
69628
|
-
},{"../Decorators":
|
|
69696
|
+
},{"../Decorators":303,"./AbstractPredicateTransition":344,"./SemanticContext":391}],381:[function(require,module,exports){
|
|
69629
69697
|
"use strict";
|
|
69630
69698
|
/*!
|
|
69631
69699
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69688,7 +69756,7 @@ PredicateEvalInfo = __decorate([
|
|
|
69688
69756
|
], PredicateEvalInfo);
|
|
69689
69757
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
69690
69758
|
|
|
69691
|
-
},{"../Decorators":
|
|
69759
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],382:[function(require,module,exports){
|
|
69692
69760
|
"use strict";
|
|
69693
69761
|
/*!
|
|
69694
69762
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69754,7 +69822,7 @@ PredicateTransition = __decorate([
|
|
|
69754
69822
|
], PredicateTransition);
|
|
69755
69823
|
exports.PredicateTransition = PredicateTransition;
|
|
69756
69824
|
|
|
69757
|
-
},{"../Decorators":
|
|
69825
|
+
},{"../Decorators":303,"./AbstractPredicateTransition":344,"./SemanticContext":391}],383:[function(require,module,exports){
|
|
69758
69826
|
"use strict";
|
|
69759
69827
|
/*!
|
|
69760
69828
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70445,7 +70513,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
70445
70513
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
70446
70514
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
70447
70515
|
|
|
70448
|
-
},{"../Decorators":
|
|
70516
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/Array2DHashSet":407,"../misc/Arrays":409,"../misc/MurmurHash":418,"./PredictionContextCache":384,"assert":446}],384:[function(require,module,exports){
|
|
70449
70517
|
"use strict";
|
|
70450
70518
|
/*!
|
|
70451
70519
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70586,7 +70654,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
70586
70654
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
70587
70655
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
70588
70656
|
|
|
70589
|
-
},{"../Decorators":
|
|
70657
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/ObjectEqualityComparator":419,"./PredictionContext":383,"assert":446}],385:[function(require,module,exports){
|
|
70590
70658
|
"use strict";
|
|
70591
70659
|
/*!
|
|
70592
70660
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70747,7 +70815,7 @@ var PredictionMode;
|
|
|
70747
70815
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
70748
70816
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
70749
70817
|
|
|
70750
|
-
},{"../Decorators":
|
|
70818
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/MurmurHash":418,"./RuleStopState":389}],386:[function(require,module,exports){
|
|
70751
70819
|
(function (process){(function (){
|
|
70752
70820
|
"use strict";
|
|
70753
70821
|
/*!
|
|
@@ -71016,7 +71084,7 @@ __decorate([
|
|
|
71016
71084
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
71017
71085
|
|
|
71018
71086
|
}).call(this)}).call(this,require('_process'))
|
|
71019
|
-
},{"../Decorators":
|
|
71087
|
+
},{"../Decorators":303,"./ATN":336,"./ATNSimulator":341,"./AmbiguityInfo":346,"./ContextSensitivityInfo":353,"./DecisionInfo":355,"./ErrorInfo":358,"./LookaheadEventInfo":372,"./ParserATNSimulator":377,"./PredicateEvalInfo":381,"./SemanticContext":391,"./SimulatorState":393,"_process":505}],387:[function(require,module,exports){
|
|
71020
71088
|
"use strict";
|
|
71021
71089
|
/*!
|
|
71022
71090
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71074,7 +71142,7 @@ RangeTransition = __decorate([
|
|
|
71074
71142
|
], RangeTransition);
|
|
71075
71143
|
exports.RangeTransition = RangeTransition;
|
|
71076
71144
|
|
|
71077
|
-
},{"../Decorators":
|
|
71145
|
+
},{"../Decorators":303,"../misc/IntervalSet":416,"./Transition":398}],388:[function(require,module,exports){
|
|
71078
71146
|
"use strict";
|
|
71079
71147
|
/*!
|
|
71080
71148
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71107,7 +71175,7 @@ __decorate([
|
|
|
71107
71175
|
], RuleStartState.prototype, "stateType", null);
|
|
71108
71176
|
exports.RuleStartState = RuleStartState;
|
|
71109
71177
|
|
|
71110
|
-
},{"../Decorators":
|
|
71178
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],389:[function(require,module,exports){
|
|
71111
71179
|
"use strict";
|
|
71112
71180
|
/*!
|
|
71113
71181
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71146,7 +71214,7 @@ __decorate([
|
|
|
71146
71214
|
], RuleStopState.prototype, "stateType", null);
|
|
71147
71215
|
exports.RuleStopState = RuleStopState;
|
|
71148
71216
|
|
|
71149
|
-
},{"../Decorators":
|
|
71217
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],390:[function(require,module,exports){
|
|
71150
71218
|
"use strict";
|
|
71151
71219
|
/*!
|
|
71152
71220
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71202,7 +71270,7 @@ RuleTransition = __decorate([
|
|
|
71202
71270
|
], RuleTransition);
|
|
71203
71271
|
exports.RuleTransition = RuleTransition;
|
|
71204
71272
|
|
|
71205
|
-
},{"../Decorators":
|
|
71273
|
+
},{"../Decorators":303,"./Transition":398}],391:[function(require,module,exports){
|
|
71206
71274
|
"use strict";
|
|
71207
71275
|
/*!
|
|
71208
71276
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71682,7 +71750,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
71682
71750
|
SemanticContext.OR = OR;
|
|
71683
71751
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
71684
71752
|
|
|
71685
|
-
},{"../Decorators":
|
|
71753
|
+
},{"../Decorators":303,"../misc/Array2DHashSet":407,"../misc/ArrayEqualityComparator":408,"../misc/MurmurHash":418,"../misc/ObjectEqualityComparator":419,"../misc/Utils":422}],392:[function(require,module,exports){
|
|
71686
71754
|
"use strict";
|
|
71687
71755
|
/*!
|
|
71688
71756
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71748,7 +71816,7 @@ SetTransition = __decorate([
|
|
|
71748
71816
|
], SetTransition);
|
|
71749
71817
|
exports.SetTransition = SetTransition;
|
|
71750
71818
|
|
|
71751
|
-
},{"../Decorators":
|
|
71819
|
+
},{"../Decorators":303,"../Token":328,"../misc/IntervalSet":416,"./Transition":398}],393:[function(require,module,exports){
|
|
71752
71820
|
"use strict";
|
|
71753
71821
|
/*!
|
|
71754
71822
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71784,7 +71852,7 @@ SimulatorState = __decorate([
|
|
|
71784
71852
|
], SimulatorState);
|
|
71785
71853
|
exports.SimulatorState = SimulatorState;
|
|
71786
71854
|
|
|
71787
|
-
},{"../Decorators":
|
|
71855
|
+
},{"../Decorators":303,"../ParserRuleContext":319}],394:[function(require,module,exports){
|
|
71788
71856
|
"use strict";
|
|
71789
71857
|
/*!
|
|
71790
71858
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71812,7 +71880,7 @@ __decorate([
|
|
|
71812
71880
|
], StarBlockStartState.prototype, "stateType", null);
|
|
71813
71881
|
exports.StarBlockStartState = StarBlockStartState;
|
|
71814
71882
|
|
|
71815
|
-
},{"../Decorators":
|
|
71883
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],395:[function(require,module,exports){
|
|
71816
71884
|
"use strict";
|
|
71817
71885
|
/*!
|
|
71818
71886
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71869,7 +71937,7 @@ __decorate([
|
|
|
71869
71937
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71870
71938
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71871
71939
|
|
|
71872
|
-
},{"../Decorators":
|
|
71940
|
+
},{"../Decorators":303,"../misc/BitSet":410,"./ATNStateType":343,"./DecisionState":356}],396:[function(require,module,exports){
|
|
71873
71941
|
"use strict";
|
|
71874
71942
|
/*!
|
|
71875
71943
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71900,7 +71968,7 @@ __decorate([
|
|
|
71900
71968
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71901
71969
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71902
71970
|
|
|
71903
|
-
},{"../Decorators":
|
|
71971
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],397:[function(require,module,exports){
|
|
71904
71972
|
"use strict";
|
|
71905
71973
|
/*!
|
|
71906
71974
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71929,7 +71997,7 @@ __decorate([
|
|
|
71929
71997
|
], TokensStartState.prototype, "stateType", null);
|
|
71930
71998
|
exports.TokensStartState = TokensStartState;
|
|
71931
71999
|
|
|
71932
|
-
},{"../Decorators":
|
|
72000
|
+
},{"../Decorators":303,"./ATNStateType":343,"./DecisionState":356}],398:[function(require,module,exports){
|
|
71933
72001
|
"use strict";
|
|
71934
72002
|
/*!
|
|
71935
72003
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72003,7 +72071,7 @@ Transition = __decorate([
|
|
|
72003
72071
|
], Transition);
|
|
72004
72072
|
exports.Transition = Transition;
|
|
72005
72073
|
|
|
72006
|
-
},{"../Decorators":
|
|
72074
|
+
},{"../Decorators":303}],399:[function(require,module,exports){
|
|
72007
72075
|
"use strict";
|
|
72008
72076
|
/*!
|
|
72009
72077
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72051,7 +72119,7 @@ WildcardTransition = __decorate([
|
|
|
72051
72119
|
], WildcardTransition);
|
|
72052
72120
|
exports.WildcardTransition = WildcardTransition;
|
|
72053
72121
|
|
|
72054
|
-
},{"../Decorators":
|
|
72122
|
+
},{"../Decorators":303,"./Transition":398}],400:[function(require,module,exports){
|
|
72055
72123
|
"use strict";
|
|
72056
72124
|
/*!
|
|
72057
72125
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72093,7 +72161,7 @@ class AcceptStateInfo {
|
|
|
72093
72161
|
}
|
|
72094
72162
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
72095
72163
|
|
|
72096
|
-
},{}],
|
|
72164
|
+
},{}],401:[function(require,module,exports){
|
|
72097
72165
|
"use strict";
|
|
72098
72166
|
/*!
|
|
72099
72167
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72268,7 +72336,7 @@ DFA = __decorate([
|
|
|
72268
72336
|
], DFA);
|
|
72269
72337
|
exports.DFA = DFA;
|
|
72270
72338
|
|
|
72271
|
-
},{"../Decorators":
|
|
72339
|
+
},{"../Decorators":303,"../VocabularyImpl":334,"../atn/ATNConfigSet":338,"../atn/StarLoopEntryState":395,"../misc/Array2DHashSet":407,"../misc/ObjectEqualityComparator":419,"./DFASerializer":402,"./DFAState":403,"./LexerDFASerializer":404}],402:[function(require,module,exports){
|
|
72272
72340
|
"use strict";
|
|
72273
72341
|
/*!
|
|
72274
72342
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72410,7 +72478,7 @@ __decorate([
|
|
|
72410
72478
|
], DFASerializer.prototype, "toString", null);
|
|
72411
72479
|
exports.DFASerializer = DFASerializer;
|
|
72412
72480
|
|
|
72413
|
-
},{"../Decorators":
|
|
72481
|
+
},{"../Decorators":303,"../Recognizer":323,"../VocabularyImpl":334,"../atn/ATNSimulator":341,"../atn/PredictionContext":383}],403:[function(require,module,exports){
|
|
72414
72482
|
"use strict";
|
|
72415
72483
|
/*!
|
|
72416
72484
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72641,7 +72709,7 @@ exports.DFAState = DFAState;
|
|
|
72641
72709
|
DFAState.PredPrediction = PredPrediction;
|
|
72642
72710
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
72643
72711
|
|
|
72644
|
-
},{"../Decorators":
|
|
72712
|
+
},{"../Decorators":303,"../atn/ATN":336,"../atn/PredictionContext":383,"../misc/BitSet":410,"../misc/MurmurHash":418,"assert":446}],404:[function(require,module,exports){
|
|
72645
72713
|
"use strict";
|
|
72646
72714
|
/*!
|
|
72647
72715
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72678,7 +72746,7 @@ LexerDFASerializer = __decorate([
|
|
|
72678
72746
|
], LexerDFASerializer);
|
|
72679
72747
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
72680
72748
|
|
|
72681
|
-
},{"../Decorators":
|
|
72749
|
+
},{"../Decorators":303,"../VocabularyImpl":334,"./DFASerializer":402}],405:[function(require,module,exports){
|
|
72682
72750
|
"use strict";
|
|
72683
72751
|
/*!
|
|
72684
72752
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72744,7 +72812,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
72744
72812
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
72745
72813
|
__exportStar(require("./WritableToken"), exports);
|
|
72746
72814
|
|
|
72747
|
-
},{"./ANTLRErrorListener":
|
|
72815
|
+
},{"./ANTLRErrorListener":290,"./ANTLRErrorStrategy":291,"./ANTLRInputStream":292,"./BailErrorStrategy":293,"./BufferedTokenStream":294,"./CharStream":295,"./CharStreams":296,"./CodePointBuffer":297,"./CodePointCharStream":298,"./CommonToken":299,"./CommonTokenFactory":300,"./CommonTokenStream":301,"./ConsoleErrorListener":302,"./DefaultErrorStrategy":304,"./Dependents":305,"./DiagnosticErrorListener":306,"./FailedPredicateException":307,"./InputMismatchException":308,"./IntStream":309,"./InterpreterRuleContext":310,"./Lexer":311,"./LexerInterpreter":312,"./LexerNoViableAltException":313,"./ListTokenSource":314,"./NoViableAltException":315,"./Parser":316,"./ParserErrorListener":317,"./ParserInterpreter":318,"./ParserRuleContext":319,"./ProxyErrorListener":320,"./ProxyParserErrorListener":321,"./RecognitionException":322,"./Recognizer":323,"./RuleContext":324,"./RuleContextWithAltNum":325,"./RuleDependency":326,"./RuleVersion":327,"./Token":328,"./TokenFactory":329,"./TokenSource":330,"./TokenStream":331,"./TokenStreamRewriter":332,"./Vocabulary":333,"./VocabularyImpl":334,"./WritableToken":335}],406:[function(require,module,exports){
|
|
72748
72816
|
"use strict";
|
|
72749
72817
|
/*!
|
|
72750
72818
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72827,7 +72895,7 @@ class Array2DHashMap {
|
|
|
72827
72895
|
}
|
|
72828
72896
|
exports.Array2DHashMap = Array2DHashMap;
|
|
72829
72897
|
|
|
72830
|
-
},{"./Array2DHashSet":
|
|
72898
|
+
},{"./Array2DHashSet":407}],407:[function(require,module,exports){
|
|
72831
72899
|
"use strict";
|
|
72832
72900
|
/*!
|
|
72833
72901
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73194,7 +73262,7 @@ __decorate([
|
|
|
73194
73262
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
73195
73263
|
exports.Array2DHashSet = Array2DHashSet;
|
|
73196
73264
|
|
|
73197
|
-
},{"../Decorators":
|
|
73265
|
+
},{"../Decorators":303,"./DefaultEqualityComparator":412,"./MurmurHash":418,"assert":446}],408:[function(require,module,exports){
|
|
73198
73266
|
"use strict";
|
|
73199
73267
|
/*!
|
|
73200
73268
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73266,7 +73334,7 @@ __decorate([
|
|
|
73266
73334
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
73267
73335
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
73268
73336
|
|
|
73269
|
-
},{"../Decorators":
|
|
73337
|
+
},{"../Decorators":303,"./MurmurHash":418,"./ObjectEqualityComparator":419}],409:[function(require,module,exports){
|
|
73270
73338
|
"use strict";
|
|
73271
73339
|
/*!
|
|
73272
73340
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73336,7 +73404,7 @@ var Arrays;
|
|
|
73336
73404
|
Arrays.toString = toString;
|
|
73337
73405
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
73338
73406
|
|
|
73339
|
-
},{}],
|
|
73407
|
+
},{}],410:[function(require,module,exports){
|
|
73340
73408
|
"use strict";
|
|
73341
73409
|
/*!
|
|
73342
73410
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74008,7 +74076,7 @@ class BitSetIterator {
|
|
|
74008
74076
|
[Symbol.iterator]() { return this; }
|
|
74009
74077
|
}
|
|
74010
74078
|
|
|
74011
|
-
},{"./MurmurHash":
|
|
74079
|
+
},{"./MurmurHash":418,"util":510}],411:[function(require,module,exports){
|
|
74012
74080
|
"use strict";
|
|
74013
74081
|
/*!
|
|
74014
74082
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74029,7 +74097,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
74029
74097
|
}
|
|
74030
74098
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
74031
74099
|
|
|
74032
|
-
},{}],
|
|
74100
|
+
},{}],412:[function(require,module,exports){
|
|
74033
74101
|
"use strict";
|
|
74034
74102
|
/*!
|
|
74035
74103
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74100,7 +74168,7 @@ __decorate([
|
|
|
74100
74168
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
74101
74169
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
74102
74170
|
|
|
74103
|
-
},{"../Decorators":
|
|
74171
|
+
},{"../Decorators":303,"./MurmurHash":418,"./ObjectEqualityComparator":419}],413:[function(require,module,exports){
|
|
74104
74172
|
"use strict";
|
|
74105
74173
|
/*!
|
|
74106
74174
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74394,7 +74462,7 @@ __decorate([
|
|
|
74394
74462
|
], IntegerList.prototype, "toString", null);
|
|
74395
74463
|
exports.IntegerList = IntegerList;
|
|
74396
74464
|
|
|
74397
|
-
},{"../Decorators":
|
|
74465
|
+
},{"../Decorators":303,"./Arrays":409}],414:[function(require,module,exports){
|
|
74398
74466
|
"use strict";
|
|
74399
74467
|
/*!
|
|
74400
74468
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74424,7 +74492,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
74424
74492
|
}
|
|
74425
74493
|
exports.IntegerStack = IntegerStack;
|
|
74426
74494
|
|
|
74427
|
-
},{"./IntegerList":
|
|
74495
|
+
},{"./IntegerList":413}],415:[function(require,module,exports){
|
|
74428
74496
|
"use strict";
|
|
74429
74497
|
/*!
|
|
74430
74498
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74567,7 +74635,7 @@ __decorate([
|
|
|
74567
74635
|
], Interval.prototype, "toString", null);
|
|
74568
74636
|
exports.Interval = Interval;
|
|
74569
74637
|
|
|
74570
|
-
},{"../Decorators":
|
|
74638
|
+
},{"../Decorators":303}],416:[function(require,module,exports){
|
|
74571
74639
|
"use strict";
|
|
74572
74640
|
/*!
|
|
74573
74641
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75213,7 +75281,7 @@ __decorate([
|
|
|
75213
75281
|
], IntervalSet, "subtract", null);
|
|
75214
75282
|
exports.IntervalSet = IntervalSet;
|
|
75215
75283
|
|
|
75216
|
-
},{"../Decorators":
|
|
75284
|
+
},{"../Decorators":303,"../Lexer":311,"../Token":328,"./ArrayEqualityComparator":408,"./IntegerList":413,"./Interval":415,"./MurmurHash":418}],417:[function(require,module,exports){
|
|
75217
75285
|
"use strict";
|
|
75218
75286
|
/*!
|
|
75219
75287
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75246,7 +75314,7 @@ class MultiMap extends Map {
|
|
|
75246
75314
|
}
|
|
75247
75315
|
exports.MultiMap = MultiMap;
|
|
75248
75316
|
|
|
75249
|
-
},{}],
|
|
75317
|
+
},{}],418:[function(require,module,exports){
|
|
75250
75318
|
"use strict";
|
|
75251
75319
|
/*!
|
|
75252
75320
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75361,7 +75429,7 @@ var MurmurHash;
|
|
|
75361
75429
|
}
|
|
75362
75430
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
75363
75431
|
|
|
75364
|
-
},{}],
|
|
75432
|
+
},{}],419:[function(require,module,exports){
|
|
75365
75433
|
"use strict";
|
|
75366
75434
|
/*!
|
|
75367
75435
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75420,7 +75488,7 @@ __decorate([
|
|
|
75420
75488
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
75421
75489
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
75422
75490
|
|
|
75423
|
-
},{"../Decorators":
|
|
75491
|
+
},{"../Decorators":303}],420:[function(require,module,exports){
|
|
75424
75492
|
"use strict";
|
|
75425
75493
|
/*!
|
|
75426
75494
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75449,7 +75517,7 @@ class ParseCancellationException extends Error {
|
|
|
75449
75517
|
}
|
|
75450
75518
|
exports.ParseCancellationException = ParseCancellationException;
|
|
75451
75519
|
|
|
75452
|
-
},{}],
|
|
75520
|
+
},{}],421:[function(require,module,exports){
|
|
75453
75521
|
"use strict";
|
|
75454
75522
|
/*!
|
|
75455
75523
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75503,7 +75571,7 @@ class UUID {
|
|
|
75503
75571
|
}
|
|
75504
75572
|
exports.UUID = UUID;
|
|
75505
75573
|
|
|
75506
|
-
},{"./MurmurHash":
|
|
75574
|
+
},{"./MurmurHash":418}],422:[function(require,module,exports){
|
|
75507
75575
|
"use strict";
|
|
75508
75576
|
/*!
|
|
75509
75577
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75678,7 +75746,7 @@ exports.toCharArray = toCharArray;
|
|
|
75678
75746
|
// return s;
|
|
75679
75747
|
// }
|
|
75680
75748
|
|
|
75681
|
-
},{}],
|
|
75749
|
+
},{}],423:[function(require,module,exports){
|
|
75682
75750
|
"use strict";
|
|
75683
75751
|
/*!
|
|
75684
75752
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75823,7 +75891,7 @@ __decorate([
|
|
|
75823
75891
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
75824
75892
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
75825
75893
|
|
|
75826
|
-
},{"../Decorators":
|
|
75894
|
+
},{"../Decorators":303}],424:[function(require,module,exports){
|
|
75827
75895
|
"use strict";
|
|
75828
75896
|
/*!
|
|
75829
75897
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75859,7 +75927,7 @@ __decorate([
|
|
|
75859
75927
|
], ErrorNode.prototype, "accept", null);
|
|
75860
75928
|
exports.ErrorNode = ErrorNode;
|
|
75861
75929
|
|
|
75862
|
-
},{"../Decorators":
|
|
75930
|
+
},{"../Decorators":303,"./TerminalNode":426}],425:[function(require,module,exports){
|
|
75863
75931
|
"use strict";
|
|
75864
75932
|
/*!
|
|
75865
75933
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75871,7 +75939,7 @@ class RuleNode {
|
|
|
75871
75939
|
}
|
|
75872
75940
|
exports.RuleNode = RuleNode;
|
|
75873
75941
|
|
|
75874
|
-
},{}],
|
|
75942
|
+
},{}],426:[function(require,module,exports){
|
|
75875
75943
|
"use strict";
|
|
75876
75944
|
/*!
|
|
75877
75945
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75963,7 +76031,7 @@ __decorate([
|
|
|
75963
76031
|
], TerminalNode.prototype, "toString", null);
|
|
75964
76032
|
exports.TerminalNode = TerminalNode;
|
|
75965
76033
|
|
|
75966
|
-
},{"../Decorators":
|
|
76034
|
+
},{"../Decorators":303,"../Token":328,"../misc/Interval":415}],427:[function(require,module,exports){
|
|
75967
76035
|
"use strict";
|
|
75968
76036
|
/*!
|
|
75969
76037
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76207,7 +76275,7 @@ __decorate([
|
|
|
76207
76275
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
76208
76276
|
exports.Trees = Trees;
|
|
76209
76277
|
|
|
76210
|
-
},{"../CommonToken":
|
|
76278
|
+
},{"../CommonToken":299,"../Decorators":303,"../Parser":316,"../ParserRuleContext":319,"../Token":328,"../atn/ATN":336,"../misc/Utils":422,"./ErrorNode":424,"./RuleNode":425,"./TerminalNode":426}],428:[function(require,module,exports){
|
|
76211
76279
|
"use strict";
|
|
76212
76280
|
/*!
|
|
76213
76281
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76231,7 +76299,7 @@ class Chunk {
|
|
|
76231
76299
|
}
|
|
76232
76300
|
exports.Chunk = Chunk;
|
|
76233
76301
|
|
|
76234
|
-
},{}],
|
|
76302
|
+
},{}],429:[function(require,module,exports){
|
|
76235
76303
|
"use strict";
|
|
76236
76304
|
/*!
|
|
76237
76305
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76411,7 +76479,7 @@ ParseTreeMatch = __decorate([
|
|
|
76411
76479
|
], ParseTreeMatch);
|
|
76412
76480
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
76413
76481
|
|
|
76414
|
-
},{"../../Decorators":
|
|
76482
|
+
},{"../../Decorators":303}],430:[function(require,module,exports){
|
|
76415
76483
|
"use strict";
|
|
76416
76484
|
/*!
|
|
76417
76485
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76569,7 +76637,7 @@ ParseTreePattern = __decorate([
|
|
|
76569
76637
|
], ParseTreePattern);
|
|
76570
76638
|
exports.ParseTreePattern = ParseTreePattern;
|
|
76571
76639
|
|
|
76572
|
-
},{"../../Decorators":
|
|
76640
|
+
},{"../../Decorators":303,"../xpath/XPath":436}],431:[function(require,module,exports){
|
|
76573
76641
|
"use strict";
|
|
76574
76642
|
/*!
|
|
76575
76643
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77047,7 +77115,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
77047
77115
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
77048
77116
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
77049
77117
|
|
|
77050
|
-
},{"../../BailErrorStrategy":
|
|
77118
|
+
},{"../../BailErrorStrategy":293,"../../CharStreams":296,"../../CommonTokenStream":301,"../../Decorators":303,"../../ListTokenSource":314,"../../ParserInterpreter":318,"../../ParserRuleContext":319,"../../RecognitionException":322,"../../Token":328,"../../misc/MultiMap":417,"../../misc/ParseCancellationException":420,"../RuleNode":425,"../TerminalNode":426,"./ParseTreeMatch":429,"./ParseTreePattern":430,"./RuleTagToken":432,"./TagChunk":433,"./TextChunk":434,"./TokenTagToken":435}],432:[function(require,module,exports){
|
|
77051
77119
|
"use strict";
|
|
77052
77120
|
/*!
|
|
77053
77121
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77245,7 +77313,7 @@ RuleTagToken = __decorate([
|
|
|
77245
77313
|
], RuleTagToken);
|
|
77246
77314
|
exports.RuleTagToken = RuleTagToken;
|
|
77247
77315
|
|
|
77248
|
-
},{"../../Decorators":
|
|
77316
|
+
},{"../../Decorators":303,"../../Token":328}],433:[function(require,module,exports){
|
|
77249
77317
|
"use strict";
|
|
77250
77318
|
/*!
|
|
77251
77319
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77332,7 +77400,7 @@ __decorate([
|
|
|
77332
77400
|
], TagChunk.prototype, "toString", null);
|
|
77333
77401
|
exports.TagChunk = TagChunk;
|
|
77334
77402
|
|
|
77335
|
-
},{"../../Decorators":
|
|
77403
|
+
},{"../../Decorators":303,"./Chunk":428}],434:[function(require,module,exports){
|
|
77336
77404
|
"use strict";
|
|
77337
77405
|
/*!
|
|
77338
77406
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77402,7 +77470,7 @@ TextChunk = __decorate([
|
|
|
77402
77470
|
], TextChunk);
|
|
77403
77471
|
exports.TextChunk = TextChunk;
|
|
77404
77472
|
|
|
77405
|
-
},{"../../Decorators":
|
|
77473
|
+
},{"../../Decorators":303,"./Chunk":428}],435:[function(require,module,exports){
|
|
77406
77474
|
"use strict";
|
|
77407
77475
|
/*!
|
|
77408
77476
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77497,7 +77565,7 @@ TokenTagToken = __decorate([
|
|
|
77497
77565
|
], TokenTagToken);
|
|
77498
77566
|
exports.TokenTagToken = TokenTagToken;
|
|
77499
77567
|
|
|
77500
|
-
},{"../../CommonToken":
|
|
77568
|
+
},{"../../CommonToken":299,"../../Decorators":303}],436:[function(require,module,exports){
|
|
77501
77569
|
"use strict";
|
|
77502
77570
|
/*!
|
|
77503
77571
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77694,7 +77762,7 @@ exports.XPath = XPath;
|
|
|
77694
77762
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
77695
77763
|
XPath.NOT = "!"; // word for invert operator
|
|
77696
77764
|
|
|
77697
|
-
},{"../../CharStreams":
|
|
77765
|
+
},{"../../CharStreams":296,"../../CommonTokenStream":301,"../../LexerNoViableAltException":313,"../../ParserRuleContext":319,"../../Token":328,"./XPathLexer":438,"./XPathLexerErrorListener":439,"./XPathRuleAnywhereElement":440,"./XPathRuleElement":441,"./XPathTokenAnywhereElement":442,"./XPathTokenElement":443,"./XPathWildcardAnywhereElement":444,"./XPathWildcardElement":445}],437:[function(require,module,exports){
|
|
77698
77766
|
"use strict";
|
|
77699
77767
|
/*!
|
|
77700
77768
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77729,7 +77797,7 @@ __decorate([
|
|
|
77729
77797
|
], XPathElement.prototype, "toString", null);
|
|
77730
77798
|
exports.XPathElement = XPathElement;
|
|
77731
77799
|
|
|
77732
|
-
},{"../../Decorators":
|
|
77800
|
+
},{"../../Decorators":303}],438:[function(require,module,exports){
|
|
77733
77801
|
"use strict";
|
|
77734
77802
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
77735
77803
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -78204,7 +78272,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
78204
78272
|
XPathLexer._serializedATNSegment1,
|
|
78205
78273
|
], "");
|
|
78206
78274
|
|
|
78207
|
-
},{"../../Lexer":
|
|
78275
|
+
},{"../../Lexer":311,"../../VocabularyImpl":334,"../../atn/ATNDeserializer":340,"../../atn/LexerATNSimulator":361,"../../misc/Utils":422}],439:[function(require,module,exports){
|
|
78208
78276
|
"use strict";
|
|
78209
78277
|
/*!
|
|
78210
78278
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78229,7 +78297,7 @@ __decorate([
|
|
|
78229
78297
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
78230
78298
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
78231
78299
|
|
|
78232
|
-
},{"../../Decorators":
|
|
78300
|
+
},{"../../Decorators":303}],440:[function(require,module,exports){
|
|
78233
78301
|
"use strict";
|
|
78234
78302
|
/*!
|
|
78235
78303
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78263,7 +78331,7 @@ __decorate([
|
|
|
78263
78331
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
78264
78332
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
78265
78333
|
|
|
78266
|
-
},{"../../Decorators":
|
|
78334
|
+
},{"../../Decorators":303,"../Trees":427,"./XPathElement":437}],441:[function(require,module,exports){
|
|
78267
78335
|
"use strict";
|
|
78268
78336
|
/*!
|
|
78269
78337
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78306,7 +78374,7 @@ __decorate([
|
|
|
78306
78374
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
78307
78375
|
exports.XPathRuleElement = XPathRuleElement;
|
|
78308
78376
|
|
|
78309
|
-
},{"../../Decorators":
|
|
78377
|
+
},{"../../Decorators":303,"../../ParserRuleContext":319,"../Trees":427,"./XPathElement":437}],442:[function(require,module,exports){
|
|
78310
78378
|
"use strict";
|
|
78311
78379
|
/*!
|
|
78312
78380
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78338,7 +78406,7 @@ __decorate([
|
|
|
78338
78406
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
78339
78407
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
78340
78408
|
|
|
78341
|
-
},{"../../Decorators":
|
|
78409
|
+
},{"../../Decorators":303,"../Trees":427,"./XPathElement":437}],443:[function(require,module,exports){
|
|
78342
78410
|
"use strict";
|
|
78343
78411
|
/*!
|
|
78344
78412
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78381,7 +78449,7 @@ __decorate([
|
|
|
78381
78449
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
78382
78450
|
exports.XPathTokenElement = XPathTokenElement;
|
|
78383
78451
|
|
|
78384
|
-
},{"../../Decorators":
|
|
78452
|
+
},{"../../Decorators":303,"../TerminalNode":426,"../Trees":427,"./XPathElement":437}],444:[function(require,module,exports){
|
|
78385
78453
|
"use strict";
|
|
78386
78454
|
/*!
|
|
78387
78455
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78417,7 +78485,7 @@ __decorate([
|
|
|
78417
78485
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
78418
78486
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
78419
78487
|
|
|
78420
|
-
},{"../../Decorators":
|
|
78488
|
+
},{"../../Decorators":303,"../Trees":427,"./XPath":436,"./XPathElement":437}],445:[function(require,module,exports){
|
|
78421
78489
|
"use strict";
|
|
78422
78490
|
/*!
|
|
78423
78491
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78457,7 +78525,7 @@ __decorate([
|
|
|
78457
78525
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
78458
78526
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
78459
78527
|
|
|
78460
|
-
},{"../../Decorators":
|
|
78528
|
+
},{"../../Decorators":303,"../Trees":427,"./XPath":436,"./XPathElement":437}],446:[function(require,module,exports){
|
|
78461
78529
|
(function (global){(function (){
|
|
78462
78530
|
'use strict';
|
|
78463
78531
|
|
|
@@ -78967,7 +79035,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
78967
79035
|
};
|
|
78968
79036
|
|
|
78969
79037
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78970
|
-
},{"object.assign/polyfill":
|
|
79038
|
+
},{"object.assign/polyfill":503,"util/":449}],447:[function(require,module,exports){
|
|
78971
79039
|
if (typeof Object.create === 'function') {
|
|
78972
79040
|
// implementation from standard node.js 'util' module
|
|
78973
79041
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -78992,14 +79060,14 @@ if (typeof Object.create === 'function') {
|
|
|
78992
79060
|
}
|
|
78993
79061
|
}
|
|
78994
79062
|
|
|
78995
|
-
},{}],
|
|
79063
|
+
},{}],448:[function(require,module,exports){
|
|
78996
79064
|
module.exports = function isBuffer(arg) {
|
|
78997
79065
|
return arg && typeof arg === 'object'
|
|
78998
79066
|
&& typeof arg.copy === 'function'
|
|
78999
79067
|
&& typeof arg.fill === 'function'
|
|
79000
79068
|
&& typeof arg.readUInt8 === 'function';
|
|
79001
79069
|
}
|
|
79002
|
-
},{}],
|
|
79070
|
+
},{}],449:[function(require,module,exports){
|
|
79003
79071
|
(function (process,global){(function (){
|
|
79004
79072
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
79005
79073
|
//
|
|
@@ -79589,7 +79657,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
79589
79657
|
}
|
|
79590
79658
|
|
|
79591
79659
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79592
|
-
},{"./support/isBuffer":
|
|
79660
|
+
},{"./support/isBuffer":448,"_process":505,"inherits":447}],450:[function(require,module,exports){
|
|
79593
79661
|
(function (global){(function (){
|
|
79594
79662
|
'use strict';
|
|
79595
79663
|
|
|
@@ -79610,7 +79678,7 @@ module.exports = function availableTypedArrays() {
|
|
|
79610
79678
|
};
|
|
79611
79679
|
|
|
79612
79680
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79613
|
-
},{"possible-typed-array-names":
|
|
79681
|
+
},{"possible-typed-array-names":504}],451:[function(require,module,exports){
|
|
79614
79682
|
(function (process,global){(function (){
|
|
79615
79683
|
module.exports = process.hrtime || hrtime
|
|
79616
79684
|
|
|
@@ -79641,7 +79709,7 @@ function hrtime(previousTimestamp){
|
|
|
79641
79709
|
return [seconds,nanoseconds]
|
|
79642
79710
|
}
|
|
79643
79711
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79644
|
-
},{"_process":
|
|
79712
|
+
},{"_process":505}],452:[function(require,module,exports){
|
|
79645
79713
|
'use strict';
|
|
79646
79714
|
|
|
79647
79715
|
var bind = require('function-bind');
|
|
@@ -79653,7 +79721,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
79653
79721
|
/** @type {import('./actualApply')} */
|
|
79654
79722
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
79655
79723
|
|
|
79656
|
-
},{"./functionApply":
|
|
79724
|
+
},{"./functionApply":454,"./functionCall":455,"./reflectApply":457,"function-bind":473}],453:[function(require,module,exports){
|
|
79657
79725
|
'use strict';
|
|
79658
79726
|
|
|
79659
79727
|
var bind = require('function-bind');
|
|
@@ -79665,19 +79733,19 @@ module.exports = function applyBind() {
|
|
|
79665
79733
|
return actualApply(bind, $apply, arguments);
|
|
79666
79734
|
};
|
|
79667
79735
|
|
|
79668
|
-
},{"./actualApply":
|
|
79736
|
+
},{"./actualApply":452,"./functionApply":454,"function-bind":473}],454:[function(require,module,exports){
|
|
79669
79737
|
'use strict';
|
|
79670
79738
|
|
|
79671
79739
|
/** @type {import('./functionApply')} */
|
|
79672
79740
|
module.exports = Function.prototype.apply;
|
|
79673
79741
|
|
|
79674
|
-
},{}],
|
|
79742
|
+
},{}],455:[function(require,module,exports){
|
|
79675
79743
|
'use strict';
|
|
79676
79744
|
|
|
79677
79745
|
/** @type {import('./functionCall')} */
|
|
79678
79746
|
module.exports = Function.prototype.call;
|
|
79679
79747
|
|
|
79680
|
-
},{}],
|
|
79748
|
+
},{}],456:[function(require,module,exports){
|
|
79681
79749
|
'use strict';
|
|
79682
79750
|
|
|
79683
79751
|
var bind = require('function-bind');
|
|
@@ -79694,13 +79762,13 @@ module.exports = function callBindBasic(args) {
|
|
|
79694
79762
|
return $actualApply(bind, $call, args);
|
|
79695
79763
|
};
|
|
79696
79764
|
|
|
79697
|
-
},{"./actualApply":
|
|
79765
|
+
},{"./actualApply":452,"./functionCall":455,"es-errors/type":468,"function-bind":473}],457:[function(require,module,exports){
|
|
79698
79766
|
'use strict';
|
|
79699
79767
|
|
|
79700
79768
|
/** @type {import('./reflectApply')} */
|
|
79701
79769
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
79702
79770
|
|
|
79703
|
-
},{}],
|
|
79771
|
+
},{}],458:[function(require,module,exports){
|
|
79704
79772
|
'use strict';
|
|
79705
79773
|
|
|
79706
79774
|
var setFunctionLength = require('set-function-length');
|
|
@@ -79726,7 +79794,7 @@ if ($defineProperty) {
|
|
|
79726
79794
|
module.exports.apply = applyBind;
|
|
79727
79795
|
}
|
|
79728
79796
|
|
|
79729
|
-
},{"call-bind-apply-helpers":
|
|
79797
|
+
},{"call-bind-apply-helpers":456,"call-bind-apply-helpers/applyBind":453,"es-define-property":462,"set-function-length":507}],459:[function(require,module,exports){
|
|
79730
79798
|
'use strict';
|
|
79731
79799
|
|
|
79732
79800
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -79747,7 +79815,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
79747
79815
|
return intrinsic;
|
|
79748
79816
|
};
|
|
79749
79817
|
|
|
79750
|
-
},{"call-bind-apply-helpers":
|
|
79818
|
+
},{"call-bind-apply-helpers":456,"get-intrinsic":474}],460:[function(require,module,exports){
|
|
79751
79819
|
'use strict';
|
|
79752
79820
|
|
|
79753
79821
|
var $defineProperty = require('es-define-property');
|
|
@@ -79805,7 +79873,7 @@ module.exports = function defineDataProperty(
|
|
|
79805
79873
|
}
|
|
79806
79874
|
};
|
|
79807
79875
|
|
|
79808
|
-
},{"es-define-property":
|
|
79876
|
+
},{"es-define-property":462,"es-errors/syntax":467,"es-errors/type":468,"gopd":479}],461:[function(require,module,exports){
|
|
79809
79877
|
'use strict';
|
|
79810
79878
|
|
|
79811
79879
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79837,7 +79905,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79837
79905
|
}
|
|
79838
79906
|
: false;
|
|
79839
79907
|
|
|
79840
|
-
},{"call-bind-apply-helpers":
|
|
79908
|
+
},{"call-bind-apply-helpers":456,"gopd":479}],462:[function(require,module,exports){
|
|
79841
79909
|
'use strict';
|
|
79842
79910
|
|
|
79843
79911
|
/** @type {import('.')} */
|
|
@@ -79853,55 +79921,55 @@ if ($defineProperty) {
|
|
|
79853
79921
|
|
|
79854
79922
|
module.exports = $defineProperty;
|
|
79855
79923
|
|
|
79856
|
-
},{}],
|
|
79924
|
+
},{}],463:[function(require,module,exports){
|
|
79857
79925
|
'use strict';
|
|
79858
79926
|
|
|
79859
79927
|
/** @type {import('./eval')} */
|
|
79860
79928
|
module.exports = EvalError;
|
|
79861
79929
|
|
|
79862
|
-
},{}],
|
|
79930
|
+
},{}],464:[function(require,module,exports){
|
|
79863
79931
|
'use strict';
|
|
79864
79932
|
|
|
79865
79933
|
/** @type {import('.')} */
|
|
79866
79934
|
module.exports = Error;
|
|
79867
79935
|
|
|
79868
|
-
},{}],
|
|
79936
|
+
},{}],465:[function(require,module,exports){
|
|
79869
79937
|
'use strict';
|
|
79870
79938
|
|
|
79871
79939
|
/** @type {import('./range')} */
|
|
79872
79940
|
module.exports = RangeError;
|
|
79873
79941
|
|
|
79874
|
-
},{}],
|
|
79942
|
+
},{}],466:[function(require,module,exports){
|
|
79875
79943
|
'use strict';
|
|
79876
79944
|
|
|
79877
79945
|
/** @type {import('./ref')} */
|
|
79878
79946
|
module.exports = ReferenceError;
|
|
79879
79947
|
|
|
79880
|
-
},{}],
|
|
79948
|
+
},{}],467:[function(require,module,exports){
|
|
79881
79949
|
'use strict';
|
|
79882
79950
|
|
|
79883
79951
|
/** @type {import('./syntax')} */
|
|
79884
79952
|
module.exports = SyntaxError;
|
|
79885
79953
|
|
|
79886
|
-
},{}],
|
|
79954
|
+
},{}],468:[function(require,module,exports){
|
|
79887
79955
|
'use strict';
|
|
79888
79956
|
|
|
79889
79957
|
/** @type {import('./type')} */
|
|
79890
79958
|
module.exports = TypeError;
|
|
79891
79959
|
|
|
79892
|
-
},{}],
|
|
79960
|
+
},{}],469:[function(require,module,exports){
|
|
79893
79961
|
'use strict';
|
|
79894
79962
|
|
|
79895
79963
|
/** @type {import('./uri')} */
|
|
79896
79964
|
module.exports = URIError;
|
|
79897
79965
|
|
|
79898
|
-
},{}],
|
|
79966
|
+
},{}],470:[function(require,module,exports){
|
|
79899
79967
|
'use strict';
|
|
79900
79968
|
|
|
79901
79969
|
/** @type {import('.')} */
|
|
79902
79970
|
module.exports = Object;
|
|
79903
79971
|
|
|
79904
|
-
},{}],
|
|
79972
|
+
},{}],471:[function(require,module,exports){
|
|
79905
79973
|
'use strict';
|
|
79906
79974
|
|
|
79907
79975
|
var isCallable = require('is-callable');
|
|
@@ -79972,7 +80040,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
79972
80040
|
}
|
|
79973
80041
|
};
|
|
79974
80042
|
|
|
79975
|
-
},{"is-callable":
|
|
80043
|
+
},{"is-callable":487}],472:[function(require,module,exports){
|
|
79976
80044
|
'use strict';
|
|
79977
80045
|
|
|
79978
80046
|
/* eslint no-invalid-this: 1 */
|
|
@@ -80058,14 +80126,14 @@ module.exports = function bind(that) {
|
|
|
80058
80126
|
return bound;
|
|
80059
80127
|
};
|
|
80060
80128
|
|
|
80061
|
-
},{}],
|
|
80129
|
+
},{}],473:[function(require,module,exports){
|
|
80062
80130
|
'use strict';
|
|
80063
80131
|
|
|
80064
80132
|
var implementation = require('./implementation');
|
|
80065
80133
|
|
|
80066
80134
|
module.exports = Function.prototype.bind || implementation;
|
|
80067
80135
|
|
|
80068
|
-
},{"./implementation":
|
|
80136
|
+
},{"./implementation":472}],474:[function(require,module,exports){
|
|
80069
80137
|
'use strict';
|
|
80070
80138
|
|
|
80071
80139
|
var undefined;
|
|
@@ -80445,7 +80513,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
80445
80513
|
return value;
|
|
80446
80514
|
};
|
|
80447
80515
|
|
|
80448
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
80516
|
+
},{"call-bind-apply-helpers/functionApply":454,"call-bind-apply-helpers/functionCall":455,"es-define-property":462,"es-errors":464,"es-errors/eval":463,"es-errors/range":465,"es-errors/ref":466,"es-errors/syntax":467,"es-errors/type":468,"es-errors/uri":469,"es-object-atoms":470,"function-bind":473,"get-proto":477,"get-proto/Object.getPrototypeOf":475,"get-proto/Reflect.getPrototypeOf":476,"gopd":479,"has-symbols":481,"hasown":484,"math-intrinsics/abs":491,"math-intrinsics/floor":492,"math-intrinsics/max":494,"math-intrinsics/min":495,"math-intrinsics/pow":496,"math-intrinsics/round":497,"math-intrinsics/sign":498}],475:[function(require,module,exports){
|
|
80449
80517
|
'use strict';
|
|
80450
80518
|
|
|
80451
80519
|
var $Object = require('es-object-atoms');
|
|
@@ -80453,13 +80521,13 @@ var $Object = require('es-object-atoms');
|
|
|
80453
80521
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
80454
80522
|
module.exports = $Object.getPrototypeOf || null;
|
|
80455
80523
|
|
|
80456
|
-
},{"es-object-atoms":
|
|
80524
|
+
},{"es-object-atoms":470}],476:[function(require,module,exports){
|
|
80457
80525
|
'use strict';
|
|
80458
80526
|
|
|
80459
80527
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
80460
80528
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
80461
80529
|
|
|
80462
|
-
},{}],
|
|
80530
|
+
},{}],477:[function(require,module,exports){
|
|
80463
80531
|
'use strict';
|
|
80464
80532
|
|
|
80465
80533
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -80488,13 +80556,13 @@ module.exports = reflectGetProto
|
|
|
80488
80556
|
}
|
|
80489
80557
|
: null;
|
|
80490
80558
|
|
|
80491
|
-
},{"./Object.getPrototypeOf":
|
|
80559
|
+
},{"./Object.getPrototypeOf":475,"./Reflect.getPrototypeOf":476,"dunder-proto/get":461}],478:[function(require,module,exports){
|
|
80492
80560
|
'use strict';
|
|
80493
80561
|
|
|
80494
80562
|
/** @type {import('./gOPD')} */
|
|
80495
80563
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
80496
80564
|
|
|
80497
|
-
},{}],
|
|
80565
|
+
},{}],479:[function(require,module,exports){
|
|
80498
80566
|
'use strict';
|
|
80499
80567
|
|
|
80500
80568
|
/** @type {import('.')} */
|
|
@@ -80511,7 +80579,7 @@ if ($gOPD) {
|
|
|
80511
80579
|
|
|
80512
80580
|
module.exports = $gOPD;
|
|
80513
80581
|
|
|
80514
|
-
},{"./gOPD":
|
|
80582
|
+
},{"./gOPD":478}],480:[function(require,module,exports){
|
|
80515
80583
|
'use strict';
|
|
80516
80584
|
|
|
80517
80585
|
var $defineProperty = require('es-define-property');
|
|
@@ -80535,7 +80603,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
80535
80603
|
|
|
80536
80604
|
module.exports = hasPropertyDescriptors;
|
|
80537
80605
|
|
|
80538
|
-
},{"es-define-property":
|
|
80606
|
+
},{"es-define-property":462}],481:[function(require,module,exports){
|
|
80539
80607
|
'use strict';
|
|
80540
80608
|
|
|
80541
80609
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -80551,7 +80619,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
80551
80619
|
return hasSymbolSham();
|
|
80552
80620
|
};
|
|
80553
80621
|
|
|
80554
|
-
},{"./shams":
|
|
80622
|
+
},{"./shams":482}],482:[function(require,module,exports){
|
|
80555
80623
|
'use strict';
|
|
80556
80624
|
|
|
80557
80625
|
/** @type {import('./shams')} */
|
|
@@ -80598,7 +80666,7 @@ module.exports = function hasSymbols() {
|
|
|
80598
80666
|
return true;
|
|
80599
80667
|
};
|
|
80600
80668
|
|
|
80601
|
-
},{}],
|
|
80669
|
+
},{}],483:[function(require,module,exports){
|
|
80602
80670
|
'use strict';
|
|
80603
80671
|
|
|
80604
80672
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -80608,7 +80676,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
80608
80676
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
80609
80677
|
};
|
|
80610
80678
|
|
|
80611
|
-
},{"has-symbols/shams":
|
|
80679
|
+
},{"has-symbols/shams":482}],484:[function(require,module,exports){
|
|
80612
80680
|
'use strict';
|
|
80613
80681
|
|
|
80614
80682
|
var call = Function.prototype.call;
|
|
@@ -80618,7 +80686,7 @@ var bind = require('function-bind');
|
|
|
80618
80686
|
/** @type {import('.')} */
|
|
80619
80687
|
module.exports = bind.call(call, $hasOwn);
|
|
80620
80688
|
|
|
80621
|
-
},{"function-bind":
|
|
80689
|
+
},{"function-bind":473}],485:[function(require,module,exports){
|
|
80622
80690
|
if (typeof Object.create === 'function') {
|
|
80623
80691
|
// implementation from standard node.js 'util' module
|
|
80624
80692
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -80647,7 +80715,7 @@ if (typeof Object.create === 'function') {
|
|
|
80647
80715
|
}
|
|
80648
80716
|
}
|
|
80649
80717
|
|
|
80650
|
-
},{}],
|
|
80718
|
+
},{}],486:[function(require,module,exports){
|
|
80651
80719
|
'use strict';
|
|
80652
80720
|
|
|
80653
80721
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -80693,7 +80761,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
80693
80761
|
/** @type {import('.')} */
|
|
80694
80762
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
80695
80763
|
|
|
80696
|
-
},{"call-bound":
|
|
80764
|
+
},{"call-bound":459,"has-tostringtag/shams":483}],487:[function(require,module,exports){
|
|
80697
80765
|
'use strict';
|
|
80698
80766
|
|
|
80699
80767
|
var fnToStr = Function.prototype.toString;
|
|
@@ -80796,7 +80864,7 @@ module.exports = reflectApply
|
|
|
80796
80864
|
return tryFunctionObject(value);
|
|
80797
80865
|
};
|
|
80798
80866
|
|
|
80799
|
-
},{}],
|
|
80867
|
+
},{}],488:[function(require,module,exports){
|
|
80800
80868
|
'use strict';
|
|
80801
80869
|
|
|
80802
80870
|
var callBound = require('call-bound');
|
|
@@ -80845,7 +80913,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80845
80913
|
return getProto(fn) === GeneratorFunction;
|
|
80846
80914
|
};
|
|
80847
80915
|
|
|
80848
|
-
},{"call-bound":
|
|
80916
|
+
},{"call-bound":459,"get-proto":477,"has-tostringtag/shams":483,"safe-regex-test":506}],489:[function(require,module,exports){
|
|
80849
80917
|
'use strict';
|
|
80850
80918
|
|
|
80851
80919
|
var callBound = require('call-bound');
|
|
@@ -80916,7 +80984,7 @@ if (hasToStringTag) {
|
|
|
80916
80984
|
|
|
80917
80985
|
module.exports = fn;
|
|
80918
80986
|
|
|
80919
|
-
},{"call-bound":
|
|
80987
|
+
},{"call-bound":459,"gopd":479,"has-tostringtag/shams":483,"hasown":484}],490:[function(require,module,exports){
|
|
80920
80988
|
'use strict';
|
|
80921
80989
|
|
|
80922
80990
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80926,19 +80994,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80926
80994
|
return !!whichTypedArray(value);
|
|
80927
80995
|
};
|
|
80928
80996
|
|
|
80929
|
-
},{"which-typed-array":
|
|
80997
|
+
},{"which-typed-array":511}],491:[function(require,module,exports){
|
|
80930
80998
|
'use strict';
|
|
80931
80999
|
|
|
80932
81000
|
/** @type {import('./abs')} */
|
|
80933
81001
|
module.exports = Math.abs;
|
|
80934
81002
|
|
|
80935
|
-
},{}],
|
|
81003
|
+
},{}],492:[function(require,module,exports){
|
|
80936
81004
|
'use strict';
|
|
80937
81005
|
|
|
80938
81006
|
/** @type {import('./floor')} */
|
|
80939
81007
|
module.exports = Math.floor;
|
|
80940
81008
|
|
|
80941
|
-
},{}],
|
|
81009
|
+
},{}],493:[function(require,module,exports){
|
|
80942
81010
|
'use strict';
|
|
80943
81011
|
|
|
80944
81012
|
/** @type {import('./isNaN')} */
|
|
@@ -80946,31 +81014,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
80946
81014
|
return a !== a;
|
|
80947
81015
|
};
|
|
80948
81016
|
|
|
80949
|
-
},{}],
|
|
81017
|
+
},{}],494:[function(require,module,exports){
|
|
80950
81018
|
'use strict';
|
|
80951
81019
|
|
|
80952
81020
|
/** @type {import('./max')} */
|
|
80953
81021
|
module.exports = Math.max;
|
|
80954
81022
|
|
|
80955
|
-
},{}],
|
|
81023
|
+
},{}],495:[function(require,module,exports){
|
|
80956
81024
|
'use strict';
|
|
80957
81025
|
|
|
80958
81026
|
/** @type {import('./min')} */
|
|
80959
81027
|
module.exports = Math.min;
|
|
80960
81028
|
|
|
80961
|
-
},{}],
|
|
81029
|
+
},{}],496:[function(require,module,exports){
|
|
80962
81030
|
'use strict';
|
|
80963
81031
|
|
|
80964
81032
|
/** @type {import('./pow')} */
|
|
80965
81033
|
module.exports = Math.pow;
|
|
80966
81034
|
|
|
80967
|
-
},{}],
|
|
81035
|
+
},{}],497:[function(require,module,exports){
|
|
80968
81036
|
'use strict';
|
|
80969
81037
|
|
|
80970
81038
|
/** @type {import('./round')} */
|
|
80971
81039
|
module.exports = Math.round;
|
|
80972
81040
|
|
|
80973
|
-
},{}],
|
|
81041
|
+
},{}],498:[function(require,module,exports){
|
|
80974
81042
|
'use strict';
|
|
80975
81043
|
|
|
80976
81044
|
var $isNaN = require('./isNaN');
|
|
@@ -80983,7 +81051,7 @@ module.exports = function sign(number) {
|
|
|
80983
81051
|
return number < 0 ? -1 : +1;
|
|
80984
81052
|
};
|
|
80985
81053
|
|
|
80986
|
-
},{"./isNaN":
|
|
81054
|
+
},{"./isNaN":493}],499:[function(require,module,exports){
|
|
80987
81055
|
'use strict';
|
|
80988
81056
|
|
|
80989
81057
|
var keysShim;
|
|
@@ -81107,7 +81175,7 @@ if (!Object.keys) {
|
|
|
81107
81175
|
}
|
|
81108
81176
|
module.exports = keysShim;
|
|
81109
81177
|
|
|
81110
|
-
},{"./isArguments":
|
|
81178
|
+
},{"./isArguments":501}],500:[function(require,module,exports){
|
|
81111
81179
|
'use strict';
|
|
81112
81180
|
|
|
81113
81181
|
var slice = Array.prototype.slice;
|
|
@@ -81141,7 +81209,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
81141
81209
|
|
|
81142
81210
|
module.exports = keysShim;
|
|
81143
81211
|
|
|
81144
|
-
},{"./implementation":
|
|
81212
|
+
},{"./implementation":499,"./isArguments":501}],501:[function(require,module,exports){
|
|
81145
81213
|
'use strict';
|
|
81146
81214
|
|
|
81147
81215
|
var toStr = Object.prototype.toString;
|
|
@@ -81160,7 +81228,7 @@ module.exports = function isArguments(value) {
|
|
|
81160
81228
|
return isArgs;
|
|
81161
81229
|
};
|
|
81162
81230
|
|
|
81163
|
-
},{}],
|
|
81231
|
+
},{}],502:[function(require,module,exports){
|
|
81164
81232
|
'use strict';
|
|
81165
81233
|
|
|
81166
81234
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -81208,7 +81276,7 @@ module.exports = function assign(target, source1) {
|
|
|
81208
81276
|
return to; // step 4
|
|
81209
81277
|
};
|
|
81210
81278
|
|
|
81211
|
-
},{"call-bound":
|
|
81279
|
+
},{"call-bound":459,"es-object-atoms":470,"has-symbols/shams":482,"object-keys":500}],503:[function(require,module,exports){
|
|
81212
81280
|
'use strict';
|
|
81213
81281
|
|
|
81214
81282
|
var implementation = require('./implementation');
|
|
@@ -81265,7 +81333,7 @@ module.exports = function getPolyfill() {
|
|
|
81265
81333
|
return Object.assign;
|
|
81266
81334
|
};
|
|
81267
81335
|
|
|
81268
|
-
},{"./implementation":
|
|
81336
|
+
},{"./implementation":502}],504:[function(require,module,exports){
|
|
81269
81337
|
'use strict';
|
|
81270
81338
|
|
|
81271
81339
|
/** @type {import('.')} */
|
|
@@ -81284,7 +81352,7 @@ module.exports = [
|
|
|
81284
81352
|
'BigUint64Array'
|
|
81285
81353
|
];
|
|
81286
81354
|
|
|
81287
|
-
},{}],
|
|
81355
|
+
},{}],505:[function(require,module,exports){
|
|
81288
81356
|
// shim for using process in browser
|
|
81289
81357
|
var process = module.exports = {};
|
|
81290
81358
|
|
|
@@ -81470,7 +81538,7 @@ process.chdir = function (dir) {
|
|
|
81470
81538
|
};
|
|
81471
81539
|
process.umask = function() { return 0; };
|
|
81472
81540
|
|
|
81473
|
-
},{}],
|
|
81541
|
+
},{}],506:[function(require,module,exports){
|
|
81474
81542
|
'use strict';
|
|
81475
81543
|
|
|
81476
81544
|
var callBound = require('call-bound');
|
|
@@ -81489,7 +81557,7 @@ module.exports = function regexTester(regex) {
|
|
|
81489
81557
|
};
|
|
81490
81558
|
};
|
|
81491
81559
|
|
|
81492
|
-
},{"call-bound":
|
|
81560
|
+
},{"call-bound":459,"es-errors/type":468,"is-regex":489}],507:[function(require,module,exports){
|
|
81493
81561
|
'use strict';
|
|
81494
81562
|
|
|
81495
81563
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -81533,9 +81601,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
81533
81601
|
return fn;
|
|
81534
81602
|
};
|
|
81535
81603
|
|
|
81536
|
-
},{"define-data-property":
|
|
81537
|
-
arguments[4][
|
|
81538
|
-
},{"dup":
|
|
81604
|
+
},{"define-data-property":460,"es-errors/type":468,"get-intrinsic":474,"gopd":479,"has-property-descriptors":480}],508:[function(require,module,exports){
|
|
81605
|
+
arguments[4][448][0].apply(exports,arguments)
|
|
81606
|
+
},{"dup":448}],509:[function(require,module,exports){
|
|
81539
81607
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
81540
81608
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
81541
81609
|
|
|
@@ -81871,7 +81939,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81871
81939
|
});
|
|
81872
81940
|
});
|
|
81873
81941
|
|
|
81874
|
-
},{"is-arguments":
|
|
81942
|
+
},{"is-arguments":486,"is-generator-function":488,"is-typed-array":490,"which-typed-array":511}],510:[function(require,module,exports){
|
|
81875
81943
|
(function (process){(function (){
|
|
81876
81944
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81877
81945
|
//
|
|
@@ -82590,7 +82658,7 @@ function callbackify(original) {
|
|
|
82590
82658
|
exports.callbackify = callbackify;
|
|
82591
82659
|
|
|
82592
82660
|
}).call(this)}).call(this,require('_process'))
|
|
82593
|
-
},{"./support/isBuffer":
|
|
82661
|
+
},{"./support/isBuffer":508,"./support/types":509,"_process":505,"inherits":485}],511:[function(require,module,exports){
|
|
82594
82662
|
(function (global){(function (){
|
|
82595
82663
|
'use strict';
|
|
82596
82664
|
|
|
@@ -82711,5 +82779,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
82711
82779
|
};
|
|
82712
82780
|
|
|
82713
82781
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
82714
|
-
},{"available-typed-arrays":
|
|
82782
|
+
},{"available-typed-arrays":450,"call-bind":458,"call-bound":459,"for-each":471,"get-proto":477,"gopd":479,"has-tostringtag/shams":483}]},{},[149])(149)
|
|
82715
82783
|
});
|