@designliquido/delegua 1.25.1 → 1.26.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.d.ts +4 -1
- package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico.js +36 -8
- 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 +11 -12
- 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 +34 -4
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +14 -12
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
- package/avaliador-sintatico/dialetos/micro-avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/micro-avaliador-sintatico-pitugues.js +5 -3
- package/avaliador-sintatico/dialetos/micro-avaliador-sintatico-pitugues.js.map +1 -1
- package/bibliotecas/dialetos/pitugues/biblioteca-global.d.ts.map +1 -1
- package/bibliotecas/dialetos/pitugues/biblioteca-global.js +1 -1
- package/bibliotecas/dialetos/pitugues/biblioteca-global.js.map +1 -1
- package/bibliotecas/dialetos/pitugues/primitivas-numero.js +6 -6
- package/bibliotecas/dialetos/pitugues/primitivas-numero.js.map +1 -1
- package/bibliotecas/dialetos/pitugues/primitivas-texto.js +5 -5
- package/bibliotecas/dialetos/pitugues/primitivas-texto.js.map +1 -1
- package/bibliotecas/dialetos/pitugues/primitivas-vetor.d.ts.map +1 -1
- package/bibliotecas/dialetos/pitugues/primitivas-vetor.js +3 -3
- package/bibliotecas/dialetos/pitugues/primitivas-vetor.js.map +1 -1
- package/bin/package.json +1 -1
- package/excecoes/index.d.ts +1 -0
- package/excecoes/index.d.ts.map +1 -1
- package/excecoes/index.js +1 -0
- package/excecoes/index.js.map +1 -1
- package/excecoes/mensagem-erro.d.ts +17 -0
- package/excecoes/mensagem-erro.d.ts.map +1 -0
- package/excecoes/mensagem-erro.js +31 -0
- package/excecoes/mensagem-erro.js.map +1 -0
- package/interpretador/comum.d.ts +3 -0
- package/interpretador/comum.d.ts.map +1 -1
- package/interpretador/comum.js +64 -0
- package/interpretador/comum.js.map +1 -1
- package/interpretador/depuracao/avaliador-expressao-depuracao.d.ts.map +1 -1
- package/interpretador/depuracao/avaliador-expressao-depuracao.js +2 -1
- package/interpretador/depuracao/avaliador-expressao-depuracao.js.map +1 -1
- package/interpretador/depuracao/comum.d.ts.map +1 -1
- package/interpretador/depuracao/comum.js +6 -1
- package/interpretador/depuracao/comum.js.map +1 -1
- package/interpretador/dialetos/pitugues/comum.d.ts +5 -5
- package/interpretador/dialetos/pitugues/comum.d.ts.map +1 -1
- package/interpretador/dialetos/pitugues/comum.js +26 -70
- package/interpretador/dialetos/pitugues/comum.js.map +1 -1
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js +2 -2
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js.map +1 -1
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +6 -7
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador.d.ts +2 -1
- package/interpretador/interpretador.d.ts.map +1 -1
- package/interpretador/interpretador.js +12 -11
- package/interpretador/interpretador.js.map +1 -1
- package/lexador/lexador.d.ts.map +1 -1
- package/lexador/lexador.js.map +1 -1
- package/package.json +1 -1
- package/tipos-de-dados/dialetos/pitugues.d.ts +0 -4
- package/tipos-de-dados/dialetos/pitugues.d.ts.map +1 -1
- package/tipos-de-dados/dialetos/pitugues.js +0 -4
- package/tipos-de-dados/dialetos/pitugues.js.map +1 -1
- package/tradutores/tradutor-assemblyscript.js +4 -4
- package/tradutores/tradutor-assemblyscript.js.map +1 -1
- package/tradutores/tradutor-elixir.js +19 -17
- package/tradutores/tradutor-elixir.js.map +1 -1
- package/tradutores/tradutor-javascript.d.ts.map +1 -1
- package/tradutores/tradutor-javascript.js +5 -3
- package/tradutores/tradutor-javascript.js.map +1 -1
- package/tradutores/tradutor-python.js +3 -3
- package/tradutores/tradutor-python.js.map +1 -1
- package/tradutores/tradutor-reverso-javascript.d.ts +3 -1
- package/tradutores/tradutor-reverso-javascript.d.ts.map +1 -1
- package/tradutores/tradutor-reverso-javascript.js +29 -1
- package/tradutores/tradutor-reverso-javascript.js.map +1 -1
- package/tradutores/tradutor-reverso-tenda.js +1 -1
- package/tradutores/tradutor-reverso-tenda.js.map +1 -1
- package/tradutores/tradutor-ruby.js +3 -3
- package/tradutores/tradutor-ruby.js.map +1 -1
- package/umd/delegua.js +658 -471
package/umd/delegua.js
CHANGED
|
@@ -498,7 +498,7 @@ class AnalisadorSemanticoBase {
|
|
|
498
498
|
}
|
|
499
499
|
exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
|
|
500
500
|
|
|
501
|
-
},{"../construtos":67,"../declaracoes":117,"../interfaces":
|
|
501
|
+
},{"../construtos":67,"../declaracoes":117,"../interfaces":181,"../quebras":253,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
|
|
502
502
|
"use strict";
|
|
503
503
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
504
504
|
exports.AnalisadorSemantico = void 0;
|
|
@@ -525,10 +525,33 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
525
525
|
this.classesDeclaradas = new Set();
|
|
526
526
|
this.classesRegistradas = new Map();
|
|
527
527
|
this.classesExternasRegistradas = new Map();
|
|
528
|
+
this.funcoesImportadasDeTestes = new Set();
|
|
528
529
|
this.classeAtualEmAnalise = null;
|
|
529
530
|
this.atual = 0;
|
|
530
531
|
this.diagnosticos = [];
|
|
531
532
|
}
|
|
533
|
+
registrarFuncoesImportadasDeTestes(declaracao) {
|
|
534
|
+
const caminho = declaracao.caminho;
|
|
535
|
+
if (caminho?.valor !== 'testes') {
|
|
536
|
+
return;
|
|
537
|
+
}
|
|
538
|
+
const funcoesDoModulo = ['teste', 'grupo'];
|
|
539
|
+
if (declaracao.simboloTudo) {
|
|
540
|
+
for (const nome of funcoesDoModulo) {
|
|
541
|
+
this.funcoesImportadasDeTestes.add(nome);
|
|
542
|
+
}
|
|
543
|
+
return;
|
|
544
|
+
}
|
|
545
|
+
for (const simboloImportado of declaracao.elementosImportacao || []) {
|
|
546
|
+
if (funcoesDoModulo.includes(simboloImportado.lexema)) {
|
|
547
|
+
this.funcoesImportadasDeTestes.add(simboloImportado.lexema);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
async visitarDeclaracaoImportar(declaracao) {
|
|
552
|
+
this.registrarFuncoesImportadasDeTestes(declaracao);
|
|
553
|
+
return Promise.resolve();
|
|
554
|
+
}
|
|
532
555
|
registrarClassesExternas(classes) {
|
|
533
556
|
for (const classe of classes) {
|
|
534
557
|
this.classesExternasRegistradas.set(classe.simbolo.lexema, classe);
|
|
@@ -671,6 +694,9 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
671
694
|
visitarChamadaPorVariavel(entidadeChamadaVariavel, argumentos) {
|
|
672
695
|
const variavel = entidadeChamadaVariavel;
|
|
673
696
|
const nomeFuncao = variavel.simbolo.lexema;
|
|
697
|
+
if (this.funcoesImportadasDeTestes.has(nomeFuncao)) {
|
|
698
|
+
return Promise.resolve();
|
|
699
|
+
}
|
|
674
700
|
const funcoesNativas = [
|
|
675
701
|
'aleatorio',
|
|
676
702
|
'aleatorioEntre',
|
|
@@ -982,7 +1008,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
982
1008
|
// O laço precisa visitar condição/incremento/corpo para registrar usos de variáveis.
|
|
983
1009
|
if (declaracao.condicao) {
|
|
984
1010
|
this.marcarVariaveisUsadasEmExpressao(declaracao.condicao);
|
|
985
|
-
await this.verificarCondicao(declaracao.condicao);
|
|
1011
|
+
await this.verificarCondicao(declaracao.condicao, 'para');
|
|
986
1012
|
}
|
|
987
1013
|
if (declaracao.incrementar) {
|
|
988
1014
|
this.marcarVariaveisUsadasEmExpressao(declaracao.incrementar);
|
|
@@ -1045,14 +1071,14 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1045
1071
|
// Marca variáveis usadas na condição
|
|
1046
1072
|
this.marcarVariaveisUsadasEmExpressao(declaracao.condicao);
|
|
1047
1073
|
// Verifica a condição (incluindo validação de tipos para operadores lógicos)
|
|
1048
|
-
await this.verificarCondicao(declaracao.condicao);
|
|
1074
|
+
await this.verificarCondicao(declaracao.condicao, 'se');
|
|
1049
1075
|
if (declaracao.caminhoEntao) {
|
|
1050
1076
|
await declaracao.caminhoEntao.aceitar(this);
|
|
1051
1077
|
}
|
|
1052
1078
|
if (declaracao.caminhosSeSenao && declaracao.caminhosSeSenao.length > 0) {
|
|
1053
1079
|
for (const caminhoSeSenao of declaracao.caminhosSeSenao) {
|
|
1054
1080
|
this.marcarVariaveisUsadasEmExpressao(caminhoSeSenao.condicao);
|
|
1055
|
-
await this.verificarCondicao(caminhoSeSenao.condicao);
|
|
1081
|
+
await this.verificarCondicao(caminhoSeSenao.condicao, 'se');
|
|
1056
1082
|
await caminhoSeSenao.caminho.aceitar(this);
|
|
1057
1083
|
}
|
|
1058
1084
|
}
|
|
@@ -1082,12 +1108,12 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1082
1108
|
return;
|
|
1083
1109
|
}
|
|
1084
1110
|
}
|
|
1085
|
-
verificarCondicao(condicao) {
|
|
1111
|
+
verificarCondicao(condicao, rotulo = 'enquanto') {
|
|
1086
1112
|
if (condicao instanceof construtos_1.Agrupamento) {
|
|
1087
|
-
return this.verificarCondicao(condicao.expressao);
|
|
1113
|
+
return this.verificarCondicao(condicao.expressao, rotulo);
|
|
1088
1114
|
}
|
|
1089
1115
|
if (condicao instanceof construtos_1.Variavel) {
|
|
1090
|
-
return this.verificarVariavelBinaria(condicao);
|
|
1116
|
+
return this.verificarVariavelBinaria(condicao, rotulo);
|
|
1091
1117
|
}
|
|
1092
1118
|
if (condicao instanceof construtos_1.Binario) {
|
|
1093
1119
|
return this.verificarBinario(condicao);
|
|
@@ -1100,13 +1126,14 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1100
1126
|
}
|
|
1101
1127
|
return Promise.resolve();
|
|
1102
1128
|
}
|
|
1103
|
-
verificarVariavelBinaria(variavel) {
|
|
1129
|
+
verificarVariavelBinaria(variavel, rotulo = 'enquanto') {
|
|
1104
1130
|
this.verificarVariavel(variavel);
|
|
1105
1131
|
const variavelHipotetica = this.gerenciadorEscopos.buscar(variavel.simbolo.lexema);
|
|
1106
1132
|
if (variavelHipotetica &&
|
|
1133
|
+
variavelHipotetica.tipo !== 'lógico' &&
|
|
1107
1134
|
!(variavelHipotetica.valor instanceof construtos_1.Binario) &&
|
|
1108
1135
|
typeof variavelHipotetica.valor !== 'boolean') {
|
|
1109
|
-
this.erro(variavel.simbolo, `Esperado tipo 'lógico' na condição do '
|
|
1136
|
+
this.erro(variavel.simbolo, `Esperado tipo 'lógico' na condição do '${rotulo}'.`);
|
|
1110
1137
|
}
|
|
1111
1138
|
return Promise.resolve();
|
|
1112
1139
|
}
|
|
@@ -1875,6 +1902,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1875
1902
|
this.gerenciadorEscopos = new gerenciador_escopos_1.GerenciadorEscopos();
|
|
1876
1903
|
this.classesDeclaradas = new Set(this.classesExternasRegistradas.keys());
|
|
1877
1904
|
this.classesRegistradas = new Map(this.classesExternasRegistradas);
|
|
1905
|
+
this.funcoesImportadasDeTestes = new Set();
|
|
1878
1906
|
this.classeAtualEmAnalise = null;
|
|
1879
1907
|
this.atual = 0;
|
|
1880
1908
|
this.diagnosticos = [];
|
|
@@ -1896,7 +1924,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1896
1924
|
}
|
|
1897
1925
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1898
1926
|
|
|
1899
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":117,"../interfaces/erros":
|
|
1927
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":117,"../interfaces/erros":178,"../lexador/micro-lexador":250,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1900
1928
|
"use strict";
|
|
1901
1929
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1902
1930
|
|
|
@@ -2108,7 +2136,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2108
2136
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2109
2137
|
}
|
|
2110
2138
|
|
|
2111
|
-
},{"../interfaces":
|
|
2139
|
+
},{"../interfaces":181}],9:[function(require,module,exports){
|
|
2112
2140
|
"use strict";
|
|
2113
2141
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2114
2142
|
|
|
@@ -2399,7 +2427,7 @@ class AvaliadorSintaticoBase {
|
|
|
2399
2427
|
}
|
|
2400
2428
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2401
2429
|
|
|
2402
|
-
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/comum":
|
|
2430
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/comum":258,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2403
2431
|
"use strict";
|
|
2404
2432
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2405
2433
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3147,10 +3175,40 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
3147
3175
|
case delegua_2.default.COLCHETE_ESQUERDO:
|
|
3148
3176
|
const tipoAcesso = this.resolverTipoAcessoIndiceVariavel(expressaoAnterior);
|
|
3149
3177
|
this.avancarEDevolverAnterior();
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3178
|
+
// Determina se é intervalo ([:]), índice único ([indice]) ou
|
|
3179
|
+
// intervalo com passo ([inicio:fim:passo]).
|
|
3180
|
+
let indiceInicio = null;
|
|
3181
|
+
let indiceFim = null;
|
|
3182
|
+
let indicePasso = null;
|
|
3183
|
+
// Se começar com ':', não há início explícito (ex.: `[:fim]`).
|
|
3184
|
+
if (this.simbolos[this.atual].tipo !== delegua_2.default.DOIS_PONTOS) {
|
|
3185
|
+
indiceInicio = await this.expressao();
|
|
3186
|
+
}
|
|
3187
|
+
if (this.simbolos[this.atual].tipo === delegua_2.default.DOIS_PONTOS) {
|
|
3188
|
+
// É um intervalo: [inicio:fim] ou [inicio:fim:passo].
|
|
3189
|
+
this.avancarEDevolverAnterior(); // Pula ':'.
|
|
3190
|
+
if (this.simbolos[this.atual].tipo !== delegua_2.default.COLCHETE_DIREITO &&
|
|
3191
|
+
this.simbolos[this.atual].tipo !== delegua_2.default.DOIS_PONTOS) {
|
|
3192
|
+
indiceFim = await this.expressao();
|
|
3193
|
+
}
|
|
3194
|
+
if (this.simbolos[this.atual].tipo === delegua_2.default.DOIS_PONTOS) {
|
|
3195
|
+
this.avancarEDevolverAnterior(); // Pula segundo ':'.
|
|
3196
|
+
if (this.simbolos[this.atual].tipo !== delegua_2.default.COLCHETE_DIREITO) {
|
|
3197
|
+
indicePasso = await this.expressao();
|
|
3198
|
+
}
|
|
3199
|
+
}
|
|
3200
|
+
const simboloFechamento = this.consumir(delegua_2.default.COLCHETE_DIREITO, "Esperado ']' após intervalo.");
|
|
3201
|
+
// Fatiamento sempre retorna uma coleção do mesmo tipo de elemento.
|
|
3202
|
+
const tipoIntervalo = tipoAcesso + '[]';
|
|
3203
|
+
const acessoIntervalo = new construtos_1.AcessoIntervaloVariavel(this.hashArquivo, expressaoAnterior, indiceInicio, indiceFim, indicePasso, simboloFechamento, tipoIntervalo);
|
|
3204
|
+
return await this.resolverCadeiaChamadas(acessoIntervalo);
|
|
3205
|
+
}
|
|
3206
|
+
else {
|
|
3207
|
+
// É um índice único
|
|
3208
|
+
const simboloFechamento = this.consumir(delegua_2.default.COLCHETE_DIREITO, "Esperado ']' após escrita do indice.");
|
|
3209
|
+
const acessoVariavel = new construtos_1.AcessoIndiceVariavel(this.hashArquivo, expressaoAnterior, indiceInicio, simboloFechamento, tipoAcesso);
|
|
3210
|
+
return await this.resolverCadeiaChamadas(acessoVariavel);
|
|
3211
|
+
}
|
|
3154
3212
|
default:
|
|
3155
3213
|
return expressaoAnterior;
|
|
3156
3214
|
}
|
|
@@ -5587,7 +5645,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5587
5645
|
}
|
|
5588
5646
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5589
5647
|
|
|
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":
|
|
5648
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":117,"../inferenciador":151,"../informacao-elemento-sintatico":152,"../lexador/simbolo":252,"../tipos-de-dados/delegua":254,"../tipos-de-simbolos/delegua":259,"./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":452}],12:[function(require,module,exports){
|
|
5591
5649
|
"use strict";
|
|
5592
5650
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5593
5651
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -5702,7 +5760,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
5702
5760
|
}
|
|
5703
5761
|
}
|
|
5704
5762
|
|
|
5705
|
-
},{"../declaracoes":117,"../informacao-elemento-sintatico":
|
|
5763
|
+
},{"../declaracoes":117,"../informacao-elemento-sintatico":152}],13:[function(require,module,exports){
|
|
5706
5764
|
"use strict";
|
|
5707
5765
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5708
5766
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6362,7 +6420,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6362
6420
|
}
|
|
6363
6421
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6364
6422
|
|
|
6365
|
-
},{"../../construtos":67,"../../declaracoes":117,"../../tipos-de-simbolos/egua-classico":
|
|
6423
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../tipos-de-simbolos/egua-classico":260,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6366
6424
|
"use strict";
|
|
6367
6425
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6368
6426
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6411,7 +6469,8 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
6411
6469
|
this.tiposDefinidosEmCodigo = {};
|
|
6412
6470
|
this.tiposDefinidosPorBibliotecas = {};
|
|
6413
6471
|
(0, comum_1.registrarPrimitiva)(this.primitivasConhecidas, 'dicionário', primitivas_dicionario_1.default);
|
|
6414
|
-
(0, comum_1.registrarPrimitiva)(this.primitivasConhecidas, '
|
|
6472
|
+
(0, comum_1.registrarPrimitiva)(this.primitivasConhecidas, 'inteiro', primitivas_numero_1.default);
|
|
6473
|
+
(0, comum_1.registrarPrimitiva)(this.primitivasConhecidas, 'real', primitivas_numero_1.default);
|
|
6415
6474
|
(0, comum_1.registrarPrimitiva)(this.primitivasConhecidas, 'texto', primitivas_texto_1.default);
|
|
6416
6475
|
(0, comum_1.registrarPrimitiva)(this.primitivasConhecidas, 'vetor', primitivas_vetor_1.default);
|
|
6417
6476
|
(0, comum_1.registrarPrimitiva)(this.primitivasConhecidas, 'tupla', primitivas_tupla_1.default);
|
|
@@ -6672,7 +6731,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
6672
6731
|
construirValidacaoDesempacotamento(identificador, origem, qtdEsperada) {
|
|
6673
6732
|
const linha = identificador.linha;
|
|
6674
6733
|
const chamadaTamanho = new construtos_1.Chamada(this.hashArquivo, new construtos_1.Variavel(this.hashArquivo, new lexador_1.Simbolo(pitugues_2.default.IDENTIFICADOR, 'tamanho', null, linha, -1)), [origem]);
|
|
6675
|
-
const condicaoErro = new construtos_1.Binario(this.hashArquivo, chamadaTamanho, new lexador_1.Simbolo(pitugues_2.default.DIFERENTE, '!=', null, linha, -1), new construtos_1.Literal(this.hashArquivo, linha, qtdEsperada, '
|
|
6734
|
+
const condicaoErro = new construtos_1.Binario(this.hashArquivo, chamadaTamanho, new lexador_1.Simbolo(pitugues_2.default.DIFERENTE, '!=', null, linha, -1), new construtos_1.Literal(this.hashArquivo, linha, qtdEsperada, 'inteiro'));
|
|
6676
6735
|
const mensagem = `Erro de execução: Você tentou desempacotar em ${qtdEsperada} variáveis, mas o vetor possui tamanho diferente.`;
|
|
6677
6736
|
const falha = new declaracoes_1.Falhar(new lexador_1.Simbolo(pitugues_2.default.FALHAR, 'falhar', null, linha, -1), new construtos_1.Literal(this.hashArquivo, linha, mensagem, 'texto'));
|
|
6678
6737
|
return new declaracoes_1.Se(condicaoErro, new declaracoes_1.Bloco(this.hashArquivo, linha, [falha]), [], null);
|
|
@@ -6746,7 +6805,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
6746
6805
|
inicializador = vetorLiteral.valores[cursorDesempacotamento];
|
|
6747
6806
|
}
|
|
6748
6807
|
else {
|
|
6749
|
-
inicializador = new construtos_1.AcessoIndiceVariavel(this.hashArquivo, origemParaAtribuicao, new construtos_1.Literal(this.hashArquivo, identificador.linha, i, '
|
|
6808
|
+
inicializador = new construtos_1.AcessoIndiceVariavel(this.hashArquivo, origemParaAtribuicao, new construtos_1.Literal(this.hashArquivo, identificador.linha, i, 'inteiro'), new lexador_1.Simbolo(pitugues_2.default.COLCHETE_DIREITO, ']', null, identificador.linha, -1));
|
|
6750
6809
|
}
|
|
6751
6810
|
cursorDesempacotamento++;
|
|
6752
6811
|
}
|
|
@@ -6965,6 +7024,9 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
6965
7024
|
case pitugues_2.default.LEIA:
|
|
6966
7025
|
return await this.expressaoLeia();
|
|
6967
7026
|
case pitugues_2.default.NUMERO:
|
|
7027
|
+
const simboloNumero = this.avancarEDevolverAnterior();
|
|
7028
|
+
const tipoNumeroInferido = Number.isInteger(simboloNumero.literal) ? 'inteiro' : 'real';
|
|
7029
|
+
return new construtos_1.Literal(this.hashArquivo, Number(simboloNumero.linha), simboloNumero.literal, tipoNumeroInferido);
|
|
6968
7030
|
case pitugues_2.default.TEXTO:
|
|
6969
7031
|
const simboloLiteral = this.avancarEDevolverAnterior();
|
|
6970
7032
|
const tipoInferido = (0, inferenciador_1.inferirTipoVariavel)(simboloLiteral.literal);
|
|
@@ -7792,8 +7854,6 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
7792
7854
|
if (this.verificarTipoProximoSimbolo(pitugues_2.default.COLCHETE_ESQUERDO)) {
|
|
7793
7855
|
const tiposVetores = [
|
|
7794
7856
|
'inteiro[]',
|
|
7795
|
-
'numero[]',
|
|
7796
|
-
'número[]',
|
|
7797
7857
|
'qualquer[]',
|
|
7798
7858
|
'real[]',
|
|
7799
7859
|
'texto[]',
|
|
@@ -8101,10 +8161,10 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8101
8161
|
this.pilhaEscopos = new pilha_escopos_1.PilhaEscopos();
|
|
8102
8162
|
this.pilhaEscopos.empilhar(new informacao_escopo_1.InformacaoEscopo());
|
|
8103
8163
|
// Funções nativas de Delégua (e de Pituguês também, por enquanto)
|
|
8104
|
-
this.pilhaEscopos.definirInformacoesVariavel('aleatorio', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('aleatorio', '
|
|
8105
|
-
this.pilhaEscopos.definirInformacoesVariavel('aleatorio_entre', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('aleatorio_entre', '
|
|
8106
|
-
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('minimo', '
|
|
8107
|
-
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('maximo', '
|
|
8164
|
+
this.pilhaEscopos.definirInformacoesVariavel('aleatorio', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('aleatorio', 'real'));
|
|
8165
|
+
this.pilhaEscopos.definirInformacoesVariavel('aleatorio_entre', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('aleatorio_entre', 'inteiro', true, [
|
|
8166
|
+
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('minimo', 'inteiro'),
|
|
8167
|
+
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('maximo', 'inteiro'),
|
|
8108
8168
|
]));
|
|
8109
8169
|
this.pilhaEscopos.definirInformacoesVariavel('algum', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('algum', 'lógico', true, [
|
|
8110
8170
|
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('iterável', 'qualquer'),
|
|
@@ -8136,7 +8196,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8136
8196
|
]));
|
|
8137
8197
|
this.pilhaEscopos.definirInformacoesVariavel('enumerar', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('intervalo', 'dicionario', true, [
|
|
8138
8198
|
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('iteravel', 'qualquer'),
|
|
8139
|
-
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('inicio', '
|
|
8199
|
+
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('inicio', 'inteiro', false),
|
|
8140
8200
|
]));
|
|
8141
8201
|
this.pilhaEscopos.definirInformacoesVariavel('filtrar_por', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('filtrar_por', 'qualquer[]', true, [
|
|
8142
8202
|
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('iteravel', 'qualquer'),
|
|
@@ -8164,10 +8224,10 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8164
8224
|
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('iteravel', 'qualquer'),
|
|
8165
8225
|
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('funcaoMapeamento', 'função'),
|
|
8166
8226
|
]));
|
|
8167
|
-
this.pilhaEscopos.definirInformacoesVariavel('maximo', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('maximo', '
|
|
8227
|
+
this.pilhaEscopos.definirInformacoesVariavel('maximo', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('maximo', 'real', true, [
|
|
8168
8228
|
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('iteravel', 'qualquer'),
|
|
8169
8229
|
]));
|
|
8170
|
-
this.pilhaEscopos.definirInformacoesVariavel('minimo', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('minimo', '
|
|
8230
|
+
this.pilhaEscopos.definirInformacoesVariavel('minimo', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('minimo', 'real', true, [
|
|
8171
8231
|
new informacao_elemento_sintatico_1.InformacaoElementoSintatico('iteravel', 'qualquer'),
|
|
8172
8232
|
]));
|
|
8173
8233
|
this.pilhaEscopos.definirInformacoesVariavel('ordenar', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('ordenar', 'qualquer[]', true, [
|
|
@@ -8262,7 +8322,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8262
8322
|
}
|
|
8263
8323
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
8264
8324
|
|
|
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":
|
|
8325
|
+
},{"../../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":151,"../../informacao-elemento-sintatico":152,"../../lexador":244,"../../lexador/micro-lexador-pitugues":249,"../../tipos-de-dados/dialetos/pitugues":255,"../../tipos-de-simbolos/pitugues":263,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":452}],15:[function(require,module,exports){
|
|
8266
8326
|
"use strict";
|
|
8267
8327
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8268
8328
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8810,7 +8870,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8810
8870
|
}
|
|
8811
8871
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8812
8872
|
|
|
8813
|
-
},{"../../construtos":67,"../../declaracoes":117,"../../lexador/simbolo":
|
|
8873
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../lexador/simbolo":252,"../../tipos-de-simbolos/portugol-ipt":264,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8814
8874
|
"use strict";
|
|
8815
8875
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8816
8876
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9777,7 +9837,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9777
9837
|
}
|
|
9778
9838
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9779
9839
|
|
|
9780
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":
|
|
9840
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":151,"../../informacao-elemento-sintatico":152,"../../lexador":244,"../../tipos-de-simbolos/prisma":265,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":452}],17:[function(require,module,exports){
|
|
9781
9841
|
"use strict";
|
|
9782
9842
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9783
9843
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10785,7 +10845,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10785
10845
|
}
|
|
10786
10846
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10787
10847
|
|
|
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":
|
|
10848
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":117,"../../inferenciador":151,"../../informacao-elemento-sintatico":152,"../../lexador/simbolo":252,"../../tipos-de-dados/delegua":254,"../../tipos-de-simbolos/tenda":266,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":452}],18:[function(require,module,exports){
|
|
10789
10849
|
"use strict";
|
|
10790
10850
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10791
10851
|
if (k2 === undefined) k2 = k;
|
|
@@ -10874,10 +10934,12 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
10874
10934
|
this.avancarEDevolverAnterior();
|
|
10875
10935
|
return new construtos_1.Literal(-1, Number(this.linha), null);
|
|
10876
10936
|
case pitugues_1.default.NUMERO:
|
|
10937
|
+
const simboloNumero = this.avancarEDevolverAnterior();
|
|
10938
|
+
const tipoNumeroInferido = Number.isInteger(simboloNumero.literal) ? 'inteiro' : 'real';
|
|
10939
|
+
return new construtos_1.Literal(-1, Number(this.linha), simboloNumero.literal, tipoNumeroInferido);
|
|
10877
10940
|
case pitugues_1.default.TEXTO:
|
|
10878
|
-
const
|
|
10879
|
-
|
|
10880
|
-
return new construtos_1.Literal(-1, Number(this.linha), simboloNumeroTexto.literal, tipoInferido);
|
|
10941
|
+
const simboloTexto = this.avancarEDevolverAnterior();
|
|
10942
|
+
return new construtos_1.Literal(-1, Number(this.linha), simboloTexto.literal, 'texto');
|
|
10881
10943
|
case pitugues_1.default.IDENTIFICADOR:
|
|
10882
10944
|
const simboloIdentificador = this.avancarEDevolverAnterior();
|
|
10883
10945
|
return new construtos_1.Variavel(-1, simboloIdentificador);
|
|
@@ -11054,7 +11116,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
11054
11116
|
}
|
|
11055
11117
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
11056
11118
|
|
|
11057
|
-
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":
|
|
11119
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":151,"../../tipos-de-simbolos/pitugues":263,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
11058
11120
|
"use strict";
|
|
11059
11121
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11060
11122
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -11240,7 +11302,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
11240
11302
|
}
|
|
11241
11303
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
11242
11304
|
|
|
11243
|
-
},{"../construtos":67,"../tipos-de-simbolos/comum":
|
|
11305
|
+
},{"../construtos":67,"../tipos-de-simbolos/comum":258,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
11244
11306
|
"use strict";
|
|
11245
11307
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11246
11308
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11473,7 +11535,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11473
11535
|
}
|
|
11474
11536
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11475
11537
|
|
|
11476
|
-
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11538
|
+
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":262,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11477
11539
|
"use strict";
|
|
11478
11540
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11479
11541
|
exports.MontaoTipos = void 0;
|
|
@@ -11524,7 +11586,7 @@ class MontaoTipos {
|
|
|
11524
11586
|
}
|
|
11525
11587
|
exports.MontaoTipos = MontaoTipos;
|
|
11526
11588
|
|
|
11527
|
-
},{"../geracao-identificadores":
|
|
11589
|
+
},{"../geracao-identificadores":149,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
|
|
11528
11590
|
"use strict";
|
|
11529
11591
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11530
11592
|
exports.PilhaEscopos = void 0;
|
|
@@ -12815,7 +12877,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12815
12877
|
return resultadoFinal;
|
|
12816
12878
|
}
|
|
12817
12879
|
|
|
12818
|
-
},{"../construtos":67,"../excecoes":141,"../interpretador/estruturas":
|
|
12880
|
+
},{"../construtos":67,"../excecoes":141,"../interpretador/estruturas":215,"../interpretador/estruturas/descritor-tipo-classe":212,"../interpretador/estruturas/funcao-padrao":214,"../interpretador/estruturas/objeto-delegua-classe":220,"../quebras":253}],30:[function(require,module,exports){
|
|
12819
12881
|
"use strict";
|
|
12820
12882
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12821
12883
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -12852,7 +12914,7 @@ exports.default = {
|
|
|
12852
12914
|
},
|
|
12853
12915
|
};
|
|
12854
12916
|
|
|
12855
|
-
},{"../../../construtos":67,"../../../excecoes":141,"../../../informacao-elemento-sintatico":
|
|
12917
|
+
},{"../../../construtos":67,"../../../excecoes":141,"../../../informacao-elemento-sintatico":152}],31:[function(require,module,exports){
|
|
12856
12918
|
"use strict";
|
|
12857
12919
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12858
12920
|
const construtos_1 = require("../construtos");
|
|
@@ -12965,7 +13027,7 @@ exports.default = {
|
|
|
12965
13027
|
},
|
|
12966
13028
|
};
|
|
12967
13029
|
|
|
12968
|
-
},{"../construtos":67,"../informacao-elemento-sintatico":
|
|
13030
|
+
},{"../construtos":67,"../informacao-elemento-sintatico":152}],32:[function(require,module,exports){
|
|
12969
13031
|
"use strict";
|
|
12970
13032
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12971
13033
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13050,7 +13112,7 @@ exports.default = {
|
|
|
13050
13112
|
},
|
|
13051
13113
|
};
|
|
13052
13114
|
|
|
13053
|
-
},{"../informacao-elemento-sintatico":
|
|
13115
|
+
},{"../informacao-elemento-sintatico":152}],33:[function(require,module,exports){
|
|
13054
13116
|
"use strict";
|
|
13055
13117
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13056
13118
|
exports.implementacaoParticao = void 0;
|
|
@@ -13449,7 +13511,7 @@ exports.default = {
|
|
|
13449
13511
|
},
|
|
13450
13512
|
};
|
|
13451
13513
|
|
|
13452
|
-
},{"../construtos":67,"../excecoes":141,"../informacao-elemento-sintatico":
|
|
13514
|
+
},{"../construtos":67,"../excecoes":141,"../informacao-elemento-sintatico":152}],34:[function(require,module,exports){
|
|
13453
13515
|
"use strict";
|
|
13454
13516
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13455
13517
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13860,7 +13922,7 @@ exports.default = {
|
|
|
13860
13922
|
},
|
|
13861
13923
|
};
|
|
13862
13924
|
|
|
13863
|
-
},{"../construtos":67,"../excecoes":141,"../inferenciador":
|
|
13925
|
+
},{"../construtos":67,"../excecoes":141,"../inferenciador":151,"../informacao-elemento-sintatico":152}],35:[function(require,module,exports){
|
|
13864
13926
|
"use strict";
|
|
13865
13927
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13866
13928
|
exports.construirModuloAfirmar = construirModuloAfirmar;
|
|
@@ -13928,7 +13990,7 @@ function construirModuloAfirmar() {
|
|
|
13928
13990
|
return modulo;
|
|
13929
13991
|
}
|
|
13930
13992
|
|
|
13931
|
-
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":
|
|
13993
|
+
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":214,"../../interpretador/estruturas/modulo":218}],36:[function(require,module,exports){
|
|
13932
13994
|
"use strict";
|
|
13933
13995
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13934
13996
|
exports.construirModuloDeTestes = construirModuloDeTestes;
|
|
@@ -14108,7 +14170,7 @@ function construirModuloDeTestes(interpretador, registro) {
|
|
|
14108
14170
|
return modulo;
|
|
14109
14171
|
}
|
|
14110
14172
|
|
|
14111
|
-
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":
|
|
14173
|
+
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":214,"../../interpretador/estruturas/modulo":218,"./modulo-afirmar":35}],37:[function(require,module,exports){
|
|
14112
14174
|
"use strict";
|
|
14113
14175
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14114
14176
|
exports.RegistroTestes = void 0;
|
|
@@ -14580,7 +14642,7 @@ class Binario {
|
|
|
14580
14642
|
}
|
|
14581
14643
|
exports.Binario = Binario;
|
|
14582
14644
|
|
|
14583
|
-
},{"../tipos-de-simbolos/delegua":
|
|
14645
|
+
},{"../tipos-de-simbolos/delegua":259}],51:[function(require,module,exports){
|
|
14584
14646
|
"use strict";
|
|
14585
14647
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14586
14648
|
exports.Bote = void 0;
|
|
@@ -14635,7 +14697,7 @@ class Chamada {
|
|
|
14635
14697
|
}
|
|
14636
14698
|
exports.Chamada = Chamada;
|
|
14637
14699
|
|
|
14638
|
-
},{"../geracao-identificadores":
|
|
14700
|
+
},{"../geracao-identificadores":149}],53:[function(require,module,exports){
|
|
14639
14701
|
"use strict";
|
|
14640
14702
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14641
14703
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -15143,7 +15205,7 @@ class Leia {
|
|
|
15143
15205
|
}
|
|
15144
15206
|
exports.Leia = Leia;
|
|
15145
15207
|
|
|
15146
|
-
},{"../geracao-identificadores":
|
|
15208
|
+
},{"../geracao-identificadores":149}],70:[function(require,module,exports){
|
|
15147
15209
|
"use strict";
|
|
15148
15210
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15149
15211
|
exports.ListaCompreensao = void 0;
|
|
@@ -16410,7 +16472,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
16410
16472
|
}
|
|
16411
16473
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
16412
16474
|
|
|
16413
|
-
},{"../geracao-identificadores":
|
|
16475
|
+
},{"../geracao-identificadores":149,"./declaracao":106}],116:[function(require,module,exports){
|
|
16414
16476
|
"use strict";
|
|
16415
16477
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16416
16478
|
exports.Importar = void 0;
|
|
@@ -17104,7 +17166,7 @@ class EstilizadorDelegua {
|
|
|
17104
17166
|
}
|
|
17105
17167
|
exports.EstilizadorDelegua = EstilizadorDelegua;
|
|
17106
17168
|
|
|
17107
|
-
},{"../formatadores":
|
|
17169
|
+
},{"../formatadores":148,"./quebrador-linha":133}],132:[function(require,module,exports){
|
|
17108
17170
|
"use strict";
|
|
17109
17171
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17110
17172
|
if (k2 === undefined) k2 = k;
|
|
@@ -17650,7 +17712,7 @@ class RegraFortalecerTipos {
|
|
|
17650
17712
|
}
|
|
17651
17713
|
exports.RegraFortalecerTipos = RegraFortalecerTipos;
|
|
17652
17714
|
|
|
17653
|
-
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":
|
|
17715
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":151}],138:[function(require,module,exports){
|
|
17654
17716
|
"use strict";
|
|
17655
17717
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17656
17718
|
exports.RegraParadigmaConsistente = void 0;
|
|
@@ -17740,7 +17802,7 @@ class RegraParadigmaConsistente {
|
|
|
17740
17802
|
}
|
|
17741
17803
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17742
17804
|
|
|
17743
|
-
},{"../../construtos/leia":69,"../../declaracoes":117,"../../lexador/mapeamento-paradigmas":
|
|
17805
|
+
},{"../../construtos/leia":69,"../../declaracoes":117,"../../lexador/mapeamento-paradigmas":248}],139:[function(require,module,exports){
|
|
17744
17806
|
"use strict";
|
|
17745
17807
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17746
17808
|
exports.ErroDeAssertiva = void 0;
|
|
@@ -17789,13 +17851,46 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17789
17851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17790
17852
|
__exportStar(require("./erro-de-assertiva"), exports);
|
|
17791
17853
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
17854
|
+
__exportStar(require("./mensagem-erro"), exports);
|
|
17792
17855
|
|
|
17793
|
-
},{"./erro-de-assertiva":139,"./erro-em-tempo-de-execucao":140}],142:[function(require,module,exports){
|
|
17856
|
+
},{"./erro-de-assertiva":139,"./erro-em-tempo-de-execucao":140,"./mensagem-erro":142}],142:[function(require,module,exports){
|
|
17794
17857
|
"use strict";
|
|
17795
17858
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17859
|
+
exports.obterMensagemErro = obterMensagemErro;
|
|
17860
|
+
/**
|
|
17861
|
+
* Obtém a mensagem de erro de forma padronizada, independentemente do tipo de erro.
|
|
17862
|
+
*
|
|
17863
|
+
* Apenas erros do ecossistema Delégua (que possuem a propriedade `mensagem`)
|
|
17864
|
+
* têm sua mensagem extraída diretamente. Demais erros e valores são convertidos
|
|
17865
|
+
* para string via `String()`, que para erros nativos do JavaScript produz o
|
|
17866
|
+
* formato "NomeDoErro: mensagem" (ex: "Error: algo deu errado").
|
|
17867
|
+
*
|
|
17868
|
+
* O uso de `unknown` como tipo do parâmetro garante que a função seja segura
|
|
17869
|
+
* para qualquer valor que venha de `catch` blocks ou da propriedade `erroInterno`
|
|
17870
|
+
* (tipada como `any`), sem perder informações por type narrowing excessivo.
|
|
17871
|
+
*
|
|
17872
|
+
* @param erro O valor a ser convertido em mensagem (qualquer tipo)
|
|
17873
|
+
* @returns A mensagem de erro como string
|
|
17874
|
+
*/
|
|
17875
|
+
function obterMensagemErro(erro) {
|
|
17876
|
+
if (typeof erro === 'object'
|
|
17877
|
+
&& erro !== null
|
|
17878
|
+
&& 'mensagem' in erro) {
|
|
17879
|
+
const mensagem = erro.mensagem;
|
|
17880
|
+
if (typeof mensagem === 'string'
|
|
17881
|
+
&& mensagem) {
|
|
17882
|
+
return mensagem;
|
|
17883
|
+
}
|
|
17884
|
+
}
|
|
17885
|
+
return String(erro);
|
|
17886
|
+
}
|
|
17796
17887
|
|
|
17797
17888
|
},{}],143:[function(require,module,exports){
|
|
17798
17889
|
"use strict";
|
|
17890
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17891
|
+
|
|
17892
|
+
},{}],144:[function(require,module,exports){
|
|
17893
|
+
"use strict";
|
|
17799
17894
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17800
17895
|
if (k2 === undefined) k2 = k;
|
|
17801
17896
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -17814,7 +17909,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17814
17909
|
__exportStar(require("./despachador-ffi-interface"), exports);
|
|
17815
17910
|
__exportStar(require("./leitor-definicao"), exports);
|
|
17816
17911
|
|
|
17817
|
-
},{"./despachador-ffi-interface":
|
|
17912
|
+
},{"./despachador-ffi-interface":143,"./leitor-definicao":145}],145:[function(require,module,exports){
|
|
17818
17913
|
"use strict";
|
|
17819
17914
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17820
17915
|
exports.lerMetadadosClasse = lerMetadadosClasse;
|
|
@@ -17871,7 +17966,7 @@ function lerMetadadosMetodo(decoradores, nomeMetodo, prefixo) {
|
|
|
17871
17966
|
return { simbolo: prefixo + nomeMetodo };
|
|
17872
17967
|
}
|
|
17873
17968
|
|
|
17874
|
-
},{"../construtos":67}],
|
|
17969
|
+
},{"../construtos":67}],146:[function(require,module,exports){
|
|
17875
17970
|
"use strict";
|
|
17876
17971
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17877
17972
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18832,7 +18927,7 @@ class FormatadorDelegua {
|
|
|
18832
18927
|
}
|
|
18833
18928
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18834
18929
|
|
|
18835
|
-
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":
|
|
18930
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":259}],147:[function(require,module,exports){
|
|
18836
18931
|
"use strict";
|
|
18837
18932
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18838
18933
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19305,7 +19400,7 @@ class FormatadorPitugues {
|
|
|
19305
19400
|
}
|
|
19306
19401
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
19307
19402
|
|
|
19308
|
-
},{"../declaracoes":117,"../tipos-de-simbolos/pitugues":
|
|
19403
|
+
},{"../declaracoes":117,"../tipos-de-simbolos/pitugues":263}],148:[function(require,module,exports){
|
|
19309
19404
|
"use strict";
|
|
19310
19405
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19311
19406
|
if (k2 === undefined) k2 = k;
|
|
@@ -19325,7 +19420,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19325
19420
|
__exportStar(require("./formatador-delegua"), exports);
|
|
19326
19421
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
19327
19422
|
|
|
19328
|
-
},{"./formatador-delegua":
|
|
19423
|
+
},{"./formatador-delegua":146,"./formatador-pitugues":147}],149:[function(require,module,exports){
|
|
19329
19424
|
"use strict";
|
|
19330
19425
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19331
19426
|
exports.cyrb53 = cyrb53;
|
|
@@ -19369,7 +19464,7 @@ function uuidv4() {
|
|
|
19369
19464
|
});
|
|
19370
19465
|
}
|
|
19371
19466
|
|
|
19372
|
-
},{}],
|
|
19467
|
+
},{}],150:[function(require,module,exports){
|
|
19373
19468
|
"use strict";
|
|
19374
19469
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19375
19470
|
if (k2 === undefined) k2 = k;
|
|
@@ -19399,7 +19494,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
19399
19494
|
__exportStar(require("./lexador"), exports);
|
|
19400
19495
|
__exportStar(require("./tradutores"), exports);
|
|
19401
19496
|
|
|
19402
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":117,"./estilizador":132,"./ffi":
|
|
19497
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":117,"./estilizador":132,"./ffi":144,"./formatadores":148,"./geracao-identificadores":149,"./interfaces":181,"./interpretador":224,"./lexador":244,"./tradutores":267}],151:[function(require,module,exports){
|
|
19403
19498
|
"use strict";
|
|
19404
19499
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19405
19500
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19527,7 +19622,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19527
19622
|
}
|
|
19528
19623
|
}
|
|
19529
19624
|
|
|
19530
|
-
},{"./tipos-de-dados/delegua":
|
|
19625
|
+
},{"./tipos-de-dados/delegua":254,"./tipos-de-dados/primitivos":256,"./tipos-de-simbolos/delegua":259}],152:[function(require,module,exports){
|
|
19531
19626
|
"use strict";
|
|
19532
19627
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19533
19628
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -19546,15 +19641,15 @@ class InformacaoElementoSintatico {
|
|
|
19546
19641
|
}
|
|
19547
19642
|
exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
|
|
19548
19643
|
|
|
19549
|
-
},{}],
|
|
19644
|
+
},{}],153:[function(require,module,exports){
|
|
19550
19645
|
"use strict";
|
|
19551
19646
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19552
19647
|
|
|
19553
|
-
},{}],
|
|
19648
|
+
},{}],154:[function(require,module,exports){
|
|
19554
19649
|
"use strict";
|
|
19555
19650
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19556
19651
|
|
|
19557
|
-
},{}],
|
|
19652
|
+
},{}],155:[function(require,module,exports){
|
|
19558
19653
|
"use strict";
|
|
19559
19654
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19560
19655
|
if (k2 === undefined) k2 = k;
|
|
@@ -19575,11 +19670,7 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
|
|
|
19575
19670
|
__exportStar(require("./correcao-implementacao-interface"), exports);
|
|
19576
19671
|
__exportStar(require("./membro-interface-faltando-interface"), exports);
|
|
19577
19672
|
|
|
19578
|
-
},{"./avaliador-sintatico-interface":
|
|
19579
|
-
"use strict";
|
|
19580
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19581
|
-
|
|
19582
|
-
},{}],156:[function(require,module,exports){
|
|
19673
|
+
},{"./avaliador-sintatico-interface":153,"./correcao-implementacao-interface":154,"./membro-interface-faltando-interface":156}],156:[function(require,module,exports){
|
|
19583
19674
|
"use strict";
|
|
19584
19675
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19585
19676
|
|
|
@@ -19597,6 +19688,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19597
19688
|
|
|
19598
19689
|
},{}],160:[function(require,module,exports){
|
|
19599
19690
|
"use strict";
|
|
19691
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19692
|
+
|
|
19693
|
+
},{}],161:[function(require,module,exports){
|
|
19694
|
+
"use strict";
|
|
19600
19695
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19601
19696
|
if (k2 === undefined) k2 = k;
|
|
19602
19697
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19615,11 +19710,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19615
19710
|
__exportStar(require("./caminho-escolha-interface"), exports);
|
|
19616
19711
|
__exportStar(require("./construto-interface"), exports);
|
|
19617
19712
|
|
|
19618
|
-
},{"./caminho-escolha-interface":
|
|
19713
|
+
},{"./caminho-escolha-interface":159,"./construto-interface":160}],162:[function(require,module,exports){
|
|
19619
19714
|
"use strict";
|
|
19620
19715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19621
19716
|
|
|
19622
|
-
},{}],
|
|
19717
|
+
},{}],163:[function(require,module,exports){
|
|
19623
19718
|
"use strict";
|
|
19624
19719
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19625
19720
|
if (k2 === undefined) k2 = k;
|
|
@@ -19638,15 +19733,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19638
19733
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19639
19734
|
__exportStar(require("./caminho-se-senao-interface"), exports);
|
|
19640
19735
|
|
|
19641
|
-
},{"./caminho-se-senao-interface":
|
|
19736
|
+
},{"./caminho-se-senao-interface":162}],164:[function(require,module,exports){
|
|
19642
19737
|
"use strict";
|
|
19643
19738
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19644
19739
|
|
|
19645
|
-
},{}],
|
|
19740
|
+
},{}],165:[function(require,module,exports){
|
|
19646
19741
|
"use strict";
|
|
19647
19742
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19648
19743
|
|
|
19649
|
-
},{}],
|
|
19744
|
+
},{}],166:[function(require,module,exports){
|
|
19650
19745
|
"use strict";
|
|
19651
19746
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19652
19747
|
if (k2 === undefined) k2 = k;
|
|
@@ -19668,19 +19763,19 @@ __exportStar(require("./fazer-interface"), exports);
|
|
|
19668
19763
|
__exportStar(require("./para-cada-interface"), exports);
|
|
19669
19764
|
__exportStar(require("./para-interface"), exports);
|
|
19670
19765
|
|
|
19671
|
-
},{"./enquanto-interface":
|
|
19766
|
+
},{"./enquanto-interface":164,"./fazer-interface":165,"./para-cada-interface":167,"./para-interface":168}],167:[function(require,module,exports){
|
|
19672
19767
|
"use strict";
|
|
19673
19768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19674
19769
|
|
|
19675
|
-
},{}],
|
|
19770
|
+
},{}],168:[function(require,module,exports){
|
|
19676
19771
|
"use strict";
|
|
19677
19772
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19678
19773
|
|
|
19679
|
-
},{}],
|
|
19774
|
+
},{}],169:[function(require,module,exports){
|
|
19680
19775
|
"use strict";
|
|
19681
19776
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19682
19777
|
|
|
19683
|
-
},{}],
|
|
19778
|
+
},{}],170:[function(require,module,exports){
|
|
19684
19779
|
"use strict";
|
|
19685
19780
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19686
19781
|
if (k2 === undefined) k2 = k;
|
|
@@ -19699,11 +19794,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19699
19794
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19700
19795
|
__exportStar(require("./retorno-resolvedor-interface"), exports);
|
|
19701
19796
|
|
|
19702
|
-
},{"./retorno-resolvedor-interface":
|
|
19703
|
-
"use strict";
|
|
19704
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19705
|
-
|
|
19706
|
-
},{}],171:[function(require,module,exports){
|
|
19797
|
+
},{"./retorno-resolvedor-interface":171}],171:[function(require,module,exports){
|
|
19707
19798
|
"use strict";
|
|
19708
19799
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19709
19800
|
|
|
@@ -19722,6 +19813,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19722
19813
|
},{}],175:[function(require,module,exports){
|
|
19723
19814
|
"use strict";
|
|
19724
19815
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19816
|
+
|
|
19817
|
+
},{}],176:[function(require,module,exports){
|
|
19818
|
+
"use strict";
|
|
19819
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19725
19820
|
exports.DiagnosticoSeveridade = void 0;
|
|
19726
19821
|
var DiagnosticoSeveridade;
|
|
19727
19822
|
(function (DiagnosticoSeveridade) {
|
|
@@ -19731,11 +19826,11 @@ var DiagnosticoSeveridade;
|
|
|
19731
19826
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
19732
19827
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
19733
19828
|
|
|
19734
|
-
},{}],
|
|
19829
|
+
},{}],177:[function(require,module,exports){
|
|
19735
19830
|
"use strict";
|
|
19736
19831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19737
19832
|
|
|
19738
|
-
},{}],
|
|
19833
|
+
},{}],178:[function(require,module,exports){
|
|
19739
19834
|
"use strict";
|
|
19740
19835
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19741
19836
|
if (k2 === undefined) k2 = k;
|
|
@@ -19757,15 +19852,15 @@ __exportStar(require("./correcao-sugerida-interface"), exports);
|
|
|
19757
19852
|
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
19758
19853
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
19759
19854
|
|
|
19760
|
-
},{"./correcao-implementacao-metodo-interface":
|
|
19855
|
+
},{"./correcao-implementacao-metodo-interface":174,"./correcao-sugerida-interface":175,"./diagnostico-analisador-semantico-interface":176,"./erro-interpretador-interface":177}],179:[function(require,module,exports){
|
|
19761
19856
|
"use strict";
|
|
19762
19857
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19763
19858
|
|
|
19764
|
-
},{}],
|
|
19859
|
+
},{}],180:[function(require,module,exports){
|
|
19765
19860
|
"use strict";
|
|
19766
19861
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19767
19862
|
|
|
19768
|
-
},{}],
|
|
19863
|
+
},{}],181:[function(require,module,exports){
|
|
19769
19864
|
"use strict";
|
|
19770
19865
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19771
19866
|
if (k2 === undefined) k2 = k;
|
|
@@ -19814,11 +19909,7 @@ __exportStar(require("./erros"), exports);
|
|
|
19814
19909
|
__exportStar(require("./retornos"), exports);
|
|
19815
19910
|
__exportStar(require("./tradutores"), exports);
|
|
19816
19911
|
|
|
19817
|
-
},{"./avaliador-sintatico":
|
|
19818
|
-
"use strict";
|
|
19819
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19820
|
-
|
|
19821
|
-
},{}],182:[function(require,module,exports){
|
|
19912
|
+
},{"./avaliador-sintatico":155,"./componente-modulo-classe-interface":157,"./componente-modulo-funcao-interface":158,"./construtos":161,"./declaracoes":163,"./delegua":166,"./depuracao":169,"./egua-classico":170,"./entrada-tabela-diagnostico-semantico-interface":172,"./entrada-tabela-diagnosticos-sintatico-interface":173,"./erros":178,"./estilizador/estilizador-interface":179,"./formatador-comum-interface":180,"./interpretador-com-depuracao-interface":182,"./interpretador-interface":183,"./iteravel-interface":184,"./lexador-interface":185,"./modulo-interface":186,"./parametro-interface":187,"./pilha-interface":188,"./primitiva-interface":189,"./resolvedor-interface":190,"./resultado-parcial-interpretador-interface":191,"./retornos":192,"./retornos/retorno-execucao-interface":195,"./simbolo-interface":198,"./tradutores":200,"./tradutores/tradutor-interface":201,"./variavel-interface":202,"./visitante-comum-interface":203,"./visitante-delegua-interface":204}],182:[function(require,module,exports){
|
|
19822
19913
|
"use strict";
|
|
19823
19914
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19824
19915
|
|
|
@@ -19856,6 +19947,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19856
19947
|
|
|
19857
19948
|
},{}],191:[function(require,module,exports){
|
|
19858
19949
|
"use strict";
|
|
19950
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19951
|
+
|
|
19952
|
+
},{}],192:[function(require,module,exports){
|
|
19953
|
+
"use strict";
|
|
19859
19954
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19860
19955
|
if (k2 === undefined) k2 = k;
|
|
19861
19956
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19877,11 +19972,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
19877
19972
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19878
19973
|
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19879
19974
|
|
|
19880
|
-
},{"./retorno-analisador-semantico-interface":
|
|
19881
|
-
"use strict";
|
|
19882
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19883
|
-
|
|
19884
|
-
},{}],193:[function(require,module,exports){
|
|
19975
|
+
},{"./retorno-analisador-semantico-interface":193,"./retorno-avaliador-sintatico-interface":194,"./retorno-execucao-interface":195,"./retorno-interpretador-interface":196,"./retorno-lexador-interface":197}],193:[function(require,module,exports){
|
|
19885
19976
|
"use strict";
|
|
19886
19977
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19887
19978
|
|
|
@@ -19907,6 +19998,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19907
19998
|
|
|
19908
19999
|
},{}],199:[function(require,module,exports){
|
|
19909
20000
|
"use strict";
|
|
20001
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20002
|
+
|
|
20003
|
+
},{}],200:[function(require,module,exports){
|
|
20004
|
+
"use strict";
|
|
19910
20005
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19911
20006
|
if (k2 === undefined) k2 = k;
|
|
19912
20007
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19925,11 +20020,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19925
20020
|
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19926
20021
|
__exportStar(require("./tradutor-interface"), exports);
|
|
19927
20022
|
|
|
19928
|
-
},{"./contexto-funcao-interface":
|
|
19929
|
-
"use strict";
|
|
19930
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19931
|
-
|
|
19932
|
-
},{}],201:[function(require,module,exports){
|
|
20023
|
+
},{"./contexto-funcao-interface":199,"./tradutor-interface":201}],201:[function(require,module,exports){
|
|
19933
20024
|
"use strict";
|
|
19934
20025
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19935
20026
|
|
|
@@ -19943,6 +20034,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19943
20034
|
|
|
19944
20035
|
},{}],204:[function(require,module,exports){
|
|
19945
20036
|
"use strict";
|
|
20037
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20038
|
+
|
|
20039
|
+
},{}],205:[function(require,module,exports){
|
|
20040
|
+
"use strict";
|
|
19946
20041
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19947
20042
|
if (k2 === undefined) k2 = k;
|
|
19948
20043
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19977,6 +20072,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
19977
20072
|
};
|
|
19978
20073
|
})();
|
|
19979
20074
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20075
|
+
exports.visitarExpressaoAcessoIntervaloVariavel = visitarExpressaoAcessoIntervaloVariavel;
|
|
19980
20076
|
exports.carregarBibliotecasGlobais = carregarBibliotecasGlobais;
|
|
19981
20077
|
exports.pontoEntradaAjuda = pontoEntradaAjuda;
|
|
19982
20078
|
exports.obterTopicoAjuda = obterTopicoAjuda;
|
|
@@ -19985,7 +20081,70 @@ const delegua_funcao_1 = require("./estruturas/delegua-funcao");
|
|
|
19985
20081
|
const descritor_tipo_classe_1 = require("./estruturas/descritor-tipo-classe");
|
|
19986
20082
|
const objeto_delegua_classe_1 = require("./estruturas/objeto-delegua-classe");
|
|
19987
20083
|
const construtos_1 = require("../construtos");
|
|
20084
|
+
const excecoes_1 = require("../excecoes");
|
|
19988
20085
|
const bibliotecaGlobal = __importStar(require("../bibliotecas/biblioteca-global"));
|
|
20086
|
+
async function visitarExpressaoAcessoIntervaloVariavel(interpretador, expressao) {
|
|
20087
|
+
const resultadoEntidade = await interpretador.avaliar(expressao.entidadeChamada);
|
|
20088
|
+
const objeto = interpretador.resolverValor(resultadoEntidade);
|
|
20089
|
+
let tamanho = 0;
|
|
20090
|
+
let itens;
|
|
20091
|
+
const ehTexto = typeof objeto === 'string';
|
|
20092
|
+
if (objeto instanceof construtos_1.TuplaN) {
|
|
20093
|
+
itens = objeto.elementos;
|
|
20094
|
+
tamanho = objeto.elementos.length;
|
|
20095
|
+
}
|
|
20096
|
+
else if (Array.isArray(objeto) || ehTexto) {
|
|
20097
|
+
itens = objeto;
|
|
20098
|
+
tamanho = objeto.length;
|
|
20099
|
+
}
|
|
20100
|
+
else {
|
|
20101
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, 'Acesso por intervalo só é suportado em vetores, textos e tuplas.', expressao.linha);
|
|
20102
|
+
}
|
|
20103
|
+
let passo = 1;
|
|
20104
|
+
if (expressao.indicePasso) {
|
|
20105
|
+
const resPasso = await interpretador.avaliar(expressao.indicePasso);
|
|
20106
|
+
passo = interpretador.resolverValor(resPasso);
|
|
20107
|
+
}
|
|
20108
|
+
if (passo === 0) {
|
|
20109
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, 'O passo do fatiamento não pode ser zero.', expressao.linha);
|
|
20110
|
+
}
|
|
20111
|
+
let inicio = passo > 0 ? 0 : tamanho - 1;
|
|
20112
|
+
if (expressao.indiceInicio) {
|
|
20113
|
+
const resInicio = await interpretador.avaliar(expressao.indiceInicio);
|
|
20114
|
+
inicio = interpretador.resolverValor(resInicio);
|
|
20115
|
+
if (inicio < 0)
|
|
20116
|
+
inicio = tamanho + inicio;
|
|
20117
|
+
}
|
|
20118
|
+
let fim = passo > 0 ? tamanho : -1;
|
|
20119
|
+
if (expressao.indiceFim) {
|
|
20120
|
+
const resFim = await interpretador.avaliar(expressao.indiceFim);
|
|
20121
|
+
fim = interpretador.resolverValor(resFim);
|
|
20122
|
+
if (fim < 0)
|
|
20123
|
+
fim = tamanho + fim;
|
|
20124
|
+
}
|
|
20125
|
+
// Lógica de fatiamento para suportar "passo", pois o TypeScript não suporta nativamente
|
|
20126
|
+
const resultadoFatiado = [];
|
|
20127
|
+
if (passo > 0) {
|
|
20128
|
+
for (let i = inicio; i < fim; i += passo) {
|
|
20129
|
+
if (i >= 0 && i < tamanho) {
|
|
20130
|
+
resultadoFatiado.push(itens[i]);
|
|
20131
|
+
}
|
|
20132
|
+
}
|
|
20133
|
+
}
|
|
20134
|
+
else {
|
|
20135
|
+
for (let i = inicio; i > fim; i += passo) {
|
|
20136
|
+
if (i >= 0 && i < tamanho) {
|
|
20137
|
+
resultadoFatiado.push(itens[i]);
|
|
20138
|
+
}
|
|
20139
|
+
}
|
|
20140
|
+
}
|
|
20141
|
+
if (objeto instanceof construtos_1.TuplaN) {
|
|
20142
|
+
return new construtos_1.TuplaN(objeto.hashArquivo, objeto.linha, resultadoFatiado);
|
|
20143
|
+
}
|
|
20144
|
+
if (ehTexto)
|
|
20145
|
+
return resultadoFatiado.join('');
|
|
20146
|
+
return resultadoFatiado;
|
|
20147
|
+
}
|
|
19989
20148
|
function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
|
|
19990
20149
|
pilhaEscoposExecucao.definirVariavel('aleatorio', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.aleatorio));
|
|
19991
20150
|
pilhaEscoposExecucao.definirVariavel('aleatório', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.aleatorio));
|
|
@@ -20556,7 +20715,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
20556
20715
|
}
|
|
20557
20716
|
}
|
|
20558
20717
|
|
|
20559
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":
|
|
20718
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"../excecoes":141,"./estruturas/delegua-funcao":211,"./estruturas/descritor-tipo-classe":212,"./estruturas/funcao-padrao":214,"./estruturas/objeto-delegua-classe":220}],206:[function(require,module,exports){
|
|
20560
20719
|
"use strict";
|
|
20561
20720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20562
20721
|
exports.EspacoMemoria = void 0;
|
|
@@ -20581,7 +20740,7 @@ class EspacoMemoria {
|
|
|
20581
20740
|
}
|
|
20582
20741
|
exports.EspacoMemoria = EspacoMemoria;
|
|
20583
20742
|
|
|
20584
|
-
},{}],
|
|
20743
|
+
},{}],207:[function(require,module,exports){
|
|
20585
20744
|
"use strict";
|
|
20586
20745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20587
20746
|
exports.Chamavel = void 0;
|
|
@@ -20598,7 +20757,7 @@ class Chamavel {
|
|
|
20598
20757
|
}
|
|
20599
20758
|
exports.Chamavel = Chamavel;
|
|
20600
20759
|
|
|
20601
|
-
},{}],
|
|
20760
|
+
},{}],208:[function(require,module,exports){
|
|
20602
20761
|
"use strict";
|
|
20603
20762
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20604
20763
|
exports.ClasseDeModulo = void 0;
|
|
@@ -20619,7 +20778,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
20619
20778
|
}
|
|
20620
20779
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
20621
20780
|
|
|
20622
|
-
},{"./chamavel":
|
|
20781
|
+
},{"./chamavel":207}],209:[function(require,module,exports){
|
|
20623
20782
|
"use strict";
|
|
20624
20783
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20625
20784
|
exports.ClassePadrao = void 0;
|
|
@@ -20660,7 +20819,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
20660
20819
|
}
|
|
20661
20820
|
exports.ClassePadrao = ClassePadrao;
|
|
20662
20821
|
|
|
20663
|
-
},{"./chamavel":
|
|
20822
|
+
},{"./chamavel":207}],210:[function(require,module,exports){
|
|
20664
20823
|
"use strict";
|
|
20665
20824
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20666
20825
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -20703,7 +20862,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
20703
20862
|
}
|
|
20704
20863
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
20705
20864
|
|
|
20706
|
-
},{"./delegua-funcao":
|
|
20865
|
+
},{"./delegua-funcao":211}],211:[function(require,module,exports){
|
|
20707
20866
|
"use strict";
|
|
20708
20867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20709
20868
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20906,7 +21065,7 @@ function tipoDeDados(valor) {
|
|
|
20906
21065
|
}
|
|
20907
21066
|
}
|
|
20908
21067
|
|
|
20909
|
-
},{"../../declaracoes":117,"../../quebras":
|
|
21068
|
+
},{"../../declaracoes":117,"../../quebras":253,"../espaco-memoria":206,"./chamavel":207,"./objeto-delegua-classe":220}],212:[function(require,module,exports){
|
|
20910
21069
|
"use strict";
|
|
20911
21070
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20912
21071
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -21221,7 +21380,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
21221
21380
|
}
|
|
21222
21381
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
21223
21382
|
|
|
21224
|
-
},{"../../excecoes":141,"./chamavel":
|
|
21383
|
+
},{"../../excecoes":141,"./chamavel":207,"./metodo-polimorfico":216,"./objeto-delegua-classe":220}],213:[function(require,module,exports){
|
|
21225
21384
|
"use strict";
|
|
21226
21385
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21227
21386
|
exports.EXCECAO_BASE = void 0;
|
|
@@ -21250,7 +21409,7 @@ function criarDescritorExcecao() {
|
|
|
21250
21409
|
}
|
|
21251
21410
|
exports.EXCECAO_BASE = criarDescritorExcecao();
|
|
21252
21411
|
|
|
21253
|
-
},{"./delegua-funcao-nativa":
|
|
21412
|
+
},{"./delegua-funcao-nativa":210,"./descritor-tipo-classe":212,"./objeto-base":219}],214:[function(require,module,exports){
|
|
21254
21413
|
"use strict";
|
|
21255
21414
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21256
21415
|
exports.FuncaoPadrao = void 0;
|
|
@@ -21289,7 +21448,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
21289
21448
|
}
|
|
21290
21449
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
21291
21450
|
|
|
21292
|
-
},{"./chamavel":
|
|
21451
|
+
},{"./chamavel":207}],215:[function(require,module,exports){
|
|
21293
21452
|
"use strict";
|
|
21294
21453
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21295
21454
|
if (k2 === undefined) k2 = k;
|
|
@@ -21323,7 +21482,7 @@ __exportStar(require("./objeto-padrao"), exports);
|
|
|
21323
21482
|
__exportStar(require("./referencia-montao"), exports);
|
|
21324
21483
|
__exportStar(require("./super-proxy"), exports);
|
|
21325
21484
|
|
|
21326
|
-
},{"./chamavel":
|
|
21485
|
+
},{"./chamavel":207,"./classe-de-modulo":208,"./classe-padrao":209,"./delegua-funcao":211,"./delegua-funcao-nativa":210,"./descritor-tipo-classe":212,"./excecao-base":213,"./funcao-padrao":214,"./metodo-polimorfico":216,"./metodo-primitiva":217,"./modulo":218,"./objeto-base":219,"./objeto-delegua-classe":220,"./objeto-padrao":221,"./referencia-montao":222,"./super-proxy":223}],216:[function(require,module,exports){
|
|
21327
21486
|
"use strict";
|
|
21328
21487
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21329
21488
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -21501,7 +21660,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
21501
21660
|
}
|
|
21502
21661
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
21503
21662
|
|
|
21504
|
-
},{"../../excecoes":141,"../../inferenciador":
|
|
21663
|
+
},{"../../excecoes":141,"../../inferenciador":151,"./chamavel":207}],217:[function(require,module,exports){
|
|
21505
21664
|
"use strict";
|
|
21506
21665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21507
21666
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -21547,7 +21706,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
21547
21706
|
}
|
|
21548
21707
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
21549
21708
|
|
|
21550
|
-
},{"./chamavel":
|
|
21709
|
+
},{"./chamavel":207}],218:[function(require,module,exports){
|
|
21551
21710
|
"use strict";
|
|
21552
21711
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21553
21712
|
exports.DeleguaModulo = void 0;
|
|
@@ -21573,7 +21732,7 @@ class DeleguaModulo {
|
|
|
21573
21732
|
}
|
|
21574
21733
|
exports.DeleguaModulo = DeleguaModulo;
|
|
21575
21734
|
|
|
21576
|
-
},{}],
|
|
21735
|
+
},{}],219:[function(require,module,exports){
|
|
21577
21736
|
"use strict";
|
|
21578
21737
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21579
21738
|
exports.OBJETO_BASE = void 0;
|
|
@@ -21647,7 +21806,7 @@ function criarDescritorObjeto() {
|
|
|
21647
21806
|
}
|
|
21648
21807
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
21649
21808
|
|
|
21650
|
-
},{"./delegua-funcao-nativa":
|
|
21809
|
+
},{"./delegua-funcao-nativa":210,"./descritor-tipo-classe":212}],220:[function(require,module,exports){
|
|
21651
21810
|
"use strict";
|
|
21652
21811
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21653
21812
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -21829,7 +21988,7 @@ class ObjetoDeleguaClasse {
|
|
|
21829
21988
|
}
|
|
21830
21989
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
21831
21990
|
|
|
21832
|
-
},{"../../excecoes":141}],
|
|
21991
|
+
},{"../../excecoes":141}],221:[function(require,module,exports){
|
|
21833
21992
|
"use strict";
|
|
21834
21993
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21835
21994
|
exports.ObjetoPadrao = void 0;
|
|
@@ -21863,7 +22022,7 @@ class ObjetoPadrao {
|
|
|
21863
22022
|
}
|
|
21864
22023
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
21865
22024
|
|
|
21866
|
-
},{}],
|
|
22025
|
+
},{}],222:[function(require,module,exports){
|
|
21867
22026
|
"use strict";
|
|
21868
22027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21869
22028
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21888,7 +22047,7 @@ class ReferenciaMontao {
|
|
|
21888
22047
|
}
|
|
21889
22048
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21890
22049
|
|
|
21891
|
-
},{}],
|
|
22050
|
+
},{}],223:[function(require,module,exports){
|
|
21892
22051
|
"use strict";
|
|
21893
22052
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21894
22053
|
exports.SuperProxy = void 0;
|
|
@@ -21927,7 +22086,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21927
22086
|
}
|
|
21928
22087
|
exports.SuperProxy = SuperProxy;
|
|
21929
22088
|
|
|
21930
|
-
},{"./chamavel":
|
|
22089
|
+
},{"./chamavel":207}],224:[function(require,module,exports){
|
|
21931
22090
|
"use strict";
|
|
21932
22091
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21933
22092
|
if (k2 === undefined) k2 = k;
|
|
@@ -21948,7 +22107,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21948
22107
|
__exportStar(require("./interpretador"), exports);
|
|
21949
22108
|
__exportStar(require("./interpretador-base"), exports);
|
|
21950
22109
|
|
|
21951
|
-
},{"./estruturas":
|
|
22110
|
+
},{"./estruturas":215,"./interpretador":226,"./interpretador-base":225}],225:[function(require,module,exports){
|
|
21952
22111
|
"use strict";
|
|
21953
22112
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21954
22113
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -23596,7 +23755,7 @@ class InterpretadorBase {
|
|
|
23596
23755
|
}
|
|
23597
23756
|
return objeto[valorIndice];
|
|
23598
23757
|
}
|
|
23599
|
-
if (objeto instanceof construtos_1.TuplaN || objeto.constructor
|
|
23758
|
+
if (objeto instanceof construtos_1.TuplaN || objeto.constructor === construtos_1.TuplaN) {
|
|
23600
23759
|
if (!Number.isInteger(valorIndice)) {
|
|
23601
23760
|
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, 'Somente inteiros podem ser usados para indexar uma tupla.', expressao.linha));
|
|
23602
23761
|
}
|
|
@@ -23607,7 +23766,7 @@ class InterpretadorBase {
|
|
|
23607
23766
|
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, 'Índice da tupla fora de intervalo.', expressao.linha));
|
|
23608
23767
|
}
|
|
23609
23768
|
const elemento = objeto.elementos[valorIndice];
|
|
23610
|
-
if (elemento
|
|
23769
|
+
if (elemento instanceof construtos_1.Literal) {
|
|
23611
23770
|
return elemento.valor;
|
|
23612
23771
|
}
|
|
23613
23772
|
return elemento;
|
|
@@ -23627,9 +23786,7 @@ class InterpretadorBase {
|
|
|
23627
23786
|
objeto instanceof estruturas_1.DeleguaFuncao ||
|
|
23628
23787
|
objeto instanceof estruturas_1.DescritorTipoClasse ||
|
|
23629
23788
|
objeto instanceof estruturas_1.DeleguaModulo) {
|
|
23630
|
-
|
|
23631
|
-
return 0;
|
|
23632
|
-
return objeto[valorIndice] || null;
|
|
23789
|
+
return objeto[valorIndice];
|
|
23633
23790
|
}
|
|
23634
23791
|
if (typeof objeto === primitivos_1.default.TEXTO) {
|
|
23635
23792
|
if (!Number.isInteger(valorIndice)) {
|
|
@@ -23830,7 +23987,7 @@ class InterpretadorBase {
|
|
|
23830
23987
|
// Outro caso que `instanceof` simplesmente não funciona para casos em Liquido,
|
|
23831
23988
|
// então testamos também o nome do construtor.
|
|
23832
23989
|
if (objeto instanceof estruturas_1.ObjetoDeleguaClasse ||
|
|
23833
|
-
objeto.constructor
|
|
23990
|
+
objeto.constructor === estruturas_1.ObjetoDeleguaClasse) {
|
|
23834
23991
|
const valor = await objeto.obter(expressao.simbolo, this);
|
|
23835
23992
|
if (valor === 0)
|
|
23836
23993
|
return 0;
|
|
@@ -23879,7 +24036,8 @@ class InterpretadorBase {
|
|
|
23879
24036
|
// A partir daqui, presume-se que o objeto é uma das estruturas
|
|
23880
24037
|
// de Delégua.
|
|
23881
24038
|
if (objeto instanceof estruturas_1.DeleguaModulo) {
|
|
23882
|
-
|
|
24039
|
+
const nomeComponente = expressao.simbolo.lexema;
|
|
24040
|
+
return nomeComponente in objeto.componentes ? objeto.componentes[nomeComponente] : null;
|
|
23883
24041
|
}
|
|
23884
24042
|
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.simbolo, `Método ou propriedade para objeto não encontrado: ${expressao.simbolo.lexema}.`, expressao.linha));
|
|
23885
24043
|
}
|
|
@@ -24309,7 +24467,7 @@ class InterpretadorBase {
|
|
|
24309
24467
|
}
|
|
24310
24468
|
exports.InterpretadorBase = InterpretadorBase;
|
|
24311
24469
|
|
|
24312
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":141,"../inferenciador":
|
|
24470
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":141,"../inferenciador":151,"../lexador":244,"../quebras":253,"../tipos-de-dados/delegua":254,"../tipos-de-dados/primitivos":256,"../tipos-de-simbolos/delegua":259,"./espaco-memoria":206,"./estruturas":215,"./estruturas/metodo-primitiva":217,"./pilha-escopos-execucao":228,"browser-process-hrtime":452}],226:[function(require,module,exports){
|
|
24313
24471
|
"use strict";
|
|
24314
24472
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24315
24473
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -24909,7 +25067,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24909
25067
|
}
|
|
24910
25068
|
return objeto[valorIndice];
|
|
24911
25069
|
}
|
|
24912
|
-
if (objeto instanceof construtos_1.TuplaN || objeto.constructor
|
|
25070
|
+
if (objeto instanceof construtos_1.TuplaN || objeto.constructor === construtos_1.TuplaN) {
|
|
24913
25071
|
if (!Number.isInteger(valorIndice)) {
|
|
24914
25072
|
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, 'Somente inteiros podem ser usados para indexar uma tupla.', expressao.linha));
|
|
24915
25073
|
}
|
|
@@ -24920,7 +25078,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24920
25078
|
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, 'Índice da tupla fora de intervalo.', expressao.linha));
|
|
24921
25079
|
}
|
|
24922
25080
|
const elemento = objeto.elementos[valorIndice];
|
|
24923
|
-
if (elemento
|
|
25081
|
+
if (elemento instanceof construtos_1.Literal) {
|
|
24924
25082
|
return elemento.valor;
|
|
24925
25083
|
}
|
|
24926
25084
|
return elemento;
|
|
@@ -24933,9 +25091,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24933
25091
|
objeto instanceof estruturas_1.DeleguaFuncao ||
|
|
24934
25092
|
objeto instanceof estruturas_1.DescritorTipoClasse ||
|
|
24935
25093
|
objeto instanceof estruturas_1.DeleguaModulo) {
|
|
24936
|
-
|
|
24937
|
-
return 0;
|
|
24938
|
-
return objeto[valorIndice] || null;
|
|
25094
|
+
return objeto[valorIndice];
|
|
24939
25095
|
}
|
|
24940
25096
|
if (typeof objeto === primitivos_1.default.TEXTO) {
|
|
24941
25097
|
if (!Number.isInteger(valorIndice)) {
|
|
@@ -24954,6 +25110,9 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24954
25110
|
linha: this.linhaDeclaracaoAtual,
|
|
24955
25111
|
}, 'Somente listas, dicionários, classes e objetos podem ter seus valores indexados.', expressao.linha));
|
|
24956
25112
|
}
|
|
25113
|
+
async visitarExpressaoAcessoIntervaloVariavel(expressao) {
|
|
25114
|
+
return (0, comum_1.visitarExpressaoAcessoIntervaloVariavel)(this, expressao);
|
|
25115
|
+
}
|
|
24957
25116
|
logicaPropriedadesEMetodosDeClasse(declaracao, superClassesResolvidas, mesclaResolvidas) {
|
|
24958
25117
|
const metodos = {};
|
|
24959
25118
|
const metodosEstaticos = {};
|
|
@@ -25145,7 +25304,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25145
25304
|
throw e;
|
|
25146
25305
|
}
|
|
25147
25306
|
}
|
|
25148
|
-
if (objeto instanceof construtos_1.TuplaN || objeto.constructor
|
|
25307
|
+
if (objeto instanceof construtos_1.TuplaN || objeto.constructor === construtos_1.TuplaN) {
|
|
25149
25308
|
const metodoDePrimitivaTupla = primitivas_tupla_1.default[expressao.nomeMetodo];
|
|
25150
25309
|
if (metodoDePrimitivaTupla) {
|
|
25151
25310
|
return new estruturas_1.MetodoPrimitiva(nomeObjeto, objeto, metodoDePrimitivaTupla.implementacao, expressao.nomeMetodo, 'tupla');
|
|
@@ -25180,7 +25339,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25180
25339
|
// A partir daqui, presume-se que o objeto é uma das estruturas
|
|
25181
25340
|
// de Delégua.
|
|
25182
25341
|
if (objeto instanceof estruturas_1.DeleguaModulo) {
|
|
25183
|
-
return objeto.componentes[expressao.nomeMetodo]
|
|
25342
|
+
return expressao.nomeMetodo in objeto.componentes ? objeto.componentes[expressao.nomeMetodo] : null;
|
|
25184
25343
|
}
|
|
25185
25344
|
let tipoObjeto = variavelObjeto.tipo;
|
|
25186
25345
|
if (tipoObjeto === null || tipoObjeto === undefined) {
|
|
@@ -25342,7 +25501,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25342
25501
|
throw new excecoes_1.ErroEmTempoDeExecucao(expressao.simbolo, `Método ou propriedade '${expressao.simbolo.lexema}' não encontrado em '${nomeClasse}'.`, expressao.linha);
|
|
25343
25502
|
}
|
|
25344
25503
|
}
|
|
25345
|
-
if (objeto instanceof construtos_1.TuplaN || objeto.constructor
|
|
25504
|
+
if (objeto instanceof construtos_1.TuplaN || objeto.constructor === construtos_1.TuplaN) {
|
|
25346
25505
|
const metodoDePrimitivaTupla = primitivas_tupla_1.default[expressao.simbolo.lexema];
|
|
25347
25506
|
if (metodoDePrimitivaTupla) {
|
|
25348
25507
|
return new estruturas_1.MetodoPrimitiva(nomeObjeto, objeto, metodoDePrimitivaTupla.implementacao, expressao.simbolo.lexema, 'tupla');
|
|
@@ -25372,7 +25531,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25372
25531
|
// A partir daqui, presume-se que o objeto é uma das estruturas
|
|
25373
25532
|
// de Delégua.
|
|
25374
25533
|
if (objeto instanceof estruturas_1.DeleguaModulo) {
|
|
25375
|
-
return objeto.componentes[expressao.simbolo.lexema]
|
|
25534
|
+
return expressao.simbolo.lexema in objeto.componentes ? objeto.componentes[expressao.simbolo.lexema] : null;
|
|
25376
25535
|
}
|
|
25377
25536
|
let tipoObjeto = variavelObjeto.tipo;
|
|
25378
25537
|
if (tipoObjeto === null || tipoObjeto === undefined) {
|
|
@@ -25481,7 +25640,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25481
25640
|
if (objeto.constructor === estruturas_1.ObjetoDeleguaClasse) {
|
|
25482
25641
|
return objeto.obterMetodo(expressao.nomePropriedade) || null;
|
|
25483
25642
|
}
|
|
25484
|
-
if (objeto instanceof construtos_1.TuplaN || objeto.constructor
|
|
25643
|
+
if (objeto instanceof construtos_1.TuplaN || objeto.constructor === construtos_1.TuplaN) {
|
|
25485
25644
|
const metodoPrimitivaTupla = primitivas_tupla_1.default[expressao.nomePropriedade];
|
|
25486
25645
|
if (metodoPrimitivaTupla) {
|
|
25487
25646
|
return new estruturas_1.MetodoPrimitiva(nomeObjeto, objeto, metodoPrimitivaTupla.implementacao, expressao.nomePropriedade, 'tupla');
|
|
@@ -25510,7 +25669,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25510
25669
|
// A partir daqui, presume-se que o objeto é uma das estruturas
|
|
25511
25670
|
// de Delégua.
|
|
25512
25671
|
if (objeto instanceof estruturas_1.DeleguaModulo) {
|
|
25513
|
-
return objeto.componentes[expressao.nomePropriedade]
|
|
25672
|
+
return expressao.nomePropriedade in objeto.componentes ? objeto.componentes[expressao.nomePropriedade] : null;
|
|
25514
25673
|
}
|
|
25515
25674
|
let tipoObjeto = variavelObjeto.tipo;
|
|
25516
25675
|
if (tipoObjeto === null || tipoObjeto === undefined) {
|
|
@@ -25899,7 +26058,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25899
26058
|
}
|
|
25900
26059
|
exports.Interpretador = Interpretador;
|
|
25901
26060
|
|
|
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":
|
|
26061
|
+
},{"../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":151,"../quebras":253,"../tipos-de-dados/delegua":254,"../tipos-de-dados/primitivos":256,"../tipos-de-simbolos/delegua":259,"./comum":205,"./estruturas":215,"./interpretador-base":225,"./montao":227}],227:[function(require,module,exports){
|
|
25903
26062
|
"use strict";
|
|
25904
26063
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25905
26064
|
exports.Montao = void 0;
|
|
@@ -25956,7 +26115,7 @@ class Montao {
|
|
|
25956
26115
|
}
|
|
25957
26116
|
exports.Montao = Montao;
|
|
25958
26117
|
|
|
25959
|
-
},{"../excecoes":141,"../geracao-identificadores":
|
|
26118
|
+
},{"../excecoes":141,"../geracao-identificadores":149}],228:[function(require,module,exports){
|
|
25960
26119
|
"use strict";
|
|
25961
26120
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25962
26121
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26297,7 +26456,7 @@ class PilhaEscoposExecucao {
|
|
|
26297
26456
|
}
|
|
26298
26457
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
26299
26458
|
|
|
26300
|
-
},{"../excecoes":141,"../inferenciador":
|
|
26459
|
+
},{"../excecoes":141,"../inferenciador":151,"../lexador":244,"../tipos-de-dados/delegua":254,"./estruturas":215}],229:[function(require,module,exports){
|
|
26301
26460
|
"use strict";
|
|
26302
26461
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
26303
26462
|
if (k2 === undefined) k2 = k;
|
|
@@ -26322,7 +26481,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
26322
26481
|
__exportStar(require("./lexador-prisma"), exports);
|
|
26323
26482
|
__exportStar(require("./lexador-tenda"), exports);
|
|
26324
26483
|
|
|
26325
|
-
},{"./lexador-calango":
|
|
26484
|
+
},{"./lexador-calango":230,"./lexador-egua-classico":231,"./lexador-guarani":232,"./lexador-pitugues":233,"./lexador-portugol-ipt":234,"./lexador-prisma":235,"./lexador-tenda":236}],230:[function(require,module,exports){
|
|
26326
26485
|
"use strict";
|
|
26327
26486
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26328
26487
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26637,7 +26796,7 @@ class LexadorCalango {
|
|
|
26637
26796
|
}
|
|
26638
26797
|
exports.LexadorCalango = LexadorCalango;
|
|
26639
26798
|
|
|
26640
|
-
},{"../../tipos-de-simbolos/calango":
|
|
26799
|
+
},{"../../tipos-de-simbolos/calango":257,"../simbolo":252,"./palavras-reservadas/calango":237}],231:[function(require,module,exports){
|
|
26641
26800
|
"use strict";
|
|
26642
26801
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26643
26802
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26930,7 +27089,7 @@ class LexadorEguaClassico {
|
|
|
26930
27089
|
}
|
|
26931
27090
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
26932
27091
|
|
|
26933
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
27092
|
+
},{"../../tipos-de-simbolos/egua-classico":260,"../simbolo":252,"./palavras-reservadas/egua-classico":238}],232:[function(require,module,exports){
|
|
26934
27093
|
"use strict";
|
|
26935
27094
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26936
27095
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27049,7 +27208,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
27049
27208
|
}
|
|
27050
27209
|
exports.LexadorGuarani = LexadorGuarani;
|
|
27051
27210
|
|
|
27052
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
27211
|
+
},{"../../tipos-de-simbolos/guarani":261,"../lexador-base":246,"./palavras-reservadas/guarani":239}],233:[function(require,module,exports){
|
|
27053
27212
|
"use strict";
|
|
27054
27213
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27055
27214
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27592,7 +27751,7 @@ class LexadorPitugues {
|
|
|
27592
27751
|
}
|
|
27593
27752
|
exports.LexadorPitugues = LexadorPitugues;
|
|
27594
27753
|
|
|
27595
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
27754
|
+
},{"../../tipos-de-simbolos/pitugues":263,"../simbolo":252,"./palavras-reservadas/pitugues":240,"browser-process-hrtime":452}],234:[function(require,module,exports){
|
|
27596
27755
|
"use strict";
|
|
27597
27756
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27598
27757
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27901,7 +28060,7 @@ class LexadorPortugolIpt {
|
|
|
27901
28060
|
}
|
|
27902
28061
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
27903
28062
|
|
|
27904
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
28063
|
+
},{"../../tipos-de-simbolos/portugol-ipt":264,"../simbolo":252,"./palavras-reservadas/portugol-ipt":241}],235:[function(require,module,exports){
|
|
27905
28064
|
"use strict";
|
|
27906
28065
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27907
28066
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28302,7 +28461,7 @@ class LexadorPrisma {
|
|
|
28302
28461
|
}
|
|
28303
28462
|
exports.LexadorPrisma = LexadorPrisma;
|
|
28304
28463
|
|
|
28305
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
28464
|
+
},{"../../tipos-de-simbolos/prisma":265,"../simbolo":252,"./palavras-reservadas/prisma":242,"browser-process-hrtime":452}],236:[function(require,module,exports){
|
|
28306
28465
|
"use strict";
|
|
28307
28466
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28308
28467
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28696,7 +28855,7 @@ class LexadorTenda {
|
|
|
28696
28855
|
}
|
|
28697
28856
|
exports.LexadorTenda = LexadorTenda;
|
|
28698
28857
|
|
|
28699
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
28858
|
+
},{"../../tipos-de-simbolos/tenda":266,"../simbolo":252,"./palavras-reservadas/tenda":243,"browser-process-hrtime":452}],237:[function(require,module,exports){
|
|
28700
28859
|
"use strict";
|
|
28701
28860
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28702
28861
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28744,7 +28903,7 @@ exports.default = {
|
|
|
28744
28903
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
28745
28904
|
};
|
|
28746
28905
|
|
|
28747
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
28906
|
+
},{"../../../tipos-de-simbolos/calango":257}],238:[function(require,module,exports){
|
|
28748
28907
|
"use strict";
|
|
28749
28908
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28750
28909
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28785,7 +28944,7 @@ exports.palavrasReservadas = {
|
|
|
28785
28944
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
28786
28945
|
};
|
|
28787
28946
|
|
|
28788
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
28947
|
+
},{"../../../tipos-de-simbolos/egua-classico":260}],239:[function(require,module,exports){
|
|
28789
28948
|
"use strict";
|
|
28790
28949
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28791
28950
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28797,7 +28956,7 @@ exports.palavrasReservadas = {
|
|
|
28797
28956
|
hai: guarani_1.default.HAI,
|
|
28798
28957
|
};
|
|
28799
28958
|
|
|
28800
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
28959
|
+
},{"../../../tipos-de-simbolos/guarani":261}],240:[function(require,module,exports){
|
|
28801
28960
|
"use strict";
|
|
28802
28961
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28803
28962
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28859,7 +29018,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
28859
29018
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
28860
29019
|
};
|
|
28861
29020
|
|
|
28862
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
29021
|
+
},{"../../../tipos-de-simbolos/pitugues":263}],241:[function(require,module,exports){
|
|
28863
29022
|
"use strict";
|
|
28864
29023
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28865
29024
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28919,7 +29078,7 @@ exports.palavrasReservadas = {
|
|
|
28919
29078
|
não: portugol_ipt_1.default.NAO,
|
|
28920
29079
|
};
|
|
28921
29080
|
|
|
28922
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
29081
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":264}],242:[function(require,module,exports){
|
|
28923
29082
|
"use strict";
|
|
28924
29083
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28925
29084
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28970,7 +29129,7 @@ exports.palavrasReservadas = {
|
|
|
28970
29129
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
28971
29130
|
};
|
|
28972
29131
|
|
|
28973
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
29132
|
+
},{"../../../tipos-de-simbolos/prisma":265}],243:[function(require,module,exports){
|
|
28974
29133
|
"use strict";
|
|
28975
29134
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28976
29135
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29028,7 +29187,7 @@ exports.palavrasReservadas = {
|
|
|
29028
29187
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
29029
29188
|
};
|
|
29030
29189
|
|
|
29031
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
29190
|
+
},{"../../../tipos-de-simbolos/tenda":266}],244:[function(require,module,exports){
|
|
29032
29191
|
"use strict";
|
|
29033
29192
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
29034
29193
|
if (k2 === undefined) k2 = k;
|
|
@@ -29051,7 +29210,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
29051
29210
|
__exportStar(require("./micro-lexador"), exports);
|
|
29052
29211
|
__exportStar(require("./simbolo"), exports);
|
|
29053
29212
|
|
|
29054
|
-
},{"./dialetos":
|
|
29213
|
+
},{"./dialetos":229,"./lexador":247,"./lexador-base-linha-unica":245,"./micro-lexador":250,"./simbolo":252}],245:[function(require,module,exports){
|
|
29055
29214
|
"use strict";
|
|
29056
29215
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29057
29216
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -29140,7 +29299,7 @@ class LexadorBaseLinhaUnica {
|
|
|
29140
29299
|
}
|
|
29141
29300
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
29142
29301
|
|
|
29143
|
-
},{"./simbolo":
|
|
29302
|
+
},{"./simbolo":252}],246:[function(require,module,exports){
|
|
29144
29303
|
"use strict";
|
|
29145
29304
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29146
29305
|
exports.LexadorBase = void 0;
|
|
@@ -29279,7 +29438,7 @@ class LexadorBase {
|
|
|
29279
29438
|
}
|
|
29280
29439
|
exports.LexadorBase = LexadorBase;
|
|
29281
29440
|
|
|
29282
|
-
},{"./simbolo":
|
|
29441
|
+
},{"./simbolo":252}],247:[function(require,module,exports){
|
|
29283
29442
|
"use strict";
|
|
29284
29443
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29285
29444
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29759,7 +29918,7 @@ class Lexador extends lexador_base_1.LexadorBase {
|
|
|
29759
29918
|
}
|
|
29760
29919
|
exports.Lexador = Lexador;
|
|
29761
29920
|
|
|
29762
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29921
|
+
},{"../tipos-de-simbolos/delegua":259,"./lexador-base":246,"./palavras-reservadas":251,"./simbolo":252,"browser-process-hrtime":452}],248:[function(require,module,exports){
|
|
29763
29922
|
"use strict";
|
|
29764
29923
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29765
29924
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29942,7 +30101,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29942
30101
|
return paradigmaLexema === paradigma;
|
|
29943
30102
|
}
|
|
29944
30103
|
|
|
29945
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30104
|
+
},{"../tipos-de-simbolos/delegua":259}],249:[function(require,module,exports){
|
|
29946
30105
|
"use strict";
|
|
29947
30106
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29948
30107
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30162,7 +30321,7 @@ class MicroLexadorPitugues {
|
|
|
30162
30321
|
}
|
|
30163
30322
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
30164
30323
|
|
|
30165
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
30324
|
+
},{"../tipos-de-simbolos/pitugues":263,"./palavras-reservadas":251,"./simbolo":252}],250:[function(require,module,exports){
|
|
30166
30325
|
"use strict";
|
|
30167
30326
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30168
30327
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30400,7 +30559,7 @@ class MicroLexador {
|
|
|
30400
30559
|
}
|
|
30401
30560
|
exports.MicroLexador = MicroLexador;
|
|
30402
30561
|
|
|
30403
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
30562
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":262,"./palavras-reservadas":251,"./simbolo":252}],251:[function(require,module,exports){
|
|
30404
30563
|
"use strict";
|
|
30405
30564
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30406
30565
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30501,7 +30660,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
30501
30660
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
30502
30661
|
};
|
|
30503
30662
|
|
|
30504
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30663
|
+
},{"../tipos-de-simbolos/delegua":259}],252:[function(require,module,exports){
|
|
30505
30664
|
"use strict";
|
|
30506
30665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30507
30666
|
exports.Simbolo = void 0;
|
|
@@ -30522,7 +30681,7 @@ class Simbolo {
|
|
|
30522
30681
|
}
|
|
30523
30682
|
exports.Simbolo = Simbolo;
|
|
30524
30683
|
|
|
30525
|
-
},{}],
|
|
30684
|
+
},{}],253:[function(require,module,exports){
|
|
30526
30685
|
"use strict";
|
|
30527
30686
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30528
30687
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -30547,7 +30706,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
30547
30706
|
}
|
|
30548
30707
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
30549
30708
|
|
|
30550
|
-
},{}],
|
|
30709
|
+
},{}],254:[function(require,module,exports){
|
|
30551
30710
|
"use strict";
|
|
30552
30711
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30553
30712
|
exports.default = {
|
|
@@ -30581,7 +30740,7 @@ exports.default = {
|
|
|
30581
30740
|
VETOR_TEXTO: 'texto[]',
|
|
30582
30741
|
};
|
|
30583
30742
|
|
|
30584
|
-
},{}],
|
|
30743
|
+
},{}],255:[function(require,module,exports){
|
|
30585
30744
|
"use strict";
|
|
30586
30745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30587
30746
|
exports.default = {
|
|
@@ -30592,8 +30751,6 @@ exports.default = {
|
|
|
30592
30751
|
LÓGICO: 'lógico',
|
|
30593
30752
|
MODULO: 'modulo',
|
|
30594
30753
|
MÓDULO: 'módulo',
|
|
30595
|
-
NUMERO: 'numero',
|
|
30596
|
-
NÚMERO: 'número',
|
|
30597
30754
|
NULO: 'nulo',
|
|
30598
30755
|
OBJETO: 'objeto',
|
|
30599
30756
|
QUALQUER: 'qualquer',
|
|
@@ -30605,13 +30762,11 @@ exports.default = {
|
|
|
30605
30762
|
VETOR_INTEIRO: 'inteiro[]',
|
|
30606
30763
|
VETOR_LOGICO: 'logico[]',
|
|
30607
30764
|
VETOR_LÓGICO: 'lógico[]',
|
|
30608
|
-
VETOR_NUMERO: 'numero[]',
|
|
30609
|
-
VETOR_NÚMERO: 'número[]',
|
|
30610
30765
|
VETOR_QUALQUER: 'qualquer[]',
|
|
30611
30766
|
VETOR_TEXTO: 'texto[]',
|
|
30612
30767
|
};
|
|
30613
30768
|
|
|
30614
|
-
},{}],
|
|
30769
|
+
},{}],256:[function(require,module,exports){
|
|
30615
30770
|
"use strict";
|
|
30616
30771
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30617
30772
|
exports.default = {
|
|
@@ -30630,7 +30785,7 @@ exports.default = {
|
|
|
30630
30785
|
TEXTO: 'string',
|
|
30631
30786
|
};
|
|
30632
30787
|
|
|
30633
|
-
},{}],
|
|
30788
|
+
},{}],257:[function(require,module,exports){
|
|
30634
30789
|
"use strict";
|
|
30635
30790
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30636
30791
|
exports.default = {
|
|
@@ -30702,7 +30857,7 @@ exports.default = {
|
|
|
30702
30857
|
VIRGULA: 'VIRGULA',
|
|
30703
30858
|
};
|
|
30704
30859
|
|
|
30705
|
-
},{}],
|
|
30860
|
+
},{}],258:[function(require,module,exports){
|
|
30706
30861
|
"use strict";
|
|
30707
30862
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30708
30863
|
exports.default = {
|
|
@@ -30729,7 +30884,7 @@ exports.default = {
|
|
|
30729
30884
|
VIRGULA: 'VIRGULA',
|
|
30730
30885
|
};
|
|
30731
30886
|
|
|
30732
|
-
},{}],
|
|
30887
|
+
},{}],259:[function(require,module,exports){
|
|
30733
30888
|
"use strict";
|
|
30734
30889
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30735
30890
|
exports.default = {
|
|
@@ -30845,7 +31000,7 @@ exports.default = {
|
|
|
30845
31000
|
VIRGULA: 'VIRGULA',
|
|
30846
31001
|
};
|
|
30847
31002
|
|
|
30848
|
-
},{}],
|
|
31003
|
+
},{}],260:[function(require,module,exports){
|
|
30849
31004
|
"use strict";
|
|
30850
31005
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30851
31006
|
exports.default = {
|
|
@@ -30923,7 +31078,7 @@ exports.default = {
|
|
|
30923
31078
|
VIRGULA: 'VIRGULA',
|
|
30924
31079
|
};
|
|
30925
31080
|
|
|
30926
|
-
},{}],
|
|
31081
|
+
},{}],261:[function(require,module,exports){
|
|
30927
31082
|
"use strict";
|
|
30928
31083
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30929
31084
|
exports.default = {
|
|
@@ -30940,7 +31095,7 @@ exports.default = {
|
|
|
30940
31095
|
VIRGULA: 'VIRGULA',
|
|
30941
31096
|
};
|
|
30942
31097
|
|
|
30943
|
-
},{}],
|
|
31098
|
+
},{}],262:[function(require,module,exports){
|
|
30944
31099
|
"use strict";
|
|
30945
31100
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30946
31101
|
exports.default = {
|
|
@@ -30993,7 +31148,7 @@ exports.default = {
|
|
|
30993
31148
|
VIRGULA: 'VIRGULA',
|
|
30994
31149
|
};
|
|
30995
31150
|
|
|
30996
|
-
},{}],
|
|
31151
|
+
},{}],263:[function(require,module,exports){
|
|
30997
31152
|
"use strict";
|
|
30998
31153
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30999
31154
|
exports.default = {
|
|
@@ -31088,7 +31243,7 @@ exports.default = {
|
|
|
31088
31243
|
VIRGULA: 'VIRGULA',
|
|
31089
31244
|
};
|
|
31090
31245
|
|
|
31091
|
-
},{}],
|
|
31246
|
+
},{}],264:[function(require,module,exports){
|
|
31092
31247
|
"use strict";
|
|
31093
31248
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31094
31249
|
exports.default = {
|
|
@@ -31167,7 +31322,7 @@ exports.default = {
|
|
|
31167
31322
|
VARIAVEL: 'VARIAVEL',
|
|
31168
31323
|
};
|
|
31169
31324
|
|
|
31170
|
-
},{}],
|
|
31325
|
+
},{}],265:[function(require,module,exports){
|
|
31171
31326
|
"use strict";
|
|
31172
31327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31173
31328
|
exports.default = {
|
|
@@ -31251,7 +31406,7 @@ exports.default = {
|
|
|
31251
31406
|
VIRGULA: 'VIRGULA',
|
|
31252
31407
|
};
|
|
31253
31408
|
|
|
31254
|
-
},{}],
|
|
31409
|
+
},{}],266:[function(require,module,exports){
|
|
31255
31410
|
"use strict";
|
|
31256
31411
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31257
31412
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -31346,7 +31501,7 @@ exports.default = {
|
|
|
31346
31501
|
VIRGULA: 'VIRGULA',
|
|
31347
31502
|
};
|
|
31348
31503
|
|
|
31349
|
-
},{}],
|
|
31504
|
+
},{}],267:[function(require,module,exports){
|
|
31350
31505
|
"use strict";
|
|
31351
31506
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31352
31507
|
if (k2 === undefined) k2 = k;
|
|
@@ -31379,7 +31534,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
31379
31534
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
31380
31535
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
31381
31536
|
|
|
31382
|
-
},{"./tradutor-assembly-arm":
|
|
31537
|
+
},{"./tradutor-assembly-arm":276,"./tradutor-assembly-risc-v":277,"./tradutor-assembly-x64":278,"./tradutor-assemblyscript":279,"./tradutor-elixir":280,"./tradutor-javascript":281,"./tradutor-mermaidjs":282,"./tradutor-portugol-ipt":283,"./tradutor-python":284,"./tradutor-reverso-calango":285,"./tradutor-reverso-javascript":286,"./tradutor-reverso-python":287,"./tradutor-reverso-tenda":288,"./tradutor-ruby":289,"./tradutor-webassembly":290}],268:[function(require,module,exports){
|
|
31383
31538
|
"use strict";
|
|
31384
31539
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31385
31540
|
exports.ArestaFluxograma = void 0;
|
|
@@ -31391,7 +31546,7 @@ class ArestaFluxograma {
|
|
|
31391
31546
|
}
|
|
31392
31547
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
31393
31548
|
|
|
31394
|
-
},{}],
|
|
31549
|
+
},{}],269:[function(require,module,exports){
|
|
31395
31550
|
"use strict";
|
|
31396
31551
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31397
31552
|
if (k2 === undefined) k2 = k;
|
|
@@ -31414,7 +31569,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
31414
31569
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
31415
31570
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
31416
31571
|
|
|
31417
|
-
},{"./aresta-fluxograma":
|
|
31572
|
+
},{"./aresta-fluxograma":268,"./subgrafo-classe":270,"./subgrafo-funcao":271,"./subgrafo-metodo":272,"./vertice-fluxograma":273}],270:[function(require,module,exports){
|
|
31418
31573
|
"use strict";
|
|
31419
31574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31420
31575
|
exports.SubgrafoClasse = void 0;
|
|
@@ -31460,7 +31615,7 @@ class SubgrafoClasse {
|
|
|
31460
31615
|
}
|
|
31461
31616
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
31462
31617
|
|
|
31463
|
-
},{}],
|
|
31618
|
+
},{}],271:[function(require,module,exports){
|
|
31464
31619
|
"use strict";
|
|
31465
31620
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31466
31621
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -31475,7 +31630,7 @@ class SubgrafoFuncao {
|
|
|
31475
31630
|
}
|
|
31476
31631
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
31477
31632
|
|
|
31478
|
-
},{}],
|
|
31633
|
+
},{}],272:[function(require,module,exports){
|
|
31479
31634
|
"use strict";
|
|
31480
31635
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31481
31636
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -31492,7 +31647,7 @@ class SubgrafoMetodo {
|
|
|
31492
31647
|
}
|
|
31493
31648
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
31494
31649
|
|
|
31495
|
-
},{}],
|
|
31650
|
+
},{}],273:[function(require,module,exports){
|
|
31496
31651
|
"use strict";
|
|
31497
31652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31498
31653
|
exports.VerticeFluxograma = void 0;
|
|
@@ -31509,7 +31664,7 @@ class VerticeFluxograma {
|
|
|
31509
31664
|
}
|
|
31510
31665
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
31511
31666
|
|
|
31512
|
-
},{}],
|
|
31667
|
+
},{}],274:[function(require,module,exports){
|
|
31513
31668
|
"use strict";
|
|
31514
31669
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
31515
31670
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32749,7 +32904,7 @@ __decorate([
|
|
|
32749
32904
|
Decorators_1.Override
|
|
32750
32905
|
], Python3Lexer.prototype, "nextToken", null);
|
|
32751
32906
|
|
|
32752
|
-
},{"./python3-parser":
|
|
32907
|
+
},{"./python3-parser":275,"antlr4ts/CommonToken":300,"antlr4ts/Decorators":304,"antlr4ts/Lexer":312,"antlr4ts/Token":329,"antlr4ts/VocabularyImpl":335,"antlr4ts/atn/ATNDeserializer":341,"antlr4ts/atn/LexerATNSimulator":362,"antlr4ts/misc/Utils":423}],275:[function(require,module,exports){
|
|
32753
32908
|
"use strict";
|
|
32754
32909
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
32755
32910
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43996,7 +44151,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43996
44151
|
}
|
|
43997
44152
|
exports.Yield_argContext = Yield_argContext;
|
|
43998
44153
|
|
|
43999
|
-
},{"antlr4ts/FailedPredicateException":
|
|
44154
|
+
},{"antlr4ts/FailedPredicateException":308,"antlr4ts/NoViableAltException":316,"antlr4ts/Parser":317,"antlr4ts/ParserRuleContext":320,"antlr4ts/RecognitionException":323,"antlr4ts/Token":329,"antlr4ts/VocabularyImpl":335,"antlr4ts/atn/ATN":337,"antlr4ts/atn/ATNDeserializer":341,"antlr4ts/atn/ParserATNSimulator":378,"antlr4ts/misc/Utils":423}],276:[function(require,module,exports){
|
|
44000
44155
|
"use strict";
|
|
44001
44156
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44002
44157
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -44708,7 +44863,7 @@ ${labelFim}:`;
|
|
|
44708
44863
|
}
|
|
44709
44864
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
44710
44865
|
|
|
44711
|
-
},{"../construtos":67,"../declaracoes":117}],
|
|
44866
|
+
},{"../construtos":67,"../declaracoes":117}],277:[function(require,module,exports){
|
|
44712
44867
|
"use strict";
|
|
44713
44868
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44714
44869
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -45397,7 +45552,7 @@ ${labelSenao}:`;
|
|
|
45397
45552
|
}
|
|
45398
45553
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
45399
45554
|
|
|
45400
|
-
},{"../construtos":67,"../declaracoes":117}],
|
|
45555
|
+
},{"../construtos":67,"../declaracoes":117}],278:[function(require,module,exports){
|
|
45401
45556
|
"use strict";
|
|
45402
45557
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45403
45558
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -46172,7 +46327,7 @@ __delegua_print_int:
|
|
|
46172
46327
|
}
|
|
46173
46328
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
46174
46329
|
|
|
46175
|
-
},{"../construtos":67,"../declaracoes":117}],
|
|
46330
|
+
},{"../construtos":67,"../declaracoes":117}],279:[function(require,module,exports){
|
|
46176
46331
|
"use strict";
|
|
46177
46332
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46178
46333
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -46811,7 +46966,7 @@ class TradutorAssemblyScript {
|
|
|
46811
46966
|
}
|
|
46812
46967
|
traduzirDeclaracaoPara(declaracaoPara) {
|
|
46813
46968
|
let resultado = 'for (';
|
|
46814
|
-
if (declaracaoPara.inicializador
|
|
46969
|
+
if (Array.isArray(declaracaoPara.inicializador)) {
|
|
46815
46970
|
resultado +=
|
|
46816
46971
|
this.dicionarioDeclaracoes[declaracaoPara.inicializador[0].constructor.name](declaracaoPara.inicializador[0]) + ' ';
|
|
46817
46972
|
}
|
|
@@ -46893,7 +47048,7 @@ class TradutorAssemblyScript {
|
|
|
46893
47048
|
if (!corpo)
|
|
46894
47049
|
return null;
|
|
46895
47050
|
for (const declaracao of corpo) {
|
|
46896
|
-
if (declaracao
|
|
47051
|
+
if (declaracao instanceof declaracoes_1.Retorna) {
|
|
46897
47052
|
const retorna = declaracao;
|
|
46898
47053
|
if (retorna.tipo && retorna.tipo !== 'vazio') {
|
|
46899
47054
|
return retorna.tipo;
|
|
@@ -47236,7 +47391,7 @@ class TradutorAssemblyScript {
|
|
|
47236
47391
|
return `Math.pow(${esquerda}, ${direita})`;
|
|
47237
47392
|
}
|
|
47238
47393
|
let resultado = '';
|
|
47239
|
-
if (binario.esquerda
|
|
47394
|
+
if (binario.esquerda instanceof construtos_1.Agrupamento)
|
|
47240
47395
|
resultado +=
|
|
47241
47396
|
'(' +
|
|
47242
47397
|
this.dicionarioConstrutos[binario.esquerda.constructor.name](binario.esquerda) +
|
|
@@ -47245,7 +47400,7 @@ class TradutorAssemblyScript {
|
|
|
47245
47400
|
resultado += this.dicionarioConstrutos[binario.esquerda.constructor.name](binario.esquerda);
|
|
47246
47401
|
let operador = this.traduzirSimboloOperador(binario.operador);
|
|
47247
47402
|
resultado += ` ${operador} `;
|
|
47248
|
-
if (binario.direita
|
|
47403
|
+
if (binario.direita instanceof construtos_1.Agrupamento)
|
|
47249
47404
|
resultado +=
|
|
47250
47405
|
'(' +
|
|
47251
47406
|
this.dicionarioConstrutos[binario.direita.constructor.name](binario.direita) +
|
|
@@ -47384,13 +47539,15 @@ class TradutorAssemblyScript {
|
|
|
47384
47539
|
}
|
|
47385
47540
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
47386
47541
|
|
|
47387
|
-
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":
|
|
47542
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":259}],280:[function(require,module,exports){
|
|
47388
47543
|
"use strict";
|
|
47389
47544
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47390
47545
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
47391
47546
|
};
|
|
47392
47547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47393
47548
|
exports.TradutorElixir = void 0;
|
|
47549
|
+
const construtos_1 = require("../construtos");
|
|
47550
|
+
const declaracoes_1 = require("../declaracoes");
|
|
47394
47551
|
const delegua_1 = __importDefault(require("../tipos-de-simbolos/delegua"));
|
|
47395
47552
|
/**
|
|
47396
47553
|
* Tradutor que converte código Delégua para Elixir.
|
|
@@ -47602,27 +47759,27 @@ class TradutorElixir {
|
|
|
47602
47759
|
*/
|
|
47603
47760
|
extrairCamposDeDeclaracao(declaracao, campos) {
|
|
47604
47761
|
// Se é uma expressão de atribuição com isto.campo
|
|
47605
|
-
if (declaracao
|
|
47762
|
+
if (declaracao instanceof declaracoes_1.Expressao && declaracao.expressao) {
|
|
47606
47763
|
const expressao = declaracao.expressao;
|
|
47607
47764
|
// DefinirValor: usado para isto.campo = valor
|
|
47608
|
-
if (expressao
|
|
47609
|
-
if (expressao.objeto && expressao.objeto.constructor
|
|
47765
|
+
if (expressao instanceof construtos_1.DefinirValor) {
|
|
47766
|
+
if (expressao.objeto && expressao.objeto.constructor === construtos_1.Isto) {
|
|
47610
47767
|
campos.add(expressao.nome.lexema);
|
|
47611
47768
|
}
|
|
47612
47769
|
}
|
|
47613
47770
|
// Atribuir: pode ser usado para isto.campo = valor
|
|
47614
|
-
if (expressao
|
|
47771
|
+
if (expressao instanceof construtos_1.Atribuir) {
|
|
47615
47772
|
// Verificar se o alvo é um acesso a propriedade de isto
|
|
47616
|
-
if (expressao.alvo
|
|
47773
|
+
if (expressao.alvo instanceof construtos_1.AcessoPropriedade) {
|
|
47617
47774
|
const acesso = expressao.alvo;
|
|
47618
|
-
if (acesso.objeto && acesso.objeto.constructor
|
|
47775
|
+
if (acesso.objeto && acesso.objeto.constructor === construtos_1.Isto) {
|
|
47619
47776
|
campos.add(acesso.nomePropriedade);
|
|
47620
47777
|
}
|
|
47621
47778
|
}
|
|
47622
47779
|
}
|
|
47623
47780
|
}
|
|
47624
47781
|
// Se é um bloco, processar declarações internas
|
|
47625
|
-
if (declaracao.constructor
|
|
47782
|
+
if (declaracao.constructor === declaracoes_1.Bloco) {
|
|
47626
47783
|
for (const decl of declaracao.declaracoes) {
|
|
47627
47784
|
this.extrairCamposDeDeclaracao(decl, campos);
|
|
47628
47785
|
}
|
|
@@ -47679,21 +47836,21 @@ class TradutorElixir {
|
|
|
47679
47836
|
async extrairInicializacoesStruct(corpo, nomeModulo) {
|
|
47680
47837
|
const inicializacoes = [];
|
|
47681
47838
|
for (const declaracao of corpo) {
|
|
47682
|
-
if (declaracao
|
|
47839
|
+
if (declaracao instanceof declaracoes_1.Expressao && declaracao.expressao) {
|
|
47683
47840
|
const expressao = declaracao.expressao;
|
|
47684
47841
|
// DefinirValor: isto.campo = valor
|
|
47685
|
-
if (expressao
|
|
47686
|
-
if (expressao.objeto && expressao.objeto.constructor
|
|
47842
|
+
if (expressao instanceof construtos_1.DefinirValor) {
|
|
47843
|
+
if (expressao.objeto && expressao.objeto.constructor === construtos_1.Isto) {
|
|
47687
47844
|
const campo = this.converterIdentificador(expressao.nome.lexema);
|
|
47688
47845
|
const valor = await expressao.valor.aceitar(this);
|
|
47689
47846
|
inicializacoes.push(`${campo}: ${valor}`);
|
|
47690
47847
|
}
|
|
47691
47848
|
}
|
|
47692
47849
|
// Atribuir: pode ser isto.campo = valor (se alvo é AcessoPropriedade)
|
|
47693
|
-
if (expressao
|
|
47694
|
-
if (expressao.alvo
|
|
47850
|
+
if (expressao instanceof construtos_1.Atribuir) {
|
|
47851
|
+
if (expressao.alvo instanceof construtos_1.AcessoPropriedade) {
|
|
47695
47852
|
const acesso = expressao.alvo;
|
|
47696
|
-
if (acesso.objeto && acesso.objeto.constructor
|
|
47853
|
+
if (acesso.objeto && acesso.objeto.constructor === construtos_1.Isto) {
|
|
47697
47854
|
const campo = this.converterIdentificador(acesso.nomePropriedade);
|
|
47698
47855
|
const valor = await expressao.valor.aceitar(this);
|
|
47699
47856
|
inicializacoes.push(`${campo}: ${valor}`);
|
|
@@ -47888,7 +48045,7 @@ class TradutorElixir {
|
|
|
47888
48045
|
const init = Array.isArray(declaracao.inicializador)
|
|
47889
48046
|
? declaracao.inicializador[0]
|
|
47890
48047
|
: declaracao.inicializador;
|
|
47891
|
-
if (init.constructor
|
|
48048
|
+
if (init.constructor === declaracoes_1.Var) {
|
|
47892
48049
|
nomeVar = this.converterIdentificador(init.simbolo.lexema);
|
|
47893
48050
|
if (init.inicializador) {
|
|
47894
48051
|
valorInicial = await init.inicializador.aceitar(this);
|
|
@@ -48121,7 +48278,7 @@ class TradutorElixir {
|
|
|
48121
48278
|
}
|
|
48122
48279
|
}
|
|
48123
48280
|
// Verificar se é instanciação de módulo (classe)
|
|
48124
|
-
if (expressao.entidadeChamada.constructor
|
|
48281
|
+
if (expressao.entidadeChamada.constructor === construtos_1.Variavel) {
|
|
48125
48282
|
const nomeEntidade = expressao.entidadeChamada.simbolo.lexema;
|
|
48126
48283
|
if (this.modulosConhecidos.has(this.converterNomeModulo(nomeEntidade))) {
|
|
48127
48284
|
// Chamada de construtor de módulo
|
|
@@ -48129,7 +48286,7 @@ class TradutorElixir {
|
|
|
48129
48286
|
}
|
|
48130
48287
|
}
|
|
48131
48288
|
// Verificar se é chamada de método (AcessoMetodo ou AcessoMetodoOuPropriedade)
|
|
48132
|
-
if (expressao.entidadeChamada.constructor
|
|
48289
|
+
if (expressao.entidadeChamada.constructor === construtos_1.AcessoMetodo) {
|
|
48133
48290
|
const acessoMetodo = expressao.entidadeChamada;
|
|
48134
48291
|
const objeto = await acessoMetodo.objeto.aceitar(this);
|
|
48135
48292
|
const metodo = this.converterIdentificador(acessoMetodo.nomeMetodo);
|
|
@@ -48141,7 +48298,7 @@ class TradutorElixir {
|
|
|
48141
48298
|
// Método de módulo/struct - passar o struct como primeiro argumento
|
|
48142
48299
|
return Promise.resolve(`${this.obterNomeModulo(objeto)}.${metodo}(${objeto}${argumentos.length > 0 ? ', ' + argumentos.join(', ') : ''})`);
|
|
48143
48300
|
}
|
|
48144
|
-
if (expressao.entidadeChamada.constructor
|
|
48301
|
+
if (expressao.entidadeChamada.constructor === construtos_1.AcessoMetodoOuPropriedade) {
|
|
48145
48302
|
const acesso = expressao.entidadeChamada;
|
|
48146
48303
|
const objeto = await acesso.objeto.aceitar(this);
|
|
48147
48304
|
const simbolo = this.converterIdentificador(acesso.simbolo.lexema);
|
|
@@ -48345,7 +48502,7 @@ class TradutorElixir {
|
|
|
48345
48502
|
}
|
|
48346
48503
|
exports.TradutorElixir = TradutorElixir;
|
|
48347
48504
|
|
|
48348
|
-
},{"../tipos-de-simbolos/delegua":
|
|
48505
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":259}],281:[function(require,module,exports){
|
|
48349
48506
|
"use strict";
|
|
48350
48507
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48351
48508
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48538,11 +48695,13 @@ class TradutorJavaScript {
|
|
|
48538
48695
|
resultado += this.dicionarioConstrutos[binario.esquerda.constructor.name](binario.esquerda);
|
|
48539
48696
|
let operador = this.traduzirSimboloOperador(binario.operador);
|
|
48540
48697
|
resultado += ` ${operador} `;
|
|
48541
|
-
if (binario.direita.constructor
|
|
48698
|
+
if (binario.direita.constructor === construtos_1.Agrupamento) {
|
|
48699
|
+
const agrupamentoDireita = binario.direita;
|
|
48542
48700
|
resultado +=
|
|
48543
48701
|
'(' +
|
|
48544
|
-
this.dicionarioConstrutos[
|
|
48702
|
+
this.dicionarioConstrutos[agrupamentoDireita.constructor.name](binario.direita) +
|
|
48545
48703
|
')';
|
|
48704
|
+
}
|
|
48546
48705
|
else
|
|
48547
48706
|
resultado += this.dicionarioConstrutos[binario.direita.constructor.name](binario.direita);
|
|
48548
48707
|
return resultado;
|
|
@@ -48799,7 +48958,7 @@ class TradutorJavaScript {
|
|
|
48799
48958
|
}
|
|
48800
48959
|
traduzirDeclaracaoPara(declaracaoPara) {
|
|
48801
48960
|
let resultado = 'for (';
|
|
48802
|
-
if (declaracaoPara.inicializador
|
|
48961
|
+
if (Array.isArray(declaracaoPara.inicializador)) {
|
|
48803
48962
|
resultado +=
|
|
48804
48963
|
this.dicionarioDeclaracoes[declaracaoPara.inicializador[0].constructor.name](declaracaoPara.inicializador[0], false) + '; ';
|
|
48805
48964
|
}
|
|
@@ -49132,7 +49291,7 @@ class TradutorJavaScript {
|
|
|
49132
49291
|
}
|
|
49133
49292
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
49134
49293
|
|
|
49135
|
-
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":
|
|
49294
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":259}],282:[function(require,module,exports){
|
|
49136
49295
|
"use strict";
|
|
49137
49296
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49138
49297
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49961,7 +50120,7 @@ class TradutorMermaidJs {
|
|
|
49961
50120
|
}
|
|
49962
50121
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49963
50122
|
|
|
49964
|
-
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":
|
|
50123
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":259,"./mermaid":269}],283:[function(require,module,exports){
|
|
49965
50124
|
"use strict";
|
|
49966
50125
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49967
50126
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50343,7 +50502,7 @@ class TradutorPortugolIpt {
|
|
|
50343
50502
|
}
|
|
50344
50503
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
50345
50504
|
|
|
50346
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":117,"../lexador/dialetos":
|
|
50505
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":117,"../lexador/dialetos":229,"../tipos-de-simbolos/portugol-ipt":264}],284:[function(require,module,exports){
|
|
50347
50506
|
"use strict";
|
|
50348
50507
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50349
50508
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50532,7 +50691,7 @@ class TradutorPython {
|
|
|
50532
50691
|
if (funcao.corpo.length > 0) {
|
|
50533
50692
|
const primeiraDeclaracao = funcao.corpo[0];
|
|
50534
50693
|
// Se for uma declaração de retorno, extraímos a expressão
|
|
50535
|
-
if (primeiraDeclaracao
|
|
50694
|
+
if (primeiraDeclaracao instanceof declaracoes_1.Retorna) {
|
|
50536
50695
|
const retorna = primeiraDeclaracao;
|
|
50537
50696
|
if (retorna.valor) {
|
|
50538
50697
|
expressao = this.dicionarioConstrutos[retorna.valor.constructor.name](retorna.valor);
|
|
@@ -50645,14 +50804,14 @@ class TradutorPython {
|
|
|
50645
50804
|
traduzirConstrutoBinario(binario) {
|
|
50646
50805
|
let resultado = '';
|
|
50647
50806
|
const valorEsquerdo = this.dicionarioConstrutos[binario.esquerda.constructor.name](binario.esquerda);
|
|
50648
|
-
if (binario.esquerda
|
|
50807
|
+
if (binario.esquerda instanceof construtos_1.Agrupamento)
|
|
50649
50808
|
resultado += '(' + valorEsquerdo + ')';
|
|
50650
50809
|
else
|
|
50651
50810
|
resultado += valorEsquerdo;
|
|
50652
50811
|
let operador = this.traduzirSimboloOperador(binario.operador);
|
|
50653
50812
|
resultado += ` ${operador} `;
|
|
50654
50813
|
const valorDireito = this.dicionarioConstrutos[binario.direita.constructor.name](binario.direita);
|
|
50655
|
-
if (binario.direita
|
|
50814
|
+
if (binario.direita instanceof construtos_1.Agrupamento)
|
|
50656
50815
|
resultado += '(' + valorDireito + ')';
|
|
50657
50816
|
else
|
|
50658
50817
|
resultado += valorDireito;
|
|
@@ -51023,7 +51182,7 @@ class TradutorPython {
|
|
|
51023
51182
|
}
|
|
51024
51183
|
exports.TradutorPython = TradutorPython;
|
|
51025
51184
|
|
|
51026
|
-
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":
|
|
51185
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":259}],285:[function(require,module,exports){
|
|
51027
51186
|
"use strict";
|
|
51028
51187
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
51029
51188
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -51377,7 +51536,7 @@ class TradutorReversoCalango {
|
|
|
51377
51536
|
}
|
|
51378
51537
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
51379
51538
|
|
|
51380
|
-
},{"../tipos-de-simbolos/calango":
|
|
51539
|
+
},{"../tipos-de-simbolos/calango":257}],286:[function(require,module,exports){
|
|
51381
51540
|
"use strict";
|
|
51382
51541
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51383
51542
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -51401,6 +51560,7 @@ class TradutorReversoJavaScript {
|
|
|
51401
51560
|
LogicalExpression: this.traduzirConstrutoLogico.bind(this),
|
|
51402
51561
|
MemberExpression: this.traduzirExpressao.bind(this),
|
|
51403
51562
|
NewExpression: this.traduzirNovo.bind(this),
|
|
51563
|
+
ObjectExpression: this.traduzirConstrutoObjeto.bind(this),
|
|
51404
51564
|
ThisExpression: () => 'isto',
|
|
51405
51565
|
UpdateExpression: this.traduzirAtualizacaoVariavel.bind(this),
|
|
51406
51566
|
// Variavel: this.traduzirConstrutoVariavel.bind(this),
|
|
@@ -51476,6 +51636,31 @@ class TradutorReversoJavaScript {
|
|
|
51476
51636
|
traduzirIdentificador(identificador) {
|
|
51477
51637
|
return identificador.name;
|
|
51478
51638
|
}
|
|
51639
|
+
traduzirConstrutoObjeto(objeto) {
|
|
51640
|
+
if (!objeto.properties.length) {
|
|
51641
|
+
return '{}';
|
|
51642
|
+
}
|
|
51643
|
+
let resultado = '{';
|
|
51644
|
+
for (const propriedade of objeto.properties) {
|
|
51645
|
+
if (propriedade.type === 'SpreadElement') {
|
|
51646
|
+
const spread = propriedade;
|
|
51647
|
+
resultado +=
|
|
51648
|
+
'...' + this.dicionarioConstrutos[spread.argument.type](spread.argument) + ', ';
|
|
51649
|
+
continue;
|
|
51650
|
+
}
|
|
51651
|
+
const propriedadeObjeto = propriedade;
|
|
51652
|
+
const chave = propriedadeObjeto.key.type === 'Identifier'
|
|
51653
|
+
? `'${propriedadeObjeto.key.name}'`
|
|
51654
|
+
: this.dicionarioConstrutos[propriedadeObjeto.key.type](propriedadeObjeto.key);
|
|
51655
|
+
const valor = this.dicionarioConstrutos[propriedadeObjeto.value.type](propriedadeObjeto.value);
|
|
51656
|
+
resultado += `${chave}: ${valor}, `;
|
|
51657
|
+
}
|
|
51658
|
+
if (objeto.properties.length > 0) {
|
|
51659
|
+
resultado = resultado.slice(0, -2);
|
|
51660
|
+
}
|
|
51661
|
+
resultado += '}';
|
|
51662
|
+
return resultado;
|
|
51663
|
+
}
|
|
51479
51664
|
traduzirAtualizacaoVariavel(atualizarVariavel) {
|
|
51480
51665
|
let resultado = '';
|
|
51481
51666
|
resultado += this.dicionarioConstrutos[atualizarVariavel.argument.constructor.name](atualizarVariavel.argument);
|
|
@@ -51532,6 +51717,8 @@ class TradutorReversoJavaScript {
|
|
|
51532
51717
|
return 'verdadeiro';
|
|
51533
51718
|
if (literal.raw === 'false')
|
|
51534
51719
|
return 'falso';
|
|
51720
|
+
if (literal.value === null || literal.raw === 'null')
|
|
51721
|
+
return 'nulo';
|
|
51535
51722
|
return `${literal.raw}`;
|
|
51536
51723
|
}
|
|
51537
51724
|
traduzirConstrutoBinario(binario) {
|
|
@@ -51676,7 +51863,7 @@ class TradutorReversoJavaScript {
|
|
|
51676
51863
|
resultado += this.logicaComumBlocoEscopo(declaracao.consequent);
|
|
51677
51864
|
if (declaracao?.alternate) {
|
|
51678
51865
|
resultado += 'senao ';
|
|
51679
|
-
if (declaracao.alternate.
|
|
51866
|
+
if (declaracao.alternate.type === 'BlockStatement') {
|
|
51680
51867
|
const bloco = declaracao.alternate;
|
|
51681
51868
|
resultado += this.logicaComumBlocoEscopo(bloco);
|
|
51682
51869
|
return resultado;
|
|
@@ -51772,7 +51959,7 @@ class TradutorReversoJavaScript {
|
|
|
51772
51959
|
}
|
|
51773
51960
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
51774
51961
|
|
|
51775
|
-
},{}],
|
|
51962
|
+
},{}],287:[function(require,module,exports){
|
|
51776
51963
|
"use strict";
|
|
51777
51964
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51778
51965
|
exports.TradutorReversoPython = void 0;
|
|
@@ -52425,7 +52612,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
52425
52612
|
}
|
|
52426
52613
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
52427
52614
|
|
|
52428
|
-
},{"./python/python3-lexer":
|
|
52615
|
+
},{"./python/python3-lexer":274,"./python/python3-parser":275,"antlr4ts":406,"antlr4ts/tree/AbstractParseTreeVisitor":424}],288:[function(require,module,exports){
|
|
52429
52616
|
"use strict";
|
|
52430
52617
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52431
52618
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52776,7 +52963,7 @@ class TradutorReversoTenda {
|
|
|
52776
52963
|
}
|
|
52777
52964
|
traduzirDeclaracaoPara(declaracaoPara) {
|
|
52778
52965
|
let resultado = 'para ';
|
|
52779
|
-
if (declaracaoPara.inicializador
|
|
52966
|
+
if (Array.isArray(declaracaoPara.inicializador)) {
|
|
52780
52967
|
resultado +=
|
|
52781
52968
|
this.dicionarioDeclaracoes[declaracaoPara.inicializador[0].constructor.name](declaracaoPara.inicializador[0], false) + '; ';
|
|
52782
52969
|
}
|
|
@@ -53011,7 +53198,7 @@ class TradutorReversoTenda {
|
|
|
53011
53198
|
}
|
|
53012
53199
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
53013
53200
|
|
|
53014
|
-
},{"../construtos":67,"../tipos-de-simbolos/tenda":
|
|
53201
|
+
},{"../construtos":67,"../tipos-de-simbolos/tenda":266}],289:[function(require,module,exports){
|
|
53015
53202
|
"use strict";
|
|
53016
53203
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
53017
53204
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -53196,7 +53383,7 @@ class TradutorRuby {
|
|
|
53196
53383
|
if (funcao.corpo.length > 0) {
|
|
53197
53384
|
const primeiraDeclaracao = funcao.corpo[0];
|
|
53198
53385
|
// Se for uma declaração de retorno, extraímos a expressão
|
|
53199
|
-
if (primeiraDeclaracao
|
|
53386
|
+
if (primeiraDeclaracao instanceof declaracoes_1.Retorna) {
|
|
53200
53387
|
const retorna = primeiraDeclaracao;
|
|
53201
53388
|
if (retorna.valor) {
|
|
53202
53389
|
expressao = this.dicionarioConstrutos[retorna.valor.constructor.name](retorna.valor);
|
|
@@ -53310,14 +53497,14 @@ class TradutorRuby {
|
|
|
53310
53497
|
traduzirConstrutoBinario(binario) {
|
|
53311
53498
|
let resultado = '';
|
|
53312
53499
|
const valorEsquerdo = this.dicionarioConstrutos[binario.esquerda.constructor.name](binario.esquerda);
|
|
53313
|
-
if (binario.esquerda
|
|
53500
|
+
if (binario.esquerda instanceof construtos_1.Agrupamento)
|
|
53314
53501
|
resultado += '(' + valorEsquerdo + ')';
|
|
53315
53502
|
else
|
|
53316
53503
|
resultado += valorEsquerdo;
|
|
53317
53504
|
let operador = this.traduzirSimboloOperador(binario.operador);
|
|
53318
53505
|
resultado += ` ${operador} `;
|
|
53319
53506
|
const valorDireito = this.dicionarioConstrutos[binario.direita.constructor.name](binario.direita);
|
|
53320
|
-
if (binario.direita
|
|
53507
|
+
if (binario.direita instanceof construtos_1.Agrupamento)
|
|
53321
53508
|
resultado += '(' + valorDireito + ')';
|
|
53322
53509
|
else
|
|
53323
53510
|
resultado += valorDireito;
|
|
@@ -53693,7 +53880,7 @@ class TradutorRuby {
|
|
|
53693
53880
|
}
|
|
53694
53881
|
exports.TradutorRuby = TradutorRuby;
|
|
53695
53882
|
|
|
53696
|
-
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":
|
|
53883
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":259}],290:[function(require,module,exports){
|
|
53697
53884
|
"use strict";
|
|
53698
53885
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53699
53886
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -54580,7 +54767,7 @@ process.exit(codigoSaida);
|
|
|
54580
54767
|
}
|
|
54581
54768
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
54582
54769
|
|
|
54583
|
-
},{"../construtos":67,"../declaracoes":117}],
|
|
54770
|
+
},{"../construtos":67,"../declaracoes":117}],291:[function(require,module,exports){
|
|
54584
54771
|
"use strict";
|
|
54585
54772
|
/*!
|
|
54586
54773
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54588,7 +54775,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
54588
54775
|
*/
|
|
54589
54776
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54590
54777
|
|
|
54591
|
-
},{}],
|
|
54778
|
+
},{}],292:[function(require,module,exports){
|
|
54592
54779
|
"use strict";
|
|
54593
54780
|
/*!
|
|
54594
54781
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54596,7 +54783,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54596
54783
|
*/
|
|
54597
54784
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54598
54785
|
|
|
54599
|
-
},{}],
|
|
54786
|
+
},{}],293:[function(require,module,exports){
|
|
54600
54787
|
"use strict";
|
|
54601
54788
|
/*!
|
|
54602
54789
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54758,7 +54945,7 @@ __decorate([
|
|
|
54758
54945
|
], ANTLRInputStream.prototype, "toString", null);
|
|
54759
54946
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
54760
54947
|
|
|
54761
|
-
},{"./Decorators":
|
|
54948
|
+
},{"./Decorators":304,"./IntStream":310,"assert":447}],294:[function(require,module,exports){
|
|
54762
54949
|
"use strict";
|
|
54763
54950
|
/*!
|
|
54764
54951
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54841,7 +55028,7 @@ __decorate([
|
|
|
54841
55028
|
], BailErrorStrategy.prototype, "sync", null);
|
|
54842
55029
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
54843
55030
|
|
|
54844
|
-
},{"./Decorators":
|
|
55031
|
+
},{"./Decorators":304,"./DefaultErrorStrategy":305,"./InputMismatchException":309,"./misc/ParseCancellationException":421}],295:[function(require,module,exports){
|
|
54845
55032
|
"use strict";
|
|
54846
55033
|
/*!
|
|
54847
55034
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55331,7 +55518,7 @@ BufferedTokenStream = __decorate([
|
|
|
55331
55518
|
], BufferedTokenStream);
|
|
55332
55519
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
55333
55520
|
|
|
55334
|
-
},{"./CommonToken":
|
|
55521
|
+
},{"./CommonToken":300,"./Decorators":304,"./Lexer":312,"./Token":329,"./misc/Interval":416,"assert":447}],296:[function(require,module,exports){
|
|
55335
55522
|
"use strict";
|
|
55336
55523
|
/*!
|
|
55337
55524
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55339,7 +55526,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
55339
55526
|
*/
|
|
55340
55527
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55341
55528
|
|
|
55342
|
-
},{}],
|
|
55529
|
+
},{}],297:[function(require,module,exports){
|
|
55343
55530
|
"use strict";
|
|
55344
55531
|
/*!
|
|
55345
55532
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55473,7 +55660,7 @@ var CharStreams;
|
|
|
55473
55660
|
// }
|
|
55474
55661
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
55475
55662
|
|
|
55476
|
-
},{"./CodePointBuffer":
|
|
55663
|
+
},{"./CodePointBuffer":298,"./CodePointCharStream":299,"./IntStream":310}],298:[function(require,module,exports){
|
|
55477
55664
|
"use strict";
|
|
55478
55665
|
/*!
|
|
55479
55666
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55708,7 +55895,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
55708
55895
|
CodePointBuffer.Builder = Builder;
|
|
55709
55896
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
55710
55897
|
|
|
55711
|
-
},{"./misc/Character":
|
|
55898
|
+
},{"./misc/Character":412,"assert":447}],299:[function(require,module,exports){
|
|
55712
55899
|
"use strict";
|
|
55713
55900
|
/*!
|
|
55714
55901
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55858,7 +56045,7 @@ __decorate([
|
|
|
55858
56045
|
], CodePointCharStream.prototype, "getText", null);
|
|
55859
56046
|
exports.CodePointCharStream = CodePointCharStream;
|
|
55860
56047
|
|
|
55861
|
-
},{"./Decorators":
|
|
56048
|
+
},{"./Decorators":304,"./IntStream":310,"./misc/Interval":416,"assert":447}],300:[function(require,module,exports){
|
|
55862
56049
|
"use strict";
|
|
55863
56050
|
/*!
|
|
55864
56051
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56088,7 +56275,7 @@ CommonToken = __decorate([
|
|
|
56088
56275
|
], CommonToken);
|
|
56089
56276
|
exports.CommonToken = CommonToken;
|
|
56090
56277
|
|
|
56091
|
-
},{"./Decorators":
|
|
56278
|
+
},{"./Decorators":304,"./Token":329,"./misc/Interval":416}],301:[function(require,module,exports){
|
|
56092
56279
|
"use strict";
|
|
56093
56280
|
/*!
|
|
56094
56281
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56152,7 +56339,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
56152
56339
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
56153
56340
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
56154
56341
|
|
|
56155
|
-
},{"./CommonToken":
|
|
56342
|
+
},{"./CommonToken":300,"./Decorators":304,"./misc/Interval":416}],302:[function(require,module,exports){
|
|
56156
56343
|
"use strict";
|
|
56157
56344
|
/*!
|
|
56158
56345
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56279,7 +56466,7 @@ CommonTokenStream = __decorate([
|
|
|
56279
56466
|
], CommonTokenStream);
|
|
56280
56467
|
exports.CommonTokenStream = CommonTokenStream;
|
|
56281
56468
|
|
|
56282
|
-
},{"./BufferedTokenStream":
|
|
56469
|
+
},{"./BufferedTokenStream":295,"./Decorators":304,"./Token":329}],303:[function(require,module,exports){
|
|
56283
56470
|
"use strict";
|
|
56284
56471
|
/*!
|
|
56285
56472
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56313,7 +56500,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
56313
56500
|
*/
|
|
56314
56501
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
56315
56502
|
|
|
56316
|
-
},{}],
|
|
56503
|
+
},{}],304:[function(require,module,exports){
|
|
56317
56504
|
"use strict";
|
|
56318
56505
|
/*!
|
|
56319
56506
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56340,7 +56527,7 @@ function SuppressWarnings(options) {
|
|
|
56340
56527
|
}
|
|
56341
56528
|
exports.SuppressWarnings = SuppressWarnings;
|
|
56342
56529
|
|
|
56343
|
-
},{}],
|
|
56530
|
+
},{}],305:[function(require,module,exports){
|
|
56344
56531
|
"use strict";
|
|
56345
56532
|
/*!
|
|
56346
56533
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57154,7 +57341,7 @@ __decorate([
|
|
|
57154
57341
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
57155
57342
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
57156
57343
|
|
|
57157
|
-
},{"./Decorators":
|
|
57344
|
+
},{"./Decorators":304,"./FailedPredicateException":308,"./InputMismatchException":309,"./NoViableAltException":316,"./Token":329,"./atn/ATNState":343,"./atn/ATNStateType":344,"./atn/PredictionContext":384,"./misc/IntervalSet":417}],306:[function(require,module,exports){
|
|
57158
57345
|
"use strict";
|
|
57159
57346
|
/*!
|
|
57160
57347
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57230,7 +57417,7 @@ var Dependents;
|
|
|
57230
57417
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
57231
57418
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
57232
57419
|
|
|
57233
|
-
},{}],
|
|
57420
|
+
},{}],307:[function(require,module,exports){
|
|
57234
57421
|
"use strict";
|
|
57235
57422
|
/*!
|
|
57236
57423
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57378,7 +57565,7 @@ __decorate([
|
|
|
57378
57565
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
57379
57566
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
57380
57567
|
|
|
57381
|
-
},{"./Decorators":
|
|
57568
|
+
},{"./Decorators":304,"./misc/BitSet":411,"./misc/Interval":416}],308:[function(require,module,exports){
|
|
57382
57569
|
"use strict";
|
|
57383
57570
|
/*!
|
|
57384
57571
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57443,7 +57630,7 @@ FailedPredicateException = __decorate([
|
|
|
57443
57630
|
], FailedPredicateException);
|
|
57444
57631
|
exports.FailedPredicateException = FailedPredicateException;
|
|
57445
57632
|
|
|
57446
|
-
},{"./Decorators":
|
|
57633
|
+
},{"./Decorators":304,"./RecognitionException":323,"./atn/PredicateTransition":383}],309:[function(require,module,exports){
|
|
57447
57634
|
"use strict";
|
|
57448
57635
|
/*!
|
|
57449
57636
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57483,7 +57670,7 @@ InputMismatchException = __decorate([
|
|
|
57483
57670
|
], InputMismatchException);
|
|
57484
57671
|
exports.InputMismatchException = InputMismatchException;
|
|
57485
57672
|
|
|
57486
|
-
},{"./Decorators":
|
|
57673
|
+
},{"./Decorators":304,"./RecognitionException":323}],310:[function(require,module,exports){
|
|
57487
57674
|
"use strict";
|
|
57488
57675
|
/*!
|
|
57489
57676
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57506,7 +57693,7 @@ var IntStream;
|
|
|
57506
57693
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
57507
57694
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
57508
57695
|
|
|
57509
|
-
},{}],
|
|
57696
|
+
},{}],311:[function(require,module,exports){
|
|
57510
57697
|
"use strict";
|
|
57511
57698
|
/*!
|
|
57512
57699
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57553,7 +57740,7 @@ __decorate([
|
|
|
57553
57740
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
57554
57741
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
57555
57742
|
|
|
57556
|
-
},{"./Decorators":
|
|
57743
|
+
},{"./Decorators":304,"./ParserRuleContext":320}],312:[function(require,module,exports){
|
|
57557
57744
|
"use strict";
|
|
57558
57745
|
/*!
|
|
57559
57746
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57889,7 +58076,7 @@ __decorate([
|
|
|
57889
58076
|
], Lexer.prototype, "charPositionInLine", null);
|
|
57890
58077
|
exports.Lexer = Lexer;
|
|
57891
58078
|
|
|
57892
|
-
},{"./CommonTokenFactory":
|
|
58079
|
+
},{"./CommonTokenFactory":301,"./Decorators":304,"./IntStream":310,"./LexerNoViableAltException":314,"./Recognizer":324,"./Token":329,"./atn/LexerATNSimulator":362,"./misc/IntegerStack":415,"./misc/Interval":416}],313:[function(require,module,exports){
|
|
57893
58080
|
"use strict";
|
|
57894
58081
|
/*!
|
|
57895
58082
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57969,7 +58156,7 @@ LexerInterpreter = __decorate([
|
|
|
57969
58156
|
], LexerInterpreter);
|
|
57970
58157
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57971
58158
|
|
|
57972
|
-
},{"./Decorators":
|
|
58159
|
+
},{"./Decorators":304,"./Lexer":312,"./atn/LexerATNSimulator":362}],314:[function(require,module,exports){
|
|
57973
58160
|
"use strict";
|
|
57974
58161
|
/*!
|
|
57975
58162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58026,7 +58213,7 @@ LexerNoViableAltException = __decorate([
|
|
|
58026
58213
|
], LexerNoViableAltException);
|
|
58027
58214
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
58028
58215
|
|
|
58029
|
-
},{"./Decorators":
|
|
58216
|
+
},{"./Decorators":304,"./RecognitionException":323,"./misc/Interval":416,"./misc/Utils":423}],315:[function(require,module,exports){
|
|
58030
58217
|
"use strict";
|
|
58031
58218
|
/*!
|
|
58032
58219
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58236,7 +58423,7 @@ ListTokenSource = __decorate([
|
|
|
58236
58423
|
], ListTokenSource);
|
|
58237
58424
|
exports.ListTokenSource = ListTokenSource;
|
|
58238
58425
|
|
|
58239
|
-
},{"./CommonTokenFactory":
|
|
58426
|
+
},{"./CommonTokenFactory":301,"./Decorators":304,"./Token":329}],316:[function(require,module,exports){
|
|
58240
58427
|
"use strict";
|
|
58241
58428
|
/*!
|
|
58242
58429
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58291,7 +58478,7 @@ __decorate([
|
|
|
58291
58478
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
58292
58479
|
exports.NoViableAltException = NoViableAltException;
|
|
58293
58480
|
|
|
58294
|
-
},{"./Decorators":
|
|
58481
|
+
},{"./Decorators":304,"./Parser":317,"./RecognitionException":323}],317:[function(require,module,exports){
|
|
58295
58482
|
(function (process){(function (){
|
|
58296
58483
|
"use strict";
|
|
58297
58484
|
/*!
|
|
@@ -59137,7 +59324,7 @@ __decorate([
|
|
|
59137
59324
|
exports.Parser = Parser;
|
|
59138
59325
|
|
|
59139
59326
|
}).call(this)}).call(this,require('_process'))
|
|
59140
|
-
},{"./Decorators":
|
|
59327
|
+
},{"./Decorators":304,"./DefaultErrorStrategy":305,"./Lexer":312,"./ProxyParserErrorListener":322,"./Recognizer":324,"./Token":329,"./atn/ATNDeserializationOptions":340,"./atn/ATNDeserializer":341,"./atn/ParseInfo":377,"./atn/ParserATNSimulator":378,"./atn/ProfilingATNSimulator":387,"./misc/IntegerStack":415,"./misc/Utils":423,"./tree/ErrorNode":425,"./tree/TerminalNode":427,"./tree/pattern/ParseTreePatternMatcher":432,"_process":506}],318:[function(require,module,exports){
|
|
59141
59328
|
"use strict";
|
|
59142
59329
|
/*!
|
|
59143
59330
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59145,7 +59332,7 @@ exports.Parser = Parser;
|
|
|
59145
59332
|
*/
|
|
59146
59333
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59147
59334
|
|
|
59148
|
-
},{}],
|
|
59335
|
+
},{}],319:[function(require,module,exports){
|
|
59149
59336
|
"use strict";
|
|
59150
59337
|
/*!
|
|
59151
59338
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59553,7 +59740,7 @@ ParserInterpreter = __decorate([
|
|
|
59553
59740
|
], ParserInterpreter);
|
|
59554
59741
|
exports.ParserInterpreter = ParserInterpreter;
|
|
59555
59742
|
|
|
59556
|
-
},{"./Decorators":
|
|
59743
|
+
},{"./Decorators":304,"./FailedPredicateException":308,"./InputMismatchException":309,"./InterpreterRuleContext":311,"./Parser":317,"./RecognitionException":323,"./Token":329,"./atn/ATNState":343,"./atn/ATNStateType":344,"./atn/LoopEndState":374,"./atn/ParserATNSimulator":378,"./atn/StarLoopEntryState":396,"./misc/BitSet":411}],320:[function(require,module,exports){
|
|
59557
59744
|
"use strict";
|
|
59558
59745
|
/*!
|
|
59559
59746
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59854,7 +60041,7 @@ __decorate([
|
|
|
59854
60041
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
59855
60042
|
exports.ParserRuleContext = ParserRuleContext;
|
|
59856
60043
|
|
|
59857
|
-
},{"./Decorators":
|
|
60044
|
+
},{"./Decorators":304,"./RuleContext":325,"./misc/Interval":416,"./tree/ErrorNode":425,"./tree/TerminalNode":427}],321:[function(require,module,exports){
|
|
59858
60045
|
"use strict";
|
|
59859
60046
|
/*!
|
|
59860
60047
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59904,7 +60091,7 @@ __decorate([
|
|
|
59904
60091
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59905
60092
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59906
60093
|
|
|
59907
|
-
},{"./Decorators":
|
|
60094
|
+
},{"./Decorators":304}],322:[function(require,module,exports){
|
|
59908
60095
|
"use strict";
|
|
59909
60096
|
/*!
|
|
59910
60097
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59963,7 +60150,7 @@ __decorate([
|
|
|
59963
60150
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59964
60151
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59965
60152
|
|
|
59966
|
-
},{"./Decorators":
|
|
60153
|
+
},{"./Decorators":304,"./ProxyErrorListener":321}],323:[function(require,module,exports){
|
|
59967
60154
|
"use strict";
|
|
59968
60155
|
/*!
|
|
59969
60156
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60068,7 +60255,7 @@ class RecognitionException extends Error {
|
|
|
60068
60255
|
}
|
|
60069
60256
|
exports.RecognitionException = RecognitionException;
|
|
60070
60257
|
|
|
60071
|
-
},{}],
|
|
60258
|
+
},{}],324:[function(require,module,exports){
|
|
60072
60259
|
"use strict";
|
|
60073
60260
|
/*!
|
|
60074
60261
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60287,7 +60474,7 @@ __decorate([
|
|
|
60287
60474
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
60288
60475
|
exports.Recognizer = Recognizer;
|
|
60289
60476
|
|
|
60290
|
-
},{"./ConsoleErrorListener":
|
|
60477
|
+
},{"./ConsoleErrorListener":303,"./Decorators":304,"./ProxyErrorListener":321,"./Token":329,"./misc/Utils":423}],325:[function(require,module,exports){
|
|
60291
60478
|
"use strict";
|
|
60292
60479
|
/*!
|
|
60293
60480
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60504,7 +60691,7 @@ __decorate([
|
|
|
60504
60691
|
], RuleContext.prototype, "toStringTree", null);
|
|
60505
60692
|
exports.RuleContext = RuleContext;
|
|
60506
60693
|
|
|
60507
|
-
},{"./Decorators":
|
|
60694
|
+
},{"./Decorators":304,"./ParserRuleContext":320,"./Recognizer":324,"./atn/ATN":337,"./misc/Interval":416,"./tree/RuleNode":426,"./tree/Trees":428}],326:[function(require,module,exports){
|
|
60508
60695
|
"use strict";
|
|
60509
60696
|
/*!
|
|
60510
60697
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60555,7 +60742,7 @@ __decorate([
|
|
|
60555
60742
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
60556
60743
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
60557
60744
|
|
|
60558
|
-
},{"./Decorators":
|
|
60745
|
+
},{"./Decorators":304,"./ParserRuleContext":320,"./atn/ATN":337}],327:[function(require,module,exports){
|
|
60559
60746
|
"use strict";
|
|
60560
60747
|
/*!
|
|
60561
60748
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60578,7 +60765,7 @@ function RuleDependency(dependency) {
|
|
|
60578
60765
|
}
|
|
60579
60766
|
exports.RuleDependency = RuleDependency;
|
|
60580
60767
|
|
|
60581
|
-
},{}],
|
|
60768
|
+
},{}],328:[function(require,module,exports){
|
|
60582
60769
|
"use strict";
|
|
60583
60770
|
/*!
|
|
60584
60771
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60597,7 +60784,7 @@ function RuleVersion(version) {
|
|
|
60597
60784
|
}
|
|
60598
60785
|
exports.RuleVersion = RuleVersion;
|
|
60599
60786
|
|
|
60600
|
-
},{}],
|
|
60787
|
+
},{}],329:[function(require,module,exports){
|
|
60601
60788
|
"use strict";
|
|
60602
60789
|
/*!
|
|
60603
60790
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60637,7 +60824,7 @@ var Token;
|
|
|
60637
60824
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
60638
60825
|
})(Token = exports.Token || (exports.Token = {}));
|
|
60639
60826
|
|
|
60640
|
-
},{"./IntStream":
|
|
60827
|
+
},{"./IntStream":310}],330:[function(require,module,exports){
|
|
60641
60828
|
"use strict";
|
|
60642
60829
|
/*!
|
|
60643
60830
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60645,7 +60832,7 @@ var Token;
|
|
|
60645
60832
|
*/
|
|
60646
60833
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60647
60834
|
|
|
60648
|
-
},{}],
|
|
60835
|
+
},{}],331:[function(require,module,exports){
|
|
60649
60836
|
"use strict";
|
|
60650
60837
|
/*!
|
|
60651
60838
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60653,7 +60840,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60653
60840
|
*/
|
|
60654
60841
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60655
60842
|
|
|
60656
|
-
},{}],
|
|
60843
|
+
},{}],332:[function(require,module,exports){
|
|
60657
60844
|
"use strict";
|
|
60658
60845
|
/*!
|
|
60659
60846
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60661,7 +60848,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60661
60848
|
*/
|
|
60662
60849
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60663
60850
|
|
|
60664
|
-
},{}],
|
|
60851
|
+
},{}],333:[function(require,module,exports){
|
|
60665
60852
|
"use strict";
|
|
60666
60853
|
/*!
|
|
60667
60854
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61169,7 +61356,7 @@ __decorate([
|
|
|
61169
61356
|
Decorators_1.Override
|
|
61170
61357
|
], ReplaceOp.prototype, "toString", null);
|
|
61171
61358
|
|
|
61172
|
-
},{"./Decorators":
|
|
61359
|
+
},{"./Decorators":304,"./Token":329,"./misc/Interval":416}],334:[function(require,module,exports){
|
|
61173
61360
|
"use strict";
|
|
61174
61361
|
/*!
|
|
61175
61362
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61177,7 +61364,7 @@ __decorate([
|
|
|
61177
61364
|
*/
|
|
61178
61365
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61179
61366
|
|
|
61180
|
-
},{}],
|
|
61367
|
+
},{}],335:[function(require,module,exports){
|
|
61181
61368
|
"use strict";
|
|
61182
61369
|
/*!
|
|
61183
61370
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61297,7 +61484,7 @@ __decorate([
|
|
|
61297
61484
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
61298
61485
|
exports.VocabularyImpl = VocabularyImpl;
|
|
61299
61486
|
|
|
61300
|
-
},{"./Decorators":
|
|
61487
|
+
},{"./Decorators":304,"./Token":329}],336:[function(require,module,exports){
|
|
61301
61488
|
"use strict";
|
|
61302
61489
|
/*!
|
|
61303
61490
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61305,7 +61492,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
61305
61492
|
*/
|
|
61306
61493
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61307
61494
|
|
|
61308
|
-
},{}],
|
|
61495
|
+
},{}],337:[function(require,module,exports){
|
|
61309
61496
|
"use strict";
|
|
61310
61497
|
/*!
|
|
61311
61498
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61527,7 +61714,7 @@ exports.ATN = ATN;
|
|
|
61527
61714
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
61528
61715
|
exports.ATN = ATN;
|
|
61529
61716
|
|
|
61530
|
-
},{"../Decorators":
|
|
61717
|
+
},{"../Decorators":304,"../Token":329,"../dfa/DFA":402,"../misc/Array2DHashMap":407,"../misc/IntervalSet":417,"../misc/ObjectEqualityComparator":420,"./InvalidState":360,"./LL1Analyzer":361,"./PredictionContext":384,"assert":447}],338:[function(require,module,exports){
|
|
61531
61718
|
"use strict";
|
|
61532
61719
|
/*!
|
|
61533
61720
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62052,7 +62239,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
62052
62239
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
62053
62240
|
], ActionSemanticContextATNConfig);
|
|
62054
62241
|
|
|
62055
|
-
},{"../Decorators":
|
|
62242
|
+
},{"../Decorators":304,"../misc/Array2DHashMap":407,"../misc/MurmurHash":419,"../misc/ObjectEqualityComparator":420,"./DecisionState":357,"./PredictionContext":384,"./SemanticContext":392,"assert":447}],339:[function(require,module,exports){
|
|
62056
62243
|
"use strict";
|
|
62057
62244
|
/*!
|
|
62058
62245
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62499,7 +62686,7 @@ __decorate([
|
|
|
62499
62686
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
62500
62687
|
exports.ATNConfigSet = ATNConfigSet;
|
|
62501
62688
|
|
|
62502
|
-
},{"../Decorators":
|
|
62689
|
+
},{"../Decorators":304,"../misc/Array2DHashMap":407,"../misc/Array2DHashSet":408,"../misc/ArrayEqualityComparator":409,"../misc/BitSet":411,"../misc/ObjectEqualityComparator":420,"../misc/Utils":423,"./ATN":337,"./ATNConfig":338,"./PredictionContext":384,"./PredictionContextCache":385,"./SemanticContext":392,"assert":447}],340:[function(require,module,exports){
|
|
62503
62690
|
"use strict";
|
|
62504
62691
|
/*!
|
|
62505
62692
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62578,7 +62765,7 @@ __decorate([
|
|
|
62578
62765
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
62579
62766
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
62580
62767
|
|
|
62581
|
-
},{"../Decorators":
|
|
62768
|
+
},{"../Decorators":304}],341:[function(require,module,exports){
|
|
62582
62769
|
"use strict";
|
|
62583
62770
|
/*!
|
|
62584
62771
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63665,7 +63852,7 @@ __decorate([
|
|
|
63665
63852
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
63666
63853
|
exports.ATNDeserializer = ATNDeserializer;
|
|
63667
63854
|
|
|
63668
|
-
},{"../Decorators":
|
|
63855
|
+
},{"../Decorators":304,"../Token":329,"../dfa/DFA":402,"../misc/Array2DHashSet":408,"../misc/BitSet":411,"../misc/IntervalSet":417,"../misc/UUID":422,"./ATN":337,"./ATNDeserializationOptions":340,"./ATNStateType":344,"./ActionTransition":346,"./AtomTransition":348,"./BasicBlockStartState":349,"./BasicState":350,"./BlockEndState":351,"./BlockStartState":352,"./DecisionState":357,"./EpsilonTransition":358,"./InvalidState":360,"./LexerChannelAction":364,"./LexerCustomAction":365,"./LexerModeAction":367,"./LexerMoreAction":368,"./LexerPopModeAction":369,"./LexerPushModeAction":370,"./LexerSkipAction":371,"./LexerTypeAction":372,"./LoopEndState":374,"./NotSetTransition":375,"./ParserATNSimulator":378,"./PlusBlockStartState":379,"./PlusLoopbackState":380,"./PrecedencePredicateTransition":381,"./PredicateTransition":383,"./RangeTransition":388,"./RuleStartState":389,"./RuleStopState":390,"./RuleTransition":391,"./SetTransition":393,"./StarBlockStartState":395,"./StarLoopEntryState":396,"./StarLoopbackState":397,"./TokensStartState":398,"./WildcardTransition":400}],342:[function(require,module,exports){
|
|
63669
63856
|
"use strict";
|
|
63670
63857
|
/*!
|
|
63671
63858
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63729,7 +63916,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
63729
63916
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
63730
63917
|
exports.ATNSimulator = ATNSimulator;
|
|
63731
63918
|
|
|
63732
|
-
},{"../Decorators":
|
|
63919
|
+
},{"../Decorators":304,"../dfa/DFAState":404,"./ATNConfigSet":339,"./PredictionContext":384}],343:[function(require,module,exports){
|
|
63733
63920
|
"use strict";
|
|
63734
63921
|
/*!
|
|
63735
63922
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63916,7 +64103,7 @@ exports.ATNState = ATNState;
|
|
|
63916
64103
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63917
64104
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63918
64105
|
|
|
63919
|
-
},{"../Decorators":
|
|
64106
|
+
},{"../Decorators":304}],344:[function(require,module,exports){
|
|
63920
64107
|
"use strict";
|
|
63921
64108
|
/*!
|
|
63922
64109
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63942,7 +64129,7 @@ var ATNStateType;
|
|
|
63942
64129
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63943
64130
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63944
64131
|
|
|
63945
|
-
},{}],
|
|
64132
|
+
},{}],345:[function(require,module,exports){
|
|
63946
64133
|
"use strict";
|
|
63947
64134
|
/*!
|
|
63948
64135
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63962,7 +64149,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63962
64149
|
}
|
|
63963
64150
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63964
64151
|
|
|
63965
|
-
},{"./Transition":
|
|
64152
|
+
},{"./Transition":399}],346:[function(require,module,exports){
|
|
63966
64153
|
"use strict";
|
|
63967
64154
|
/*!
|
|
63968
64155
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64018,7 +64205,7 @@ ActionTransition = __decorate([
|
|
|
64018
64205
|
], ActionTransition);
|
|
64019
64206
|
exports.ActionTransition = ActionTransition;
|
|
64020
64207
|
|
|
64021
|
-
},{"../Decorators":
|
|
64208
|
+
},{"../Decorators":304,"./Transition":399}],347:[function(require,module,exports){
|
|
64022
64209
|
"use strict";
|
|
64023
64210
|
/*!
|
|
64024
64211
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64105,7 +64292,7 @@ AmbiguityInfo = __decorate([
|
|
|
64105
64292
|
], AmbiguityInfo);
|
|
64106
64293
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
64107
64294
|
|
|
64108
|
-
},{"../Decorators":
|
|
64295
|
+
},{"../Decorators":304,"./DecisionEventInfo":355}],348:[function(require,module,exports){
|
|
64109
64296
|
"use strict";
|
|
64110
64297
|
/*!
|
|
64111
64298
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64163,7 +64350,7 @@ AtomTransition = __decorate([
|
|
|
64163
64350
|
], AtomTransition);
|
|
64164
64351
|
exports.AtomTransition = AtomTransition;
|
|
64165
64352
|
|
|
64166
|
-
},{"../Decorators":
|
|
64353
|
+
},{"../Decorators":304,"../misc/IntervalSet":417,"./Transition":399}],349:[function(require,module,exports){
|
|
64167
64354
|
"use strict";
|
|
64168
64355
|
/*!
|
|
64169
64356
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64195,7 +64382,7 @@ __decorate([
|
|
|
64195
64382
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
64196
64383
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
64197
64384
|
|
|
64198
|
-
},{"../Decorators":
|
|
64385
|
+
},{"../Decorators":304,"./ATNStateType":344,"./BlockStartState":352}],350:[function(require,module,exports){
|
|
64199
64386
|
"use strict";
|
|
64200
64387
|
/*!
|
|
64201
64388
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64227,7 +64414,7 @@ __decorate([
|
|
|
64227
64414
|
], BasicState.prototype, "stateType", null);
|
|
64228
64415
|
exports.BasicState = BasicState;
|
|
64229
64416
|
|
|
64230
|
-
},{"../Decorators":
|
|
64417
|
+
},{"../Decorators":304,"./ATNState":343,"./ATNStateType":344}],351:[function(require,module,exports){
|
|
64231
64418
|
"use strict";
|
|
64232
64419
|
/*!
|
|
64233
64420
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64256,7 +64443,7 @@ __decorate([
|
|
|
64256
64443
|
], BlockEndState.prototype, "stateType", null);
|
|
64257
64444
|
exports.BlockEndState = BlockEndState;
|
|
64258
64445
|
|
|
64259
|
-
},{"../Decorators":
|
|
64446
|
+
},{"../Decorators":304,"./ATNState":343,"./ATNStateType":344}],352:[function(require,module,exports){
|
|
64260
64447
|
"use strict";
|
|
64261
64448
|
/*!
|
|
64262
64449
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64270,7 +64457,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
64270
64457
|
}
|
|
64271
64458
|
exports.BlockStartState = BlockStartState;
|
|
64272
64459
|
|
|
64273
|
-
},{"./DecisionState":
|
|
64460
|
+
},{"./DecisionState":357}],353:[function(require,module,exports){
|
|
64274
64461
|
"use strict";
|
|
64275
64462
|
/*!
|
|
64276
64463
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64340,7 +64527,7 @@ __decorate([
|
|
|
64340
64527
|
], ConflictInfo.prototype, "hashCode", null);
|
|
64341
64528
|
exports.ConflictInfo = ConflictInfo;
|
|
64342
64529
|
|
|
64343
|
-
},{"../Decorators":
|
|
64530
|
+
},{"../Decorators":304,"../misc/Utils":423}],354:[function(require,module,exports){
|
|
64344
64531
|
"use strict";
|
|
64345
64532
|
/*!
|
|
64346
64533
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64400,7 +64587,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
64400
64587
|
], ContextSensitivityInfo);
|
|
64401
64588
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
64402
64589
|
|
|
64403
|
-
},{"../Decorators":
|
|
64590
|
+
},{"../Decorators":304,"./DecisionEventInfo":355}],355:[function(require,module,exports){
|
|
64404
64591
|
"use strict";
|
|
64405
64592
|
/*!
|
|
64406
64593
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64452,7 +64639,7 @@ DecisionEventInfo = __decorate([
|
|
|
64452
64639
|
], DecisionEventInfo);
|
|
64453
64640
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
64454
64641
|
|
|
64455
|
-
},{"../Decorators":
|
|
64642
|
+
},{"../Decorators":304}],356:[function(require,module,exports){
|
|
64456
64643
|
"use strict";
|
|
64457
64644
|
/*!
|
|
64458
64645
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64665,7 +64852,7 @@ __decorate([
|
|
|
64665
64852
|
], DecisionInfo.prototype, "toString", null);
|
|
64666
64853
|
exports.DecisionInfo = DecisionInfo;
|
|
64667
64854
|
|
|
64668
|
-
},{"../Decorators":
|
|
64855
|
+
},{"../Decorators":304}],357:[function(require,module,exports){
|
|
64669
64856
|
"use strict";
|
|
64670
64857
|
/*!
|
|
64671
64858
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64685,7 +64872,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
64685
64872
|
}
|
|
64686
64873
|
exports.DecisionState = DecisionState;
|
|
64687
64874
|
|
|
64688
|
-
},{"./ATNState":
|
|
64875
|
+
},{"./ATNState":343}],358:[function(require,module,exports){
|
|
64689
64876
|
"use strict";
|
|
64690
64877
|
/*!
|
|
64691
64878
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64751,7 +64938,7 @@ EpsilonTransition = __decorate([
|
|
|
64751
64938
|
], EpsilonTransition);
|
|
64752
64939
|
exports.EpsilonTransition = EpsilonTransition;
|
|
64753
64940
|
|
|
64754
|
-
},{"../Decorators":
|
|
64941
|
+
},{"../Decorators":304,"./Transition":399}],359:[function(require,module,exports){
|
|
64755
64942
|
"use strict";
|
|
64756
64943
|
/*!
|
|
64757
64944
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64804,7 +64991,7 @@ ErrorInfo = __decorate([
|
|
|
64804
64991
|
], ErrorInfo);
|
|
64805
64992
|
exports.ErrorInfo = ErrorInfo;
|
|
64806
64993
|
|
|
64807
|
-
},{"../Decorators":
|
|
64994
|
+
},{"../Decorators":304,"./DecisionEventInfo":355}],360:[function(require,module,exports){
|
|
64808
64995
|
"use strict";
|
|
64809
64996
|
/*!
|
|
64810
64997
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64835,7 +65022,7 @@ __decorate([
|
|
|
64835
65022
|
], InvalidState.prototype, "stateType", null);
|
|
64836
65023
|
exports.InvalidState = InvalidState;
|
|
64837
65024
|
|
|
64838
|
-
},{"../Decorators":
|
|
65025
|
+
},{"../Decorators":304,"./ATNStateType":344,"./BasicState":350}],361:[function(require,module,exports){
|
|
64839
65026
|
"use strict";
|
|
64840
65027
|
/*!
|
|
64841
65028
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65057,7 +65244,7 @@ LL1Analyzer = __decorate([
|
|
|
65057
65244
|
], LL1Analyzer);
|
|
65058
65245
|
exports.LL1Analyzer = LL1Analyzer;
|
|
65059
65246
|
|
|
65060
|
-
},{"../Decorators":
|
|
65247
|
+
},{"../Decorators":304,"../Token":329,"../misc/Array2DHashSet":408,"../misc/BitSet":411,"../misc/IntervalSet":417,"../misc/ObjectEqualityComparator":420,"./ATNConfig":338,"./AbstractPredicateTransition":345,"./NotSetTransition":375,"./PredictionContext":384,"./RuleStopState":390,"./RuleTransition":391,"./WildcardTransition":400}],362:[function(require,module,exports){
|
|
65061
65248
|
"use strict";
|
|
65062
65249
|
/*!
|
|
65063
65250
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65774,7 +65961,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
65774
65961
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
65775
65962
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
65776
65963
|
|
|
65777
|
-
},{"../Decorators":
|
|
65964
|
+
},{"../Decorators":304,"../IntStream":310,"../Lexer":312,"../LexerNoViableAltException":314,"../Token":329,"../dfa/AcceptStateInfo":401,"../dfa/DFAState":404,"../misc/Interval":416,"./ATN":337,"./ATNConfig":338,"./ATNConfigSet":339,"./ATNSimulator":342,"./LexerActionExecutor":363,"./OrderedATNConfigSet":376,"./PredictionContext":384,"./RuleStopState":390,"assert":447}],363:[function(require,module,exports){
|
|
65778
65965
|
"use strict";
|
|
65779
65966
|
/*!
|
|
65780
65967
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65975,7 +66162,7 @@ LexerActionExecutor = __decorate([
|
|
|
65975
66162
|
], LexerActionExecutor);
|
|
65976
66163
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65977
66164
|
|
|
65978
|
-
},{"../Decorators":
|
|
66165
|
+
},{"../Decorators":304,"../misc/ArrayEqualityComparator":409,"../misc/MurmurHash":419,"./LexerIndexedCustomAction":366}],364:[function(require,module,exports){
|
|
65979
66166
|
"use strict";
|
|
65980
66167
|
/*!
|
|
65981
66168
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66080,7 +66267,7 @@ __decorate([
|
|
|
66080
66267
|
], LexerChannelAction.prototype, "toString", null);
|
|
66081
66268
|
exports.LexerChannelAction = LexerChannelAction;
|
|
66082
66269
|
|
|
66083
|
-
},{"../Decorators":
|
|
66270
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],365:[function(require,module,exports){
|
|
66084
66271
|
"use strict";
|
|
66085
66272
|
/*!
|
|
66086
66273
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66209,7 +66396,7 @@ __decorate([
|
|
|
66209
66396
|
], LexerCustomAction.prototype, "equals", null);
|
|
66210
66397
|
exports.LexerCustomAction = LexerCustomAction;
|
|
66211
66398
|
|
|
66212
|
-
},{"../Decorators":
|
|
66399
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],366:[function(require,module,exports){
|
|
66213
66400
|
"use strict";
|
|
66214
66401
|
/*!
|
|
66215
66402
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66344,7 +66531,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
66344
66531
|
], LexerIndexedCustomAction);
|
|
66345
66532
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
66346
66533
|
|
|
66347
|
-
},{"../Decorators":
|
|
66534
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],367:[function(require,module,exports){
|
|
66348
66535
|
"use strict";
|
|
66349
66536
|
/*!
|
|
66350
66537
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66449,7 +66636,7 @@ __decorate([
|
|
|
66449
66636
|
], LexerModeAction.prototype, "toString", null);
|
|
66450
66637
|
exports.LexerModeAction = LexerModeAction;
|
|
66451
66638
|
|
|
66452
|
-
},{"../Decorators":
|
|
66639
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],368:[function(require,module,exports){
|
|
66453
66640
|
"use strict";
|
|
66454
66641
|
/*!
|
|
66455
66642
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66545,7 +66732,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
66545
66732
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
66546
66733
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
66547
66734
|
|
|
66548
|
-
},{"../Decorators":
|
|
66735
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],369:[function(require,module,exports){
|
|
66549
66736
|
"use strict";
|
|
66550
66737
|
/*!
|
|
66551
66738
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66641,7 +66828,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
66641
66828
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
66642
66829
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
66643
66830
|
|
|
66644
|
-
},{"../Decorators":
|
|
66831
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],370:[function(require,module,exports){
|
|
66645
66832
|
"use strict";
|
|
66646
66833
|
/*!
|
|
66647
66834
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66746,7 +66933,7 @@ __decorate([
|
|
|
66746
66933
|
], LexerPushModeAction.prototype, "toString", null);
|
|
66747
66934
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
66748
66935
|
|
|
66749
|
-
},{"../Decorators":
|
|
66936
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],371:[function(require,module,exports){
|
|
66750
66937
|
"use strict";
|
|
66751
66938
|
/*!
|
|
66752
66939
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66842,7 +67029,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
66842
67029
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
66843
67030
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
66844
67031
|
|
|
66845
|
-
},{"../Decorators":
|
|
67032
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],372:[function(require,module,exports){
|
|
66846
67033
|
"use strict";
|
|
66847
67034
|
/*!
|
|
66848
67035
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66946,7 +67133,7 @@ __decorate([
|
|
|
66946
67133
|
], LexerTypeAction.prototype, "toString", null);
|
|
66947
67134
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66948
67135
|
|
|
66949
|
-
},{"../Decorators":
|
|
67136
|
+
},{"../Decorators":304,"../misc/MurmurHash":419}],373:[function(require,module,exports){
|
|
66950
67137
|
"use strict";
|
|
66951
67138
|
/*!
|
|
66952
67139
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66998,7 +67185,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66998
67185
|
], LookaheadEventInfo);
|
|
66999
67186
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
67000
67187
|
|
|
67001
|
-
},{"../Decorators":
|
|
67188
|
+
},{"../Decorators":304,"./DecisionEventInfo":355}],374:[function(require,module,exports){
|
|
67002
67189
|
"use strict";
|
|
67003
67190
|
/*!
|
|
67004
67191
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67027,7 +67214,7 @@ __decorate([
|
|
|
67027
67214
|
], LoopEndState.prototype, "stateType", null);
|
|
67028
67215
|
exports.LoopEndState = LoopEndState;
|
|
67029
67216
|
|
|
67030
|
-
},{"../Decorators":
|
|
67217
|
+
},{"../Decorators":304,"./ATNState":343,"./ATNStateType":344}],375:[function(require,module,exports){
|
|
67031
67218
|
"use strict";
|
|
67032
67219
|
/*!
|
|
67033
67220
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67076,7 +67263,7 @@ NotSetTransition = __decorate([
|
|
|
67076
67263
|
], NotSetTransition);
|
|
67077
67264
|
exports.NotSetTransition = NotSetTransition;
|
|
67078
67265
|
|
|
67079
|
-
},{"../Decorators":
|
|
67266
|
+
},{"../Decorators":304,"./SetTransition":393}],376:[function(require,module,exports){
|
|
67080
67267
|
"use strict";
|
|
67081
67268
|
/*!
|
|
67082
67269
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67131,7 +67318,7 @@ __decorate([
|
|
|
67131
67318
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
67132
67319
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
67133
67320
|
|
|
67134
|
-
},{"../Decorators":
|
|
67321
|
+
},{"../Decorators":304,"./ATNConfigSet":339}],377:[function(require,module,exports){
|
|
67135
67322
|
"use strict";
|
|
67136
67323
|
/*!
|
|
67137
67324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67293,7 +67480,7 @@ ParseInfo = __decorate([
|
|
|
67293
67480
|
], ParseInfo);
|
|
67294
67481
|
exports.ParseInfo = ParseInfo;
|
|
67295
67482
|
|
|
67296
|
-
},{"../Decorators":
|
|
67483
|
+
},{"../Decorators":304}],378:[function(require,module,exports){
|
|
67297
67484
|
"use strict";
|
|
67298
67485
|
/*!
|
|
67299
67486
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69566,7 +69753,7 @@ ParserATNSimulator = __decorate([
|
|
|
69566
69753
|
], ParserATNSimulator);
|
|
69567
69754
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
69568
69755
|
|
|
69569
|
-
},{"../Decorators":
|
|
69756
|
+
},{"../Decorators":304,"../IntStream":310,"../NoViableAltException":316,"../ParserRuleContext":320,"../Token":329,"../VocabularyImpl":335,"../dfa/AcceptStateInfo":401,"../dfa/DFAState":404,"../misc/Array2DHashSet":408,"../misc/Arrays":410,"../misc/BitSet":411,"../misc/IntegerList":414,"../misc/Interval":416,"../misc/ObjectEqualityComparator":420,"./ATN":337,"./ATNConfig":338,"./ATNConfigSet":339,"./ATNSimulator":342,"./ATNStateType":344,"./ActionTransition":346,"./AtomTransition":348,"./ConflictInfo":353,"./DecisionState":357,"./NotSetTransition":375,"./PredictionContext":384,"./PredictionContextCache":385,"./PredictionMode":386,"./RuleStopState":390,"./RuleTransition":391,"./SemanticContext":392,"./SetTransition":393,"./SimulatorState":394,"assert":447}],379:[function(require,module,exports){
|
|
69570
69757
|
"use strict";
|
|
69571
69758
|
/*!
|
|
69572
69759
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69599,7 +69786,7 @@ __decorate([
|
|
|
69599
69786
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
69600
69787
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
69601
69788
|
|
|
69602
|
-
},{"../Decorators":
|
|
69789
|
+
},{"../Decorators":304,"./ATNStateType":344,"./BlockStartState":352}],380:[function(require,module,exports){
|
|
69603
69790
|
"use strict";
|
|
69604
69791
|
/*!
|
|
69605
69792
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69630,7 +69817,7 @@ __decorate([
|
|
|
69630
69817
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
69631
69818
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
69632
69819
|
|
|
69633
|
-
},{"../Decorators":
|
|
69820
|
+
},{"../Decorators":304,"./ATNStateType":344,"./DecisionState":357}],381:[function(require,module,exports){
|
|
69634
69821
|
"use strict";
|
|
69635
69822
|
/*!
|
|
69636
69823
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69693,7 +69880,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
69693
69880
|
], PrecedencePredicateTransition);
|
|
69694
69881
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
69695
69882
|
|
|
69696
|
-
},{"../Decorators":
|
|
69883
|
+
},{"../Decorators":304,"./AbstractPredicateTransition":345,"./SemanticContext":392}],382:[function(require,module,exports){
|
|
69697
69884
|
"use strict";
|
|
69698
69885
|
/*!
|
|
69699
69886
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69756,7 +69943,7 @@ PredicateEvalInfo = __decorate([
|
|
|
69756
69943
|
], PredicateEvalInfo);
|
|
69757
69944
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
69758
69945
|
|
|
69759
|
-
},{"../Decorators":
|
|
69946
|
+
},{"../Decorators":304,"./DecisionEventInfo":355}],383:[function(require,module,exports){
|
|
69760
69947
|
"use strict";
|
|
69761
69948
|
/*!
|
|
69762
69949
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69822,7 +70009,7 @@ PredicateTransition = __decorate([
|
|
|
69822
70009
|
], PredicateTransition);
|
|
69823
70010
|
exports.PredicateTransition = PredicateTransition;
|
|
69824
70011
|
|
|
69825
|
-
},{"../Decorators":
|
|
70012
|
+
},{"../Decorators":304,"./AbstractPredicateTransition":345,"./SemanticContext":392}],384:[function(require,module,exports){
|
|
69826
70013
|
"use strict";
|
|
69827
70014
|
/*!
|
|
69828
70015
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70513,7 +70700,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
70513
70700
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
70514
70701
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
70515
70702
|
|
|
70516
|
-
},{"../Decorators":
|
|
70703
|
+
},{"../Decorators":304,"../misc/Array2DHashMap":407,"../misc/Array2DHashSet":408,"../misc/Arrays":410,"../misc/MurmurHash":419,"./PredictionContextCache":385,"assert":447}],385:[function(require,module,exports){
|
|
70517
70704
|
"use strict";
|
|
70518
70705
|
/*!
|
|
70519
70706
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70654,7 +70841,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
70654
70841
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
70655
70842
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
70656
70843
|
|
|
70657
|
-
},{"../Decorators":
|
|
70844
|
+
},{"../Decorators":304,"../misc/Array2DHashMap":407,"../misc/ObjectEqualityComparator":420,"./PredictionContext":384,"assert":447}],386:[function(require,module,exports){
|
|
70658
70845
|
"use strict";
|
|
70659
70846
|
/*!
|
|
70660
70847
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70815,7 +71002,7 @@ var PredictionMode;
|
|
|
70815
71002
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
70816
71003
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
70817
71004
|
|
|
70818
|
-
},{"../Decorators":
|
|
71005
|
+
},{"../Decorators":304,"../misc/Array2DHashMap":407,"../misc/MurmurHash":419,"./RuleStopState":390}],387:[function(require,module,exports){
|
|
70819
71006
|
(function (process){(function (){
|
|
70820
71007
|
"use strict";
|
|
70821
71008
|
/*!
|
|
@@ -71084,7 +71271,7 @@ __decorate([
|
|
|
71084
71271
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
71085
71272
|
|
|
71086
71273
|
}).call(this)}).call(this,require('_process'))
|
|
71087
|
-
},{"../Decorators":
|
|
71274
|
+
},{"../Decorators":304,"./ATN":337,"./ATNSimulator":342,"./AmbiguityInfo":347,"./ContextSensitivityInfo":354,"./DecisionInfo":356,"./ErrorInfo":359,"./LookaheadEventInfo":373,"./ParserATNSimulator":378,"./PredicateEvalInfo":382,"./SemanticContext":392,"./SimulatorState":394,"_process":506}],388:[function(require,module,exports){
|
|
71088
71275
|
"use strict";
|
|
71089
71276
|
/*!
|
|
71090
71277
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71142,7 +71329,7 @@ RangeTransition = __decorate([
|
|
|
71142
71329
|
], RangeTransition);
|
|
71143
71330
|
exports.RangeTransition = RangeTransition;
|
|
71144
71331
|
|
|
71145
|
-
},{"../Decorators":
|
|
71332
|
+
},{"../Decorators":304,"../misc/IntervalSet":417,"./Transition":399}],389:[function(require,module,exports){
|
|
71146
71333
|
"use strict";
|
|
71147
71334
|
/*!
|
|
71148
71335
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71175,7 +71362,7 @@ __decorate([
|
|
|
71175
71362
|
], RuleStartState.prototype, "stateType", null);
|
|
71176
71363
|
exports.RuleStartState = RuleStartState;
|
|
71177
71364
|
|
|
71178
|
-
},{"../Decorators":
|
|
71365
|
+
},{"../Decorators":304,"./ATNState":343,"./ATNStateType":344}],390:[function(require,module,exports){
|
|
71179
71366
|
"use strict";
|
|
71180
71367
|
/*!
|
|
71181
71368
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71214,7 +71401,7 @@ __decorate([
|
|
|
71214
71401
|
], RuleStopState.prototype, "stateType", null);
|
|
71215
71402
|
exports.RuleStopState = RuleStopState;
|
|
71216
71403
|
|
|
71217
|
-
},{"../Decorators":
|
|
71404
|
+
},{"../Decorators":304,"./ATNState":343,"./ATNStateType":344}],391:[function(require,module,exports){
|
|
71218
71405
|
"use strict";
|
|
71219
71406
|
/*!
|
|
71220
71407
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71270,7 +71457,7 @@ RuleTransition = __decorate([
|
|
|
71270
71457
|
], RuleTransition);
|
|
71271
71458
|
exports.RuleTransition = RuleTransition;
|
|
71272
71459
|
|
|
71273
|
-
},{"../Decorators":
|
|
71460
|
+
},{"../Decorators":304,"./Transition":399}],392:[function(require,module,exports){
|
|
71274
71461
|
"use strict";
|
|
71275
71462
|
/*!
|
|
71276
71463
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71750,7 +71937,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
71750
71937
|
SemanticContext.OR = OR;
|
|
71751
71938
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
71752
71939
|
|
|
71753
|
-
},{"../Decorators":
|
|
71940
|
+
},{"../Decorators":304,"../misc/Array2DHashSet":408,"../misc/ArrayEqualityComparator":409,"../misc/MurmurHash":419,"../misc/ObjectEqualityComparator":420,"../misc/Utils":423}],393:[function(require,module,exports){
|
|
71754
71941
|
"use strict";
|
|
71755
71942
|
/*!
|
|
71756
71943
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71816,7 +72003,7 @@ SetTransition = __decorate([
|
|
|
71816
72003
|
], SetTransition);
|
|
71817
72004
|
exports.SetTransition = SetTransition;
|
|
71818
72005
|
|
|
71819
|
-
},{"../Decorators":
|
|
72006
|
+
},{"../Decorators":304,"../Token":329,"../misc/IntervalSet":417,"./Transition":399}],394:[function(require,module,exports){
|
|
71820
72007
|
"use strict";
|
|
71821
72008
|
/*!
|
|
71822
72009
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71852,7 +72039,7 @@ SimulatorState = __decorate([
|
|
|
71852
72039
|
], SimulatorState);
|
|
71853
72040
|
exports.SimulatorState = SimulatorState;
|
|
71854
72041
|
|
|
71855
|
-
},{"../Decorators":
|
|
72042
|
+
},{"../Decorators":304,"../ParserRuleContext":320}],395:[function(require,module,exports){
|
|
71856
72043
|
"use strict";
|
|
71857
72044
|
/*!
|
|
71858
72045
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71880,7 +72067,7 @@ __decorate([
|
|
|
71880
72067
|
], StarBlockStartState.prototype, "stateType", null);
|
|
71881
72068
|
exports.StarBlockStartState = StarBlockStartState;
|
|
71882
72069
|
|
|
71883
|
-
},{"../Decorators":
|
|
72070
|
+
},{"../Decorators":304,"./ATNStateType":344,"./BlockStartState":352}],396:[function(require,module,exports){
|
|
71884
72071
|
"use strict";
|
|
71885
72072
|
/*!
|
|
71886
72073
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71937,7 +72124,7 @@ __decorate([
|
|
|
71937
72124
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71938
72125
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71939
72126
|
|
|
71940
|
-
},{"../Decorators":
|
|
72127
|
+
},{"../Decorators":304,"../misc/BitSet":411,"./ATNStateType":344,"./DecisionState":357}],397:[function(require,module,exports){
|
|
71941
72128
|
"use strict";
|
|
71942
72129
|
/*!
|
|
71943
72130
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71968,7 +72155,7 @@ __decorate([
|
|
|
71968
72155
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71969
72156
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71970
72157
|
|
|
71971
|
-
},{"../Decorators":
|
|
72158
|
+
},{"../Decorators":304,"./ATNState":343,"./ATNStateType":344}],398:[function(require,module,exports){
|
|
71972
72159
|
"use strict";
|
|
71973
72160
|
/*!
|
|
71974
72161
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71997,7 +72184,7 @@ __decorate([
|
|
|
71997
72184
|
], TokensStartState.prototype, "stateType", null);
|
|
71998
72185
|
exports.TokensStartState = TokensStartState;
|
|
71999
72186
|
|
|
72000
|
-
},{"../Decorators":
|
|
72187
|
+
},{"../Decorators":304,"./ATNStateType":344,"./DecisionState":357}],399:[function(require,module,exports){
|
|
72001
72188
|
"use strict";
|
|
72002
72189
|
/*!
|
|
72003
72190
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72071,7 +72258,7 @@ Transition = __decorate([
|
|
|
72071
72258
|
], Transition);
|
|
72072
72259
|
exports.Transition = Transition;
|
|
72073
72260
|
|
|
72074
|
-
},{"../Decorators":
|
|
72261
|
+
},{"../Decorators":304}],400:[function(require,module,exports){
|
|
72075
72262
|
"use strict";
|
|
72076
72263
|
/*!
|
|
72077
72264
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72119,7 +72306,7 @@ WildcardTransition = __decorate([
|
|
|
72119
72306
|
], WildcardTransition);
|
|
72120
72307
|
exports.WildcardTransition = WildcardTransition;
|
|
72121
72308
|
|
|
72122
|
-
},{"../Decorators":
|
|
72309
|
+
},{"../Decorators":304,"./Transition":399}],401:[function(require,module,exports){
|
|
72123
72310
|
"use strict";
|
|
72124
72311
|
/*!
|
|
72125
72312
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72161,7 +72348,7 @@ class AcceptStateInfo {
|
|
|
72161
72348
|
}
|
|
72162
72349
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
72163
72350
|
|
|
72164
|
-
},{}],
|
|
72351
|
+
},{}],402:[function(require,module,exports){
|
|
72165
72352
|
"use strict";
|
|
72166
72353
|
/*!
|
|
72167
72354
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72336,7 +72523,7 @@ DFA = __decorate([
|
|
|
72336
72523
|
], DFA);
|
|
72337
72524
|
exports.DFA = DFA;
|
|
72338
72525
|
|
|
72339
|
-
},{"../Decorators":
|
|
72526
|
+
},{"../Decorators":304,"../VocabularyImpl":335,"../atn/ATNConfigSet":339,"../atn/StarLoopEntryState":396,"../misc/Array2DHashSet":408,"../misc/ObjectEqualityComparator":420,"./DFASerializer":403,"./DFAState":404,"./LexerDFASerializer":405}],403:[function(require,module,exports){
|
|
72340
72527
|
"use strict";
|
|
72341
72528
|
/*!
|
|
72342
72529
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72478,7 +72665,7 @@ __decorate([
|
|
|
72478
72665
|
], DFASerializer.prototype, "toString", null);
|
|
72479
72666
|
exports.DFASerializer = DFASerializer;
|
|
72480
72667
|
|
|
72481
|
-
},{"../Decorators":
|
|
72668
|
+
},{"../Decorators":304,"../Recognizer":324,"../VocabularyImpl":335,"../atn/ATNSimulator":342,"../atn/PredictionContext":384}],404:[function(require,module,exports){
|
|
72482
72669
|
"use strict";
|
|
72483
72670
|
/*!
|
|
72484
72671
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72709,7 +72896,7 @@ exports.DFAState = DFAState;
|
|
|
72709
72896
|
DFAState.PredPrediction = PredPrediction;
|
|
72710
72897
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
72711
72898
|
|
|
72712
|
-
},{"../Decorators":
|
|
72899
|
+
},{"../Decorators":304,"../atn/ATN":337,"../atn/PredictionContext":384,"../misc/BitSet":411,"../misc/MurmurHash":419,"assert":447}],405:[function(require,module,exports){
|
|
72713
72900
|
"use strict";
|
|
72714
72901
|
/*!
|
|
72715
72902
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72746,7 +72933,7 @@ LexerDFASerializer = __decorate([
|
|
|
72746
72933
|
], LexerDFASerializer);
|
|
72747
72934
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
72748
72935
|
|
|
72749
|
-
},{"../Decorators":
|
|
72936
|
+
},{"../Decorators":304,"../VocabularyImpl":335,"./DFASerializer":403}],406:[function(require,module,exports){
|
|
72750
72937
|
"use strict";
|
|
72751
72938
|
/*!
|
|
72752
72939
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72812,7 +72999,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
72812
72999
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
72813
73000
|
__exportStar(require("./WritableToken"), exports);
|
|
72814
73001
|
|
|
72815
|
-
},{"./ANTLRErrorListener":
|
|
73002
|
+
},{"./ANTLRErrorListener":291,"./ANTLRErrorStrategy":292,"./ANTLRInputStream":293,"./BailErrorStrategy":294,"./BufferedTokenStream":295,"./CharStream":296,"./CharStreams":297,"./CodePointBuffer":298,"./CodePointCharStream":299,"./CommonToken":300,"./CommonTokenFactory":301,"./CommonTokenStream":302,"./ConsoleErrorListener":303,"./DefaultErrorStrategy":305,"./Dependents":306,"./DiagnosticErrorListener":307,"./FailedPredicateException":308,"./InputMismatchException":309,"./IntStream":310,"./InterpreterRuleContext":311,"./Lexer":312,"./LexerInterpreter":313,"./LexerNoViableAltException":314,"./ListTokenSource":315,"./NoViableAltException":316,"./Parser":317,"./ParserErrorListener":318,"./ParserInterpreter":319,"./ParserRuleContext":320,"./ProxyErrorListener":321,"./ProxyParserErrorListener":322,"./RecognitionException":323,"./Recognizer":324,"./RuleContext":325,"./RuleContextWithAltNum":326,"./RuleDependency":327,"./RuleVersion":328,"./Token":329,"./TokenFactory":330,"./TokenSource":331,"./TokenStream":332,"./TokenStreamRewriter":333,"./Vocabulary":334,"./VocabularyImpl":335,"./WritableToken":336}],407:[function(require,module,exports){
|
|
72816
73003
|
"use strict";
|
|
72817
73004
|
/*!
|
|
72818
73005
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72895,7 +73082,7 @@ class Array2DHashMap {
|
|
|
72895
73082
|
}
|
|
72896
73083
|
exports.Array2DHashMap = Array2DHashMap;
|
|
72897
73084
|
|
|
72898
|
-
},{"./Array2DHashSet":
|
|
73085
|
+
},{"./Array2DHashSet":408}],408:[function(require,module,exports){
|
|
72899
73086
|
"use strict";
|
|
72900
73087
|
/*!
|
|
72901
73088
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73262,7 +73449,7 @@ __decorate([
|
|
|
73262
73449
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
73263
73450
|
exports.Array2DHashSet = Array2DHashSet;
|
|
73264
73451
|
|
|
73265
|
-
},{"../Decorators":
|
|
73452
|
+
},{"../Decorators":304,"./DefaultEqualityComparator":413,"./MurmurHash":419,"assert":447}],409:[function(require,module,exports){
|
|
73266
73453
|
"use strict";
|
|
73267
73454
|
/*!
|
|
73268
73455
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73334,7 +73521,7 @@ __decorate([
|
|
|
73334
73521
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
73335
73522
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
73336
73523
|
|
|
73337
|
-
},{"../Decorators":
|
|
73524
|
+
},{"../Decorators":304,"./MurmurHash":419,"./ObjectEqualityComparator":420}],410:[function(require,module,exports){
|
|
73338
73525
|
"use strict";
|
|
73339
73526
|
/*!
|
|
73340
73527
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73404,7 +73591,7 @@ var Arrays;
|
|
|
73404
73591
|
Arrays.toString = toString;
|
|
73405
73592
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
73406
73593
|
|
|
73407
|
-
},{}],
|
|
73594
|
+
},{}],411:[function(require,module,exports){
|
|
73408
73595
|
"use strict";
|
|
73409
73596
|
/*!
|
|
73410
73597
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74076,7 +74263,7 @@ class BitSetIterator {
|
|
|
74076
74263
|
[Symbol.iterator]() { return this; }
|
|
74077
74264
|
}
|
|
74078
74265
|
|
|
74079
|
-
},{"./MurmurHash":
|
|
74266
|
+
},{"./MurmurHash":419,"util":511}],412:[function(require,module,exports){
|
|
74080
74267
|
"use strict";
|
|
74081
74268
|
/*!
|
|
74082
74269
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74097,7 +74284,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
74097
74284
|
}
|
|
74098
74285
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
74099
74286
|
|
|
74100
|
-
},{}],
|
|
74287
|
+
},{}],413:[function(require,module,exports){
|
|
74101
74288
|
"use strict";
|
|
74102
74289
|
/*!
|
|
74103
74290
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74168,7 +74355,7 @@ __decorate([
|
|
|
74168
74355
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
74169
74356
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
74170
74357
|
|
|
74171
|
-
},{"../Decorators":
|
|
74358
|
+
},{"../Decorators":304,"./MurmurHash":419,"./ObjectEqualityComparator":420}],414:[function(require,module,exports){
|
|
74172
74359
|
"use strict";
|
|
74173
74360
|
/*!
|
|
74174
74361
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74462,7 +74649,7 @@ __decorate([
|
|
|
74462
74649
|
], IntegerList.prototype, "toString", null);
|
|
74463
74650
|
exports.IntegerList = IntegerList;
|
|
74464
74651
|
|
|
74465
|
-
},{"../Decorators":
|
|
74652
|
+
},{"../Decorators":304,"./Arrays":410}],415:[function(require,module,exports){
|
|
74466
74653
|
"use strict";
|
|
74467
74654
|
/*!
|
|
74468
74655
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74492,7 +74679,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
74492
74679
|
}
|
|
74493
74680
|
exports.IntegerStack = IntegerStack;
|
|
74494
74681
|
|
|
74495
|
-
},{"./IntegerList":
|
|
74682
|
+
},{"./IntegerList":414}],416:[function(require,module,exports){
|
|
74496
74683
|
"use strict";
|
|
74497
74684
|
/*!
|
|
74498
74685
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74635,7 +74822,7 @@ __decorate([
|
|
|
74635
74822
|
], Interval.prototype, "toString", null);
|
|
74636
74823
|
exports.Interval = Interval;
|
|
74637
74824
|
|
|
74638
|
-
},{"../Decorators":
|
|
74825
|
+
},{"../Decorators":304}],417:[function(require,module,exports){
|
|
74639
74826
|
"use strict";
|
|
74640
74827
|
/*!
|
|
74641
74828
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75281,7 +75468,7 @@ __decorate([
|
|
|
75281
75468
|
], IntervalSet, "subtract", null);
|
|
75282
75469
|
exports.IntervalSet = IntervalSet;
|
|
75283
75470
|
|
|
75284
|
-
},{"../Decorators":
|
|
75471
|
+
},{"../Decorators":304,"../Lexer":312,"../Token":329,"./ArrayEqualityComparator":409,"./IntegerList":414,"./Interval":416,"./MurmurHash":419}],418:[function(require,module,exports){
|
|
75285
75472
|
"use strict";
|
|
75286
75473
|
/*!
|
|
75287
75474
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75314,7 +75501,7 @@ class MultiMap extends Map {
|
|
|
75314
75501
|
}
|
|
75315
75502
|
exports.MultiMap = MultiMap;
|
|
75316
75503
|
|
|
75317
|
-
},{}],
|
|
75504
|
+
},{}],419:[function(require,module,exports){
|
|
75318
75505
|
"use strict";
|
|
75319
75506
|
/*!
|
|
75320
75507
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75429,7 +75616,7 @@ var MurmurHash;
|
|
|
75429
75616
|
}
|
|
75430
75617
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
75431
75618
|
|
|
75432
|
-
},{}],
|
|
75619
|
+
},{}],420:[function(require,module,exports){
|
|
75433
75620
|
"use strict";
|
|
75434
75621
|
/*!
|
|
75435
75622
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75488,7 +75675,7 @@ __decorate([
|
|
|
75488
75675
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
75489
75676
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
75490
75677
|
|
|
75491
|
-
},{"../Decorators":
|
|
75678
|
+
},{"../Decorators":304}],421:[function(require,module,exports){
|
|
75492
75679
|
"use strict";
|
|
75493
75680
|
/*!
|
|
75494
75681
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75517,7 +75704,7 @@ class ParseCancellationException extends Error {
|
|
|
75517
75704
|
}
|
|
75518
75705
|
exports.ParseCancellationException = ParseCancellationException;
|
|
75519
75706
|
|
|
75520
|
-
},{}],
|
|
75707
|
+
},{}],422:[function(require,module,exports){
|
|
75521
75708
|
"use strict";
|
|
75522
75709
|
/*!
|
|
75523
75710
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75571,7 +75758,7 @@ class UUID {
|
|
|
75571
75758
|
}
|
|
75572
75759
|
exports.UUID = UUID;
|
|
75573
75760
|
|
|
75574
|
-
},{"./MurmurHash":
|
|
75761
|
+
},{"./MurmurHash":419}],423:[function(require,module,exports){
|
|
75575
75762
|
"use strict";
|
|
75576
75763
|
/*!
|
|
75577
75764
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75746,7 +75933,7 @@ exports.toCharArray = toCharArray;
|
|
|
75746
75933
|
// return s;
|
|
75747
75934
|
// }
|
|
75748
75935
|
|
|
75749
|
-
},{}],
|
|
75936
|
+
},{}],424:[function(require,module,exports){
|
|
75750
75937
|
"use strict";
|
|
75751
75938
|
/*!
|
|
75752
75939
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75891,7 +76078,7 @@ __decorate([
|
|
|
75891
76078
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
75892
76079
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
75893
76080
|
|
|
75894
|
-
},{"../Decorators":
|
|
76081
|
+
},{"../Decorators":304}],425:[function(require,module,exports){
|
|
75895
76082
|
"use strict";
|
|
75896
76083
|
/*!
|
|
75897
76084
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75927,7 +76114,7 @@ __decorate([
|
|
|
75927
76114
|
], ErrorNode.prototype, "accept", null);
|
|
75928
76115
|
exports.ErrorNode = ErrorNode;
|
|
75929
76116
|
|
|
75930
|
-
},{"../Decorators":
|
|
76117
|
+
},{"../Decorators":304,"./TerminalNode":427}],426:[function(require,module,exports){
|
|
75931
76118
|
"use strict";
|
|
75932
76119
|
/*!
|
|
75933
76120
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75939,7 +76126,7 @@ class RuleNode {
|
|
|
75939
76126
|
}
|
|
75940
76127
|
exports.RuleNode = RuleNode;
|
|
75941
76128
|
|
|
75942
|
-
},{}],
|
|
76129
|
+
},{}],427:[function(require,module,exports){
|
|
75943
76130
|
"use strict";
|
|
75944
76131
|
/*!
|
|
75945
76132
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76031,7 +76218,7 @@ __decorate([
|
|
|
76031
76218
|
], TerminalNode.prototype, "toString", null);
|
|
76032
76219
|
exports.TerminalNode = TerminalNode;
|
|
76033
76220
|
|
|
76034
|
-
},{"../Decorators":
|
|
76221
|
+
},{"../Decorators":304,"../Token":329,"../misc/Interval":416}],428:[function(require,module,exports){
|
|
76035
76222
|
"use strict";
|
|
76036
76223
|
/*!
|
|
76037
76224
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76275,7 +76462,7 @@ __decorate([
|
|
|
76275
76462
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
76276
76463
|
exports.Trees = Trees;
|
|
76277
76464
|
|
|
76278
|
-
},{"../CommonToken":
|
|
76465
|
+
},{"../CommonToken":300,"../Decorators":304,"../Parser":317,"../ParserRuleContext":320,"../Token":329,"../atn/ATN":337,"../misc/Utils":423,"./ErrorNode":425,"./RuleNode":426,"./TerminalNode":427}],429:[function(require,module,exports){
|
|
76279
76466
|
"use strict";
|
|
76280
76467
|
/*!
|
|
76281
76468
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76299,7 +76486,7 @@ class Chunk {
|
|
|
76299
76486
|
}
|
|
76300
76487
|
exports.Chunk = Chunk;
|
|
76301
76488
|
|
|
76302
|
-
},{}],
|
|
76489
|
+
},{}],430:[function(require,module,exports){
|
|
76303
76490
|
"use strict";
|
|
76304
76491
|
/*!
|
|
76305
76492
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76479,7 +76666,7 @@ ParseTreeMatch = __decorate([
|
|
|
76479
76666
|
], ParseTreeMatch);
|
|
76480
76667
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
76481
76668
|
|
|
76482
|
-
},{"../../Decorators":
|
|
76669
|
+
},{"../../Decorators":304}],431:[function(require,module,exports){
|
|
76483
76670
|
"use strict";
|
|
76484
76671
|
/*!
|
|
76485
76672
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76637,7 +76824,7 @@ ParseTreePattern = __decorate([
|
|
|
76637
76824
|
], ParseTreePattern);
|
|
76638
76825
|
exports.ParseTreePattern = ParseTreePattern;
|
|
76639
76826
|
|
|
76640
|
-
},{"../../Decorators":
|
|
76827
|
+
},{"../../Decorators":304,"../xpath/XPath":437}],432:[function(require,module,exports){
|
|
76641
76828
|
"use strict";
|
|
76642
76829
|
/*!
|
|
76643
76830
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77115,7 +77302,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
77115
77302
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
77116
77303
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
77117
77304
|
|
|
77118
|
-
},{"../../BailErrorStrategy":
|
|
77305
|
+
},{"../../BailErrorStrategy":294,"../../CharStreams":297,"../../CommonTokenStream":302,"../../Decorators":304,"../../ListTokenSource":315,"../../ParserInterpreter":319,"../../ParserRuleContext":320,"../../RecognitionException":323,"../../Token":329,"../../misc/MultiMap":418,"../../misc/ParseCancellationException":421,"../RuleNode":426,"../TerminalNode":427,"./ParseTreeMatch":430,"./ParseTreePattern":431,"./RuleTagToken":433,"./TagChunk":434,"./TextChunk":435,"./TokenTagToken":436}],433:[function(require,module,exports){
|
|
77119
77306
|
"use strict";
|
|
77120
77307
|
/*!
|
|
77121
77308
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77313,7 +77500,7 @@ RuleTagToken = __decorate([
|
|
|
77313
77500
|
], RuleTagToken);
|
|
77314
77501
|
exports.RuleTagToken = RuleTagToken;
|
|
77315
77502
|
|
|
77316
|
-
},{"../../Decorators":
|
|
77503
|
+
},{"../../Decorators":304,"../../Token":329}],434:[function(require,module,exports){
|
|
77317
77504
|
"use strict";
|
|
77318
77505
|
/*!
|
|
77319
77506
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77400,7 +77587,7 @@ __decorate([
|
|
|
77400
77587
|
], TagChunk.prototype, "toString", null);
|
|
77401
77588
|
exports.TagChunk = TagChunk;
|
|
77402
77589
|
|
|
77403
|
-
},{"../../Decorators":
|
|
77590
|
+
},{"../../Decorators":304,"./Chunk":429}],435:[function(require,module,exports){
|
|
77404
77591
|
"use strict";
|
|
77405
77592
|
/*!
|
|
77406
77593
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77470,7 +77657,7 @@ TextChunk = __decorate([
|
|
|
77470
77657
|
], TextChunk);
|
|
77471
77658
|
exports.TextChunk = TextChunk;
|
|
77472
77659
|
|
|
77473
|
-
},{"../../Decorators":
|
|
77660
|
+
},{"../../Decorators":304,"./Chunk":429}],436:[function(require,module,exports){
|
|
77474
77661
|
"use strict";
|
|
77475
77662
|
/*!
|
|
77476
77663
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77565,7 +77752,7 @@ TokenTagToken = __decorate([
|
|
|
77565
77752
|
], TokenTagToken);
|
|
77566
77753
|
exports.TokenTagToken = TokenTagToken;
|
|
77567
77754
|
|
|
77568
|
-
},{"../../CommonToken":
|
|
77755
|
+
},{"../../CommonToken":300,"../../Decorators":304}],437:[function(require,module,exports){
|
|
77569
77756
|
"use strict";
|
|
77570
77757
|
/*!
|
|
77571
77758
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77762,7 +77949,7 @@ exports.XPath = XPath;
|
|
|
77762
77949
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
77763
77950
|
XPath.NOT = "!"; // word for invert operator
|
|
77764
77951
|
|
|
77765
|
-
},{"../../CharStreams":
|
|
77952
|
+
},{"../../CharStreams":297,"../../CommonTokenStream":302,"../../LexerNoViableAltException":314,"../../ParserRuleContext":320,"../../Token":329,"./XPathLexer":439,"./XPathLexerErrorListener":440,"./XPathRuleAnywhereElement":441,"./XPathRuleElement":442,"./XPathTokenAnywhereElement":443,"./XPathTokenElement":444,"./XPathWildcardAnywhereElement":445,"./XPathWildcardElement":446}],438:[function(require,module,exports){
|
|
77766
77953
|
"use strict";
|
|
77767
77954
|
/*!
|
|
77768
77955
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77797,7 +77984,7 @@ __decorate([
|
|
|
77797
77984
|
], XPathElement.prototype, "toString", null);
|
|
77798
77985
|
exports.XPathElement = XPathElement;
|
|
77799
77986
|
|
|
77800
|
-
},{"../../Decorators":
|
|
77987
|
+
},{"../../Decorators":304}],439:[function(require,module,exports){
|
|
77801
77988
|
"use strict";
|
|
77802
77989
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
77803
77990
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -78272,7 +78459,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
78272
78459
|
XPathLexer._serializedATNSegment1,
|
|
78273
78460
|
], "");
|
|
78274
78461
|
|
|
78275
|
-
},{"../../Lexer":
|
|
78462
|
+
},{"../../Lexer":312,"../../VocabularyImpl":335,"../../atn/ATNDeserializer":341,"../../atn/LexerATNSimulator":362,"../../misc/Utils":423}],440:[function(require,module,exports){
|
|
78276
78463
|
"use strict";
|
|
78277
78464
|
/*!
|
|
78278
78465
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78297,7 +78484,7 @@ __decorate([
|
|
|
78297
78484
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
78298
78485
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
78299
78486
|
|
|
78300
|
-
},{"../../Decorators":
|
|
78487
|
+
},{"../../Decorators":304}],441:[function(require,module,exports){
|
|
78301
78488
|
"use strict";
|
|
78302
78489
|
/*!
|
|
78303
78490
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78331,7 +78518,7 @@ __decorate([
|
|
|
78331
78518
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
78332
78519
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
78333
78520
|
|
|
78334
|
-
},{"../../Decorators":
|
|
78521
|
+
},{"../../Decorators":304,"../Trees":428,"./XPathElement":438}],442:[function(require,module,exports){
|
|
78335
78522
|
"use strict";
|
|
78336
78523
|
/*!
|
|
78337
78524
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78374,7 +78561,7 @@ __decorate([
|
|
|
78374
78561
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
78375
78562
|
exports.XPathRuleElement = XPathRuleElement;
|
|
78376
78563
|
|
|
78377
|
-
},{"../../Decorators":
|
|
78564
|
+
},{"../../Decorators":304,"../../ParserRuleContext":320,"../Trees":428,"./XPathElement":438}],443:[function(require,module,exports){
|
|
78378
78565
|
"use strict";
|
|
78379
78566
|
/*!
|
|
78380
78567
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78406,7 +78593,7 @@ __decorate([
|
|
|
78406
78593
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
78407
78594
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
78408
78595
|
|
|
78409
|
-
},{"../../Decorators":
|
|
78596
|
+
},{"../../Decorators":304,"../Trees":428,"./XPathElement":438}],444:[function(require,module,exports){
|
|
78410
78597
|
"use strict";
|
|
78411
78598
|
/*!
|
|
78412
78599
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78449,7 +78636,7 @@ __decorate([
|
|
|
78449
78636
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
78450
78637
|
exports.XPathTokenElement = XPathTokenElement;
|
|
78451
78638
|
|
|
78452
|
-
},{"../../Decorators":
|
|
78639
|
+
},{"../../Decorators":304,"../TerminalNode":427,"../Trees":428,"./XPathElement":438}],445:[function(require,module,exports){
|
|
78453
78640
|
"use strict";
|
|
78454
78641
|
/*!
|
|
78455
78642
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78485,7 +78672,7 @@ __decorate([
|
|
|
78485
78672
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
78486
78673
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
78487
78674
|
|
|
78488
|
-
},{"../../Decorators":
|
|
78675
|
+
},{"../../Decorators":304,"../Trees":428,"./XPath":437,"./XPathElement":438}],446:[function(require,module,exports){
|
|
78489
78676
|
"use strict";
|
|
78490
78677
|
/*!
|
|
78491
78678
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78525,7 +78712,7 @@ __decorate([
|
|
|
78525
78712
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
78526
78713
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
78527
78714
|
|
|
78528
|
-
},{"../../Decorators":
|
|
78715
|
+
},{"../../Decorators":304,"../Trees":428,"./XPath":437,"./XPathElement":438}],447:[function(require,module,exports){
|
|
78529
78716
|
(function (global){(function (){
|
|
78530
78717
|
'use strict';
|
|
78531
78718
|
|
|
@@ -79035,7 +79222,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
79035
79222
|
};
|
|
79036
79223
|
|
|
79037
79224
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79038
|
-
},{"object.assign/polyfill":
|
|
79225
|
+
},{"object.assign/polyfill":504,"util/":450}],448:[function(require,module,exports){
|
|
79039
79226
|
if (typeof Object.create === 'function') {
|
|
79040
79227
|
// implementation from standard node.js 'util' module
|
|
79041
79228
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -79060,14 +79247,14 @@ if (typeof Object.create === 'function') {
|
|
|
79060
79247
|
}
|
|
79061
79248
|
}
|
|
79062
79249
|
|
|
79063
|
-
},{}],
|
|
79250
|
+
},{}],449:[function(require,module,exports){
|
|
79064
79251
|
module.exports = function isBuffer(arg) {
|
|
79065
79252
|
return arg && typeof arg === 'object'
|
|
79066
79253
|
&& typeof arg.copy === 'function'
|
|
79067
79254
|
&& typeof arg.fill === 'function'
|
|
79068
79255
|
&& typeof arg.readUInt8 === 'function';
|
|
79069
79256
|
}
|
|
79070
|
-
},{}],
|
|
79257
|
+
},{}],450:[function(require,module,exports){
|
|
79071
79258
|
(function (process,global){(function (){
|
|
79072
79259
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
79073
79260
|
//
|
|
@@ -79657,7 +79844,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
79657
79844
|
}
|
|
79658
79845
|
|
|
79659
79846
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79660
|
-
},{"./support/isBuffer":
|
|
79847
|
+
},{"./support/isBuffer":449,"_process":506,"inherits":448}],451:[function(require,module,exports){
|
|
79661
79848
|
(function (global){(function (){
|
|
79662
79849
|
'use strict';
|
|
79663
79850
|
|
|
@@ -79678,7 +79865,7 @@ module.exports = function availableTypedArrays() {
|
|
|
79678
79865
|
};
|
|
79679
79866
|
|
|
79680
79867
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79681
|
-
},{"possible-typed-array-names":
|
|
79868
|
+
},{"possible-typed-array-names":505}],452:[function(require,module,exports){
|
|
79682
79869
|
(function (process,global){(function (){
|
|
79683
79870
|
module.exports = process.hrtime || hrtime
|
|
79684
79871
|
|
|
@@ -79709,7 +79896,7 @@ function hrtime(previousTimestamp){
|
|
|
79709
79896
|
return [seconds,nanoseconds]
|
|
79710
79897
|
}
|
|
79711
79898
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79712
|
-
},{"_process":
|
|
79899
|
+
},{"_process":506}],453:[function(require,module,exports){
|
|
79713
79900
|
'use strict';
|
|
79714
79901
|
|
|
79715
79902
|
var bind = require('function-bind');
|
|
@@ -79721,7 +79908,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
79721
79908
|
/** @type {import('./actualApply')} */
|
|
79722
79909
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
79723
79910
|
|
|
79724
|
-
},{"./functionApply":
|
|
79911
|
+
},{"./functionApply":455,"./functionCall":456,"./reflectApply":458,"function-bind":474}],454:[function(require,module,exports){
|
|
79725
79912
|
'use strict';
|
|
79726
79913
|
|
|
79727
79914
|
var bind = require('function-bind');
|
|
@@ -79733,19 +79920,19 @@ module.exports = function applyBind() {
|
|
|
79733
79920
|
return actualApply(bind, $apply, arguments);
|
|
79734
79921
|
};
|
|
79735
79922
|
|
|
79736
|
-
},{"./actualApply":
|
|
79923
|
+
},{"./actualApply":453,"./functionApply":455,"function-bind":474}],455:[function(require,module,exports){
|
|
79737
79924
|
'use strict';
|
|
79738
79925
|
|
|
79739
79926
|
/** @type {import('./functionApply')} */
|
|
79740
79927
|
module.exports = Function.prototype.apply;
|
|
79741
79928
|
|
|
79742
|
-
},{}],
|
|
79929
|
+
},{}],456:[function(require,module,exports){
|
|
79743
79930
|
'use strict';
|
|
79744
79931
|
|
|
79745
79932
|
/** @type {import('./functionCall')} */
|
|
79746
79933
|
module.exports = Function.prototype.call;
|
|
79747
79934
|
|
|
79748
|
-
},{}],
|
|
79935
|
+
},{}],457:[function(require,module,exports){
|
|
79749
79936
|
'use strict';
|
|
79750
79937
|
|
|
79751
79938
|
var bind = require('function-bind');
|
|
@@ -79762,13 +79949,13 @@ module.exports = function callBindBasic(args) {
|
|
|
79762
79949
|
return $actualApply(bind, $call, args);
|
|
79763
79950
|
};
|
|
79764
79951
|
|
|
79765
|
-
},{"./actualApply":
|
|
79952
|
+
},{"./actualApply":453,"./functionCall":456,"es-errors/type":469,"function-bind":474}],458:[function(require,module,exports){
|
|
79766
79953
|
'use strict';
|
|
79767
79954
|
|
|
79768
79955
|
/** @type {import('./reflectApply')} */
|
|
79769
79956
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
79770
79957
|
|
|
79771
|
-
},{}],
|
|
79958
|
+
},{}],459:[function(require,module,exports){
|
|
79772
79959
|
'use strict';
|
|
79773
79960
|
|
|
79774
79961
|
var setFunctionLength = require('set-function-length');
|
|
@@ -79794,7 +79981,7 @@ if ($defineProperty) {
|
|
|
79794
79981
|
module.exports.apply = applyBind;
|
|
79795
79982
|
}
|
|
79796
79983
|
|
|
79797
|
-
},{"call-bind-apply-helpers":
|
|
79984
|
+
},{"call-bind-apply-helpers":457,"call-bind-apply-helpers/applyBind":454,"es-define-property":463,"set-function-length":508}],460:[function(require,module,exports){
|
|
79798
79985
|
'use strict';
|
|
79799
79986
|
|
|
79800
79987
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -79815,7 +80002,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
79815
80002
|
return intrinsic;
|
|
79816
80003
|
};
|
|
79817
80004
|
|
|
79818
|
-
},{"call-bind-apply-helpers":
|
|
80005
|
+
},{"call-bind-apply-helpers":457,"get-intrinsic":475}],461:[function(require,module,exports){
|
|
79819
80006
|
'use strict';
|
|
79820
80007
|
|
|
79821
80008
|
var $defineProperty = require('es-define-property');
|
|
@@ -79873,7 +80060,7 @@ module.exports = function defineDataProperty(
|
|
|
79873
80060
|
}
|
|
79874
80061
|
};
|
|
79875
80062
|
|
|
79876
|
-
},{"es-define-property":
|
|
80063
|
+
},{"es-define-property":463,"es-errors/syntax":468,"es-errors/type":469,"gopd":480}],462:[function(require,module,exports){
|
|
79877
80064
|
'use strict';
|
|
79878
80065
|
|
|
79879
80066
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79905,7 +80092,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79905
80092
|
}
|
|
79906
80093
|
: false;
|
|
79907
80094
|
|
|
79908
|
-
},{"call-bind-apply-helpers":
|
|
80095
|
+
},{"call-bind-apply-helpers":457,"gopd":480}],463:[function(require,module,exports){
|
|
79909
80096
|
'use strict';
|
|
79910
80097
|
|
|
79911
80098
|
/** @type {import('.')} */
|
|
@@ -79921,55 +80108,55 @@ if ($defineProperty) {
|
|
|
79921
80108
|
|
|
79922
80109
|
module.exports = $defineProperty;
|
|
79923
80110
|
|
|
79924
|
-
},{}],
|
|
80111
|
+
},{}],464:[function(require,module,exports){
|
|
79925
80112
|
'use strict';
|
|
79926
80113
|
|
|
79927
80114
|
/** @type {import('./eval')} */
|
|
79928
80115
|
module.exports = EvalError;
|
|
79929
80116
|
|
|
79930
|
-
},{}],
|
|
80117
|
+
},{}],465:[function(require,module,exports){
|
|
79931
80118
|
'use strict';
|
|
79932
80119
|
|
|
79933
80120
|
/** @type {import('.')} */
|
|
79934
80121
|
module.exports = Error;
|
|
79935
80122
|
|
|
79936
|
-
},{}],
|
|
80123
|
+
},{}],466:[function(require,module,exports){
|
|
79937
80124
|
'use strict';
|
|
79938
80125
|
|
|
79939
80126
|
/** @type {import('./range')} */
|
|
79940
80127
|
module.exports = RangeError;
|
|
79941
80128
|
|
|
79942
|
-
},{}],
|
|
80129
|
+
},{}],467:[function(require,module,exports){
|
|
79943
80130
|
'use strict';
|
|
79944
80131
|
|
|
79945
80132
|
/** @type {import('./ref')} */
|
|
79946
80133
|
module.exports = ReferenceError;
|
|
79947
80134
|
|
|
79948
|
-
},{}],
|
|
80135
|
+
},{}],468:[function(require,module,exports){
|
|
79949
80136
|
'use strict';
|
|
79950
80137
|
|
|
79951
80138
|
/** @type {import('./syntax')} */
|
|
79952
80139
|
module.exports = SyntaxError;
|
|
79953
80140
|
|
|
79954
|
-
},{}],
|
|
80141
|
+
},{}],469:[function(require,module,exports){
|
|
79955
80142
|
'use strict';
|
|
79956
80143
|
|
|
79957
80144
|
/** @type {import('./type')} */
|
|
79958
80145
|
module.exports = TypeError;
|
|
79959
80146
|
|
|
79960
|
-
},{}],
|
|
80147
|
+
},{}],470:[function(require,module,exports){
|
|
79961
80148
|
'use strict';
|
|
79962
80149
|
|
|
79963
80150
|
/** @type {import('./uri')} */
|
|
79964
80151
|
module.exports = URIError;
|
|
79965
80152
|
|
|
79966
|
-
},{}],
|
|
80153
|
+
},{}],471:[function(require,module,exports){
|
|
79967
80154
|
'use strict';
|
|
79968
80155
|
|
|
79969
80156
|
/** @type {import('.')} */
|
|
79970
80157
|
module.exports = Object;
|
|
79971
80158
|
|
|
79972
|
-
},{}],
|
|
80159
|
+
},{}],472:[function(require,module,exports){
|
|
79973
80160
|
'use strict';
|
|
79974
80161
|
|
|
79975
80162
|
var isCallable = require('is-callable');
|
|
@@ -80040,7 +80227,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
80040
80227
|
}
|
|
80041
80228
|
};
|
|
80042
80229
|
|
|
80043
|
-
},{"is-callable":
|
|
80230
|
+
},{"is-callable":488}],473:[function(require,module,exports){
|
|
80044
80231
|
'use strict';
|
|
80045
80232
|
|
|
80046
80233
|
/* eslint no-invalid-this: 1 */
|
|
@@ -80126,14 +80313,14 @@ module.exports = function bind(that) {
|
|
|
80126
80313
|
return bound;
|
|
80127
80314
|
};
|
|
80128
80315
|
|
|
80129
|
-
},{}],
|
|
80316
|
+
},{}],474:[function(require,module,exports){
|
|
80130
80317
|
'use strict';
|
|
80131
80318
|
|
|
80132
80319
|
var implementation = require('./implementation');
|
|
80133
80320
|
|
|
80134
80321
|
module.exports = Function.prototype.bind || implementation;
|
|
80135
80322
|
|
|
80136
|
-
},{"./implementation":
|
|
80323
|
+
},{"./implementation":473}],475:[function(require,module,exports){
|
|
80137
80324
|
'use strict';
|
|
80138
80325
|
|
|
80139
80326
|
var undefined;
|
|
@@ -80513,7 +80700,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
80513
80700
|
return value;
|
|
80514
80701
|
};
|
|
80515
80702
|
|
|
80516
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
80703
|
+
},{"call-bind-apply-helpers/functionApply":455,"call-bind-apply-helpers/functionCall":456,"es-define-property":463,"es-errors":465,"es-errors/eval":464,"es-errors/range":466,"es-errors/ref":467,"es-errors/syntax":468,"es-errors/type":469,"es-errors/uri":470,"es-object-atoms":471,"function-bind":474,"get-proto":478,"get-proto/Object.getPrototypeOf":476,"get-proto/Reflect.getPrototypeOf":477,"gopd":480,"has-symbols":482,"hasown":485,"math-intrinsics/abs":492,"math-intrinsics/floor":493,"math-intrinsics/max":495,"math-intrinsics/min":496,"math-intrinsics/pow":497,"math-intrinsics/round":498,"math-intrinsics/sign":499}],476:[function(require,module,exports){
|
|
80517
80704
|
'use strict';
|
|
80518
80705
|
|
|
80519
80706
|
var $Object = require('es-object-atoms');
|
|
@@ -80521,13 +80708,13 @@ var $Object = require('es-object-atoms');
|
|
|
80521
80708
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
80522
80709
|
module.exports = $Object.getPrototypeOf || null;
|
|
80523
80710
|
|
|
80524
|
-
},{"es-object-atoms":
|
|
80711
|
+
},{"es-object-atoms":471}],477:[function(require,module,exports){
|
|
80525
80712
|
'use strict';
|
|
80526
80713
|
|
|
80527
80714
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
80528
80715
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
80529
80716
|
|
|
80530
|
-
},{}],
|
|
80717
|
+
},{}],478:[function(require,module,exports){
|
|
80531
80718
|
'use strict';
|
|
80532
80719
|
|
|
80533
80720
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -80556,13 +80743,13 @@ module.exports = reflectGetProto
|
|
|
80556
80743
|
}
|
|
80557
80744
|
: null;
|
|
80558
80745
|
|
|
80559
|
-
},{"./Object.getPrototypeOf":
|
|
80746
|
+
},{"./Object.getPrototypeOf":476,"./Reflect.getPrototypeOf":477,"dunder-proto/get":462}],479:[function(require,module,exports){
|
|
80560
80747
|
'use strict';
|
|
80561
80748
|
|
|
80562
80749
|
/** @type {import('./gOPD')} */
|
|
80563
80750
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
80564
80751
|
|
|
80565
|
-
},{}],
|
|
80752
|
+
},{}],480:[function(require,module,exports){
|
|
80566
80753
|
'use strict';
|
|
80567
80754
|
|
|
80568
80755
|
/** @type {import('.')} */
|
|
@@ -80579,7 +80766,7 @@ if ($gOPD) {
|
|
|
80579
80766
|
|
|
80580
80767
|
module.exports = $gOPD;
|
|
80581
80768
|
|
|
80582
|
-
},{"./gOPD":
|
|
80769
|
+
},{"./gOPD":479}],481:[function(require,module,exports){
|
|
80583
80770
|
'use strict';
|
|
80584
80771
|
|
|
80585
80772
|
var $defineProperty = require('es-define-property');
|
|
@@ -80603,7 +80790,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
80603
80790
|
|
|
80604
80791
|
module.exports = hasPropertyDescriptors;
|
|
80605
80792
|
|
|
80606
|
-
},{"es-define-property":
|
|
80793
|
+
},{"es-define-property":463}],482:[function(require,module,exports){
|
|
80607
80794
|
'use strict';
|
|
80608
80795
|
|
|
80609
80796
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -80619,7 +80806,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
80619
80806
|
return hasSymbolSham();
|
|
80620
80807
|
};
|
|
80621
80808
|
|
|
80622
|
-
},{"./shams":
|
|
80809
|
+
},{"./shams":483}],483:[function(require,module,exports){
|
|
80623
80810
|
'use strict';
|
|
80624
80811
|
|
|
80625
80812
|
/** @type {import('./shams')} */
|
|
@@ -80666,7 +80853,7 @@ module.exports = function hasSymbols() {
|
|
|
80666
80853
|
return true;
|
|
80667
80854
|
};
|
|
80668
80855
|
|
|
80669
|
-
},{}],
|
|
80856
|
+
},{}],484:[function(require,module,exports){
|
|
80670
80857
|
'use strict';
|
|
80671
80858
|
|
|
80672
80859
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -80676,7 +80863,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
80676
80863
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
80677
80864
|
};
|
|
80678
80865
|
|
|
80679
|
-
},{"has-symbols/shams":
|
|
80866
|
+
},{"has-symbols/shams":483}],485:[function(require,module,exports){
|
|
80680
80867
|
'use strict';
|
|
80681
80868
|
|
|
80682
80869
|
var call = Function.prototype.call;
|
|
@@ -80686,7 +80873,7 @@ var bind = require('function-bind');
|
|
|
80686
80873
|
/** @type {import('.')} */
|
|
80687
80874
|
module.exports = bind.call(call, $hasOwn);
|
|
80688
80875
|
|
|
80689
|
-
},{"function-bind":
|
|
80876
|
+
},{"function-bind":474}],486:[function(require,module,exports){
|
|
80690
80877
|
if (typeof Object.create === 'function') {
|
|
80691
80878
|
// implementation from standard node.js 'util' module
|
|
80692
80879
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -80715,7 +80902,7 @@ if (typeof Object.create === 'function') {
|
|
|
80715
80902
|
}
|
|
80716
80903
|
}
|
|
80717
80904
|
|
|
80718
|
-
},{}],
|
|
80905
|
+
},{}],487:[function(require,module,exports){
|
|
80719
80906
|
'use strict';
|
|
80720
80907
|
|
|
80721
80908
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -80761,7 +80948,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
80761
80948
|
/** @type {import('.')} */
|
|
80762
80949
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
80763
80950
|
|
|
80764
|
-
},{"call-bound":
|
|
80951
|
+
},{"call-bound":460,"has-tostringtag/shams":484}],488:[function(require,module,exports){
|
|
80765
80952
|
'use strict';
|
|
80766
80953
|
|
|
80767
80954
|
var fnToStr = Function.prototype.toString;
|
|
@@ -80864,7 +81051,7 @@ module.exports = reflectApply
|
|
|
80864
81051
|
return tryFunctionObject(value);
|
|
80865
81052
|
};
|
|
80866
81053
|
|
|
80867
|
-
},{}],
|
|
81054
|
+
},{}],489:[function(require,module,exports){
|
|
80868
81055
|
'use strict';
|
|
80869
81056
|
|
|
80870
81057
|
var callBound = require('call-bound');
|
|
@@ -80913,7 +81100,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80913
81100
|
return getProto(fn) === GeneratorFunction;
|
|
80914
81101
|
};
|
|
80915
81102
|
|
|
80916
|
-
},{"call-bound":
|
|
81103
|
+
},{"call-bound":460,"get-proto":478,"has-tostringtag/shams":484,"safe-regex-test":507}],490:[function(require,module,exports){
|
|
80917
81104
|
'use strict';
|
|
80918
81105
|
|
|
80919
81106
|
var callBound = require('call-bound');
|
|
@@ -80984,7 +81171,7 @@ if (hasToStringTag) {
|
|
|
80984
81171
|
|
|
80985
81172
|
module.exports = fn;
|
|
80986
81173
|
|
|
80987
|
-
},{"call-bound":
|
|
81174
|
+
},{"call-bound":460,"gopd":480,"has-tostringtag/shams":484,"hasown":485}],491:[function(require,module,exports){
|
|
80988
81175
|
'use strict';
|
|
80989
81176
|
|
|
80990
81177
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80994,19 +81181,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80994
81181
|
return !!whichTypedArray(value);
|
|
80995
81182
|
};
|
|
80996
81183
|
|
|
80997
|
-
},{"which-typed-array":
|
|
81184
|
+
},{"which-typed-array":512}],492:[function(require,module,exports){
|
|
80998
81185
|
'use strict';
|
|
80999
81186
|
|
|
81000
81187
|
/** @type {import('./abs')} */
|
|
81001
81188
|
module.exports = Math.abs;
|
|
81002
81189
|
|
|
81003
|
-
},{}],
|
|
81190
|
+
},{}],493:[function(require,module,exports){
|
|
81004
81191
|
'use strict';
|
|
81005
81192
|
|
|
81006
81193
|
/** @type {import('./floor')} */
|
|
81007
81194
|
module.exports = Math.floor;
|
|
81008
81195
|
|
|
81009
|
-
},{}],
|
|
81196
|
+
},{}],494:[function(require,module,exports){
|
|
81010
81197
|
'use strict';
|
|
81011
81198
|
|
|
81012
81199
|
/** @type {import('./isNaN')} */
|
|
@@ -81014,31 +81201,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
81014
81201
|
return a !== a;
|
|
81015
81202
|
};
|
|
81016
81203
|
|
|
81017
|
-
},{}],
|
|
81204
|
+
},{}],495:[function(require,module,exports){
|
|
81018
81205
|
'use strict';
|
|
81019
81206
|
|
|
81020
81207
|
/** @type {import('./max')} */
|
|
81021
81208
|
module.exports = Math.max;
|
|
81022
81209
|
|
|
81023
|
-
},{}],
|
|
81210
|
+
},{}],496:[function(require,module,exports){
|
|
81024
81211
|
'use strict';
|
|
81025
81212
|
|
|
81026
81213
|
/** @type {import('./min')} */
|
|
81027
81214
|
module.exports = Math.min;
|
|
81028
81215
|
|
|
81029
|
-
},{}],
|
|
81216
|
+
},{}],497:[function(require,module,exports){
|
|
81030
81217
|
'use strict';
|
|
81031
81218
|
|
|
81032
81219
|
/** @type {import('./pow')} */
|
|
81033
81220
|
module.exports = Math.pow;
|
|
81034
81221
|
|
|
81035
|
-
},{}],
|
|
81222
|
+
},{}],498:[function(require,module,exports){
|
|
81036
81223
|
'use strict';
|
|
81037
81224
|
|
|
81038
81225
|
/** @type {import('./round')} */
|
|
81039
81226
|
module.exports = Math.round;
|
|
81040
81227
|
|
|
81041
|
-
},{}],
|
|
81228
|
+
},{}],499:[function(require,module,exports){
|
|
81042
81229
|
'use strict';
|
|
81043
81230
|
|
|
81044
81231
|
var $isNaN = require('./isNaN');
|
|
@@ -81051,7 +81238,7 @@ module.exports = function sign(number) {
|
|
|
81051
81238
|
return number < 0 ? -1 : +1;
|
|
81052
81239
|
};
|
|
81053
81240
|
|
|
81054
|
-
},{"./isNaN":
|
|
81241
|
+
},{"./isNaN":494}],500:[function(require,module,exports){
|
|
81055
81242
|
'use strict';
|
|
81056
81243
|
|
|
81057
81244
|
var keysShim;
|
|
@@ -81175,7 +81362,7 @@ if (!Object.keys) {
|
|
|
81175
81362
|
}
|
|
81176
81363
|
module.exports = keysShim;
|
|
81177
81364
|
|
|
81178
|
-
},{"./isArguments":
|
|
81365
|
+
},{"./isArguments":502}],501:[function(require,module,exports){
|
|
81179
81366
|
'use strict';
|
|
81180
81367
|
|
|
81181
81368
|
var slice = Array.prototype.slice;
|
|
@@ -81209,7 +81396,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
81209
81396
|
|
|
81210
81397
|
module.exports = keysShim;
|
|
81211
81398
|
|
|
81212
|
-
},{"./implementation":
|
|
81399
|
+
},{"./implementation":500,"./isArguments":502}],502:[function(require,module,exports){
|
|
81213
81400
|
'use strict';
|
|
81214
81401
|
|
|
81215
81402
|
var toStr = Object.prototype.toString;
|
|
@@ -81228,7 +81415,7 @@ module.exports = function isArguments(value) {
|
|
|
81228
81415
|
return isArgs;
|
|
81229
81416
|
};
|
|
81230
81417
|
|
|
81231
|
-
},{}],
|
|
81418
|
+
},{}],503:[function(require,module,exports){
|
|
81232
81419
|
'use strict';
|
|
81233
81420
|
|
|
81234
81421
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -81276,7 +81463,7 @@ module.exports = function assign(target, source1) {
|
|
|
81276
81463
|
return to; // step 4
|
|
81277
81464
|
};
|
|
81278
81465
|
|
|
81279
|
-
},{"call-bound":
|
|
81466
|
+
},{"call-bound":460,"es-object-atoms":471,"has-symbols/shams":483,"object-keys":501}],504:[function(require,module,exports){
|
|
81280
81467
|
'use strict';
|
|
81281
81468
|
|
|
81282
81469
|
var implementation = require('./implementation');
|
|
@@ -81333,7 +81520,7 @@ module.exports = function getPolyfill() {
|
|
|
81333
81520
|
return Object.assign;
|
|
81334
81521
|
};
|
|
81335
81522
|
|
|
81336
|
-
},{"./implementation":
|
|
81523
|
+
},{"./implementation":503}],505:[function(require,module,exports){
|
|
81337
81524
|
'use strict';
|
|
81338
81525
|
|
|
81339
81526
|
/** @type {import('.')} */
|
|
@@ -81352,7 +81539,7 @@ module.exports = [
|
|
|
81352
81539
|
'BigUint64Array'
|
|
81353
81540
|
];
|
|
81354
81541
|
|
|
81355
|
-
},{}],
|
|
81542
|
+
},{}],506:[function(require,module,exports){
|
|
81356
81543
|
// shim for using process in browser
|
|
81357
81544
|
var process = module.exports = {};
|
|
81358
81545
|
|
|
@@ -81538,7 +81725,7 @@ process.chdir = function (dir) {
|
|
|
81538
81725
|
};
|
|
81539
81726
|
process.umask = function() { return 0; };
|
|
81540
81727
|
|
|
81541
|
-
},{}],
|
|
81728
|
+
},{}],507:[function(require,module,exports){
|
|
81542
81729
|
'use strict';
|
|
81543
81730
|
|
|
81544
81731
|
var callBound = require('call-bound');
|
|
@@ -81557,7 +81744,7 @@ module.exports = function regexTester(regex) {
|
|
|
81557
81744
|
};
|
|
81558
81745
|
};
|
|
81559
81746
|
|
|
81560
|
-
},{"call-bound":
|
|
81747
|
+
},{"call-bound":460,"es-errors/type":469,"is-regex":490}],508:[function(require,module,exports){
|
|
81561
81748
|
'use strict';
|
|
81562
81749
|
|
|
81563
81750
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -81601,9 +81788,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
81601
81788
|
return fn;
|
|
81602
81789
|
};
|
|
81603
81790
|
|
|
81604
|
-
},{"define-data-property":
|
|
81605
|
-
arguments[4][
|
|
81606
|
-
},{"dup":
|
|
81791
|
+
},{"define-data-property":461,"es-errors/type":469,"get-intrinsic":475,"gopd":480,"has-property-descriptors":481}],509:[function(require,module,exports){
|
|
81792
|
+
arguments[4][449][0].apply(exports,arguments)
|
|
81793
|
+
},{"dup":449}],510:[function(require,module,exports){
|
|
81607
81794
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
81608
81795
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
81609
81796
|
|
|
@@ -81939,7 +82126,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81939
82126
|
});
|
|
81940
82127
|
});
|
|
81941
82128
|
|
|
81942
|
-
},{"is-arguments":
|
|
82129
|
+
},{"is-arguments":487,"is-generator-function":489,"is-typed-array":491,"which-typed-array":512}],511:[function(require,module,exports){
|
|
81943
82130
|
(function (process){(function (){
|
|
81944
82131
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81945
82132
|
//
|
|
@@ -82658,7 +82845,7 @@ function callbackify(original) {
|
|
|
82658
82845
|
exports.callbackify = callbackify;
|
|
82659
82846
|
|
|
82660
82847
|
}).call(this)}).call(this,require('_process'))
|
|
82661
|
-
},{"./support/isBuffer":
|
|
82848
|
+
},{"./support/isBuffer":509,"./support/types":510,"_process":506,"inherits":486}],512:[function(require,module,exports){
|
|
82662
82849
|
(function (global){(function (){
|
|
82663
82850
|
'use strict';
|
|
82664
82851
|
|
|
@@ -82779,5 +82966,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
82779
82966
|
};
|
|
82780
82967
|
|
|
82781
82968
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
82782
|
-
},{"available-typed-arrays":
|
|
82969
|
+
},{"available-typed-arrays":451,"call-bind":459,"call-bound":460,"for-each":472,"get-proto":478,"gopd":480,"has-tostringtag/shams":484}]},{},[150])(150)
|
|
82783
82970
|
});
|