@designliquido/delegua 0.52.2 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/avaliador-sintatico/avaliador-sintatico.d.ts +38 -3
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js +112 -14
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/bin/package.json +1 -1
- package/construtos/enquanto-como-construto.d.ts +14 -0
- package/construtos/enquanto-como-construto.d.ts.map +1 -0
- package/construtos/enquanto-como-construto.js +19 -0
- package/construtos/enquanto-como-construto.js.map +1 -0
- package/construtos/fazer-como-construto.d.ts +14 -0
- package/construtos/fazer-como-construto.d.ts.map +1 -0
- package/construtos/fazer-como-construto.js +19 -0
- package/construtos/fazer-como-construto.js.map +1 -0
- package/construtos/index.d.ts +4 -0
- package/construtos/index.d.ts.map +1 -1
- package/construtos/index.js +4 -0
- package/construtos/index.js.map +1 -1
- package/construtos/para-cada-como-construto.d.ts +18 -0
- package/construtos/para-cada-como-construto.d.ts.map +1 -0
- package/construtos/para-cada-como-construto.js +21 -0
- package/construtos/para-cada-como-construto.js.map +1 -0
- package/construtos/para-como-construto.d.ts +19 -0
- package/construtos/para-como-construto.d.ts.map +1 -0
- package/construtos/para-como-construto.js +24 -0
- package/construtos/para-como-construto.js.map +1 -0
- package/declaracoes/bloco.d.ts.map +1 -1
- package/declaracoes/bloco.js +2 -0
- package/declaracoes/bloco.js.map +1 -1
- package/declaracoes/enquanto.d.ts +2 -1
- package/declaracoes/enquanto.d.ts.map +1 -1
- package/declaracoes/enquanto.js.map +1 -1
- package/declaracoes/fazer.d.ts +2 -1
- package/declaracoes/fazer.d.ts.map +1 -1
- package/declaracoes/fazer.js.map +1 -1
- package/declaracoes/para-cada.d.ts +5 -4
- package/declaracoes/para-cada.d.ts.map +1 -1
- package/declaracoes/para-cada.js +1 -1
- package/declaracoes/para-cada.js.map +1 -1
- package/declaracoes/para.d.ts +2 -1
- package/declaracoes/para.d.ts.map +1 -1
- package/declaracoes/para.js.map +1 -1
- package/formatadores/formatador-delegua.js +1 -1
- package/formatadores/formatador-delegua.js.map +1 -1
- package/interfaces/delegua/enquanto-interface.d.ts +9 -0
- package/interfaces/delegua/enquanto-interface.d.ts.map +1 -0
- package/interfaces/delegua/enquanto-interface.js +3 -0
- package/interfaces/delegua/enquanto-interface.js.map +1 -0
- package/interfaces/delegua/fazer-interface.d.ts +9 -0
- package/interfaces/delegua/fazer-interface.d.ts.map +1 -0
- package/interfaces/delegua/fazer-interface.js +3 -0
- package/interfaces/delegua/fazer-interface.js.map +1 -0
- package/interfaces/delegua/index.d.ts +5 -0
- package/interfaces/delegua/index.d.ts.map +1 -0
- package/interfaces/delegua/index.js +21 -0
- package/interfaces/delegua/index.js.map +1 -0
- package/interfaces/delegua/para-cada-interface.d.ts +11 -0
- package/interfaces/delegua/para-cada-interface.d.ts.map +1 -0
- package/interfaces/delegua/para-cada-interface.js +3 -0
- package/interfaces/delegua/para-cada-interface.js.map +1 -0
- package/interfaces/delegua/para-interface.d.ts +14 -0
- package/interfaces/delegua/para-interface.d.ts.map +1 -0
- package/interfaces/delegua/para-interface.js +3 -0
- package/interfaces/delegua/para-interface.js.map +1 -0
- package/interfaces/index.d.ts +1 -0
- package/interfaces/index.d.ts.map +1 -1
- package/interfaces/index.js +1 -0
- package/interfaces/index.js.map +1 -1
- package/interfaces/retornos/retorno-execucao-interface.d.ts +2 -1
- package/interfaces/retornos/retorno-execucao-interface.d.ts.map +1 -1
- package/interfaces/visitante-comum-interface.d.ts +1 -2
- package/interfaces/visitante-comum-interface.d.ts.map +1 -1
- package/interfaces/visitante-delegua-interface.d.ts +12 -0
- package/interfaces/visitante-delegua-interface.d.ts.map +1 -0
- package/interfaces/visitante-delegua-interface.js +3 -0
- package/interfaces/visitante-delegua-interface.js.map +1 -0
- package/interpretador/interpretador-base.d.ts +1 -2
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +0 -48
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador-com-depuracao.d.ts.map +1 -1
- package/interpretador/interpretador-com-depuracao.js +1 -3
- package/interpretador/interpretador-com-depuracao.js.map +1 -1
- package/interpretador/interpretador.d.ts +25 -5
- package/interpretador/interpretador.d.ts.map +1 -1
- package/interpretador/interpretador.js +210 -2
- package/interpretador/interpretador.js.map +1 -1
- package/package.json +1 -1
- package/tradutores/tradutor-assemblyscript.js +1 -1
- package/tradutores/tradutor-assemblyscript.js.map +1 -1
- package/tradutores/tradutor-javascript.js +1 -1
- package/tradutores/tradutor-javascript.js.map +1 -1
- package/tradutores/tradutor-mermaidjs.js +1 -1
- package/tradutores/tradutor-mermaidjs.js.map +1 -1
- package/tradutores/tradutor-python.js +1 -1
- package/tradutores/tradutor-python.js.map +1 -1
- package/tradutores/tradutor-reverso-tenda.js +1 -1
- package/tradutores/tradutor-reverso-tenda.js.map +1 -1
- package/umd/delegua.js +821 -465
package/umd/delegua.js
CHANGED
|
@@ -238,7 +238,7 @@ class AvaliadorSintaticoBase {
|
|
|
238
238
|
}
|
|
239
239
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
240
240
|
|
|
241
|
-
},{"../construtos":
|
|
241
|
+
},{"../construtos":47,"../declaracoes":91,"../tipos-de-simbolos/comum":182,"./erro-avaliador-sintatico":9}],2:[function(require,module,exports){
|
|
242
242
|
"use strict";
|
|
243
243
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
244
244
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -255,13 +255,13 @@ const inferenciador_1 = require("../inferenciador");
|
|
|
255
255
|
const pilha_escopos_1 = require("./pilha-escopos");
|
|
256
256
|
const informacao_escopo_1 = require("./informacao-escopo");
|
|
257
257
|
const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
|
|
258
|
+
const comum_1 = require("./comum");
|
|
258
259
|
const delegua_1 = __importDefault(require("../tipos-de-dados/delegua"));
|
|
259
260
|
const delegua_2 = __importDefault(require("../tipos-de-simbolos/delegua"));
|
|
260
261
|
const primitivas_dicionario_1 = __importDefault(require("../bibliotecas/primitivas-dicionario"));
|
|
261
262
|
const primitivas_numero_1 = __importDefault(require("../bibliotecas/primitivas-numero"));
|
|
262
263
|
const primitivas_texto_1 = __importDefault(require("../bibliotecas/primitivas-texto"));
|
|
263
264
|
const primitivas_vetor_1 = __importDefault(require("../bibliotecas/primitivas-vetor"));
|
|
264
|
-
const comum_1 = require("./comum");
|
|
265
265
|
/**
|
|
266
266
|
* O avaliador sintático (_Parser_) é responsável por transformar os símbolos do Lexador em estruturas de alto nível.
|
|
267
267
|
* Essas estruturas de alto nível são as partes que executam lógica de programação de fato.
|
|
@@ -384,6 +384,56 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
384
384
|
this.consumir(delegua_2.default.COLCHETE_DIREITO, "Esperado ']' após a expressão.");
|
|
385
385
|
return new tuplas_1.SeletorTuplas(...argumentos);
|
|
386
386
|
}
|
|
387
|
+
enquantoComoConstruto() {
|
|
388
|
+
const { condicao, corpo } = this.logicaComumEnquanto();
|
|
389
|
+
return new construtos_1.EnquantoComoConstruto(condicao, corpo);
|
|
390
|
+
}
|
|
391
|
+
fazerComoConstruto(simboloFazer) {
|
|
392
|
+
try {
|
|
393
|
+
this.blocos += 1;
|
|
394
|
+
const { caminhoFazer, condicaoEnquanto } = this.logicaComumFazer();
|
|
395
|
+
return new construtos_1.FazerComoConstruto(simboloFazer.hashArquivo, Number(simboloFazer.linha), caminhoFazer, condicaoEnquanto);
|
|
396
|
+
}
|
|
397
|
+
finally {
|
|
398
|
+
this.blocos -= 1;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
paraCadaComoConstrutoVetor(simboloPara) {
|
|
402
|
+
const { variavelIteracao, vetor, corpo } = this.logicaComumParaCadaVetor(simboloPara);
|
|
403
|
+
return new construtos_1.ParaCadaComoConstruto(this.hashArquivo, Number(simboloPara.linha), variavelIteracao, vetor, corpo);
|
|
404
|
+
}
|
|
405
|
+
paraCadaComoConstrutoDicionario(simboloPara) {
|
|
406
|
+
const { nomeVariavelChave, nomeVariavelValor, dicionario, corpo } = this.logicaParaCadaDicionario(simboloPara);
|
|
407
|
+
return new construtos_1.ParaCadaComoConstruto(this.hashArquivo, Number(simboloPara.linha), new tuplas_1.Dupla(new construtos_1.Literal(this.hashArquivo, Number(simboloPara.linha), nomeVariavelChave.lexema), new construtos_1.Literal(this.hashArquivo, Number(simboloPara.linha), nomeVariavelValor.lexema)), dicionario, corpo);
|
|
408
|
+
}
|
|
409
|
+
paraCadaComoConstruto(simboloPara) {
|
|
410
|
+
if (this.verificarTipoSimboloAtual(delegua_2.default.IDENTIFICADOR)) {
|
|
411
|
+
return this.paraCadaComoConstrutoVetor(simboloPara);
|
|
412
|
+
}
|
|
413
|
+
if (this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_ESQUERDA)) {
|
|
414
|
+
return this.paraCadaComoConstrutoDicionario(simboloPara);
|
|
415
|
+
}
|
|
416
|
+
throw this.erro(simboloPara, 'Identificador de iteração deve ser ou um par chave-valor, ou um nome de variável.');
|
|
417
|
+
}
|
|
418
|
+
paraTradicionalComoConstruto(simboloPara) {
|
|
419
|
+
const { inicializador, condicao, incrementar, corpo } = this.logicaComumPara(simboloPara);
|
|
420
|
+
return new construtos_1.ParaComoConstruto(simboloPara.hashArquivo, simboloPara.linha, inicializador, condicao, incrementar, corpo);
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* Método que resolve `para` ou `para cada` como construto.
|
|
424
|
+
*/
|
|
425
|
+
paraComoConstruto(simboloPara) {
|
|
426
|
+
try {
|
|
427
|
+
this.blocos += 1;
|
|
428
|
+
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.CADA)) {
|
|
429
|
+
return this.paraCadaComoConstruto(simboloPara);
|
|
430
|
+
}
|
|
431
|
+
return this.paraTradicionalComoConstruto(simboloPara);
|
|
432
|
+
}
|
|
433
|
+
finally {
|
|
434
|
+
this.blocos -= 1;
|
|
435
|
+
}
|
|
436
|
+
}
|
|
387
437
|
primario() {
|
|
388
438
|
const simboloAtual = this.simbolos[this.atual];
|
|
389
439
|
let valores = [];
|
|
@@ -435,6 +485,9 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
435
485
|
const valoresSemSeparadores = valoresSemComentarios.filter((v) => v.constructor.name !== 'Separador');
|
|
436
486
|
const tipoVetor = (0, inferenciador_1.inferirTipoVariavel)(valoresSemSeparadores);
|
|
437
487
|
return new construtos_1.Vetor(this.hashArquivo, Number(simboloAtual.linha), valores, valores.length, tipoVetor);
|
|
488
|
+
case delegua_2.default.ENQUANTO:
|
|
489
|
+
this.avancarEDevolverAnterior();
|
|
490
|
+
return this.enquantoComoConstruto();
|
|
438
491
|
case delegua_2.default.EXPRESSAO_REGULAR:
|
|
439
492
|
let valor = '';
|
|
440
493
|
let linhaAtual = this.simbolos[this.atual].linha;
|
|
@@ -453,6 +506,9 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
453
506
|
case delegua_2.default.FALSO:
|
|
454
507
|
this.avancarEDevolverAnterior();
|
|
455
508
|
return new construtos_1.Literal(this.hashArquivo, Number(simboloAtual.linha), false, 'lógico');
|
|
509
|
+
case delegua_2.default.FAZER:
|
|
510
|
+
const simboloFazer = this.avancarEDevolverAnterior();
|
|
511
|
+
return this.fazerComoConstruto(simboloFazer);
|
|
456
512
|
case delegua_2.default.FUNCAO:
|
|
457
513
|
case delegua_2.default.FUNÇÃO:
|
|
458
514
|
const simboloFuncao = this.avancarEDevolverAnterior();
|
|
@@ -500,6 +556,9 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
500
556
|
const tipoInferido = (0, inferenciador_1.inferirTipoVariavel)(simboloNumeroTexto.literal);
|
|
501
557
|
const tipoDadosElementar = (0, inferenciador_1.tipoInferenciaParaTipoDadosElementar)(tipoInferido);
|
|
502
558
|
return new construtos_1.Literal(this.hashArquivo, Number(simboloNumeroTexto.linha), simboloNumeroTexto.literal, tipoDadosElementar);
|
|
559
|
+
case delegua_2.default.PARA:
|
|
560
|
+
const simboloPara = this.avancarEDevolverAnterior();
|
|
561
|
+
return this.paraComoConstruto(simboloPara);
|
|
503
562
|
case delegua_2.default.PARENTESE_ESQUERDO:
|
|
504
563
|
this.avancarEDevolverAnterior();
|
|
505
564
|
const expressao = this.expressao();
|
|
@@ -963,12 +1022,19 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
963
1022
|
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
964
1023
|
return new declaracoes_1.Continua(this.simbolos[this.atual - 1]);
|
|
965
1024
|
}
|
|
1025
|
+
logicaComumEnquanto() {
|
|
1026
|
+
const condicao = this.expressao();
|
|
1027
|
+
// TODO: Talvez não seja uma ideia melhor chamar o método de `Bloco` aqui?
|
|
1028
|
+
const corpo = this.resolverDeclaracao();
|
|
1029
|
+
return {
|
|
1030
|
+
condicao,
|
|
1031
|
+
corpo
|
|
1032
|
+
};
|
|
1033
|
+
}
|
|
966
1034
|
declaracaoEnquanto() {
|
|
967
1035
|
try {
|
|
968
1036
|
this.blocos += 1;
|
|
969
|
-
const condicao = this.
|
|
970
|
-
// TODO: Talvez não seja uma ideia melhor chamar o método de `Bloco` aqui?
|
|
971
|
-
const corpo = this.resolverDeclaracao();
|
|
1037
|
+
const { condicao, corpo } = this.logicaComumEnquanto();
|
|
972
1038
|
return new declaracoes_1.Enquanto(condicao, corpo);
|
|
973
1039
|
}
|
|
974
1040
|
finally {
|
|
@@ -1061,13 +1127,19 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1061
1127
|
const simboloFalha = this.simbolos[this.atual - 1];
|
|
1062
1128
|
return new declaracoes_1.Falhar(simboloFalha, this.declaracaoExpressao().expressao);
|
|
1063
1129
|
}
|
|
1064
|
-
|
|
1065
|
-
const
|
|
1130
|
+
logicaComumFazer() {
|
|
1131
|
+
const caminhoFazer = this.resolverDeclaracao();
|
|
1132
|
+
this.consumir(delegua_2.default.ENQUANTO, "Esperado declaração do 'enquanto' após o escopo do 'fazer'.");
|
|
1133
|
+
const condicaoEnquanto = this.expressao();
|
|
1134
|
+
return {
|
|
1135
|
+
caminhoFazer,
|
|
1136
|
+
condicaoEnquanto
|
|
1137
|
+
};
|
|
1138
|
+
}
|
|
1139
|
+
declaracaoFazer(simboloFazer) {
|
|
1066
1140
|
try {
|
|
1067
1141
|
this.blocos += 1;
|
|
1068
|
-
const caminhoFazer = this.
|
|
1069
|
-
this.consumir(delegua_2.default.ENQUANTO, "Esperado declaração do 'enquanto' após o escopo do 'fazer'.");
|
|
1070
|
-
const condicaoEnquanto = this.expressao();
|
|
1142
|
+
const { caminhoFazer, condicaoEnquanto } = this.logicaComumFazer();
|
|
1071
1143
|
return new declaracoes_1.Fazer(simboloFazer.hashArquivo, Number(simboloFazer.linha), caminhoFazer, // TODO: Aqui pode ser um `Bloco`?
|
|
1072
1144
|
condicaoEnquanto);
|
|
1073
1145
|
}
|
|
@@ -1099,7 +1171,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1099
1171
|
this.blocos -= 1;
|
|
1100
1172
|
}
|
|
1101
1173
|
}
|
|
1102
|
-
|
|
1174
|
+
logicaParaCadaDicionario(simboloPara) {
|
|
1103
1175
|
this.avancarEDevolverAnterior(); // chave esquerda
|
|
1104
1176
|
const nomeVariavelChave = this.consumir(delegua_2.default.IDENTIFICADOR, "Esperado identificador de variável para chave de iteração, em instrução 'para cada'.");
|
|
1105
1177
|
this.consumir(delegua_2.default.VIRGULA, "Esperado vírgula após nome de variável para chave de iteração, em instrução 'para cada'.");
|
|
@@ -1120,9 +1192,18 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1120
1192
|
this.pilhaEscopos.definirInformacoesVariavel(nomeVariavelValor.lexema, new informacao_variavel_ou_constante_1.InformacaoVariavelOuConstante(nomeVariavelValor.lexema, 'qualquer'));
|
|
1121
1193
|
// TODO: Talvez não seja uma ideia melhor chamar o método de `Bloco` aqui?
|
|
1122
1194
|
const corpo = this.resolverDeclaracao();
|
|
1195
|
+
return {
|
|
1196
|
+
nomeVariavelChave,
|
|
1197
|
+
nomeVariavelValor,
|
|
1198
|
+
dicionario,
|
|
1199
|
+
corpo
|
|
1200
|
+
};
|
|
1201
|
+
}
|
|
1202
|
+
declaracaoParaCadaDicionario(simboloPara) {
|
|
1203
|
+
const { nomeVariavelChave, nomeVariavelValor, dicionario, corpo } = this.logicaParaCadaDicionario(simboloPara);
|
|
1123
1204
|
return new declaracoes_1.ParaCada(this.hashArquivo, Number(simboloPara.linha), new tuplas_1.Dupla(new construtos_1.Literal(this.hashArquivo, Number(simboloPara.linha), nomeVariavelChave.lexema), new construtos_1.Literal(this.hashArquivo, Number(simboloPara.linha), nomeVariavelValor.lexema)), dicionario, corpo);
|
|
1124
1205
|
}
|
|
1125
|
-
|
|
1206
|
+
logicaComumParaCadaVetor(simboloPara) {
|
|
1126
1207
|
const nomeVariavelIteracao = this.avancarEDevolverAnterior();
|
|
1127
1208
|
const variavelIteracao = new construtos_1.Variavel(this.hashArquivo, nomeVariavelIteracao);
|
|
1128
1209
|
if (!this.verificarSeSimboloAtualEIgualA(delegua_2.default.DE, delegua_2.default.EM)) {
|
|
@@ -1143,6 +1224,14 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1143
1224
|
this.pilhaEscopos.definirInformacoesVariavel(nomeVariavelIteracao.lexema, new informacao_variavel_ou_constante_1.InformacaoVariavelOuConstante(nomeVariavelIteracao.lexema, tipoVariavelIteracao));
|
|
1144
1225
|
// TODO: Talvez não seja uma ideia melhor chamar o método de `Bloco` aqui?
|
|
1145
1226
|
const corpo = this.resolverDeclaracao();
|
|
1227
|
+
return {
|
|
1228
|
+
variavelIteracao,
|
|
1229
|
+
vetor,
|
|
1230
|
+
corpo
|
|
1231
|
+
};
|
|
1232
|
+
}
|
|
1233
|
+
declaracaoParaCadaVetor(simboloPara) {
|
|
1234
|
+
const { variavelIteracao, vetor, corpo } = this.logicaComumParaCadaVetor(simboloPara);
|
|
1146
1235
|
return new declaracoes_1.ParaCada(this.hashArquivo, Number(simboloPara.linha), variavelIteracao, vetor, corpo);
|
|
1147
1236
|
}
|
|
1148
1237
|
declaracaoParaCada(simboloPara) {
|
|
@@ -1154,7 +1243,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1154
1243
|
}
|
|
1155
1244
|
throw this.erro(simboloPara, 'Identificador de iteração deve ser ou um par chave-valor, ou um nome de variável.');
|
|
1156
1245
|
}
|
|
1157
|
-
|
|
1246
|
+
logicaComumPara(simboloPara) {
|
|
1158
1247
|
const comParenteses = this.verificarSeSimboloAtualEIgualA(delegua_2.default.PARENTESE_ESQUERDO);
|
|
1159
1248
|
let inicializador;
|
|
1160
1249
|
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA)) {
|
|
@@ -1185,6 +1274,15 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1185
1274
|
}
|
|
1186
1275
|
// TODO: Talvez não seja uma ideia melhor chamar o método de `Bloco` aqui?
|
|
1187
1276
|
const corpo = this.resolverDeclaracao();
|
|
1277
|
+
return {
|
|
1278
|
+
inicializador,
|
|
1279
|
+
condicao,
|
|
1280
|
+
incrementar,
|
|
1281
|
+
corpo
|
|
1282
|
+
};
|
|
1283
|
+
}
|
|
1284
|
+
declaracaoParaTradicional(simboloPara) {
|
|
1285
|
+
const { inicializador, condicao, incrementar, corpo } = this.logicaComumPara(simboloPara);
|
|
1188
1286
|
return new declaracoes_1.Para(this.hashArquivo, Number(simboloPara.linha), inicializador, condicao, incrementar, corpo);
|
|
1189
1287
|
}
|
|
1190
1288
|
declaracaoRetorna() {
|
|
@@ -1323,8 +1421,8 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1323
1421
|
this.avancarEDevolverAnterior();
|
|
1324
1422
|
return this.declaracaoFalhar();
|
|
1325
1423
|
case delegua_2.default.FAZER:
|
|
1326
|
-
this.avancarEDevolverAnterior();
|
|
1327
|
-
return this.declaracaoFazer();
|
|
1424
|
+
const simboloFazer = this.avancarEDevolverAnterior();
|
|
1425
|
+
return this.declaracaoFazer(simboloFazer);
|
|
1328
1426
|
case delegua_2.default.LINHA_COMENTARIO:
|
|
1329
1427
|
return this.declaracaoComentarioMultilinha();
|
|
1330
1428
|
case delegua_2.default.PARA:
|
|
@@ -1921,7 +2019,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1921
2019
|
}
|
|
1922
2020
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
1923
2021
|
|
|
1924
|
-
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":
|
|
2022
|
+
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":47,"../construtos/tuplas":62,"../declaracoes":91,"../inferenciador":113,"../informacao-variavel-ou-constante":114,"../tipos-de-dados/delegua":178,"../tipos-de-simbolos/delegua":183,"./avaliador-sintatico-base":1,"./comum":3,"./erro-avaliador-sintatico":9,"./informacao-escopo":11,"./pilha-escopos":14,"browser-process-hrtime":363}],3:[function(require,module,exports){
|
|
1925
2023
|
"use strict";
|
|
1926
2024
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1927
2025
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -2021,7 +2119,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
2021
2119
|
}
|
|
2022
2120
|
}
|
|
2023
2121
|
|
|
2024
|
-
},{"../informacao-variavel-ou-constante":
|
|
2122
|
+
},{"../informacao-variavel-ou-constante":114}],4:[function(require,module,exports){
|
|
2025
2123
|
"use strict";
|
|
2026
2124
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2027
2125
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2676,7 +2774,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
2676
2774
|
}
|
|
2677
2775
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
2678
2776
|
|
|
2679
|
-
},{"../../construtos":
|
|
2777
|
+
},{"../../construtos":47,"../../declaracoes":91,"../../tipos-de-simbolos/egua-classico":184,"../erro-avaliador-sintatico":9}],5:[function(require,module,exports){
|
|
2680
2778
|
"use strict";
|
|
2681
2779
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2682
2780
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3752,7 +3850,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
3752
3850
|
}
|
|
3753
3851
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
3754
3852
|
|
|
3755
|
-
},{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":
|
|
3853
|
+
},{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":47,"../../declaracoes":91,"../../inferenciador":113,"../../informacao-variavel-ou-constante":114,"../../lexador":170,"../../tipos-de-dados/dialetos/pitugues":179,"../../tipos-de-simbolos/pitugues":187,"../comum":3,"../erro-avaliador-sintatico":9,"../informacao-escopo":11,"../pilha-escopos":14,"browser-process-hrtime":363}],6:[function(require,module,exports){
|
|
3756
3854
|
"use strict";
|
|
3757
3855
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3758
3856
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3926,7 +4024,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
3926
4024
|
}
|
|
3927
4025
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
3928
4026
|
|
|
3929
|
-
},{"../../construtos":
|
|
4027
|
+
},{"../../construtos":47,"../../declaracoes":91,"../../tipos-de-simbolos/portugol-ipt":188,"../avaliador-sintatico-base":1}],7:[function(require,module,exports){
|
|
3930
4028
|
"use strict";
|
|
3931
4029
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3932
4030
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -4914,7 +5012,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
4914
5012
|
}
|
|
4915
5013
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
4916
5014
|
|
|
4917
|
-
},{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":
|
|
5015
|
+
},{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":47,"../../construtos/tuplas":62,"../../declaracoes":91,"../../inferenciador":113,"../../informacao-variavel-ou-constante":114,"../../lexador/simbolo":176,"../../tipos-de-dados/delegua":178,"../../tipos-de-simbolos/tenda":189,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":9,"./../informacao-escopo":11,"./../pilha-escopos":14,"browser-process-hrtime":363}],8:[function(require,module,exports){
|
|
4918
5016
|
"use strict";
|
|
4919
5017
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4920
5018
|
if (k2 === undefined) k2 = k;
|
|
@@ -5107,7 +5205,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
5107
5205
|
}
|
|
5108
5206
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
5109
5207
|
|
|
5110
|
-
},{"../construtos":
|
|
5208
|
+
},{"../construtos":47,"../tipos-de-simbolos/comum":182,"./erro-avaliador-sintatico":9}],13:[function(require,module,exports){
|
|
5111
5209
|
"use strict";
|
|
5112
5210
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5113
5211
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -5309,7 +5407,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
5309
5407
|
}
|
|
5310
5408
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
5311
5409
|
|
|
5312
|
-
},{"../construtos":
|
|
5410
|
+
},{"../construtos":47,"../tipos-de-simbolos/microgramaticas/delegua":186,"./micro-avaliador-sintatico-base":12}],14:[function(require,module,exports){
|
|
5313
5411
|
"use strict";
|
|
5314
5412
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5315
5413
|
exports.PilhaEscopos = void 0;
|
|
@@ -6075,7 +6173,7 @@ async function tupla(interpretador, vetor) {
|
|
|
6075
6173
|
}
|
|
6076
6174
|
}
|
|
6077
6175
|
|
|
6078
|
-
},{"../construtos":
|
|
6176
|
+
},{"../construtos":47,"../excecoes":107,"../interpretador/estruturas":146,"../interpretador/estruturas/descritor-tipo-classe":144,"../interpretador/estruturas/funcao-padrao":145,"../interpretador/estruturas/objeto-delegua-classe":149,"../quebras":177}],18:[function(require,module,exports){
|
|
6079
6177
|
"use strict";
|
|
6080
6178
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6081
6179
|
const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
|
|
@@ -6132,7 +6230,7 @@ exports.default = {
|
|
|
6132
6230
|
},
|
|
6133
6231
|
};
|
|
6134
6232
|
|
|
6135
|
-
},{"../informacao-variavel-ou-constante":
|
|
6233
|
+
},{"../informacao-variavel-ou-constante":114}],19:[function(require,module,exports){
|
|
6136
6234
|
"use strict";
|
|
6137
6235
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6138
6236
|
const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
|
|
@@ -6217,7 +6315,7 @@ exports.default = {
|
|
|
6217
6315
|
},
|
|
6218
6316
|
};
|
|
6219
6317
|
|
|
6220
|
-
},{"../informacao-variavel-ou-constante":
|
|
6318
|
+
},{"../informacao-variavel-ou-constante":114}],20:[function(require,module,exports){
|
|
6221
6319
|
"use strict";
|
|
6222
6320
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6223
6321
|
const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
|
|
@@ -6419,7 +6517,7 @@ exports.default = {
|
|
|
6419
6517
|
},
|
|
6420
6518
|
};
|
|
6421
6519
|
|
|
6422
|
-
},{"../informacao-variavel-ou-constante":
|
|
6520
|
+
},{"../informacao-variavel-ou-constante":114}],21:[function(require,module,exports){
|
|
6423
6521
|
"use strict";
|
|
6424
6522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6425
6523
|
const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
|
|
@@ -6765,7 +6863,7 @@ exports.default = {
|
|
|
6765
6863
|
},
|
|
6766
6864
|
};
|
|
6767
6865
|
|
|
6768
|
-
},{"../informacao-variavel-ou-constante":
|
|
6866
|
+
},{"../informacao-variavel-ou-constante":114}],22:[function(require,module,exports){
|
|
6769
6867
|
"use strict";
|
|
6770
6868
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6771
6869
|
exports.AcessoElementoMatriz = void 0;
|
|
@@ -7115,7 +7213,7 @@ class Chamada {
|
|
|
7115
7213
|
}
|
|
7116
7214
|
exports.Chamada = Chamada;
|
|
7117
7215
|
|
|
7118
|
-
},{"../geracao-identificadores":
|
|
7216
|
+
},{"../geracao-identificadores":111}],34:[function(require,module,exports){
|
|
7119
7217
|
"use strict";
|
|
7120
7218
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7121
7219
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -7258,6 +7356,26 @@ exports.Dicionario = Dicionario;
|
|
|
7258
7356
|
},{}],41:[function(require,module,exports){
|
|
7259
7357
|
"use strict";
|
|
7260
7358
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7359
|
+
exports.EnquantoComoConstruto = void 0;
|
|
7360
|
+
class EnquantoComoConstruto {
|
|
7361
|
+
constructor(condicao, corpo) {
|
|
7362
|
+
this.hashArquivo = condicao.hashArquivo;
|
|
7363
|
+
this.linha = condicao.linha;
|
|
7364
|
+
this.condicao = condicao;
|
|
7365
|
+
this.corpo = corpo;
|
|
7366
|
+
}
|
|
7367
|
+
async aceitar(visitante) {
|
|
7368
|
+
return await visitante.visitarExpressaoEnquanto(this);
|
|
7369
|
+
}
|
|
7370
|
+
paraTexto() {
|
|
7371
|
+
return `<enquanto-como-construto />`;
|
|
7372
|
+
}
|
|
7373
|
+
}
|
|
7374
|
+
exports.EnquantoComoConstruto = EnquantoComoConstruto;
|
|
7375
|
+
|
|
7376
|
+
},{}],42:[function(require,module,exports){
|
|
7377
|
+
"use strict";
|
|
7378
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7261
7379
|
exports.ExpressaoRegular = void 0;
|
|
7262
7380
|
class ExpressaoRegular {
|
|
7263
7381
|
constructor(hashArquivo, simbolo, valor) {
|
|
@@ -7275,7 +7393,27 @@ class ExpressaoRegular {
|
|
|
7275
7393
|
}
|
|
7276
7394
|
exports.ExpressaoRegular = ExpressaoRegular;
|
|
7277
7395
|
|
|
7278
|
-
},{}],
|
|
7396
|
+
},{}],43:[function(require,module,exports){
|
|
7397
|
+
"use strict";
|
|
7398
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7399
|
+
exports.FazerComoConstruto = void 0;
|
|
7400
|
+
class FazerComoConstruto {
|
|
7401
|
+
constructor(hashArquivo, linha, caminhoFazer, condicaoEnquanto) {
|
|
7402
|
+
this.hashArquivo = hashArquivo;
|
|
7403
|
+
this.linha = linha;
|
|
7404
|
+
this.caminhoFazer = caminhoFazer;
|
|
7405
|
+
this.condicaoEnquanto = condicaoEnquanto;
|
|
7406
|
+
}
|
|
7407
|
+
async aceitar(visitante) {
|
|
7408
|
+
return await visitante.visitarExpressaoFazer(this);
|
|
7409
|
+
}
|
|
7410
|
+
paraTexto() {
|
|
7411
|
+
return `<fazer-como-construto />`;
|
|
7412
|
+
}
|
|
7413
|
+
}
|
|
7414
|
+
exports.FazerComoConstruto = FazerComoConstruto;
|
|
7415
|
+
|
|
7416
|
+
},{}],44:[function(require,module,exports){
|
|
7279
7417
|
"use strict";
|
|
7280
7418
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7281
7419
|
exports.FimPara = void 0;
|
|
@@ -7305,7 +7443,7 @@ class FimPara {
|
|
|
7305
7443
|
}
|
|
7306
7444
|
exports.FimPara = FimPara;
|
|
7307
7445
|
|
|
7308
|
-
},{}],
|
|
7446
|
+
},{}],45:[function(require,module,exports){
|
|
7309
7447
|
"use strict";
|
|
7310
7448
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7311
7449
|
exports.FormatacaoEscrita = void 0;
|
|
@@ -7331,7 +7469,7 @@ class FormatacaoEscrita {
|
|
|
7331
7469
|
}
|
|
7332
7470
|
exports.FormatacaoEscrita = FormatacaoEscrita;
|
|
7333
7471
|
|
|
7334
|
-
},{}],
|
|
7472
|
+
},{}],46:[function(require,module,exports){
|
|
7335
7473
|
"use strict";
|
|
7336
7474
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7337
7475
|
exports.FuncaoConstruto = void 0;
|
|
@@ -7354,7 +7492,7 @@ class FuncaoConstruto {
|
|
|
7354
7492
|
}
|
|
7355
7493
|
exports.FuncaoConstruto = FuncaoConstruto;
|
|
7356
7494
|
|
|
7357
|
-
},{}],
|
|
7495
|
+
},{}],47:[function(require,module,exports){
|
|
7358
7496
|
"use strict";
|
|
7359
7497
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7360
7498
|
if (k2 === undefined) k2 = k;
|
|
@@ -7390,7 +7528,9 @@ __exportStar(require("./construto"), exports);
|
|
|
7390
7528
|
__exportStar(require("./decorador"), exports);
|
|
7391
7529
|
__exportStar(require("./definir-valor"), exports);
|
|
7392
7530
|
__exportStar(require("./dicionario"), exports);
|
|
7531
|
+
__exportStar(require("./enquanto-como-construto"), exports);
|
|
7393
7532
|
__exportStar(require("./expressao-regular"), exports);
|
|
7533
|
+
__exportStar(require("./fazer-como-construto"), exports);
|
|
7394
7534
|
__exportStar(require("./fim-para"), exports);
|
|
7395
7535
|
__exportStar(require("./formatacao-escrita"), exports);
|
|
7396
7536
|
__exportStar(require("./funcao"), exports);
|
|
@@ -7398,6 +7538,8 @@ __exportStar(require("./isto"), exports);
|
|
|
7398
7538
|
__exportStar(require("./leia"), exports);
|
|
7399
7539
|
__exportStar(require("./literal"), exports);
|
|
7400
7540
|
__exportStar(require("./logico"), exports);
|
|
7541
|
+
__exportStar(require("./para-cada-como-construto"), exports);
|
|
7542
|
+
__exportStar(require("./para-como-construto"), exports);
|
|
7401
7543
|
__exportStar(require("./referencia-biblioteca-global"), exports);
|
|
7402
7544
|
__exportStar(require("./referencia-funcao"), exports);
|
|
7403
7545
|
__exportStar(require("./separador"), exports);
|
|
@@ -7409,7 +7551,7 @@ __exportStar(require("./unario"), exports);
|
|
|
7409
7551
|
__exportStar(require("./variavel"), exports);
|
|
7410
7552
|
__exportStar(require("./vetor"), exports);
|
|
7411
7553
|
|
|
7412
|
-
},{"./acesso-elemento-matriz":22,"./acesso-indice-variavel":23,"./acesso-metodo":25,"./acesso-metodo-ou-propriedade":24,"./acesso-propriedade":26,"./agrupamento":27,"./argumento-referencia-funcao":28,"./atribuicao-por-indice":29,"./atribuicao-por-indices-matriz":30,"./atribuir":31,"./binario":32,"./chamada":33,"./comentario-como-construto":34,"./componente-linguagem":35,"./constante":36,"./construto":37,"./decorador":38,"./definir-valor":39,"./dicionario":40,"./expressao-regular":
|
|
7554
|
+
},{"./acesso-elemento-matriz":22,"./acesso-indice-variavel":23,"./acesso-metodo":25,"./acesso-metodo-ou-propriedade":24,"./acesso-propriedade":26,"./agrupamento":27,"./argumento-referencia-funcao":28,"./atribuicao-por-indice":29,"./atribuicao-por-indices-matriz":30,"./atribuir":31,"./binario":32,"./chamada":33,"./comentario-como-construto":34,"./componente-linguagem":35,"./constante":36,"./construto":37,"./decorador":38,"./definir-valor":39,"./dicionario":40,"./enquanto-como-construto":41,"./expressao-regular":42,"./fazer-como-construto":43,"./fim-para":44,"./formatacao-escrita":45,"./funcao":46,"./isto":48,"./leia":49,"./literal":50,"./logico":51,"./para-cada-como-construto":52,"./para-como-construto":53,"./referencia-biblioteca-global":54,"./referencia-funcao":55,"./separador":56,"./super":57,"./tipo-de":58,"./tupla":59,"./tuplas":62,"./unario":70,"./variavel":71,"./vetor":72}],48:[function(require,module,exports){
|
|
7413
7555
|
"use strict";
|
|
7414
7556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7415
7557
|
exports.Isto = void 0;
|
|
@@ -7428,7 +7570,7 @@ class Isto {
|
|
|
7428
7570
|
}
|
|
7429
7571
|
exports.Isto = Isto;
|
|
7430
7572
|
|
|
7431
|
-
},{}],
|
|
7573
|
+
},{}],49:[function(require,module,exports){
|
|
7432
7574
|
"use strict";
|
|
7433
7575
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7434
7576
|
exports.Leia = void 0;
|
|
@@ -7454,7 +7596,7 @@ class Leia {
|
|
|
7454
7596
|
}
|
|
7455
7597
|
exports.Leia = Leia;
|
|
7456
7598
|
|
|
7457
|
-
},{"../geracao-identificadores":
|
|
7599
|
+
},{"../geracao-identificadores":111}],50:[function(require,module,exports){
|
|
7458
7600
|
"use strict";
|
|
7459
7601
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7460
7602
|
exports.Literal = void 0;
|
|
@@ -7474,7 +7616,7 @@ class Literal {
|
|
|
7474
7616
|
}
|
|
7475
7617
|
exports.Literal = Literal;
|
|
7476
7618
|
|
|
7477
|
-
},{}],
|
|
7619
|
+
},{}],51:[function(require,module,exports){
|
|
7478
7620
|
"use strict";
|
|
7479
7621
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7480
7622
|
exports.Logico = void 0;
|
|
@@ -7497,7 +7639,54 @@ class Logico {
|
|
|
7497
7639
|
}
|
|
7498
7640
|
exports.Logico = Logico;
|
|
7499
7641
|
|
|
7500
|
-
},{}],
|
|
7642
|
+
},{}],52:[function(require,module,exports){
|
|
7643
|
+
"use strict";
|
|
7644
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7645
|
+
exports.ParaCadaComoConstruto = void 0;
|
|
7646
|
+
class ParaCadaComoConstruto {
|
|
7647
|
+
constructor(hashArquivo, linha, variavelIteracao, vetorOuDicionario, corpo) {
|
|
7648
|
+
this.hashArquivo = hashArquivo;
|
|
7649
|
+
this.linha = linha;
|
|
7650
|
+
this.variavelIteracao = variavelIteracao;
|
|
7651
|
+
this.vetorOuDicionario = vetorOuDicionario;
|
|
7652
|
+
this.corpo = corpo;
|
|
7653
|
+
this.posicaoAtual = 0;
|
|
7654
|
+
}
|
|
7655
|
+
async aceitar(visitante) {
|
|
7656
|
+
return await visitante.visitarExpressaoParaCada(this);
|
|
7657
|
+
}
|
|
7658
|
+
paraTexto() {
|
|
7659
|
+
return `<para-cada-como-construto />`;
|
|
7660
|
+
}
|
|
7661
|
+
}
|
|
7662
|
+
exports.ParaCadaComoConstruto = ParaCadaComoConstruto;
|
|
7663
|
+
|
|
7664
|
+
},{}],53:[function(require,module,exports){
|
|
7665
|
+
"use strict";
|
|
7666
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7667
|
+
exports.ParaComoConstruto = void 0;
|
|
7668
|
+
class ParaComoConstruto {
|
|
7669
|
+
constructor(hashArquivo, linha, inicializador, condicao, incrementar, corpo) {
|
|
7670
|
+
this.linha = linha;
|
|
7671
|
+
this.hashArquivo = hashArquivo;
|
|
7672
|
+
this.inicializador = inicializador;
|
|
7673
|
+
this.condicao = condicao;
|
|
7674
|
+
this.incrementar = incrementar;
|
|
7675
|
+
this.corpo = corpo;
|
|
7676
|
+
this.inicializada = false;
|
|
7677
|
+
this.blocoPosExecucao = undefined;
|
|
7678
|
+
this.resolverIncrementoEmExecucao = false;
|
|
7679
|
+
}
|
|
7680
|
+
async aceitar(visitante) {
|
|
7681
|
+
return await visitante.visitarExpressaoPara(this);
|
|
7682
|
+
}
|
|
7683
|
+
paraTexto() {
|
|
7684
|
+
return `<para-como-construto />`;
|
|
7685
|
+
}
|
|
7686
|
+
}
|
|
7687
|
+
exports.ParaComoConstruto = ParaComoConstruto;
|
|
7688
|
+
|
|
7689
|
+
},{}],54:[function(require,module,exports){
|
|
7501
7690
|
"use strict";
|
|
7502
7691
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7503
7692
|
exports.ReferenciaBibliotecaGlobal = void 0;
|
|
@@ -7520,7 +7709,7 @@ class ReferenciaBibliotecaGlobal {
|
|
|
7520
7709
|
}
|
|
7521
7710
|
exports.ReferenciaBibliotecaGlobal = ReferenciaBibliotecaGlobal;
|
|
7522
7711
|
|
|
7523
|
-
},{}],
|
|
7712
|
+
},{}],55:[function(require,module,exports){
|
|
7524
7713
|
"use strict";
|
|
7525
7714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7526
7715
|
exports.ReferenciaFuncao = void 0;
|
|
@@ -7541,7 +7730,7 @@ class ReferenciaFuncao {
|
|
|
7541
7730
|
}
|
|
7542
7731
|
exports.ReferenciaFuncao = ReferenciaFuncao;
|
|
7543
7732
|
|
|
7544
|
-
},{}],
|
|
7733
|
+
},{}],56:[function(require,module,exports){
|
|
7545
7734
|
"use strict";
|
|
7546
7735
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7547
7736
|
exports.Separador = void 0;
|
|
@@ -7560,7 +7749,7 @@ class Separador {
|
|
|
7560
7749
|
}
|
|
7561
7750
|
exports.Separador = Separador;
|
|
7562
7751
|
|
|
7563
|
-
},{}],
|
|
7752
|
+
},{}],57:[function(require,module,exports){
|
|
7564
7753
|
"use strict";
|
|
7565
7754
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7566
7755
|
exports.Super = void 0;
|
|
@@ -7580,7 +7769,7 @@ class Super {
|
|
|
7580
7769
|
}
|
|
7581
7770
|
exports.Super = Super;
|
|
7582
7771
|
|
|
7583
|
-
},{}],
|
|
7772
|
+
},{}],58:[function(require,module,exports){
|
|
7584
7773
|
"use strict";
|
|
7585
7774
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7586
7775
|
exports.TipoDe = void 0;
|
|
@@ -7604,7 +7793,7 @@ class TipoDe {
|
|
|
7604
7793
|
}
|
|
7605
7794
|
exports.TipoDe = TipoDe;
|
|
7606
7795
|
|
|
7607
|
-
},{}],
|
|
7796
|
+
},{}],59:[function(require,module,exports){
|
|
7608
7797
|
"use strict";
|
|
7609
7798
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7610
7799
|
exports.Tupla = void 0;
|
|
@@ -7615,7 +7804,7 @@ class Tupla {
|
|
|
7615
7804
|
}
|
|
7616
7805
|
exports.Tupla = Tupla;
|
|
7617
7806
|
|
|
7618
|
-
},{}],
|
|
7807
|
+
},{}],60:[function(require,module,exports){
|
|
7619
7808
|
"use strict";
|
|
7620
7809
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7621
7810
|
exports.Deceto = void 0;
|
|
@@ -7663,7 +7852,7 @@ class Deceto extends tupla_1.Tupla {
|
|
|
7663
7852
|
}
|
|
7664
7853
|
exports.Deceto = Deceto;
|
|
7665
7854
|
|
|
7666
|
-
},{"../tupla":
|
|
7855
|
+
},{"../tupla":59}],61:[function(require,module,exports){
|
|
7667
7856
|
"use strict";
|
|
7668
7857
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7669
7858
|
exports.Dupla = void 0;
|
|
@@ -7682,7 +7871,7 @@ class Dupla extends tupla_1.Tupla {
|
|
|
7682
7871
|
}
|
|
7683
7872
|
exports.Dupla = Dupla;
|
|
7684
7873
|
|
|
7685
|
-
},{"../tupla":
|
|
7874
|
+
},{"../tupla":59}],62:[function(require,module,exports){
|
|
7686
7875
|
"use strict";
|
|
7687
7876
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7688
7877
|
if (k2 === undefined) k2 = k;
|
|
@@ -7750,7 +7939,7 @@ class SeletorTuplas {
|
|
|
7750
7939
|
}
|
|
7751
7940
|
exports.SeletorTuplas = SeletorTuplas;
|
|
7752
7941
|
|
|
7753
|
-
},{"./deceto":
|
|
7942
|
+
},{"./deceto":60,"./dupla":61,"./noneto":63,"./octeto":64,"./quarteto":65,"./quinteto":66,"./septeto":67,"./sexteto":68,"./trio":69}],63:[function(require,module,exports){
|
|
7754
7943
|
"use strict";
|
|
7755
7944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7756
7945
|
exports.Noneto = void 0;
|
|
@@ -7789,7 +7978,7 @@ class Noneto extends tupla_1.Tupla {
|
|
|
7789
7978
|
}
|
|
7790
7979
|
exports.Noneto = Noneto;
|
|
7791
7980
|
|
|
7792
|
-
},{"../tupla":
|
|
7981
|
+
},{"../tupla":59}],64:[function(require,module,exports){
|
|
7793
7982
|
"use strict";
|
|
7794
7983
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7795
7984
|
exports.Octeto = void 0;
|
|
@@ -7826,7 +8015,7 @@ class Octeto extends tupla_1.Tupla {
|
|
|
7826
8015
|
}
|
|
7827
8016
|
exports.Octeto = Octeto;
|
|
7828
8017
|
|
|
7829
|
-
},{"../tupla":
|
|
8018
|
+
},{"../tupla":59}],65:[function(require,module,exports){
|
|
7830
8019
|
"use strict";
|
|
7831
8020
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7832
8021
|
exports.Quarteto = void 0;
|
|
@@ -7849,7 +8038,7 @@ class Quarteto extends tupla_1.Tupla {
|
|
|
7849
8038
|
}
|
|
7850
8039
|
exports.Quarteto = Quarteto;
|
|
7851
8040
|
|
|
7852
|
-
},{"../tupla":
|
|
8041
|
+
},{"../tupla":59}],66:[function(require,module,exports){
|
|
7853
8042
|
"use strict";
|
|
7854
8043
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7855
8044
|
exports.Quinteto = void 0;
|
|
@@ -7874,7 +8063,7 @@ class Quinteto extends tupla_1.Tupla {
|
|
|
7874
8063
|
}
|
|
7875
8064
|
exports.Quinteto = Quinteto;
|
|
7876
8065
|
|
|
7877
|
-
},{"../tupla":
|
|
8066
|
+
},{"../tupla":59}],67:[function(require,module,exports){
|
|
7878
8067
|
"use strict";
|
|
7879
8068
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7880
8069
|
exports.Septeto = void 0;
|
|
@@ -7909,7 +8098,7 @@ class Septeto extends tupla_1.Tupla {
|
|
|
7909
8098
|
}
|
|
7910
8099
|
exports.Septeto = Septeto;
|
|
7911
8100
|
|
|
7912
|
-
},{"../tupla":
|
|
8101
|
+
},{"../tupla":59}],68:[function(require,module,exports){
|
|
7913
8102
|
"use strict";
|
|
7914
8103
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7915
8104
|
exports.Sexteto = void 0;
|
|
@@ -7936,7 +8125,7 @@ class Sexteto extends tupla_1.Tupla {
|
|
|
7936
8125
|
}
|
|
7937
8126
|
exports.Sexteto = Sexteto;
|
|
7938
8127
|
|
|
7939
|
-
},{"../tupla":
|
|
8128
|
+
},{"../tupla":59}],69:[function(require,module,exports){
|
|
7940
8129
|
"use strict";
|
|
7941
8130
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7942
8131
|
exports.Trio = void 0;
|
|
@@ -7957,7 +8146,7 @@ class Trio extends tupla_1.Tupla {
|
|
|
7957
8146
|
}
|
|
7958
8147
|
exports.Trio = Trio;
|
|
7959
8148
|
|
|
7960
|
-
},{"../tupla":
|
|
8149
|
+
},{"../tupla":59}],70:[function(require,module,exports){
|
|
7961
8150
|
"use strict";
|
|
7962
8151
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7963
8152
|
exports.Unario = void 0;
|
|
@@ -7978,7 +8167,7 @@ class Unario {
|
|
|
7978
8167
|
}
|
|
7979
8168
|
exports.Unario = Unario;
|
|
7980
8169
|
|
|
7981
|
-
},{}],
|
|
8170
|
+
},{}],71:[function(require,module,exports){
|
|
7982
8171
|
"use strict";
|
|
7983
8172
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7984
8173
|
exports.Variavel = void 0;
|
|
@@ -7998,7 +8187,7 @@ class Variavel {
|
|
|
7998
8187
|
}
|
|
7999
8188
|
exports.Variavel = Variavel;
|
|
8000
8189
|
|
|
8001
|
-
},{}],
|
|
8190
|
+
},{}],72:[function(require,module,exports){
|
|
8002
8191
|
"use strict";
|
|
8003
8192
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8004
8193
|
exports.Vetor = void 0;
|
|
@@ -8024,7 +8213,7 @@ class Vetor {
|
|
|
8024
8213
|
}
|
|
8025
8214
|
exports.Vetor = Vetor;
|
|
8026
8215
|
|
|
8027
|
-
},{}],
|
|
8216
|
+
},{}],73:[function(require,module,exports){
|
|
8028
8217
|
"use strict";
|
|
8029
8218
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8030
8219
|
exports.Aleatorio = void 0;
|
|
@@ -8045,11 +8234,13 @@ class Aleatorio extends declaracao_1.Declaracao {
|
|
|
8045
8234
|
}
|
|
8046
8235
|
exports.Aleatorio = Aleatorio;
|
|
8047
8236
|
|
|
8048
|
-
},{"./declaracao":
|
|
8237
|
+
},{"./declaracao":81}],74:[function(require,module,exports){
|
|
8049
8238
|
"use strict";
|
|
8050
8239
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8051
8240
|
exports.Bloco = void 0;
|
|
8052
8241
|
const declaracao_1 = require("./declaracao");
|
|
8242
|
+
// TODO: `Bloco` só deveria ser declaração quando representa um escopo órfão.
|
|
8243
|
+
// Estudar transformar em construto e suas implicações.
|
|
8053
8244
|
class Bloco extends declaracao_1.Declaracao {
|
|
8054
8245
|
constructor(hashArquivo, linha, declaracoes) {
|
|
8055
8246
|
super(linha, hashArquivo);
|
|
@@ -8069,7 +8260,7 @@ class Bloco extends declaracao_1.Declaracao {
|
|
|
8069
8260
|
}
|
|
8070
8261
|
exports.Bloco = Bloco;
|
|
8071
8262
|
|
|
8072
|
-
},{"./declaracao":
|
|
8263
|
+
},{"./declaracao":81}],75:[function(require,module,exports){
|
|
8073
8264
|
"use strict";
|
|
8074
8265
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8075
8266
|
exports.CabecalhoPrograma = void 0;
|
|
@@ -8091,7 +8282,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
|
|
|
8091
8282
|
}
|
|
8092
8283
|
exports.CabecalhoPrograma = CabecalhoPrograma;
|
|
8093
8284
|
|
|
8094
|
-
},{"./declaracao":
|
|
8285
|
+
},{"./declaracao":81}],76:[function(require,module,exports){
|
|
8095
8286
|
"use strict";
|
|
8096
8287
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8097
8288
|
exports.Classe = void 0;
|
|
@@ -8126,7 +8317,7 @@ class Classe extends declaracao_1.Declaracao {
|
|
|
8126
8317
|
}
|
|
8127
8318
|
exports.Classe = Classe;
|
|
8128
8319
|
|
|
8129
|
-
},{"./declaracao":
|
|
8320
|
+
},{"./declaracao":81}],77:[function(require,module,exports){
|
|
8130
8321
|
"use strict";
|
|
8131
8322
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8132
8323
|
exports.Comentario = void 0;
|
|
@@ -8151,7 +8342,7 @@ class Comentario extends declaracao_1.Declaracao {
|
|
|
8151
8342
|
}
|
|
8152
8343
|
exports.Comentario = Comentario;
|
|
8153
8344
|
|
|
8154
|
-
},{"./declaracao":
|
|
8345
|
+
},{"./declaracao":81}],78:[function(require,module,exports){
|
|
8155
8346
|
"use strict";
|
|
8156
8347
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8157
8348
|
exports.ConstMultiplo = void 0;
|
|
@@ -8176,7 +8367,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
|
|
|
8176
8367
|
}
|
|
8177
8368
|
exports.ConstMultiplo = ConstMultiplo;
|
|
8178
8369
|
|
|
8179
|
-
},{"./declaracao":
|
|
8370
|
+
},{"./declaracao":81}],79:[function(require,module,exports){
|
|
8180
8371
|
"use strict";
|
|
8181
8372
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8182
8373
|
exports.Const = void 0;
|
|
@@ -8206,7 +8397,7 @@ class Const extends declaracao_1.Declaracao {
|
|
|
8206
8397
|
}
|
|
8207
8398
|
exports.Const = Const;
|
|
8208
8399
|
|
|
8209
|
-
},{"./declaracao":
|
|
8400
|
+
},{"./declaracao":81}],80:[function(require,module,exports){
|
|
8210
8401
|
"use strict";
|
|
8211
8402
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8212
8403
|
exports.Continua = void 0;
|
|
@@ -8224,7 +8415,7 @@ class Continua extends declaracao_1.Declaracao {
|
|
|
8224
8415
|
}
|
|
8225
8416
|
exports.Continua = Continua;
|
|
8226
8417
|
|
|
8227
|
-
},{"./declaracao":
|
|
8418
|
+
},{"./declaracao":81}],81:[function(require,module,exports){
|
|
8228
8419
|
"use strict";
|
|
8229
8420
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8230
8421
|
exports.Declaracao = void 0;
|
|
@@ -8247,7 +8438,7 @@ class Declaracao {
|
|
|
8247
8438
|
}
|
|
8248
8439
|
exports.Declaracao = Declaracao;
|
|
8249
8440
|
|
|
8250
|
-
},{}],
|
|
8441
|
+
},{}],82:[function(require,module,exports){
|
|
8251
8442
|
"use strict";
|
|
8252
8443
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8253
8444
|
exports.Enquanto = void 0;
|
|
@@ -8268,7 +8459,7 @@ class Enquanto extends declaracao_1.Declaracao {
|
|
|
8268
8459
|
}
|
|
8269
8460
|
exports.Enquanto = Enquanto;
|
|
8270
8461
|
|
|
8271
|
-
},{"./declaracao":
|
|
8462
|
+
},{"./declaracao":81}],83:[function(require,module,exports){
|
|
8272
8463
|
"use strict";
|
|
8273
8464
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8274
8465
|
exports.Escolha = void 0;
|
|
@@ -8293,7 +8484,7 @@ class Escolha extends declaracao_1.Declaracao {
|
|
|
8293
8484
|
}
|
|
8294
8485
|
exports.Escolha = Escolha;
|
|
8295
8486
|
|
|
8296
|
-
},{"./declaracao":
|
|
8487
|
+
},{"./declaracao":81}],84:[function(require,module,exports){
|
|
8297
8488
|
"use strict";
|
|
8298
8489
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8299
8490
|
exports.EscrevaMesmaLinha = void 0;
|
|
@@ -8312,7 +8503,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
|
|
|
8312
8503
|
}
|
|
8313
8504
|
exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
|
|
8314
8505
|
|
|
8315
|
-
},{"./declaracao":
|
|
8506
|
+
},{"./declaracao":81}],85:[function(require,module,exports){
|
|
8316
8507
|
"use strict";
|
|
8317
8508
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8318
8509
|
exports.Escreva = void 0;
|
|
@@ -8331,7 +8522,7 @@ class Escreva extends declaracao_1.Declaracao {
|
|
|
8331
8522
|
}
|
|
8332
8523
|
exports.Escreva = Escreva;
|
|
8333
8524
|
|
|
8334
|
-
},{"./declaracao":
|
|
8525
|
+
},{"./declaracao":81}],86:[function(require,module,exports){
|
|
8335
8526
|
"use strict";
|
|
8336
8527
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8337
8528
|
exports.Expressao = void 0;
|
|
@@ -8350,7 +8541,7 @@ class Expressao extends declaracao_1.Declaracao {
|
|
|
8350
8541
|
}
|
|
8351
8542
|
exports.Expressao = Expressao;
|
|
8352
8543
|
|
|
8353
|
-
},{"./declaracao":
|
|
8544
|
+
},{"./declaracao":81}],87:[function(require,module,exports){
|
|
8354
8545
|
"use strict";
|
|
8355
8546
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8356
8547
|
exports.Falhar = void 0;
|
|
@@ -8370,7 +8561,7 @@ class Falhar extends declaracao_1.Declaracao {
|
|
|
8370
8561
|
}
|
|
8371
8562
|
exports.Falhar = Falhar;
|
|
8372
8563
|
|
|
8373
|
-
},{"./declaracao":
|
|
8564
|
+
},{"./declaracao":81}],88:[function(require,module,exports){
|
|
8374
8565
|
"use strict";
|
|
8375
8566
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8376
8567
|
exports.Fazer = void 0;
|
|
@@ -8391,7 +8582,7 @@ class Fazer extends declaracao_1.Declaracao {
|
|
|
8391
8582
|
}
|
|
8392
8583
|
exports.Fazer = Fazer;
|
|
8393
8584
|
|
|
8394
|
-
},{"./declaracao":
|
|
8585
|
+
},{"./declaracao":81}],89:[function(require,module,exports){
|
|
8395
8586
|
"use strict";
|
|
8396
8587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8397
8588
|
exports.FuncaoDeclaracao = void 0;
|
|
@@ -8419,7 +8610,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
8419
8610
|
}
|
|
8420
8611
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
8421
8612
|
|
|
8422
|
-
},{"../geracao-identificadores":
|
|
8613
|
+
},{"../geracao-identificadores":111,"./declaracao":81}],90:[function(require,module,exports){
|
|
8423
8614
|
"use strict";
|
|
8424
8615
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8425
8616
|
exports.Importar = void 0;
|
|
@@ -8443,7 +8634,7 @@ class Importar extends declaracao_1.Declaracao {
|
|
|
8443
8634
|
}
|
|
8444
8635
|
exports.Importar = Importar;
|
|
8445
8636
|
|
|
8446
|
-
},{"./declaracao":
|
|
8637
|
+
},{"./declaracao":81}],91:[function(require,module,exports){
|
|
8447
8638
|
"use strict";
|
|
8448
8639
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
8449
8640
|
if (k2 === undefined) k2 = k;
|
|
@@ -8491,7 +8682,7 @@ __exportStar(require("./tente"), exports);
|
|
|
8491
8682
|
__exportStar(require("./var"), exports);
|
|
8492
8683
|
__exportStar(require("./var-multiplo"), exports);
|
|
8493
8684
|
|
|
8494
|
-
},{"./aleatorio":
|
|
8685
|
+
},{"./aleatorio":73,"./bloco":74,"./cabecalho-programa":75,"./classe":76,"./comentario":77,"./const":79,"./const-multiplo":78,"./continua":80,"./declaracao":81,"./enquanto":82,"./escolha":83,"./escreva":85,"./escreva-mesma-linha":84,"./expressao":86,"./falhar":87,"./fazer":88,"./funcao":89,"./importar":90,"./inicio-algoritmo":92,"./para":94,"./para-cada":93,"./propriedade-classe":95,"./retorna":96,"./se":97,"./sustar":98,"./tendo-como":99,"./tente":100,"./var":102,"./var-multiplo":101}],92:[function(require,module,exports){
|
|
8495
8686
|
"use strict";
|
|
8496
8687
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8497
8688
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -8511,7 +8702,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
|
8511
8702
|
}
|
|
8512
8703
|
exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
8513
8704
|
|
|
8514
|
-
},{"./declaracao":
|
|
8705
|
+
},{"./declaracao":81}],93:[function(require,module,exports){
|
|
8515
8706
|
"use strict";
|
|
8516
8707
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8517
8708
|
exports.ParaCada = void 0;
|
|
@@ -8520,7 +8711,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
8520
8711
|
constructor(hashArquivo, linha, variavelIteracao, vetor, corpo) {
|
|
8521
8712
|
super(linha, hashArquivo);
|
|
8522
8713
|
this.variavelIteracao = variavelIteracao;
|
|
8523
|
-
this.
|
|
8714
|
+
this.vetorOuDicionario = vetor;
|
|
8524
8715
|
this.corpo = corpo;
|
|
8525
8716
|
this.posicaoAtual = 0;
|
|
8526
8717
|
}
|
|
@@ -8534,7 +8725,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
8534
8725
|
}
|
|
8535
8726
|
exports.ParaCada = ParaCada;
|
|
8536
8727
|
|
|
8537
|
-
},{"./declaracao":
|
|
8728
|
+
},{"./declaracao":81}],94:[function(require,module,exports){
|
|
8538
8729
|
"use strict";
|
|
8539
8730
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8540
8731
|
exports.Para = void 0;
|
|
@@ -8571,7 +8762,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
8571
8762
|
}
|
|
8572
8763
|
exports.Para = Para;
|
|
8573
8764
|
|
|
8574
|
-
},{"./declaracao":
|
|
8765
|
+
},{"./declaracao":81}],95:[function(require,module,exports){
|
|
8575
8766
|
"use strict";
|
|
8576
8767
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8577
8768
|
exports.PropriedadeClasse = void 0;
|
|
@@ -8592,7 +8783,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
8592
8783
|
}
|
|
8593
8784
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
8594
8785
|
|
|
8595
|
-
},{"./declaracao":
|
|
8786
|
+
},{"./declaracao":81}],96:[function(require,module,exports){
|
|
8596
8787
|
"use strict";
|
|
8597
8788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8598
8789
|
exports.Retorna = void 0;
|
|
@@ -8618,7 +8809,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
8618
8809
|
}
|
|
8619
8810
|
exports.Retorna = Retorna;
|
|
8620
8811
|
|
|
8621
|
-
},{"./declaracao":
|
|
8812
|
+
},{"./declaracao":81}],97:[function(require,module,exports){
|
|
8622
8813
|
"use strict";
|
|
8623
8814
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8624
8815
|
exports.Se = void 0;
|
|
@@ -8641,7 +8832,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
8641
8832
|
}
|
|
8642
8833
|
exports.Se = Se;
|
|
8643
8834
|
|
|
8644
|
-
},{"./declaracao":
|
|
8835
|
+
},{"./declaracao":81}],98:[function(require,module,exports){
|
|
8645
8836
|
"use strict";
|
|
8646
8837
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8647
8838
|
exports.Sustar = void 0;
|
|
@@ -8659,7 +8850,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
8659
8850
|
}
|
|
8660
8851
|
exports.Sustar = Sustar;
|
|
8661
8852
|
|
|
8662
|
-
},{"./declaracao":
|
|
8853
|
+
},{"./declaracao":81}],99:[function(require,module,exports){
|
|
8663
8854
|
"use strict";
|
|
8664
8855
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8665
8856
|
exports.TendoComo = void 0;
|
|
@@ -8686,7 +8877,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
8686
8877
|
}
|
|
8687
8878
|
exports.TendoComo = TendoComo;
|
|
8688
8879
|
|
|
8689
|
-
},{"./declaracao":
|
|
8880
|
+
},{"./declaracao":81}],100:[function(require,module,exports){
|
|
8690
8881
|
"use strict";
|
|
8691
8882
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8692
8883
|
exports.Tente = void 0;
|
|
@@ -8712,7 +8903,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
8712
8903
|
}
|
|
8713
8904
|
exports.Tente = Tente;
|
|
8714
8905
|
|
|
8715
|
-
},{"./declaracao":
|
|
8906
|
+
},{"./declaracao":81}],101:[function(require,module,exports){
|
|
8716
8907
|
"use strict";
|
|
8717
8908
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8718
8909
|
exports.VarMultiplo = void 0;
|
|
@@ -8738,7 +8929,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
8738
8929
|
}
|
|
8739
8930
|
exports.VarMultiplo = VarMultiplo;
|
|
8740
8931
|
|
|
8741
|
-
},{"./declaracao":
|
|
8932
|
+
},{"./declaracao":81}],102:[function(require,module,exports){
|
|
8742
8933
|
"use strict";
|
|
8743
8934
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8744
8935
|
exports.Var = void 0;
|
|
@@ -8770,7 +8961,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
8770
8961
|
}
|
|
8771
8962
|
exports.Var = Var;
|
|
8772
8963
|
|
|
8773
|
-
},{"./declaracao":
|
|
8964
|
+
},{"./declaracao":81}],103:[function(require,module,exports){
|
|
8774
8965
|
"use strict";
|
|
8775
8966
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8776
8967
|
exports.default = cyrb53;
|
|
@@ -8794,7 +8985,7 @@ function cyrb53(nomeArquivo, semente = 0) {
|
|
|
8794
8985
|
return 4294967296 * (2097151 & h2) + (h1 >>> 0);
|
|
8795
8986
|
}
|
|
8796
8987
|
|
|
8797
|
-
},{}],
|
|
8988
|
+
},{}],104:[function(require,module,exports){
|
|
8798
8989
|
"use strict";
|
|
8799
8990
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
8800
8991
|
if (k2 === undefined) k2 = k;
|
|
@@ -8819,11 +9010,11 @@ var cyrb53_1 = require("./cyrb53");
|
|
|
8819
9010
|
Object.defineProperty(exports, "cyrb53", { enumerable: true, get: function () { return __importDefault(cyrb53_1).default; } });
|
|
8820
9011
|
__exportStar(require("./ponto-parada"), exports);
|
|
8821
9012
|
|
|
8822
|
-
},{"./cyrb53":
|
|
9013
|
+
},{"./cyrb53":103,"./ponto-parada":105}],105:[function(require,module,exports){
|
|
8823
9014
|
"use strict";
|
|
8824
9015
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8825
9016
|
|
|
8826
|
-
},{}],
|
|
9017
|
+
},{}],106:[function(require,module,exports){
|
|
8827
9018
|
"use strict";
|
|
8828
9019
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8829
9020
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -8838,7 +9029,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
8838
9029
|
}
|
|
8839
9030
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
8840
9031
|
|
|
8841
|
-
},{}],
|
|
9032
|
+
},{}],107:[function(require,module,exports){
|
|
8842
9033
|
"use strict";
|
|
8843
9034
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
8844
9035
|
if (k2 === undefined) k2 = k;
|
|
@@ -8857,7 +9048,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
8857
9048
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8858
9049
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
8859
9050
|
|
|
8860
|
-
},{"./erro-em-tempo-de-execucao":
|
|
9051
|
+
},{"./erro-em-tempo-de-execucao":106}],108:[function(require,module,exports){
|
|
8861
9052
|
"use strict";
|
|
8862
9053
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8863
9054
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9080,7 +9271,7 @@ class FormatadorDelegua {
|
|
|
9080
9271
|
}
|
|
9081
9272
|
visitarDeclaracaoParaCada(declaracao) {
|
|
9082
9273
|
this.codigoFormatado += `${' '.repeat(this.indentacaoAtual)}para cada ${declaracao.variavelIteracao} de `;
|
|
9083
|
-
this.formatarDeclaracaoOuConstruto(declaracao.
|
|
9274
|
+
this.formatarDeclaracaoOuConstruto(declaracao.vetorOuDicionario);
|
|
9084
9275
|
this.visitarExpressaoBloco(declaracao.corpo);
|
|
9085
9276
|
}
|
|
9086
9277
|
visitarDeclaracaoSe(declaracao) {
|
|
@@ -9586,7 +9777,7 @@ class FormatadorDelegua {
|
|
|
9586
9777
|
}
|
|
9587
9778
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
9588
9779
|
|
|
9589
|
-
},{"../construtos":
|
|
9780
|
+
},{"../construtos":47,"../tipos-de-simbolos/delegua":183}],109:[function(require,module,exports){
|
|
9590
9781
|
"use strict";
|
|
9591
9782
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9592
9783
|
exports.FormatadorPitugues = void 0;
|
|
@@ -9768,7 +9959,7 @@ class FormatadorPitugues {
|
|
|
9768
9959
|
}
|
|
9769
9960
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
9770
9961
|
|
|
9771
|
-
},{}],
|
|
9962
|
+
},{}],110:[function(require,module,exports){
|
|
9772
9963
|
"use strict";
|
|
9773
9964
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
9774
9965
|
if (k2 === undefined) k2 = k;
|
|
@@ -9788,7 +9979,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9788
9979
|
__exportStar(require("./formatador-delegua"), exports);
|
|
9789
9980
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
9790
9981
|
|
|
9791
|
-
},{"./formatador-delegua":
|
|
9982
|
+
},{"./formatador-delegua":108,"./formatador-pitugues":109}],111:[function(require,module,exports){
|
|
9792
9983
|
"use strict";
|
|
9793
9984
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9794
9985
|
exports.uuidv4 = uuidv4;
|
|
@@ -9812,7 +10003,7 @@ function uuidv4() {
|
|
|
9812
10003
|
});
|
|
9813
10004
|
}
|
|
9814
10005
|
|
|
9815
|
-
},{}],
|
|
10006
|
+
},{}],112:[function(require,module,exports){
|
|
9816
10007
|
"use strict";
|
|
9817
10008
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
9818
10009
|
if (k2 === undefined) k2 = k;
|
|
@@ -9841,7 +10032,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
9841
10032
|
__exportStar(require("./lexador"), exports);
|
|
9842
10033
|
__exportStar(require("./tradutores"), exports);
|
|
9843
10034
|
|
|
9844
|
-
},{"./avaliador-sintatico":10,"./construtos":
|
|
10035
|
+
},{"./avaliador-sintatico":10,"./construtos":47,"./declaracoes":91,"./depuracao":104,"./formatadores":110,"./interfaces":120,"./interpretador":152,"./lexador":170,"./tradutores":190}],113:[function(require,module,exports){
|
|
9845
10036
|
"use strict";
|
|
9846
10037
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9847
10038
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9968,7 +10159,7 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
|
|
|
9968
10159
|
}
|
|
9969
10160
|
}
|
|
9970
10161
|
|
|
9971
|
-
},{"./tipos-de-dados/delegua":
|
|
10162
|
+
},{"./tipos-de-dados/delegua":178,"./tipos-de-dados/primitivos":180,"./tipos-de-simbolos/delegua":183}],114:[function(require,module,exports){
|
|
9972
10163
|
"use strict";
|
|
9973
10164
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9974
10165
|
exports.InformacaoVariavelOuConstante = void 0;
|
|
@@ -9987,15 +10178,15 @@ class InformacaoVariavelOuConstante {
|
|
|
9987
10178
|
}
|
|
9988
10179
|
exports.InformacaoVariavelOuConstante = InformacaoVariavelOuConstante;
|
|
9989
10180
|
|
|
9990
|
-
},{}],
|
|
10181
|
+
},{}],115:[function(require,module,exports){
|
|
9991
10182
|
"use strict";
|
|
9992
10183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9993
10184
|
|
|
9994
|
-
},{}],
|
|
10185
|
+
},{}],116:[function(require,module,exports){
|
|
9995
10186
|
"use strict";
|
|
9996
10187
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9997
10188
|
|
|
9998
|
-
},{}],
|
|
10189
|
+
},{}],117:[function(require,module,exports){
|
|
9999
10190
|
"use strict";
|
|
10000
10191
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10001
10192
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -10007,7 +10198,7 @@ var DiagnosticoSeveridade;
|
|
|
10007
10198
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
10008
10199
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
10009
10200
|
|
|
10010
|
-
},{}],
|
|
10201
|
+
},{}],118:[function(require,module,exports){
|
|
10011
10202
|
"use strict";
|
|
10012
10203
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10013
10204
|
if (k2 === undefined) k2 = k;
|
|
@@ -10026,11 +10217,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10026
10217
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10027
10218
|
__exportStar(require("./diagnostico-analisador-semantico"), exports);
|
|
10028
10219
|
|
|
10029
|
-
},{"./diagnostico-analisador-semantico":
|
|
10220
|
+
},{"./diagnostico-analisador-semantico":117}],119:[function(require,module,exports){
|
|
10030
10221
|
"use strict";
|
|
10031
10222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10032
10223
|
|
|
10033
|
-
},{}],
|
|
10224
|
+
},{}],120:[function(require,module,exports){
|
|
10034
10225
|
"use strict";
|
|
10035
10226
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10036
10227
|
if (k2 === undefined) k2 = k;
|
|
@@ -10062,43 +10253,44 @@ __exportStar(require("./simbolo-interface"), exports);
|
|
|
10062
10253
|
__exportStar(require("./tradutor-interface"), exports);
|
|
10063
10254
|
__exportStar(require("./variavel-interface"), exports);
|
|
10064
10255
|
__exportStar(require("./visitante-comum-interface"), exports);
|
|
10256
|
+
__exportStar(require("./visitante-delegua-interface"), exports);
|
|
10065
10257
|
__exportStar(require("./construtos"), exports);
|
|
10066
10258
|
__exportStar(require("./erros"), exports);
|
|
10067
10259
|
__exportStar(require("./retornos"), exports);
|
|
10068
10260
|
|
|
10069
|
-
},{"./avaliador-sintatico-interface":
|
|
10261
|
+
},{"./avaliador-sintatico-interface":115,"./construtos":116,"./erros":118,"./formatador-comum-interface":119,"./interpretador-com-depuracao-interface":121,"./interpretador-interface":122,"./lexador-interface":123,"./parametro-interface":124,"./pilha-interface":125,"./primitiva-interface":126,"./resolvedor-interface":127,"./resultado-parcial-interpretador-interface":128,"./retornos":129,"./retornos/retorno-execucao-interface":131,"./simbolo-interface":134,"./tradutor-interface":135,"./variavel-interface":136,"./visitante-comum-interface":137,"./visitante-delegua-interface":138}],121:[function(require,module,exports){
|
|
10070
10262
|
"use strict";
|
|
10071
10263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10072
10264
|
|
|
10073
|
-
},{}],
|
|
10265
|
+
},{}],122:[function(require,module,exports){
|
|
10074
10266
|
"use strict";
|
|
10075
10267
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10076
10268
|
|
|
10077
|
-
},{}],
|
|
10269
|
+
},{}],123:[function(require,module,exports){
|
|
10078
10270
|
"use strict";
|
|
10079
10271
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10080
10272
|
|
|
10081
|
-
},{}],
|
|
10273
|
+
},{}],124:[function(require,module,exports){
|
|
10082
10274
|
"use strict";
|
|
10083
10275
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10084
10276
|
|
|
10085
|
-
},{}],
|
|
10277
|
+
},{}],125:[function(require,module,exports){
|
|
10086
10278
|
"use strict";
|
|
10087
10279
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10088
10280
|
|
|
10089
|
-
},{}],
|
|
10281
|
+
},{}],126:[function(require,module,exports){
|
|
10090
10282
|
"use strict";
|
|
10091
10283
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10092
10284
|
|
|
10093
|
-
},{}],
|
|
10285
|
+
},{}],127:[function(require,module,exports){
|
|
10094
10286
|
"use strict";
|
|
10095
10287
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10096
10288
|
|
|
10097
|
-
},{}],
|
|
10289
|
+
},{}],128:[function(require,module,exports){
|
|
10098
10290
|
"use strict";
|
|
10099
10291
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10100
10292
|
|
|
10101
|
-
},{}],
|
|
10293
|
+
},{}],129:[function(require,module,exports){
|
|
10102
10294
|
"use strict";
|
|
10103
10295
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10104
10296
|
if (k2 === undefined) k2 = k;
|
|
@@ -10120,39 +10312,43 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
10120
10312
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
10121
10313
|
__exportStar(require("./retorno-lexador"), exports);
|
|
10122
10314
|
|
|
10123
|
-
},{"./retorno-avaliador-sintatico":
|
|
10315
|
+
},{"./retorno-avaliador-sintatico":130,"./retorno-execucao-interface":131,"./retorno-interpretador-interface":132,"./retorno-lexador":133}],130:[function(require,module,exports){
|
|
10124
10316
|
"use strict";
|
|
10125
10317
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10126
10318
|
|
|
10127
|
-
},{}],
|
|
10319
|
+
},{}],131:[function(require,module,exports){
|
|
10128
10320
|
"use strict";
|
|
10129
10321
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10130
10322
|
|
|
10131
|
-
},{}],
|
|
10323
|
+
},{}],132:[function(require,module,exports){
|
|
10132
10324
|
"use strict";
|
|
10133
10325
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10134
10326
|
|
|
10135
|
-
},{}],
|
|
10327
|
+
},{}],133:[function(require,module,exports){
|
|
10136
10328
|
"use strict";
|
|
10137
10329
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10138
10330
|
|
|
10139
|
-
},{}],
|
|
10331
|
+
},{}],134:[function(require,module,exports){
|
|
10140
10332
|
"use strict";
|
|
10141
10333
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10142
10334
|
|
|
10143
|
-
},{}],
|
|
10335
|
+
},{}],135:[function(require,module,exports){
|
|
10144
10336
|
"use strict";
|
|
10145
10337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10146
10338
|
|
|
10147
|
-
},{}],
|
|
10339
|
+
},{}],136:[function(require,module,exports){
|
|
10148
10340
|
"use strict";
|
|
10149
10341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10150
10342
|
|
|
10151
|
-
},{}],
|
|
10343
|
+
},{}],137:[function(require,module,exports){
|
|
10152
10344
|
"use strict";
|
|
10153
10345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10154
10346
|
|
|
10155
|
-
},{}],
|
|
10347
|
+
},{}],138:[function(require,module,exports){
|
|
10348
|
+
"use strict";
|
|
10349
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10350
|
+
|
|
10351
|
+
},{}],139:[function(require,module,exports){
|
|
10156
10352
|
"use strict";
|
|
10157
10353
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10158
10354
|
if (k2 === undefined) k2 = k;
|
|
@@ -10217,7 +10413,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
|
|
|
10217
10413
|
pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
|
|
10218
10414
|
}
|
|
10219
10415
|
|
|
10220
|
-
},{"../bibliotecas/biblioteca-global":17,"./estruturas/funcao-padrao":
|
|
10416
|
+
},{"../bibliotecas/biblioteca-global":17,"./estruturas/funcao-padrao":145}],140:[function(require,module,exports){
|
|
10221
10417
|
"use strict";
|
|
10222
10418
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10223
10419
|
exports.EspacoMemoria = void 0;
|
|
@@ -10242,7 +10438,7 @@ class EspacoMemoria {
|
|
|
10242
10438
|
}
|
|
10243
10439
|
exports.EspacoMemoria = EspacoMemoria;
|
|
10244
10440
|
|
|
10245
|
-
},{}],
|
|
10441
|
+
},{}],141:[function(require,module,exports){
|
|
10246
10442
|
"use strict";
|
|
10247
10443
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10248
10444
|
exports.Chamavel = void 0;
|
|
@@ -10256,7 +10452,7 @@ class Chamavel {
|
|
|
10256
10452
|
}
|
|
10257
10453
|
exports.Chamavel = Chamavel;
|
|
10258
10454
|
|
|
10259
|
-
},{}],
|
|
10455
|
+
},{}],142:[function(require,module,exports){
|
|
10260
10456
|
"use strict";
|
|
10261
10457
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10262
10458
|
exports.ClassePadrao = void 0;
|
|
@@ -10297,7 +10493,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
10297
10493
|
}
|
|
10298
10494
|
exports.ClassePadrao = ClassePadrao;
|
|
10299
10495
|
|
|
10300
|
-
},{"./chamavel":
|
|
10496
|
+
},{"./chamavel":141}],143:[function(require,module,exports){
|
|
10301
10497
|
"use strict";
|
|
10302
10498
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10303
10499
|
exports.DeleguaFuncao = void 0;
|
|
@@ -10442,7 +10638,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
|
|
|
10442
10638
|
}
|
|
10443
10639
|
exports.DeleguaFuncao = DeleguaFuncao;
|
|
10444
10640
|
|
|
10445
|
-
},{"../../declaracoes":
|
|
10641
|
+
},{"../../declaracoes":91,"../../quebras":177,"../espaco-memoria":140,"./chamavel":141}],144:[function(require,module,exports){
|
|
10446
10642
|
"use strict";
|
|
10447
10643
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10448
10644
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -10523,7 +10719,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
10523
10719
|
}
|
|
10524
10720
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
10525
10721
|
|
|
10526
|
-
},{"../../excecoes":
|
|
10722
|
+
},{"../../excecoes":107,"./chamavel":141,"./objeto-delegua-classe":149}],145:[function(require,module,exports){
|
|
10527
10723
|
"use strict";
|
|
10528
10724
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10529
10725
|
exports.FuncaoPadrao = void 0;
|
|
@@ -10560,7 +10756,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
10560
10756
|
}
|
|
10561
10757
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
10562
10758
|
|
|
10563
|
-
},{"./chamavel":
|
|
10759
|
+
},{"./chamavel":141}],146:[function(require,module,exports){
|
|
10564
10760
|
"use strict";
|
|
10565
10761
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10566
10762
|
if (k2 === undefined) k2 = k;
|
|
@@ -10588,7 +10784,7 @@ __exportStar(require("./objeto-delegua-classe"), exports);
|
|
|
10588
10784
|
__exportStar(require("./objeto-padrao"), exports);
|
|
10589
10785
|
__exportStar(require("./referencia-montao"), exports);
|
|
10590
10786
|
|
|
10591
|
-
},{"./chamavel":
|
|
10787
|
+
},{"./chamavel":141,"./classe-padrao":142,"./delegua-funcao":143,"./descritor-tipo-classe":144,"./funcao-padrao":145,"./metodo-primitiva":147,"./modulo":148,"./objeto-delegua-classe":149,"./objeto-padrao":150,"./referencia-montao":151}],147:[function(require,module,exports){
|
|
10592
10788
|
"use strict";
|
|
10593
10789
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10594
10790
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -10631,7 +10827,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
10631
10827
|
}
|
|
10632
10828
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
10633
10829
|
|
|
10634
|
-
},{"./chamavel":
|
|
10830
|
+
},{"./chamavel":141}],148:[function(require,module,exports){
|
|
10635
10831
|
"use strict";
|
|
10636
10832
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10637
10833
|
exports.DeleguaModulo = void 0;
|
|
@@ -10657,7 +10853,7 @@ class DeleguaModulo {
|
|
|
10657
10853
|
}
|
|
10658
10854
|
exports.DeleguaModulo = DeleguaModulo;
|
|
10659
10855
|
|
|
10660
|
-
},{}],
|
|
10856
|
+
},{}],149:[function(require,module,exports){
|
|
10661
10857
|
"use strict";
|
|
10662
10858
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10663
10859
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -10725,7 +10921,7 @@ class ObjetoDeleguaClasse {
|
|
|
10725
10921
|
}
|
|
10726
10922
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
10727
10923
|
|
|
10728
|
-
},{"../../excecoes":
|
|
10924
|
+
},{"../../excecoes":107}],150:[function(require,module,exports){
|
|
10729
10925
|
"use strict";
|
|
10730
10926
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10731
10927
|
exports.ObjetoPadrao = void 0;
|
|
@@ -10759,7 +10955,7 @@ class ObjetoPadrao {
|
|
|
10759
10955
|
}
|
|
10760
10956
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
10761
10957
|
|
|
10762
|
-
},{}],
|
|
10958
|
+
},{}],151:[function(require,module,exports){
|
|
10763
10959
|
"use strict";
|
|
10764
10960
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10765
10961
|
exports.ReferenciaMontao = void 0;
|
|
@@ -10784,7 +10980,7 @@ class ReferenciaMontao {
|
|
|
10784
10980
|
}
|
|
10785
10981
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
10786
10982
|
|
|
10787
|
-
},{}],
|
|
10983
|
+
},{}],152:[function(require,module,exports){
|
|
10788
10984
|
"use strict";
|
|
10789
10985
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10790
10986
|
if (k2 === undefined) k2 = k;
|
|
@@ -10804,7 +11000,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10804
11000
|
__exportStar(require("./interpretador"), exports);
|
|
10805
11001
|
__exportStar(require("./interpretador-base"), exports);
|
|
10806
11002
|
|
|
10807
|
-
},{"./interpretador":
|
|
11003
|
+
},{"./interpretador":154,"./interpretador-base":153}],153:[function(require,module,exports){
|
|
10808
11004
|
(function (process){(function (){
|
|
10809
11005
|
"use strict";
|
|
10810
11006
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -11526,54 +11722,6 @@ class InterpretadorBase {
|
|
|
11526
11722
|
}
|
|
11527
11723
|
return retornoExecucao;
|
|
11528
11724
|
}
|
|
11529
|
-
// TODO: Descobrir se mais algum dialeto, fora Delégua e Pituguês, usam isso.
|
|
11530
|
-
async visitarDeclaracaoParaCada(declaracao) {
|
|
11531
|
-
let retornoExecucao;
|
|
11532
|
-
// Posição atual precisa ser reiniciada, pois pode estar dentro de outro
|
|
11533
|
-
// laço de repetição.
|
|
11534
|
-
declaracao.posicaoAtual = 0;
|
|
11535
|
-
const vetorResolvido = await this.avaliar(declaracao.vetor);
|
|
11536
|
-
let valorVetorResolvido = this.resolverValor(vetorResolvido);
|
|
11537
|
-
// Se até aqui vetor resolvido é um dicionário, converte dicionário
|
|
11538
|
-
// para vetor de duplas.
|
|
11539
|
-
// TODO: Converter elementos para `Construto` se necessário.
|
|
11540
|
-
if (declaracao.vetor.tipo === 'dicionário') {
|
|
11541
|
-
valorVetorResolvido = Object.entries(valorVetorResolvido).map((v) => new construtos_1.Dupla(v[0], v[1]));
|
|
11542
|
-
}
|
|
11543
|
-
if (!Array.isArray(valorVetorResolvido)) {
|
|
11544
|
-
return Promise.reject("Variável ou literal provida em instrução 'para cada' não é um vetor.");
|
|
11545
|
-
}
|
|
11546
|
-
while (!(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra) &&
|
|
11547
|
-
declaracao.posicaoAtual < valorVetorResolvido.length) {
|
|
11548
|
-
try {
|
|
11549
|
-
if (declaracao.variavelIteracao instanceof construtos_1.Variavel) {
|
|
11550
|
-
this.pilhaEscoposExecucao.definirVariavel(declaracao.variavelIteracao.simbolo.lexema, valorVetorResolvido[declaracao.posicaoAtual]);
|
|
11551
|
-
}
|
|
11552
|
-
if (declaracao.variavelIteracao instanceof construtos_1.Dupla) {
|
|
11553
|
-
const valorComoDupla = valorVetorResolvido[declaracao.posicaoAtual];
|
|
11554
|
-
this.pilhaEscoposExecucao.definirVariavel(declaracao.variavelIteracao.primeiro.valor, valorComoDupla.primeiro);
|
|
11555
|
-
this.pilhaEscoposExecucao.definirVariavel(declaracao.variavelIteracao.segundo.valor, valorComoDupla.segundo);
|
|
11556
|
-
}
|
|
11557
|
-
retornoExecucao = await this.executar(declaracao.corpo);
|
|
11558
|
-
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.SustarQuebra) {
|
|
11559
|
-
return null;
|
|
11560
|
-
}
|
|
11561
|
-
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.ContinuarQuebra) {
|
|
11562
|
-
retornoExecucao = null;
|
|
11563
|
-
}
|
|
11564
|
-
declaracao.posicaoAtual++;
|
|
11565
|
-
}
|
|
11566
|
-
catch (erro) {
|
|
11567
|
-
this.erros.push({
|
|
11568
|
-
erroInterno: erro,
|
|
11569
|
-
linha: declaracao.linha,
|
|
11570
|
-
hashArquivo: declaracao.hashArquivo,
|
|
11571
|
-
});
|
|
11572
|
-
return Promise.reject(erro);
|
|
11573
|
-
}
|
|
11574
|
-
}
|
|
11575
|
-
return retornoExecucao;
|
|
11576
|
-
}
|
|
11577
11725
|
/**
|
|
11578
11726
|
* Executa uma expressão Se, que tem uma condição, pode ter um bloco
|
|
11579
11727
|
* Senão, e múltiplos blocos Senão-se.
|
|
@@ -12320,7 +12468,7 @@ class InterpretadorBase {
|
|
|
12320
12468
|
exports.InterpretadorBase = InterpretadorBase;
|
|
12321
12469
|
|
|
12322
12470
|
}).call(this)}).call(this,require('_process'))
|
|
12323
|
-
},{"../avaliador-sintatico":10,"../bibliotecas/primitivas-dicionario":18,"../construtos":
|
|
12471
|
+
},{"../avaliador-sintatico":10,"../bibliotecas/primitivas-dicionario":18,"../construtos":47,"../excecoes":107,"../inferenciador":113,"../lexador":170,"../quebras":177,"../tipos-de-dados/delegua":178,"../tipos-de-dados/primitivos":180,"../tipos-de-simbolos/delegua":183,"./comum":139,"./espaco-memoria":140,"./estruturas":146,"./estruturas/metodo-primitiva":147,"./pilha-escopos-execucao":156,"_process":417,"browser-process-hrtime":363}],154:[function(require,module,exports){
|
|
12324
12472
|
"use strict";
|
|
12325
12473
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12326
12474
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12470,6 +12618,202 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
12470
12618
|
tipoExplicito: funcao.declaracao.tipoExplicito,
|
|
12471
12619
|
};
|
|
12472
12620
|
}
|
|
12621
|
+
async logicaComumExecucaoEnquanto(enquanto, acumularRetornos) {
|
|
12622
|
+
let retornoExecucao;
|
|
12623
|
+
const retornos = [];
|
|
12624
|
+
while ((acumularRetornos || !(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra)) &&
|
|
12625
|
+
this.eVerdadeiro(await this.avaliar(enquanto.condicao))) {
|
|
12626
|
+
try {
|
|
12627
|
+
retornoExecucao = await this.executar(enquanto.corpo);
|
|
12628
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.SustarQuebra) {
|
|
12629
|
+
if (acumularRetornos) {
|
|
12630
|
+
return {
|
|
12631
|
+
valorRetornado: retornos,
|
|
12632
|
+
tipo: 'vetor'
|
|
12633
|
+
};
|
|
12634
|
+
}
|
|
12635
|
+
return null;
|
|
12636
|
+
}
|
|
12637
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.ContinuarQuebra) {
|
|
12638
|
+
retornoExecucao = null;
|
|
12639
|
+
}
|
|
12640
|
+
if (acumularRetornos) {
|
|
12641
|
+
retornos.push(retornoExecucao);
|
|
12642
|
+
}
|
|
12643
|
+
}
|
|
12644
|
+
catch (erro) {
|
|
12645
|
+
this.erros.push({
|
|
12646
|
+
erroInterno: erro,
|
|
12647
|
+
linha: enquanto.linha,
|
|
12648
|
+
hashArquivo: enquanto.hashArquivo,
|
|
12649
|
+
});
|
|
12650
|
+
return Promise.reject(erro);
|
|
12651
|
+
}
|
|
12652
|
+
}
|
|
12653
|
+
if (acumularRetornos) {
|
|
12654
|
+
return {
|
|
12655
|
+
valorRetornado: retornos,
|
|
12656
|
+
tipo: 'vetor'
|
|
12657
|
+
};
|
|
12658
|
+
}
|
|
12659
|
+
return retornoExecucao;
|
|
12660
|
+
}
|
|
12661
|
+
async visitarDeclaracaoEnquanto(declaracao) {
|
|
12662
|
+
return this.logicaComumExecucaoEnquanto(declaracao, false);
|
|
12663
|
+
}
|
|
12664
|
+
async logicaComumExecucaoFazer(fazer, acumularRetornos) {
|
|
12665
|
+
let retornoExecucao;
|
|
12666
|
+
const retornos = [];
|
|
12667
|
+
do {
|
|
12668
|
+
try {
|
|
12669
|
+
retornoExecucao = await this.executar(fazer.caminhoFazer);
|
|
12670
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.SustarQuebra) {
|
|
12671
|
+
if (acumularRetornos) {
|
|
12672
|
+
return {
|
|
12673
|
+
valorRetornado: retornos,
|
|
12674
|
+
tipo: 'vetor'
|
|
12675
|
+
};
|
|
12676
|
+
}
|
|
12677
|
+
return null;
|
|
12678
|
+
}
|
|
12679
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.ContinuarQuebra) {
|
|
12680
|
+
retornoExecucao = null;
|
|
12681
|
+
}
|
|
12682
|
+
if (acumularRetornos) {
|
|
12683
|
+
retornos.push(retornoExecucao);
|
|
12684
|
+
}
|
|
12685
|
+
}
|
|
12686
|
+
catch (erro) {
|
|
12687
|
+
this.erros.push({
|
|
12688
|
+
erroInterno: erro,
|
|
12689
|
+
linha: fazer.linha,
|
|
12690
|
+
hashArquivo: fazer.hashArquivo,
|
|
12691
|
+
});
|
|
12692
|
+
return Promise.reject(erro);
|
|
12693
|
+
}
|
|
12694
|
+
} while ((acumularRetornos || !(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra)) &&
|
|
12695
|
+
this.eVerdadeiro(await this.avaliar(fazer.condicaoEnquanto)));
|
|
12696
|
+
if (acumularRetornos) {
|
|
12697
|
+
return {
|
|
12698
|
+
valorRetornado: retornos,
|
|
12699
|
+
tipo: 'vetor'
|
|
12700
|
+
};
|
|
12701
|
+
}
|
|
12702
|
+
}
|
|
12703
|
+
async visitarDeclaracaoFazer(declaracao) {
|
|
12704
|
+
return this.logicaComumExecucaoFazer(declaracao, false);
|
|
12705
|
+
}
|
|
12706
|
+
async logicaComumExecucaoPara(para, acumularRetornos) {
|
|
12707
|
+
const declaracaoInicializador = Array.isArray(para.inicializador)
|
|
12708
|
+
? para.inicializador[0]
|
|
12709
|
+
: para.inicializador;
|
|
12710
|
+
if (declaracaoInicializador !== null) {
|
|
12711
|
+
await this.avaliar(declaracaoInicializador);
|
|
12712
|
+
}
|
|
12713
|
+
let retornoExecucao;
|
|
12714
|
+
const retornos = [];
|
|
12715
|
+
while (acumularRetornos || !(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra)) {
|
|
12716
|
+
if (para.condicao !== null &&
|
|
12717
|
+
!this.eVerdadeiro(await this.avaliar(para.condicao))) {
|
|
12718
|
+
break;
|
|
12719
|
+
}
|
|
12720
|
+
retornoExecucao = await this.executar(para.corpo);
|
|
12721
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.SustarQuebra) {
|
|
12722
|
+
if (acumularRetornos) {
|
|
12723
|
+
return {
|
|
12724
|
+
valorRetornado: retornos,
|
|
12725
|
+
tipo: 'vetor'
|
|
12726
|
+
};
|
|
12727
|
+
}
|
|
12728
|
+
return null;
|
|
12729
|
+
}
|
|
12730
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.ContinuarQuebra) {
|
|
12731
|
+
retornoExecucao = null;
|
|
12732
|
+
}
|
|
12733
|
+
if (acumularRetornos) {
|
|
12734
|
+
retornos.push(retornoExecucao);
|
|
12735
|
+
}
|
|
12736
|
+
if (para.incrementar !== null) {
|
|
12737
|
+
await this.avaliar(para.incrementar);
|
|
12738
|
+
}
|
|
12739
|
+
}
|
|
12740
|
+
if (acumularRetornos) {
|
|
12741
|
+
return {
|
|
12742
|
+
valorRetornado: retornos,
|
|
12743
|
+
tipo: 'vetor'
|
|
12744
|
+
};
|
|
12745
|
+
}
|
|
12746
|
+
return retornoExecucao;
|
|
12747
|
+
}
|
|
12748
|
+
async visitarDeclaracaoPara(declaracao) {
|
|
12749
|
+
return this.logicaComumExecucaoPara(declaracao, false);
|
|
12750
|
+
}
|
|
12751
|
+
async logicaComumExecucaoParaCada(paraCada, acumularRetornos) {
|
|
12752
|
+
let retornoExecucao;
|
|
12753
|
+
// Posição atual precisa ser reiniciada, pois pode estar dentro de outro
|
|
12754
|
+
// laço de repetição.
|
|
12755
|
+
paraCada.posicaoAtual = 0;
|
|
12756
|
+
const vetorOuDicionarioResolvido = await this.avaliar(paraCada.vetorOuDicionario);
|
|
12757
|
+
let valorVetorOuDicionarioResolvido = this.resolverValor(vetorOuDicionarioResolvido);
|
|
12758
|
+
// Se até aqui vetor resolvido é um dicionário, converte dicionário
|
|
12759
|
+
// para vetor de duplas.
|
|
12760
|
+
// TODO: Converter elementos para `Construto` se necessário.
|
|
12761
|
+
if (paraCada.vetorOuDicionario.tipo === 'dicionário') {
|
|
12762
|
+
valorVetorOuDicionarioResolvido = Object.entries(valorVetorOuDicionarioResolvido).map((v) => new construtos_1.Dupla(v[0], v[1]));
|
|
12763
|
+
}
|
|
12764
|
+
if (!Array.isArray(valorVetorOuDicionarioResolvido)) {
|
|
12765
|
+
return Promise.reject("Variável ou literal provida em instrução 'para cada' não é um vetor.");
|
|
12766
|
+
}
|
|
12767
|
+
const retornos = [];
|
|
12768
|
+
while ((acumularRetornos || !(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra)) &&
|
|
12769
|
+
paraCada.posicaoAtual < valorVetorOuDicionarioResolvido.length) {
|
|
12770
|
+
try {
|
|
12771
|
+
if (paraCada.variavelIteracao instanceof construtos_1.Variavel) {
|
|
12772
|
+
this.pilhaEscoposExecucao.definirVariavel(paraCada.variavelIteracao.simbolo.lexema, valorVetorOuDicionarioResolvido[paraCada.posicaoAtual]);
|
|
12773
|
+
}
|
|
12774
|
+
if (paraCada.variavelIteracao instanceof construtos_1.Dupla) {
|
|
12775
|
+
const valorComoDupla = valorVetorOuDicionarioResolvido[paraCada.posicaoAtual];
|
|
12776
|
+
this.pilhaEscoposExecucao.definirVariavel(paraCada.variavelIteracao.primeiro.valor, valorComoDupla.primeiro);
|
|
12777
|
+
this.pilhaEscoposExecucao.definirVariavel(paraCada.variavelIteracao.segundo.valor, valorComoDupla.segundo);
|
|
12778
|
+
}
|
|
12779
|
+
retornoExecucao = await this.executar(paraCada.corpo);
|
|
12780
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.SustarQuebra) {
|
|
12781
|
+
if (acumularRetornos) {
|
|
12782
|
+
return {
|
|
12783
|
+
valorRetornado: retornos,
|
|
12784
|
+
tipo: 'vetor'
|
|
12785
|
+
};
|
|
12786
|
+
}
|
|
12787
|
+
return null;
|
|
12788
|
+
}
|
|
12789
|
+
if (retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.ContinuarQuebra) {
|
|
12790
|
+
retornoExecucao = null;
|
|
12791
|
+
}
|
|
12792
|
+
if (acumularRetornos) {
|
|
12793
|
+
retornos.push(retornoExecucao);
|
|
12794
|
+
}
|
|
12795
|
+
paraCada.posicaoAtual++;
|
|
12796
|
+
}
|
|
12797
|
+
catch (erro) {
|
|
12798
|
+
this.erros.push({
|
|
12799
|
+
erroInterno: erro,
|
|
12800
|
+
linha: paraCada.linha,
|
|
12801
|
+
hashArquivo: paraCada.hashArquivo,
|
|
12802
|
+
});
|
|
12803
|
+
return Promise.reject(erro);
|
|
12804
|
+
}
|
|
12805
|
+
}
|
|
12806
|
+
if (acumularRetornos) {
|
|
12807
|
+
return {
|
|
12808
|
+
valorRetornado: retornos,
|
|
12809
|
+
tipo: 'vetor'
|
|
12810
|
+
};
|
|
12811
|
+
}
|
|
12812
|
+
return retornoExecucao;
|
|
12813
|
+
}
|
|
12814
|
+
async visitarDeclaracaoParaCada(declaracao) {
|
|
12815
|
+
return this.logicaComumExecucaoParaCada(declaracao, false);
|
|
12816
|
+
}
|
|
12473
12817
|
async visitarExpressaoAcessoIndiceVariavel(expressao) {
|
|
12474
12818
|
const promises = await Promise.all([
|
|
12475
12819
|
this.avaliar(expressao.entidadeChamada),
|
|
@@ -12783,7 +13127,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
12783
13127
|
}
|
|
12784
13128
|
/**
|
|
12785
13129
|
* Em Delégua e Pituguês, comentários não são importantes para a interpretação.
|
|
12786
|
-
* @param expressao
|
|
13130
|
+
* @param expressao Uma `Promise` sempre resolvida.
|
|
12787
13131
|
*/
|
|
12788
13132
|
async visitarExpressaoComentario(expressao) {
|
|
12789
13133
|
return Promise.resolve();
|
|
@@ -12843,7 +13187,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
12843
13187
|
}
|
|
12844
13188
|
const valor = await this.avaliar(expressao.valor);
|
|
12845
13189
|
const valorResolvido = this.resolverValor(valor);
|
|
12846
|
-
if (objeto.constructor
|
|
13190
|
+
if (objeto.constructor === estruturas_1.ObjetoDeleguaClasse) {
|
|
12847
13191
|
objeto.definir(expressao.nome, valorResolvido);
|
|
12848
13192
|
return valorResolvido;
|
|
12849
13193
|
}
|
|
@@ -12873,6 +13217,15 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
12873
13217
|
this.pilhaEscoposExecucao.registrarReferenciaMontao(enderecoDicionarioMontao);
|
|
12874
13218
|
return new estruturas_1.ReferenciaMontao(enderecoDicionarioMontao);
|
|
12875
13219
|
}
|
|
13220
|
+
visitarExpressaoEnquanto(expressao) {
|
|
13221
|
+
return this.logicaComumExecucaoEnquanto(expressao, true);
|
|
13222
|
+
}
|
|
13223
|
+
visitarExpressaoFazer(expressao) {
|
|
13224
|
+
return this.logicaComumExecucaoFazer(expressao, true);
|
|
13225
|
+
}
|
|
13226
|
+
visitarExpressaoParaCada(expressao) {
|
|
13227
|
+
return this.logicaComumExecucaoParaCada(expressao, true);
|
|
13228
|
+
}
|
|
12876
13229
|
async visitarExpressaoReferenciaFuncao(expressao) {
|
|
12877
13230
|
const deleguaFuncao = this.pilhaEscoposExecucao.obterReferenciaFuncao(expressao.idFuncao);
|
|
12878
13231
|
return deleguaFuncao;
|
|
@@ -12894,6 +13247,9 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
12894
13247
|
}
|
|
12895
13248
|
return retornoQuebra;
|
|
12896
13249
|
}
|
|
13250
|
+
visitarExpressaoPara(expressao) {
|
|
13251
|
+
return this.logicaComumExecucaoPara(expressao, true);
|
|
13252
|
+
}
|
|
12897
13253
|
/**
|
|
12898
13254
|
* Para Delégua e Pituguês, o separador é apenas um elemento de sintaxe.
|
|
12899
13255
|
* Não há qualquer avaliação a ser feita.
|
|
@@ -13006,7 +13362,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
13006
13362
|
}
|
|
13007
13363
|
exports.Interpretador = Interpretador;
|
|
13008
13364
|
|
|
13009
|
-
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":
|
|
13365
|
+
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":47,"../excecoes":107,"../inferenciador":113,"../quebras":177,"../tipos-de-dados/delegua":178,"../tipos-de-dados/primitivos":180,"./estruturas":146,"./interpretador-base":153,"./montao":155}],155:[function(require,module,exports){
|
|
13010
13366
|
"use strict";
|
|
13011
13367
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13012
13368
|
exports.Montao = void 0;
|
|
@@ -13063,7 +13419,7 @@ class Montao {
|
|
|
13063
13419
|
}
|
|
13064
13420
|
exports.Montao = Montao;
|
|
13065
13421
|
|
|
13066
|
-
},{"../excecoes":
|
|
13422
|
+
},{"../excecoes":107,"../geracao-identificadores":111}],156:[function(require,module,exports){
|
|
13067
13423
|
"use strict";
|
|
13068
13424
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13069
13425
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -13351,7 +13707,7 @@ class PilhaEscoposExecucao {
|
|
|
13351
13707
|
}
|
|
13352
13708
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
13353
13709
|
|
|
13354
|
-
},{"../excecoes":
|
|
13710
|
+
},{"../excecoes":107,"../inferenciador":113,"../lexador":170,"../tipos-de-dados/delegua":178,"./estruturas":146}],157:[function(require,module,exports){
|
|
13355
13711
|
"use strict";
|
|
13356
13712
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13357
13713
|
if (k2 === undefined) k2 = k;
|
|
@@ -13375,7 +13731,7 @@ __exportStar(require("./lexador-guarani"), exports);
|
|
|
13375
13731
|
__exportStar(require("./lexador-portugol-ipt"), exports);
|
|
13376
13732
|
__exportStar(require("./lexador-tenda"), exports);
|
|
13377
13733
|
|
|
13378
|
-
},{"./lexador-calango":
|
|
13734
|
+
},{"./lexador-calango":158,"./lexador-egua-classico":159,"./lexador-guarani":160,"./lexador-pitugues":161,"./lexador-portugol-ipt":162,"./lexador-tenda":163}],158:[function(require,module,exports){
|
|
13379
13735
|
"use strict";
|
|
13380
13736
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13381
13737
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -13608,7 +13964,7 @@ class LexadorCalango {
|
|
|
13608
13964
|
}
|
|
13609
13965
|
exports.LexadorCalango = LexadorCalango;
|
|
13610
13966
|
|
|
13611
|
-
},{"../../tipos-de-simbolos/calango":
|
|
13967
|
+
},{"../../tipos-de-simbolos/calango":181,"../simbolo":176,"./palavras-reservadas/calango":164}],159:[function(require,module,exports){
|
|
13612
13968
|
"use strict";
|
|
13613
13969
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13614
13970
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -13898,7 +14254,7 @@ class LexadorEguaClassico {
|
|
|
13898
14254
|
}
|
|
13899
14255
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
13900
14256
|
|
|
13901
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
14257
|
+
},{"../../tipos-de-simbolos/egua-classico":184,"../simbolo":176,"./palavras-reservadas/egua-classico":165}],160:[function(require,module,exports){
|
|
13902
14258
|
"use strict";
|
|
13903
14259
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13904
14260
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -14017,7 +14373,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
14017
14373
|
}
|
|
14018
14374
|
exports.LexadorGuarani = LexadorGuarani;
|
|
14019
14375
|
|
|
14020
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
14376
|
+
},{"../../tipos-de-simbolos/guarani":185,"../lexador-base":172,"./palavras-reservadas/guarani":166}],161:[function(require,module,exports){
|
|
14021
14377
|
"use strict";
|
|
14022
14378
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14023
14379
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -14424,7 +14780,7 @@ class LexadorPitugues {
|
|
|
14424
14780
|
}
|
|
14425
14781
|
exports.LexadorPitugues = LexadorPitugues;
|
|
14426
14782
|
|
|
14427
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
14783
|
+
},{"../../tipos-de-simbolos/pitugues":187,"../simbolo":176,"./palavras-reservadas/pitugues":167,"browser-process-hrtime":363}],162:[function(require,module,exports){
|
|
14428
14784
|
"use strict";
|
|
14429
14785
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14430
14786
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -14676,7 +15032,7 @@ class LexadorPortugolIpt {
|
|
|
14676
15032
|
}
|
|
14677
15033
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
14678
15034
|
|
|
14679
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
15035
|
+
},{"../../tipos-de-simbolos/portugol-ipt":188,"../simbolo":176,"./palavras-reservadas/portugol-ipt":168}],163:[function(require,module,exports){
|
|
14680
15036
|
"use strict";
|
|
14681
15037
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14682
15038
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15067,7 +15423,7 @@ class LexadorTenda {
|
|
|
15067
15423
|
}
|
|
15068
15424
|
exports.LexadorTenda = LexadorTenda;
|
|
15069
15425
|
|
|
15070
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
15426
|
+
},{"../../tipos-de-simbolos/tenda":189,"../simbolo":176,"./palavras-reservadas/tenda":169,"browser-process-hrtime":363}],164:[function(require,module,exports){
|
|
15071
15427
|
"use strict";
|
|
15072
15428
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15073
15429
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15088,7 +15444,7 @@ exports.default = {
|
|
|
15088
15444
|
fimSe: calango_1.default.FIM_SE,
|
|
15089
15445
|
};
|
|
15090
15446
|
|
|
15091
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
15447
|
+
},{"../../../tipos-de-simbolos/calango":181}],165:[function(require,module,exports){
|
|
15092
15448
|
"use strict";
|
|
15093
15449
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15094
15450
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15129,7 +15485,7 @@ exports.palavrasReservadas = {
|
|
|
15129
15485
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
15130
15486
|
};
|
|
15131
15487
|
|
|
15132
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
15488
|
+
},{"../../../tipos-de-simbolos/egua-classico":184}],166:[function(require,module,exports){
|
|
15133
15489
|
"use strict";
|
|
15134
15490
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15135
15491
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15141,7 +15497,7 @@ exports.palavrasReservadas = {
|
|
|
15141
15497
|
hai: guarani_1.default.HAI,
|
|
15142
15498
|
};
|
|
15143
15499
|
|
|
15144
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
15500
|
+
},{"../../../tipos-de-simbolos/guarani":185}],167:[function(require,module,exports){
|
|
15145
15501
|
"use strict";
|
|
15146
15502
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15147
15503
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15204,7 +15560,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
15204
15560
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
15205
15561
|
};
|
|
15206
15562
|
|
|
15207
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
15563
|
+
},{"../../../tipos-de-simbolos/pitugues":187}],168:[function(require,module,exports){
|
|
15208
15564
|
"use strict";
|
|
15209
15565
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15210
15566
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15226,7 +15582,7 @@ exports.palavrasReservadas = {
|
|
|
15226
15582
|
senão: portugol_ipt_1.default.SENAO,
|
|
15227
15583
|
};
|
|
15228
15584
|
|
|
15229
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
15585
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":188}],169:[function(require,module,exports){
|
|
15230
15586
|
"use strict";
|
|
15231
15587
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15232
15588
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15284,7 +15640,7 @@ exports.palavrasReservadas = {
|
|
|
15284
15640
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
15285
15641
|
};
|
|
15286
15642
|
|
|
15287
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
15643
|
+
},{"../../../tipos-de-simbolos/tenda":189}],170:[function(require,module,exports){
|
|
15288
15644
|
"use strict";
|
|
15289
15645
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15290
15646
|
if (k2 === undefined) k2 = k;
|
|
@@ -15307,7 +15663,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
15307
15663
|
__exportStar(require("./micro-lexador"), exports);
|
|
15308
15664
|
__exportStar(require("./simbolo"), exports);
|
|
15309
15665
|
|
|
15310
|
-
},{"./dialetos":
|
|
15666
|
+
},{"./dialetos":157,"./lexador":173,"./lexador-base-linha-unica":171,"./micro-lexador":174,"./simbolo":176}],171:[function(require,module,exports){
|
|
15311
15667
|
"use strict";
|
|
15312
15668
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15313
15669
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -15391,7 +15747,7 @@ class LexadorBaseLinhaUnica {
|
|
|
15391
15747
|
}
|
|
15392
15748
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
15393
15749
|
|
|
15394
|
-
},{"./simbolo":
|
|
15750
|
+
},{"./simbolo":176}],172:[function(require,module,exports){
|
|
15395
15751
|
"use strict";
|
|
15396
15752
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15397
15753
|
exports.LexadorBase = void 0;
|
|
@@ -15505,7 +15861,7 @@ class LexadorBase {
|
|
|
15505
15861
|
}
|
|
15506
15862
|
exports.LexadorBase = LexadorBase;
|
|
15507
15863
|
|
|
15508
|
-
},{"./simbolo":
|
|
15864
|
+
},{"./simbolo":176}],173:[function(require,module,exports){
|
|
15509
15865
|
"use strict";
|
|
15510
15866
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15511
15867
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -15966,7 +16322,7 @@ class Lexador {
|
|
|
15966
16322
|
}
|
|
15967
16323
|
exports.Lexador = Lexador;
|
|
15968
16324
|
|
|
15969
|
-
},{"../tipos-de-simbolos/delegua":
|
|
16325
|
+
},{"../tipos-de-simbolos/delegua":183,"./palavras-reservadas":175,"./simbolo":176,"browser-process-hrtime":363}],174:[function(require,module,exports){
|
|
15970
16326
|
"use strict";
|
|
15971
16327
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15972
16328
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -16189,7 +16545,7 @@ class MicroLexador {
|
|
|
16189
16545
|
}
|
|
16190
16546
|
exports.MicroLexador = MicroLexador;
|
|
16191
16547
|
|
|
16192
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
16548
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":186,"./palavras-reservadas":175,"./simbolo":176}],175:[function(require,module,exports){
|
|
16193
16549
|
"use strict";
|
|
16194
16550
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16195
16551
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -16253,7 +16609,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
16253
16609
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
16254
16610
|
};
|
|
16255
16611
|
|
|
16256
|
-
},{"../tipos-de-simbolos/delegua":
|
|
16612
|
+
},{"../tipos-de-simbolos/delegua":183}],176:[function(require,module,exports){
|
|
16257
16613
|
"use strict";
|
|
16258
16614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16259
16615
|
exports.Simbolo = void 0;
|
|
@@ -16271,7 +16627,7 @@ class Simbolo {
|
|
|
16271
16627
|
}
|
|
16272
16628
|
exports.Simbolo = Simbolo;
|
|
16273
16629
|
|
|
16274
|
-
},{}],
|
|
16630
|
+
},{}],177:[function(require,module,exports){
|
|
16275
16631
|
"use strict";
|
|
16276
16632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16277
16633
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -16296,7 +16652,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
16296
16652
|
}
|
|
16297
16653
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
16298
16654
|
|
|
16299
|
-
},{}],
|
|
16655
|
+
},{}],178:[function(require,module,exports){
|
|
16300
16656
|
"use strict";
|
|
16301
16657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16302
16658
|
exports.default = {
|
|
@@ -16326,7 +16682,7 @@ exports.default = {
|
|
|
16326
16682
|
VETOR_TEXTO: 'texto[]',
|
|
16327
16683
|
};
|
|
16328
16684
|
|
|
16329
|
-
},{}],
|
|
16685
|
+
},{}],179:[function(require,module,exports){
|
|
16330
16686
|
"use strict";
|
|
16331
16687
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16332
16688
|
exports.default = {
|
|
@@ -16356,7 +16712,7 @@ exports.default = {
|
|
|
16356
16712
|
VETOR_TEXTO: 'texto[]',
|
|
16357
16713
|
};
|
|
16358
16714
|
|
|
16359
|
-
},{}],
|
|
16715
|
+
},{}],180:[function(require,module,exports){
|
|
16360
16716
|
"use strict";
|
|
16361
16717
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16362
16718
|
exports.default = {
|
|
@@ -16375,7 +16731,7 @@ exports.default = {
|
|
|
16375
16731
|
TEXTO: 'string',
|
|
16376
16732
|
};
|
|
16377
16733
|
|
|
16378
|
-
},{}],
|
|
16734
|
+
},{}],181:[function(require,module,exports){
|
|
16379
16735
|
"use strict";
|
|
16380
16736
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16381
16737
|
exports.default = {
|
|
@@ -16419,7 +16775,7 @@ exports.default = {
|
|
|
16419
16775
|
VIRGULA: 'VIRGULA',
|
|
16420
16776
|
};
|
|
16421
16777
|
|
|
16422
|
-
},{}],
|
|
16778
|
+
},{}],182:[function(require,module,exports){
|
|
16423
16779
|
"use strict";
|
|
16424
16780
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16425
16781
|
exports.default = {
|
|
@@ -16445,7 +16801,7 @@ exports.default = {
|
|
|
16445
16801
|
VIRGULA: 'VIRGULA',
|
|
16446
16802
|
};
|
|
16447
16803
|
|
|
16448
|
-
},{}],
|
|
16804
|
+
},{}],183:[function(require,module,exports){
|
|
16449
16805
|
"use strict";
|
|
16450
16806
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16451
16807
|
exports.default = {
|
|
@@ -16540,7 +16896,7 @@ exports.default = {
|
|
|
16540
16896
|
VIRGULA: 'VIRGULA',
|
|
16541
16897
|
};
|
|
16542
16898
|
|
|
16543
|
-
},{}],
|
|
16899
|
+
},{}],184:[function(require,module,exports){
|
|
16544
16900
|
"use strict";
|
|
16545
16901
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16546
16902
|
exports.default = {
|
|
@@ -16618,7 +16974,7 @@ exports.default = {
|
|
|
16618
16974
|
VIRGULA: 'VIRGULA',
|
|
16619
16975
|
};
|
|
16620
16976
|
|
|
16621
|
-
},{}],
|
|
16977
|
+
},{}],185:[function(require,module,exports){
|
|
16622
16978
|
"use strict";
|
|
16623
16979
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16624
16980
|
exports.default = {
|
|
@@ -16635,7 +16991,7 @@ exports.default = {
|
|
|
16635
16991
|
VIRGULA: 'VIRGULA',
|
|
16636
16992
|
};
|
|
16637
16993
|
|
|
16638
|
-
},{}],
|
|
16994
|
+
},{}],186:[function(require,module,exports){
|
|
16639
16995
|
"use strict";
|
|
16640
16996
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16641
16997
|
exports.default = {
|
|
@@ -16684,7 +17040,7 @@ exports.default = {
|
|
|
16684
17040
|
VIRGULA: 'VIRGULA',
|
|
16685
17041
|
};
|
|
16686
17042
|
|
|
16687
|
-
},{}],
|
|
17043
|
+
},{}],187:[function(require,module,exports){
|
|
16688
17044
|
"use strict";
|
|
16689
17045
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16690
17046
|
exports.default = {
|
|
@@ -16768,7 +17124,7 @@ exports.default = {
|
|
|
16768
17124
|
VIRGULA: 'VIRGULA',
|
|
16769
17125
|
};
|
|
16770
17126
|
|
|
16771
|
-
},{}],
|
|
17127
|
+
},{}],188:[function(require,module,exports){
|
|
16772
17128
|
"use strict";
|
|
16773
17129
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16774
17130
|
exports.default = {
|
|
@@ -16807,7 +17163,7 @@ exports.default = {
|
|
|
16807
17163
|
VIRGULA: 'VIRGULA',
|
|
16808
17164
|
};
|
|
16809
17165
|
|
|
16810
|
-
},{}],
|
|
17166
|
+
},{}],189:[function(require,module,exports){
|
|
16811
17167
|
"use strict";
|
|
16812
17168
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16813
17169
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -16902,7 +17258,7 @@ exports.default = {
|
|
|
16902
17258
|
VIRGULA: 'VIRGULA',
|
|
16903
17259
|
};
|
|
16904
17260
|
|
|
16905
|
-
},{}],
|
|
17261
|
+
},{}],190:[function(require,module,exports){
|
|
16906
17262
|
"use strict";
|
|
16907
17263
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16908
17264
|
if (k2 === undefined) k2 = k;
|
|
@@ -16929,7 +17285,7 @@ __exportStar(require("./tradutor-reverso-javascript"), exports);
|
|
|
16929
17285
|
__exportStar(require("./tradutor-reverso-python"), exports);
|
|
16930
17286
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
16931
17287
|
|
|
16932
|
-
},{"./tradutor-assemblyscript":
|
|
17288
|
+
},{"./tradutor-assemblyscript":193,"./tradutor-calango":194,"./tradutor-javascript":195,"./tradutor-mermaidjs":196,"./tradutor-portugol-ipt":197,"./tradutor-python":198,"./tradutor-reverso-javascript":199,"./tradutor-reverso-python":200,"./tradutor-reverso-tenda":201}],191:[function(require,module,exports){
|
|
16933
17289
|
"use strict";
|
|
16934
17290
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
16935
17291
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -18169,7 +18525,7 @@ __decorate([
|
|
|
18169
18525
|
Decorators_1.Override
|
|
18170
18526
|
], Python3Lexer.prototype, "nextToken", null);
|
|
18171
18527
|
|
|
18172
|
-
},{"./python3-parser":
|
|
18528
|
+
},{"./python3-parser":192,"antlr4ts/CommonToken":211,"antlr4ts/Decorators":215,"antlr4ts/Lexer":223,"antlr4ts/Token":240,"antlr4ts/VocabularyImpl":246,"antlr4ts/atn/ATNDeserializer":252,"antlr4ts/atn/LexerATNSimulator":273,"antlr4ts/misc/Utils":334}],192:[function(require,module,exports){
|
|
18173
18529
|
"use strict";
|
|
18174
18530
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
18175
18531
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -29416,7 +29772,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
29416
29772
|
}
|
|
29417
29773
|
exports.Yield_argContext = Yield_argContext;
|
|
29418
29774
|
|
|
29419
|
-
},{"antlr4ts/FailedPredicateException":
|
|
29775
|
+
},{"antlr4ts/FailedPredicateException":219,"antlr4ts/NoViableAltException":227,"antlr4ts/Parser":228,"antlr4ts/ParserRuleContext":231,"antlr4ts/RecognitionException":234,"antlr4ts/Token":240,"antlr4ts/VocabularyImpl":246,"antlr4ts/atn/ATN":248,"antlr4ts/atn/ATNDeserializer":252,"antlr4ts/atn/ParserATNSimulator":289,"antlr4ts/misc/Utils":334}],193:[function(require,module,exports){
|
|
29420
29776
|
"use strict";
|
|
29421
29777
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29422
29778
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29772,7 +30128,7 @@ class TradutorAssemblyScript {
|
|
|
29772
30128
|
traduzirDeclaracaoParaCada(declaracaoParaCada) {
|
|
29773
30129
|
let resultado = `for (let ${declaracaoParaCada.variavelIteracao} of `;
|
|
29774
30130
|
resultado +=
|
|
29775
|
-
this.dicionarioConstrutos[declaracaoParaCada.
|
|
30131
|
+
this.dicionarioConstrutos[declaracaoParaCada.vetorOuDicionario.constructor.name](declaracaoParaCada.vetorOuDicionario) + ') ';
|
|
29776
30132
|
resultado += this.dicionarioDeclaracoes[declaracaoParaCada.corpo.constructor.name](declaracaoParaCada.corpo);
|
|
29777
30133
|
return resultado;
|
|
29778
30134
|
}
|
|
@@ -30051,7 +30407,7 @@ class TradutorAssemblyScript {
|
|
|
30051
30407
|
}
|
|
30052
30408
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
30053
30409
|
|
|
30054
|
-
},{"../construtos":
|
|
30410
|
+
},{"../construtos":47,"../declaracoes":91,"../tipos-de-simbolos/delegua":183}],194:[function(require,module,exports){
|
|
30055
30411
|
"use strict";
|
|
30056
30412
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30057
30413
|
exports.TradutorCalango = void 0;
|
|
@@ -30113,7 +30469,7 @@ class TradutorCalango {
|
|
|
30113
30469
|
}
|
|
30114
30470
|
exports.TradutorCalango = TradutorCalango;
|
|
30115
30471
|
|
|
30116
|
-
},{"../lexador/dialetos":
|
|
30472
|
+
},{"../lexador/dialetos":157}],195:[function(require,module,exports){
|
|
30117
30473
|
"use strict";
|
|
30118
30474
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30119
30475
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30541,7 +30897,7 @@ class TradutorJavaScript {
|
|
|
30541
30897
|
const variavelIteracao = this.dicionarioConstrutos[declaracaoParaCada.variavelIteracao.constructor.name](declaracaoParaCada.variavelIteracao);
|
|
30542
30898
|
let resultado = `for (let ${variavelIteracao} of `;
|
|
30543
30899
|
resultado +=
|
|
30544
|
-
this.dicionarioConstrutos[declaracaoParaCada.
|
|
30900
|
+
this.dicionarioConstrutos[declaracaoParaCada.vetorOuDicionario.constructor.name](declaracaoParaCada.vetorOuDicionario) + ') ';
|
|
30545
30901
|
resultado += this.dicionarioDeclaracoes[declaracaoParaCada.corpo.constructor.name](declaracaoParaCada.corpo);
|
|
30546
30902
|
return resultado;
|
|
30547
30903
|
}
|
|
@@ -30855,7 +31211,7 @@ class TradutorJavaScript {
|
|
|
30855
31211
|
}
|
|
30856
31212
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
30857
31213
|
|
|
30858
|
-
},{"../construtos":
|
|
31214
|
+
},{"../construtos":47,"../declaracoes":91,"../tipos-de-simbolos/delegua":183}],196:[function(require,module,exports){
|
|
30859
31215
|
"use strict";
|
|
30860
31216
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30861
31217
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -31227,7 +31583,7 @@ class TradutorMermaidJs {
|
|
|
31227
31583
|
traduzirDeclaracaoParaCada(declaracaoParaCada) {
|
|
31228
31584
|
const textoVariavelIteracao = this.dicionarioConstrutos[declaracaoParaCada.variavelIteracao.constructor.name](declaracaoParaCada.variavelIteracao);
|
|
31229
31585
|
let texto = `Linha${declaracaoParaCada.linha}(para cada ${textoVariavelIteracao} em `;
|
|
31230
|
-
const textoVariavelIterada = this.dicionarioConstrutos[declaracaoParaCada.
|
|
31586
|
+
const textoVariavelIterada = this.dicionarioConstrutos[declaracaoParaCada.vetorOuDicionario.constructor.name](declaracaoParaCada.vetorOuDicionario);
|
|
31231
31587
|
texto += textoVariavelIterada + ')';
|
|
31232
31588
|
const aresta = new ArestaFluxograma(declaracaoParaCada, texto);
|
|
31233
31589
|
let vertices = this.logicaComumConexaoArestas(aresta);
|
|
@@ -31309,7 +31665,7 @@ class TradutorMermaidJs {
|
|
|
31309
31665
|
}
|
|
31310
31666
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
31311
31667
|
|
|
31312
|
-
},{"../tipos-de-simbolos/delegua":
|
|
31668
|
+
},{"../tipos-de-simbolos/delegua":183}],197:[function(require,module,exports){
|
|
31313
31669
|
"use strict";
|
|
31314
31670
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31315
31671
|
exports.TradutorPortugolIpt = void 0;
|
|
@@ -31371,7 +31727,7 @@ class TradutorPortugolIpt {
|
|
|
31371
31727
|
}
|
|
31372
31728
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
31373
31729
|
|
|
31374
|
-
},{"../avaliador-sintatico/dialetos":8,"../lexador/dialetos":
|
|
31730
|
+
},{"../avaliador-sintatico/dialetos":8,"../lexador/dialetos":157}],198:[function(require,module,exports){
|
|
31375
31731
|
"use strict";
|
|
31376
31732
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
31377
31733
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -31902,7 +32258,7 @@ class TradutorPython {
|
|
|
31902
32258
|
const variavelIteracao = this.dicionarioConstrutos[declaracaoParaCada.variavelIteracao.constructor.name](declaracaoParaCada.variavelIteracao);
|
|
31903
32259
|
let resultado = `for ${variavelIteracao} in `;
|
|
31904
32260
|
resultado +=
|
|
31905
|
-
this.dicionarioConstrutos[declaracaoParaCada.
|
|
32261
|
+
this.dicionarioConstrutos[declaracaoParaCada.vetorOuDicionario.constructor.name](declaracaoParaCada.vetorOuDicionario) + ':\n';
|
|
31906
32262
|
resultado += this.dicionarioDeclaracoes[declaracaoParaCada.corpo.constructor.name](declaracaoParaCada.corpo);
|
|
31907
32263
|
return resultado;
|
|
31908
32264
|
}
|
|
@@ -32013,7 +32369,7 @@ class TradutorPython {
|
|
|
32013
32369
|
}
|
|
32014
32370
|
exports.TradutorPython = TradutorPython;
|
|
32015
32371
|
|
|
32016
|
-
},{"../construtos":
|
|
32372
|
+
},{"../construtos":47,"../declaracoes":91,"../tipos-de-simbolos/delegua":183}],199:[function(require,module,exports){
|
|
32017
32373
|
"use strict";
|
|
32018
32374
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32019
32375
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -32408,7 +32764,7 @@ class TradutorReversoJavaScript {
|
|
|
32408
32764
|
}
|
|
32409
32765
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
32410
32766
|
|
|
32411
|
-
},{}],
|
|
32767
|
+
},{}],200:[function(require,module,exports){
|
|
32412
32768
|
"use strict";
|
|
32413
32769
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32414
32770
|
exports.TradutorReversoPython = void 0;
|
|
@@ -32481,7 +32837,7 @@ class TradutorReversoPython {
|
|
|
32481
32837
|
}
|
|
32482
32838
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
32483
32839
|
|
|
32484
|
-
},{"./python/python3-lexer":
|
|
32840
|
+
},{"./python/python3-lexer":191,"./python/python3-parser":192,"antlr4ts":317,"antlr4ts/tree/ParseTreeWalker":336}],201:[function(require,module,exports){
|
|
32485
32841
|
"use strict";
|
|
32486
32842
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
32487
32843
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -32827,7 +33183,7 @@ class TradutorReversoTenda {
|
|
|
32827
33183
|
const variavelIteracao = this.dicionarioConstrutos[declaracaoParaCada.variavelIteracao.constructor.name](declaracaoParaCada.variavelIteracao);
|
|
32828
33184
|
let resultado = `para cada ${variavelIteracao} em `;
|
|
32829
33185
|
resultado +=
|
|
32830
|
-
this.dicionarioConstrutos[declaracaoParaCada.
|
|
33186
|
+
this.dicionarioConstrutos[declaracaoParaCada.vetorOuDicionario.constructor.name](declaracaoParaCada.vetorOuDicionario) + ' ';
|
|
32831
33187
|
resultado += this.dicionarioDeclaracoes[declaracaoParaCada.corpo.constructor.name](declaracaoParaCada.corpo);
|
|
32832
33188
|
return resultado;
|
|
32833
33189
|
}
|
|
@@ -33075,7 +33431,7 @@ class TradutorReversoTenda {
|
|
|
33075
33431
|
}
|
|
33076
33432
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
33077
33433
|
|
|
33078
|
-
},{"../construtos":
|
|
33434
|
+
},{"../construtos":47,"../tipos-de-simbolos/tenda":189}],202:[function(require,module,exports){
|
|
33079
33435
|
"use strict";
|
|
33080
33436
|
/*!
|
|
33081
33437
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33083,7 +33439,7 @@ exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
|
33083
33439
|
*/
|
|
33084
33440
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33085
33441
|
|
|
33086
|
-
},{}],
|
|
33442
|
+
},{}],203:[function(require,module,exports){
|
|
33087
33443
|
"use strict";
|
|
33088
33444
|
/*!
|
|
33089
33445
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33091,7 +33447,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33091
33447
|
*/
|
|
33092
33448
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33093
33449
|
|
|
33094
|
-
},{}],
|
|
33450
|
+
},{}],204:[function(require,module,exports){
|
|
33095
33451
|
"use strict";
|
|
33096
33452
|
/*!
|
|
33097
33453
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33253,7 +33609,7 @@ __decorate([
|
|
|
33253
33609
|
], ANTLRInputStream.prototype, "toString", null);
|
|
33254
33610
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
33255
33611
|
|
|
33256
|
-
},{"./Decorators":
|
|
33612
|
+
},{"./Decorators":215,"./IntStream":221,"assert":358}],205:[function(require,module,exports){
|
|
33257
33613
|
"use strict";
|
|
33258
33614
|
/*!
|
|
33259
33615
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33336,7 +33692,7 @@ __decorate([
|
|
|
33336
33692
|
], BailErrorStrategy.prototype, "sync", null);
|
|
33337
33693
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
33338
33694
|
|
|
33339
|
-
},{"./Decorators":
|
|
33695
|
+
},{"./Decorators":215,"./DefaultErrorStrategy":216,"./InputMismatchException":220,"./misc/ParseCancellationException":332}],206:[function(require,module,exports){
|
|
33340
33696
|
"use strict";
|
|
33341
33697
|
/*!
|
|
33342
33698
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33826,7 +34182,7 @@ BufferedTokenStream = __decorate([
|
|
|
33826
34182
|
], BufferedTokenStream);
|
|
33827
34183
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
33828
34184
|
|
|
33829
|
-
},{"./CommonToken":
|
|
34185
|
+
},{"./CommonToken":211,"./Decorators":215,"./Lexer":223,"./Token":240,"./misc/Interval":327,"assert":358}],207:[function(require,module,exports){
|
|
33830
34186
|
"use strict";
|
|
33831
34187
|
/*!
|
|
33832
34188
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33834,7 +34190,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
33834
34190
|
*/
|
|
33835
34191
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33836
34192
|
|
|
33837
|
-
},{}],
|
|
34193
|
+
},{}],208:[function(require,module,exports){
|
|
33838
34194
|
"use strict";
|
|
33839
34195
|
/*!
|
|
33840
34196
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33968,7 +34324,7 @@ var CharStreams;
|
|
|
33968
34324
|
// }
|
|
33969
34325
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
33970
34326
|
|
|
33971
|
-
},{"./CodePointBuffer":
|
|
34327
|
+
},{"./CodePointBuffer":209,"./CodePointCharStream":210,"./IntStream":221}],209:[function(require,module,exports){
|
|
33972
34328
|
"use strict";
|
|
33973
34329
|
/*!
|
|
33974
34330
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34203,7 +34559,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
34203
34559
|
CodePointBuffer.Builder = Builder;
|
|
34204
34560
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
34205
34561
|
|
|
34206
|
-
},{"./misc/Character":
|
|
34562
|
+
},{"./misc/Character":323,"assert":358}],210:[function(require,module,exports){
|
|
34207
34563
|
"use strict";
|
|
34208
34564
|
/*!
|
|
34209
34565
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34353,7 +34709,7 @@ __decorate([
|
|
|
34353
34709
|
], CodePointCharStream.prototype, "getText", null);
|
|
34354
34710
|
exports.CodePointCharStream = CodePointCharStream;
|
|
34355
34711
|
|
|
34356
|
-
},{"./Decorators":
|
|
34712
|
+
},{"./Decorators":215,"./IntStream":221,"./misc/Interval":327,"assert":358}],211:[function(require,module,exports){
|
|
34357
34713
|
"use strict";
|
|
34358
34714
|
/*!
|
|
34359
34715
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34583,7 +34939,7 @@ CommonToken = __decorate([
|
|
|
34583
34939
|
], CommonToken);
|
|
34584
34940
|
exports.CommonToken = CommonToken;
|
|
34585
34941
|
|
|
34586
|
-
},{"./Decorators":
|
|
34942
|
+
},{"./Decorators":215,"./Token":240,"./misc/Interval":327}],212:[function(require,module,exports){
|
|
34587
34943
|
"use strict";
|
|
34588
34944
|
/*!
|
|
34589
34945
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34647,7 +35003,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
34647
35003
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
34648
35004
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
34649
35005
|
|
|
34650
|
-
},{"./CommonToken":
|
|
35006
|
+
},{"./CommonToken":211,"./Decorators":215,"./misc/Interval":327}],213:[function(require,module,exports){
|
|
34651
35007
|
"use strict";
|
|
34652
35008
|
/*!
|
|
34653
35009
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34774,7 +35130,7 @@ CommonTokenStream = __decorate([
|
|
|
34774
35130
|
], CommonTokenStream);
|
|
34775
35131
|
exports.CommonTokenStream = CommonTokenStream;
|
|
34776
35132
|
|
|
34777
|
-
},{"./BufferedTokenStream":
|
|
35133
|
+
},{"./BufferedTokenStream":206,"./Decorators":215,"./Token":240}],214:[function(require,module,exports){
|
|
34778
35134
|
"use strict";
|
|
34779
35135
|
/*!
|
|
34780
35136
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34808,7 +35164,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
34808
35164
|
*/
|
|
34809
35165
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
34810
35166
|
|
|
34811
|
-
},{}],
|
|
35167
|
+
},{}],215:[function(require,module,exports){
|
|
34812
35168
|
"use strict";
|
|
34813
35169
|
/*!
|
|
34814
35170
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34835,7 +35191,7 @@ function SuppressWarnings(options) {
|
|
|
34835
35191
|
}
|
|
34836
35192
|
exports.SuppressWarnings = SuppressWarnings;
|
|
34837
35193
|
|
|
34838
|
-
},{}],
|
|
35194
|
+
},{}],216:[function(require,module,exports){
|
|
34839
35195
|
"use strict";
|
|
34840
35196
|
/*!
|
|
34841
35197
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35649,7 +36005,7 @@ __decorate([
|
|
|
35649
36005
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
35650
36006
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
35651
36007
|
|
|
35652
|
-
},{"./Decorators":
|
|
36008
|
+
},{"./Decorators":215,"./FailedPredicateException":219,"./InputMismatchException":220,"./NoViableAltException":227,"./Token":240,"./atn/ATNState":254,"./atn/ATNStateType":255,"./atn/PredictionContext":295,"./misc/IntervalSet":328}],217:[function(require,module,exports){
|
|
35653
36009
|
"use strict";
|
|
35654
36010
|
/*!
|
|
35655
36011
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35725,7 +36081,7 @@ var Dependents;
|
|
|
35725
36081
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
35726
36082
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
35727
36083
|
|
|
35728
|
-
},{}],
|
|
36084
|
+
},{}],218:[function(require,module,exports){
|
|
35729
36085
|
"use strict";
|
|
35730
36086
|
/*!
|
|
35731
36087
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35873,7 +36229,7 @@ __decorate([
|
|
|
35873
36229
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
35874
36230
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
35875
36231
|
|
|
35876
|
-
},{"./Decorators":
|
|
36232
|
+
},{"./Decorators":215,"./misc/BitSet":322,"./misc/Interval":327}],219:[function(require,module,exports){
|
|
35877
36233
|
"use strict";
|
|
35878
36234
|
/*!
|
|
35879
36235
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35938,7 +36294,7 @@ FailedPredicateException = __decorate([
|
|
|
35938
36294
|
], FailedPredicateException);
|
|
35939
36295
|
exports.FailedPredicateException = FailedPredicateException;
|
|
35940
36296
|
|
|
35941
|
-
},{"./Decorators":
|
|
36297
|
+
},{"./Decorators":215,"./RecognitionException":234,"./atn/PredicateTransition":294}],220:[function(require,module,exports){
|
|
35942
36298
|
"use strict";
|
|
35943
36299
|
/*!
|
|
35944
36300
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35978,7 +36334,7 @@ InputMismatchException = __decorate([
|
|
|
35978
36334
|
], InputMismatchException);
|
|
35979
36335
|
exports.InputMismatchException = InputMismatchException;
|
|
35980
36336
|
|
|
35981
|
-
},{"./Decorators":
|
|
36337
|
+
},{"./Decorators":215,"./RecognitionException":234}],221:[function(require,module,exports){
|
|
35982
36338
|
"use strict";
|
|
35983
36339
|
/*!
|
|
35984
36340
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36001,7 +36357,7 @@ var IntStream;
|
|
|
36001
36357
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
36002
36358
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
36003
36359
|
|
|
36004
|
-
},{}],
|
|
36360
|
+
},{}],222:[function(require,module,exports){
|
|
36005
36361
|
"use strict";
|
|
36006
36362
|
/*!
|
|
36007
36363
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36048,7 +36404,7 @@ __decorate([
|
|
|
36048
36404
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
36049
36405
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
36050
36406
|
|
|
36051
|
-
},{"./Decorators":
|
|
36407
|
+
},{"./Decorators":215,"./ParserRuleContext":231}],223:[function(require,module,exports){
|
|
36052
36408
|
"use strict";
|
|
36053
36409
|
/*!
|
|
36054
36410
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36384,7 +36740,7 @@ __decorate([
|
|
|
36384
36740
|
], Lexer.prototype, "charPositionInLine", null);
|
|
36385
36741
|
exports.Lexer = Lexer;
|
|
36386
36742
|
|
|
36387
|
-
},{"./CommonTokenFactory":
|
|
36743
|
+
},{"./CommonTokenFactory":212,"./Decorators":215,"./IntStream":221,"./LexerNoViableAltException":225,"./Recognizer":235,"./Token":240,"./atn/LexerATNSimulator":273,"./misc/IntegerStack":326,"./misc/Interval":327}],224:[function(require,module,exports){
|
|
36388
36744
|
"use strict";
|
|
36389
36745
|
/*!
|
|
36390
36746
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36464,7 +36820,7 @@ LexerInterpreter = __decorate([
|
|
|
36464
36820
|
], LexerInterpreter);
|
|
36465
36821
|
exports.LexerInterpreter = LexerInterpreter;
|
|
36466
36822
|
|
|
36467
|
-
},{"./Decorators":
|
|
36823
|
+
},{"./Decorators":215,"./Lexer":223,"./atn/LexerATNSimulator":273}],225:[function(require,module,exports){
|
|
36468
36824
|
"use strict";
|
|
36469
36825
|
/*!
|
|
36470
36826
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36521,7 +36877,7 @@ LexerNoViableAltException = __decorate([
|
|
|
36521
36877
|
], LexerNoViableAltException);
|
|
36522
36878
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
36523
36879
|
|
|
36524
|
-
},{"./Decorators":
|
|
36880
|
+
},{"./Decorators":215,"./RecognitionException":234,"./misc/Interval":327,"./misc/Utils":334}],226:[function(require,module,exports){
|
|
36525
36881
|
"use strict";
|
|
36526
36882
|
/*!
|
|
36527
36883
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36731,7 +37087,7 @@ ListTokenSource = __decorate([
|
|
|
36731
37087
|
], ListTokenSource);
|
|
36732
37088
|
exports.ListTokenSource = ListTokenSource;
|
|
36733
37089
|
|
|
36734
|
-
},{"./CommonTokenFactory":
|
|
37090
|
+
},{"./CommonTokenFactory":212,"./Decorators":215,"./Token":240}],227:[function(require,module,exports){
|
|
36735
37091
|
"use strict";
|
|
36736
37092
|
/*!
|
|
36737
37093
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36786,7 +37142,7 @@ __decorate([
|
|
|
36786
37142
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
36787
37143
|
exports.NoViableAltException = NoViableAltException;
|
|
36788
37144
|
|
|
36789
|
-
},{"./Decorators":
|
|
37145
|
+
},{"./Decorators":215,"./Parser":228,"./RecognitionException":234}],228:[function(require,module,exports){
|
|
36790
37146
|
(function (process){(function (){
|
|
36791
37147
|
"use strict";
|
|
36792
37148
|
/*!
|
|
@@ -37632,7 +37988,7 @@ __decorate([
|
|
|
37632
37988
|
exports.Parser = Parser;
|
|
37633
37989
|
|
|
37634
37990
|
}).call(this)}).call(this,require('_process'))
|
|
37635
|
-
},{"./Decorators":
|
|
37991
|
+
},{"./Decorators":215,"./DefaultErrorStrategy":216,"./Lexer":223,"./ProxyParserErrorListener":233,"./Recognizer":235,"./Token":240,"./atn/ATNDeserializationOptions":251,"./atn/ATNDeserializer":252,"./atn/ParseInfo":288,"./atn/ParserATNSimulator":289,"./atn/ProfilingATNSimulator":298,"./misc/IntegerStack":326,"./misc/Utils":334,"./tree/ErrorNode":335,"./tree/TerminalNode":338,"./tree/pattern/ParseTreePatternMatcher":343,"_process":417}],229:[function(require,module,exports){
|
|
37636
37992
|
"use strict";
|
|
37637
37993
|
/*!
|
|
37638
37994
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37640,7 +37996,7 @@ exports.Parser = Parser;
|
|
|
37640
37996
|
*/
|
|
37641
37997
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37642
37998
|
|
|
37643
|
-
},{}],
|
|
37999
|
+
},{}],230:[function(require,module,exports){
|
|
37644
38000
|
"use strict";
|
|
37645
38001
|
/*!
|
|
37646
38002
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38048,7 +38404,7 @@ ParserInterpreter = __decorate([
|
|
|
38048
38404
|
], ParserInterpreter);
|
|
38049
38405
|
exports.ParserInterpreter = ParserInterpreter;
|
|
38050
38406
|
|
|
38051
|
-
},{"./Decorators":
|
|
38407
|
+
},{"./Decorators":215,"./FailedPredicateException":219,"./InputMismatchException":220,"./InterpreterRuleContext":222,"./Parser":228,"./RecognitionException":234,"./Token":240,"./atn/ATNState":254,"./atn/ATNStateType":255,"./atn/LoopEndState":285,"./atn/ParserATNSimulator":289,"./atn/StarLoopEntryState":307,"./misc/BitSet":322}],231:[function(require,module,exports){
|
|
38052
38408
|
"use strict";
|
|
38053
38409
|
/*!
|
|
38054
38410
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38349,7 +38705,7 @@ __decorate([
|
|
|
38349
38705
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
38350
38706
|
exports.ParserRuleContext = ParserRuleContext;
|
|
38351
38707
|
|
|
38352
|
-
},{"./Decorators":
|
|
38708
|
+
},{"./Decorators":215,"./RuleContext":236,"./misc/Interval":327,"./tree/ErrorNode":335,"./tree/TerminalNode":338}],232:[function(require,module,exports){
|
|
38353
38709
|
"use strict";
|
|
38354
38710
|
/*!
|
|
38355
38711
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38399,7 +38755,7 @@ __decorate([
|
|
|
38399
38755
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
38400
38756
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
38401
38757
|
|
|
38402
|
-
},{"./Decorators":
|
|
38758
|
+
},{"./Decorators":215}],233:[function(require,module,exports){
|
|
38403
38759
|
"use strict";
|
|
38404
38760
|
/*!
|
|
38405
38761
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38458,7 +38814,7 @@ __decorate([
|
|
|
38458
38814
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
38459
38815
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
38460
38816
|
|
|
38461
|
-
},{"./Decorators":
|
|
38817
|
+
},{"./Decorators":215,"./ProxyErrorListener":232}],234:[function(require,module,exports){
|
|
38462
38818
|
"use strict";
|
|
38463
38819
|
/*!
|
|
38464
38820
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38563,7 +38919,7 @@ class RecognitionException extends Error {
|
|
|
38563
38919
|
}
|
|
38564
38920
|
exports.RecognitionException = RecognitionException;
|
|
38565
38921
|
|
|
38566
|
-
},{}],
|
|
38922
|
+
},{}],235:[function(require,module,exports){
|
|
38567
38923
|
"use strict";
|
|
38568
38924
|
/*!
|
|
38569
38925
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38782,7 +39138,7 @@ __decorate([
|
|
|
38782
39138
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
38783
39139
|
exports.Recognizer = Recognizer;
|
|
38784
39140
|
|
|
38785
|
-
},{"./ConsoleErrorListener":
|
|
39141
|
+
},{"./ConsoleErrorListener":214,"./Decorators":215,"./ProxyErrorListener":232,"./Token":240,"./misc/Utils":334}],236:[function(require,module,exports){
|
|
38786
39142
|
"use strict";
|
|
38787
39143
|
/*!
|
|
38788
39144
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38999,7 +39355,7 @@ __decorate([
|
|
|
38999
39355
|
], RuleContext.prototype, "toStringTree", null);
|
|
39000
39356
|
exports.RuleContext = RuleContext;
|
|
39001
39357
|
|
|
39002
|
-
},{"./Decorators":
|
|
39358
|
+
},{"./Decorators":215,"./ParserRuleContext":231,"./Recognizer":235,"./atn/ATN":248,"./misc/Interval":327,"./tree/RuleNode":337,"./tree/Trees":339}],237:[function(require,module,exports){
|
|
39003
39359
|
"use strict";
|
|
39004
39360
|
/*!
|
|
39005
39361
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39050,7 +39406,7 @@ __decorate([
|
|
|
39050
39406
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
39051
39407
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
39052
39408
|
|
|
39053
|
-
},{"./Decorators":
|
|
39409
|
+
},{"./Decorators":215,"./ParserRuleContext":231,"./atn/ATN":248}],238:[function(require,module,exports){
|
|
39054
39410
|
"use strict";
|
|
39055
39411
|
/*!
|
|
39056
39412
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39073,7 +39429,7 @@ function RuleDependency(dependency) {
|
|
|
39073
39429
|
}
|
|
39074
39430
|
exports.RuleDependency = RuleDependency;
|
|
39075
39431
|
|
|
39076
|
-
},{}],
|
|
39432
|
+
},{}],239:[function(require,module,exports){
|
|
39077
39433
|
"use strict";
|
|
39078
39434
|
/*!
|
|
39079
39435
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39092,7 +39448,7 @@ function RuleVersion(version) {
|
|
|
39092
39448
|
}
|
|
39093
39449
|
exports.RuleVersion = RuleVersion;
|
|
39094
39450
|
|
|
39095
|
-
},{}],
|
|
39451
|
+
},{}],240:[function(require,module,exports){
|
|
39096
39452
|
"use strict";
|
|
39097
39453
|
/*!
|
|
39098
39454
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39132,7 +39488,7 @@ var Token;
|
|
|
39132
39488
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
39133
39489
|
})(Token = exports.Token || (exports.Token = {}));
|
|
39134
39490
|
|
|
39135
|
-
},{"./IntStream":
|
|
39491
|
+
},{"./IntStream":221}],241:[function(require,module,exports){
|
|
39136
39492
|
"use strict";
|
|
39137
39493
|
/*!
|
|
39138
39494
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39140,7 +39496,7 @@ var Token;
|
|
|
39140
39496
|
*/
|
|
39141
39497
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39142
39498
|
|
|
39143
|
-
},{}],
|
|
39499
|
+
},{}],242:[function(require,module,exports){
|
|
39144
39500
|
"use strict";
|
|
39145
39501
|
/*!
|
|
39146
39502
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39148,7 +39504,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39148
39504
|
*/
|
|
39149
39505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39150
39506
|
|
|
39151
|
-
},{}],
|
|
39507
|
+
},{}],243:[function(require,module,exports){
|
|
39152
39508
|
"use strict";
|
|
39153
39509
|
/*!
|
|
39154
39510
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39156,7 +39512,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39156
39512
|
*/
|
|
39157
39513
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39158
39514
|
|
|
39159
|
-
},{}],
|
|
39515
|
+
},{}],244:[function(require,module,exports){
|
|
39160
39516
|
"use strict";
|
|
39161
39517
|
/*!
|
|
39162
39518
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39664,7 +40020,7 @@ __decorate([
|
|
|
39664
40020
|
Decorators_1.Override
|
|
39665
40021
|
], ReplaceOp.prototype, "toString", null);
|
|
39666
40022
|
|
|
39667
|
-
},{"./Decorators":
|
|
40023
|
+
},{"./Decorators":215,"./Token":240,"./misc/Interval":327}],245:[function(require,module,exports){
|
|
39668
40024
|
"use strict";
|
|
39669
40025
|
/*!
|
|
39670
40026
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39672,7 +40028,7 @@ __decorate([
|
|
|
39672
40028
|
*/
|
|
39673
40029
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39674
40030
|
|
|
39675
|
-
},{}],
|
|
40031
|
+
},{}],246:[function(require,module,exports){
|
|
39676
40032
|
"use strict";
|
|
39677
40033
|
/*!
|
|
39678
40034
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39792,7 +40148,7 @@ __decorate([
|
|
|
39792
40148
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
39793
40149
|
exports.VocabularyImpl = VocabularyImpl;
|
|
39794
40150
|
|
|
39795
|
-
},{"./Decorators":
|
|
40151
|
+
},{"./Decorators":215,"./Token":240}],247:[function(require,module,exports){
|
|
39796
40152
|
"use strict";
|
|
39797
40153
|
/*!
|
|
39798
40154
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39800,7 +40156,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
39800
40156
|
*/
|
|
39801
40157
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39802
40158
|
|
|
39803
|
-
},{}],
|
|
40159
|
+
},{}],248:[function(require,module,exports){
|
|
39804
40160
|
"use strict";
|
|
39805
40161
|
/*!
|
|
39806
40162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40022,7 +40378,7 @@ exports.ATN = ATN;
|
|
|
40022
40378
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
40023
40379
|
exports.ATN = ATN;
|
|
40024
40380
|
|
|
40025
|
-
},{"../Decorators":
|
|
40381
|
+
},{"../Decorators":215,"../Token":240,"../dfa/DFA":313,"../misc/Array2DHashMap":318,"../misc/IntervalSet":328,"../misc/ObjectEqualityComparator":331,"./InvalidState":271,"./LL1Analyzer":272,"./PredictionContext":295,"assert":358}],249:[function(require,module,exports){
|
|
40026
40382
|
"use strict";
|
|
40027
40383
|
/*!
|
|
40028
40384
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40547,7 +40903,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
40547
40903
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
40548
40904
|
], ActionSemanticContextATNConfig);
|
|
40549
40905
|
|
|
40550
|
-
},{"../Decorators":
|
|
40906
|
+
},{"../Decorators":215,"../misc/Array2DHashMap":318,"../misc/MurmurHash":330,"../misc/ObjectEqualityComparator":331,"./DecisionState":268,"./PredictionContext":295,"./SemanticContext":303,"assert":358}],250:[function(require,module,exports){
|
|
40551
40907
|
"use strict";
|
|
40552
40908
|
/*!
|
|
40553
40909
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40994,7 +41350,7 @@ __decorate([
|
|
|
40994
41350
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
40995
41351
|
exports.ATNConfigSet = ATNConfigSet;
|
|
40996
41352
|
|
|
40997
|
-
},{"../Decorators":
|
|
41353
|
+
},{"../Decorators":215,"../misc/Array2DHashMap":318,"../misc/Array2DHashSet":319,"../misc/ArrayEqualityComparator":320,"../misc/BitSet":322,"../misc/ObjectEqualityComparator":331,"../misc/Utils":334,"./ATN":248,"./ATNConfig":249,"./PredictionContext":295,"./PredictionContextCache":296,"./SemanticContext":303,"assert":358}],251:[function(require,module,exports){
|
|
40998
41354
|
"use strict";
|
|
40999
41355
|
/*!
|
|
41000
41356
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -41073,7 +41429,7 @@ __decorate([
|
|
|
41073
41429
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
41074
41430
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
41075
41431
|
|
|
41076
|
-
},{"../Decorators":
|
|
41432
|
+
},{"../Decorators":215}],252:[function(require,module,exports){
|
|
41077
41433
|
"use strict";
|
|
41078
41434
|
/*!
|
|
41079
41435
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42160,7 +42516,7 @@ __decorate([
|
|
|
42160
42516
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
42161
42517
|
exports.ATNDeserializer = ATNDeserializer;
|
|
42162
42518
|
|
|
42163
|
-
},{"../Decorators":
|
|
42519
|
+
},{"../Decorators":215,"../Token":240,"../dfa/DFA":313,"../misc/Array2DHashSet":319,"../misc/BitSet":322,"../misc/IntervalSet":328,"../misc/UUID":333,"./ATN":248,"./ATNDeserializationOptions":251,"./ATNStateType":255,"./ActionTransition":257,"./AtomTransition":259,"./BasicBlockStartState":260,"./BasicState":261,"./BlockEndState":262,"./BlockStartState":263,"./DecisionState":268,"./EpsilonTransition":269,"./InvalidState":271,"./LexerChannelAction":275,"./LexerCustomAction":276,"./LexerModeAction":278,"./LexerMoreAction":279,"./LexerPopModeAction":280,"./LexerPushModeAction":281,"./LexerSkipAction":282,"./LexerTypeAction":283,"./LoopEndState":285,"./NotSetTransition":286,"./ParserATNSimulator":289,"./PlusBlockStartState":290,"./PlusLoopbackState":291,"./PrecedencePredicateTransition":292,"./PredicateTransition":294,"./RangeTransition":299,"./RuleStartState":300,"./RuleStopState":301,"./RuleTransition":302,"./SetTransition":304,"./StarBlockStartState":306,"./StarLoopEntryState":307,"./StarLoopbackState":308,"./TokensStartState":309,"./WildcardTransition":311}],253:[function(require,module,exports){
|
|
42164
42520
|
"use strict";
|
|
42165
42521
|
/*!
|
|
42166
42522
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42224,7 +42580,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
42224
42580
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
42225
42581
|
exports.ATNSimulator = ATNSimulator;
|
|
42226
42582
|
|
|
42227
|
-
},{"../Decorators":
|
|
42583
|
+
},{"../Decorators":215,"../dfa/DFAState":315,"./ATNConfigSet":250,"./PredictionContext":295}],254:[function(require,module,exports){
|
|
42228
42584
|
"use strict";
|
|
42229
42585
|
/*!
|
|
42230
42586
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42411,7 +42767,7 @@ exports.ATNState = ATNState;
|
|
|
42411
42767
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
42412
42768
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
42413
42769
|
|
|
42414
|
-
},{"../Decorators":
|
|
42770
|
+
},{"../Decorators":215}],255:[function(require,module,exports){
|
|
42415
42771
|
"use strict";
|
|
42416
42772
|
/*!
|
|
42417
42773
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42437,7 +42793,7 @@ var ATNStateType;
|
|
|
42437
42793
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
42438
42794
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
42439
42795
|
|
|
42440
|
-
},{}],
|
|
42796
|
+
},{}],256:[function(require,module,exports){
|
|
42441
42797
|
"use strict";
|
|
42442
42798
|
/*!
|
|
42443
42799
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42457,7 +42813,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
42457
42813
|
}
|
|
42458
42814
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
42459
42815
|
|
|
42460
|
-
},{"./Transition":
|
|
42816
|
+
},{"./Transition":310}],257:[function(require,module,exports){
|
|
42461
42817
|
"use strict";
|
|
42462
42818
|
/*!
|
|
42463
42819
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42513,7 +42869,7 @@ ActionTransition = __decorate([
|
|
|
42513
42869
|
], ActionTransition);
|
|
42514
42870
|
exports.ActionTransition = ActionTransition;
|
|
42515
42871
|
|
|
42516
|
-
},{"../Decorators":
|
|
42872
|
+
},{"../Decorators":215,"./Transition":310}],258:[function(require,module,exports){
|
|
42517
42873
|
"use strict";
|
|
42518
42874
|
/*!
|
|
42519
42875
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42600,7 +42956,7 @@ AmbiguityInfo = __decorate([
|
|
|
42600
42956
|
], AmbiguityInfo);
|
|
42601
42957
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
42602
42958
|
|
|
42603
|
-
},{"../Decorators":
|
|
42959
|
+
},{"../Decorators":215,"./DecisionEventInfo":266}],259:[function(require,module,exports){
|
|
42604
42960
|
"use strict";
|
|
42605
42961
|
/*!
|
|
42606
42962
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42658,7 +43014,7 @@ AtomTransition = __decorate([
|
|
|
42658
43014
|
], AtomTransition);
|
|
42659
43015
|
exports.AtomTransition = AtomTransition;
|
|
42660
43016
|
|
|
42661
|
-
},{"../Decorators":
|
|
43017
|
+
},{"../Decorators":215,"../misc/IntervalSet":328,"./Transition":310}],260:[function(require,module,exports){
|
|
42662
43018
|
"use strict";
|
|
42663
43019
|
/*!
|
|
42664
43020
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42690,7 +43046,7 @@ __decorate([
|
|
|
42690
43046
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
42691
43047
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
42692
43048
|
|
|
42693
|
-
},{"../Decorators":
|
|
43049
|
+
},{"../Decorators":215,"./ATNStateType":255,"./BlockStartState":263}],261:[function(require,module,exports){
|
|
42694
43050
|
"use strict";
|
|
42695
43051
|
/*!
|
|
42696
43052
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42722,7 +43078,7 @@ __decorate([
|
|
|
42722
43078
|
], BasicState.prototype, "stateType", null);
|
|
42723
43079
|
exports.BasicState = BasicState;
|
|
42724
43080
|
|
|
42725
|
-
},{"../Decorators":
|
|
43081
|
+
},{"../Decorators":215,"./ATNState":254,"./ATNStateType":255}],262:[function(require,module,exports){
|
|
42726
43082
|
"use strict";
|
|
42727
43083
|
/*!
|
|
42728
43084
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42751,7 +43107,7 @@ __decorate([
|
|
|
42751
43107
|
], BlockEndState.prototype, "stateType", null);
|
|
42752
43108
|
exports.BlockEndState = BlockEndState;
|
|
42753
43109
|
|
|
42754
|
-
},{"../Decorators":
|
|
43110
|
+
},{"../Decorators":215,"./ATNState":254,"./ATNStateType":255}],263:[function(require,module,exports){
|
|
42755
43111
|
"use strict";
|
|
42756
43112
|
/*!
|
|
42757
43113
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42765,7 +43121,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
42765
43121
|
}
|
|
42766
43122
|
exports.BlockStartState = BlockStartState;
|
|
42767
43123
|
|
|
42768
|
-
},{"./DecisionState":
|
|
43124
|
+
},{"./DecisionState":268}],264:[function(require,module,exports){
|
|
42769
43125
|
"use strict";
|
|
42770
43126
|
/*!
|
|
42771
43127
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42835,7 +43191,7 @@ __decorate([
|
|
|
42835
43191
|
], ConflictInfo.prototype, "hashCode", null);
|
|
42836
43192
|
exports.ConflictInfo = ConflictInfo;
|
|
42837
43193
|
|
|
42838
|
-
},{"../Decorators":
|
|
43194
|
+
},{"../Decorators":215,"../misc/Utils":334}],265:[function(require,module,exports){
|
|
42839
43195
|
"use strict";
|
|
42840
43196
|
/*!
|
|
42841
43197
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42895,7 +43251,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
42895
43251
|
], ContextSensitivityInfo);
|
|
42896
43252
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
42897
43253
|
|
|
42898
|
-
},{"../Decorators":
|
|
43254
|
+
},{"../Decorators":215,"./DecisionEventInfo":266}],266:[function(require,module,exports){
|
|
42899
43255
|
"use strict";
|
|
42900
43256
|
/*!
|
|
42901
43257
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42947,7 +43303,7 @@ DecisionEventInfo = __decorate([
|
|
|
42947
43303
|
], DecisionEventInfo);
|
|
42948
43304
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
42949
43305
|
|
|
42950
|
-
},{"../Decorators":
|
|
43306
|
+
},{"../Decorators":215}],267:[function(require,module,exports){
|
|
42951
43307
|
"use strict";
|
|
42952
43308
|
/*!
|
|
42953
43309
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43160,7 +43516,7 @@ __decorate([
|
|
|
43160
43516
|
], DecisionInfo.prototype, "toString", null);
|
|
43161
43517
|
exports.DecisionInfo = DecisionInfo;
|
|
43162
43518
|
|
|
43163
|
-
},{"../Decorators":
|
|
43519
|
+
},{"../Decorators":215}],268:[function(require,module,exports){
|
|
43164
43520
|
"use strict";
|
|
43165
43521
|
/*!
|
|
43166
43522
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43180,7 +43536,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
43180
43536
|
}
|
|
43181
43537
|
exports.DecisionState = DecisionState;
|
|
43182
43538
|
|
|
43183
|
-
},{"./ATNState":
|
|
43539
|
+
},{"./ATNState":254}],269:[function(require,module,exports){
|
|
43184
43540
|
"use strict";
|
|
43185
43541
|
/*!
|
|
43186
43542
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43246,7 +43602,7 @@ EpsilonTransition = __decorate([
|
|
|
43246
43602
|
], EpsilonTransition);
|
|
43247
43603
|
exports.EpsilonTransition = EpsilonTransition;
|
|
43248
43604
|
|
|
43249
|
-
},{"../Decorators":
|
|
43605
|
+
},{"../Decorators":215,"./Transition":310}],270:[function(require,module,exports){
|
|
43250
43606
|
"use strict";
|
|
43251
43607
|
/*!
|
|
43252
43608
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43299,7 +43655,7 @@ ErrorInfo = __decorate([
|
|
|
43299
43655
|
], ErrorInfo);
|
|
43300
43656
|
exports.ErrorInfo = ErrorInfo;
|
|
43301
43657
|
|
|
43302
|
-
},{"../Decorators":
|
|
43658
|
+
},{"../Decorators":215,"./DecisionEventInfo":266}],271:[function(require,module,exports){
|
|
43303
43659
|
"use strict";
|
|
43304
43660
|
/*!
|
|
43305
43661
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43330,7 +43686,7 @@ __decorate([
|
|
|
43330
43686
|
], InvalidState.prototype, "stateType", null);
|
|
43331
43687
|
exports.InvalidState = InvalidState;
|
|
43332
43688
|
|
|
43333
|
-
},{"../Decorators":
|
|
43689
|
+
},{"../Decorators":215,"./ATNStateType":255,"./BasicState":261}],272:[function(require,module,exports){
|
|
43334
43690
|
"use strict";
|
|
43335
43691
|
/*!
|
|
43336
43692
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43552,7 +43908,7 @@ LL1Analyzer = __decorate([
|
|
|
43552
43908
|
], LL1Analyzer);
|
|
43553
43909
|
exports.LL1Analyzer = LL1Analyzer;
|
|
43554
43910
|
|
|
43555
|
-
},{"../Decorators":
|
|
43911
|
+
},{"../Decorators":215,"../Token":240,"../misc/Array2DHashSet":319,"../misc/BitSet":322,"../misc/IntervalSet":328,"../misc/ObjectEqualityComparator":331,"./ATNConfig":249,"./AbstractPredicateTransition":256,"./NotSetTransition":286,"./PredictionContext":295,"./RuleStopState":301,"./RuleTransition":302,"./WildcardTransition":311}],273:[function(require,module,exports){
|
|
43556
43912
|
"use strict";
|
|
43557
43913
|
/*!
|
|
43558
43914
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44269,7 +44625,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
44269
44625
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
44270
44626
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
44271
44627
|
|
|
44272
|
-
},{"../Decorators":
|
|
44628
|
+
},{"../Decorators":215,"../IntStream":221,"../Lexer":223,"../LexerNoViableAltException":225,"../Token":240,"../dfa/AcceptStateInfo":312,"../dfa/DFAState":315,"../misc/Interval":327,"./ATN":248,"./ATNConfig":249,"./ATNConfigSet":250,"./ATNSimulator":253,"./LexerActionExecutor":274,"./OrderedATNConfigSet":287,"./PredictionContext":295,"./RuleStopState":301,"assert":358}],274:[function(require,module,exports){
|
|
44273
44629
|
"use strict";
|
|
44274
44630
|
/*!
|
|
44275
44631
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44470,7 +44826,7 @@ LexerActionExecutor = __decorate([
|
|
|
44470
44826
|
], LexerActionExecutor);
|
|
44471
44827
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
44472
44828
|
|
|
44473
|
-
},{"../Decorators":
|
|
44829
|
+
},{"../Decorators":215,"../misc/ArrayEqualityComparator":320,"../misc/MurmurHash":330,"./LexerIndexedCustomAction":277}],275:[function(require,module,exports){
|
|
44474
44830
|
"use strict";
|
|
44475
44831
|
/*!
|
|
44476
44832
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44575,7 +44931,7 @@ __decorate([
|
|
|
44575
44931
|
], LexerChannelAction.prototype, "toString", null);
|
|
44576
44932
|
exports.LexerChannelAction = LexerChannelAction;
|
|
44577
44933
|
|
|
44578
|
-
},{"../Decorators":
|
|
44934
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],276:[function(require,module,exports){
|
|
44579
44935
|
"use strict";
|
|
44580
44936
|
/*!
|
|
44581
44937
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44704,7 +45060,7 @@ __decorate([
|
|
|
44704
45060
|
], LexerCustomAction.prototype, "equals", null);
|
|
44705
45061
|
exports.LexerCustomAction = LexerCustomAction;
|
|
44706
45062
|
|
|
44707
|
-
},{"../Decorators":
|
|
45063
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],277:[function(require,module,exports){
|
|
44708
45064
|
"use strict";
|
|
44709
45065
|
/*!
|
|
44710
45066
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44839,7 +45195,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
44839
45195
|
], LexerIndexedCustomAction);
|
|
44840
45196
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
44841
45197
|
|
|
44842
|
-
},{"../Decorators":
|
|
45198
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],278:[function(require,module,exports){
|
|
44843
45199
|
"use strict";
|
|
44844
45200
|
/*!
|
|
44845
45201
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44944,7 +45300,7 @@ __decorate([
|
|
|
44944
45300
|
], LexerModeAction.prototype, "toString", null);
|
|
44945
45301
|
exports.LexerModeAction = LexerModeAction;
|
|
44946
45302
|
|
|
44947
|
-
},{"../Decorators":
|
|
45303
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],279:[function(require,module,exports){
|
|
44948
45304
|
"use strict";
|
|
44949
45305
|
/*!
|
|
44950
45306
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45040,7 +45396,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
45040
45396
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
45041
45397
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
45042
45398
|
|
|
45043
|
-
},{"../Decorators":
|
|
45399
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],280:[function(require,module,exports){
|
|
45044
45400
|
"use strict";
|
|
45045
45401
|
/*!
|
|
45046
45402
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45136,7 +45492,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
45136
45492
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
45137
45493
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
45138
45494
|
|
|
45139
|
-
},{"../Decorators":
|
|
45495
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],281:[function(require,module,exports){
|
|
45140
45496
|
"use strict";
|
|
45141
45497
|
/*!
|
|
45142
45498
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45241,7 +45597,7 @@ __decorate([
|
|
|
45241
45597
|
], LexerPushModeAction.prototype, "toString", null);
|
|
45242
45598
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
45243
45599
|
|
|
45244
|
-
},{"../Decorators":
|
|
45600
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],282:[function(require,module,exports){
|
|
45245
45601
|
"use strict";
|
|
45246
45602
|
/*!
|
|
45247
45603
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45337,7 +45693,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
45337
45693
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
45338
45694
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
45339
45695
|
|
|
45340
|
-
},{"../Decorators":
|
|
45696
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],283:[function(require,module,exports){
|
|
45341
45697
|
"use strict";
|
|
45342
45698
|
/*!
|
|
45343
45699
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45441,7 +45797,7 @@ __decorate([
|
|
|
45441
45797
|
], LexerTypeAction.prototype, "toString", null);
|
|
45442
45798
|
exports.LexerTypeAction = LexerTypeAction;
|
|
45443
45799
|
|
|
45444
|
-
},{"../Decorators":
|
|
45800
|
+
},{"../Decorators":215,"../misc/MurmurHash":330}],284:[function(require,module,exports){
|
|
45445
45801
|
"use strict";
|
|
45446
45802
|
/*!
|
|
45447
45803
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45493,7 +45849,7 @@ LookaheadEventInfo = __decorate([
|
|
|
45493
45849
|
], LookaheadEventInfo);
|
|
45494
45850
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
45495
45851
|
|
|
45496
|
-
},{"../Decorators":
|
|
45852
|
+
},{"../Decorators":215,"./DecisionEventInfo":266}],285:[function(require,module,exports){
|
|
45497
45853
|
"use strict";
|
|
45498
45854
|
/*!
|
|
45499
45855
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45522,7 +45878,7 @@ __decorate([
|
|
|
45522
45878
|
], LoopEndState.prototype, "stateType", null);
|
|
45523
45879
|
exports.LoopEndState = LoopEndState;
|
|
45524
45880
|
|
|
45525
|
-
},{"../Decorators":
|
|
45881
|
+
},{"../Decorators":215,"./ATNState":254,"./ATNStateType":255}],286:[function(require,module,exports){
|
|
45526
45882
|
"use strict";
|
|
45527
45883
|
/*!
|
|
45528
45884
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45571,7 +45927,7 @@ NotSetTransition = __decorate([
|
|
|
45571
45927
|
], NotSetTransition);
|
|
45572
45928
|
exports.NotSetTransition = NotSetTransition;
|
|
45573
45929
|
|
|
45574
|
-
},{"../Decorators":
|
|
45930
|
+
},{"../Decorators":215,"./SetTransition":304}],287:[function(require,module,exports){
|
|
45575
45931
|
"use strict";
|
|
45576
45932
|
/*!
|
|
45577
45933
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45626,7 +45982,7 @@ __decorate([
|
|
|
45626
45982
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
45627
45983
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
45628
45984
|
|
|
45629
|
-
},{"../Decorators":
|
|
45985
|
+
},{"../Decorators":215,"./ATNConfigSet":250}],288:[function(require,module,exports){
|
|
45630
45986
|
"use strict";
|
|
45631
45987
|
/*!
|
|
45632
45988
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45788,7 +46144,7 @@ ParseInfo = __decorate([
|
|
|
45788
46144
|
], ParseInfo);
|
|
45789
46145
|
exports.ParseInfo = ParseInfo;
|
|
45790
46146
|
|
|
45791
|
-
},{"../Decorators":
|
|
46147
|
+
},{"../Decorators":215}],289:[function(require,module,exports){
|
|
45792
46148
|
"use strict";
|
|
45793
46149
|
/*!
|
|
45794
46150
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48061,7 +48417,7 @@ ParserATNSimulator = __decorate([
|
|
|
48061
48417
|
], ParserATNSimulator);
|
|
48062
48418
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
48063
48419
|
|
|
48064
|
-
},{"../Decorators":
|
|
48420
|
+
},{"../Decorators":215,"../IntStream":221,"../NoViableAltException":227,"../ParserRuleContext":231,"../Token":240,"../VocabularyImpl":246,"../dfa/AcceptStateInfo":312,"../dfa/DFAState":315,"../misc/Array2DHashSet":319,"../misc/Arrays":321,"../misc/BitSet":322,"../misc/IntegerList":325,"../misc/Interval":327,"../misc/ObjectEqualityComparator":331,"./ATN":248,"./ATNConfig":249,"./ATNConfigSet":250,"./ATNSimulator":253,"./ATNStateType":255,"./ActionTransition":257,"./AtomTransition":259,"./ConflictInfo":264,"./DecisionState":268,"./NotSetTransition":286,"./PredictionContext":295,"./PredictionContextCache":296,"./PredictionMode":297,"./RuleStopState":301,"./RuleTransition":302,"./SemanticContext":303,"./SetTransition":304,"./SimulatorState":305,"assert":358}],290:[function(require,module,exports){
|
|
48065
48421
|
"use strict";
|
|
48066
48422
|
/*!
|
|
48067
48423
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48094,7 +48450,7 @@ __decorate([
|
|
|
48094
48450
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
48095
48451
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
48096
48452
|
|
|
48097
|
-
},{"../Decorators":
|
|
48453
|
+
},{"../Decorators":215,"./ATNStateType":255,"./BlockStartState":263}],291:[function(require,module,exports){
|
|
48098
48454
|
"use strict";
|
|
48099
48455
|
/*!
|
|
48100
48456
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48125,7 +48481,7 @@ __decorate([
|
|
|
48125
48481
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
48126
48482
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
48127
48483
|
|
|
48128
|
-
},{"../Decorators":
|
|
48484
|
+
},{"../Decorators":215,"./ATNStateType":255,"./DecisionState":268}],292:[function(require,module,exports){
|
|
48129
48485
|
"use strict";
|
|
48130
48486
|
/*!
|
|
48131
48487
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48188,7 +48544,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
48188
48544
|
], PrecedencePredicateTransition);
|
|
48189
48545
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
48190
48546
|
|
|
48191
|
-
},{"../Decorators":
|
|
48547
|
+
},{"../Decorators":215,"./AbstractPredicateTransition":256,"./SemanticContext":303}],293:[function(require,module,exports){
|
|
48192
48548
|
"use strict";
|
|
48193
48549
|
/*!
|
|
48194
48550
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48251,7 +48607,7 @@ PredicateEvalInfo = __decorate([
|
|
|
48251
48607
|
], PredicateEvalInfo);
|
|
48252
48608
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
48253
48609
|
|
|
48254
|
-
},{"../Decorators":
|
|
48610
|
+
},{"../Decorators":215,"./DecisionEventInfo":266}],294:[function(require,module,exports){
|
|
48255
48611
|
"use strict";
|
|
48256
48612
|
/*!
|
|
48257
48613
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48317,7 +48673,7 @@ PredicateTransition = __decorate([
|
|
|
48317
48673
|
], PredicateTransition);
|
|
48318
48674
|
exports.PredicateTransition = PredicateTransition;
|
|
48319
48675
|
|
|
48320
|
-
},{"../Decorators":
|
|
48676
|
+
},{"../Decorators":215,"./AbstractPredicateTransition":256,"./SemanticContext":303}],295:[function(require,module,exports){
|
|
48321
48677
|
"use strict";
|
|
48322
48678
|
/*!
|
|
48323
48679
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49008,7 +49364,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
49008
49364
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
49009
49365
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
49010
49366
|
|
|
49011
|
-
},{"../Decorators":
|
|
49367
|
+
},{"../Decorators":215,"../misc/Array2DHashMap":318,"../misc/Array2DHashSet":319,"../misc/Arrays":321,"../misc/MurmurHash":330,"./PredictionContextCache":296,"assert":358}],296:[function(require,module,exports){
|
|
49012
49368
|
"use strict";
|
|
49013
49369
|
/*!
|
|
49014
49370
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49149,7 +49505,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
49149
49505
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
49150
49506
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
49151
49507
|
|
|
49152
|
-
},{"../Decorators":
|
|
49508
|
+
},{"../Decorators":215,"../misc/Array2DHashMap":318,"../misc/ObjectEqualityComparator":331,"./PredictionContext":295,"assert":358}],297:[function(require,module,exports){
|
|
49153
49509
|
"use strict";
|
|
49154
49510
|
/*!
|
|
49155
49511
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49310,7 +49666,7 @@ var PredictionMode;
|
|
|
49310
49666
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
49311
49667
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
49312
49668
|
|
|
49313
|
-
},{"../Decorators":
|
|
49669
|
+
},{"../Decorators":215,"../misc/Array2DHashMap":318,"../misc/MurmurHash":330,"./RuleStopState":301}],298:[function(require,module,exports){
|
|
49314
49670
|
(function (process){(function (){
|
|
49315
49671
|
"use strict";
|
|
49316
49672
|
/*!
|
|
@@ -49579,7 +49935,7 @@ __decorate([
|
|
|
49579
49935
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
49580
49936
|
|
|
49581
49937
|
}).call(this)}).call(this,require('_process'))
|
|
49582
|
-
},{"../Decorators":
|
|
49938
|
+
},{"../Decorators":215,"./ATN":248,"./ATNSimulator":253,"./AmbiguityInfo":258,"./ContextSensitivityInfo":265,"./DecisionInfo":267,"./ErrorInfo":270,"./LookaheadEventInfo":284,"./ParserATNSimulator":289,"./PredicateEvalInfo":293,"./SemanticContext":303,"./SimulatorState":305,"_process":417}],299:[function(require,module,exports){
|
|
49583
49939
|
"use strict";
|
|
49584
49940
|
/*!
|
|
49585
49941
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49637,7 +49993,7 @@ RangeTransition = __decorate([
|
|
|
49637
49993
|
], RangeTransition);
|
|
49638
49994
|
exports.RangeTransition = RangeTransition;
|
|
49639
49995
|
|
|
49640
|
-
},{"../Decorators":
|
|
49996
|
+
},{"../Decorators":215,"../misc/IntervalSet":328,"./Transition":310}],300:[function(require,module,exports){
|
|
49641
49997
|
"use strict";
|
|
49642
49998
|
/*!
|
|
49643
49999
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49670,7 +50026,7 @@ __decorate([
|
|
|
49670
50026
|
], RuleStartState.prototype, "stateType", null);
|
|
49671
50027
|
exports.RuleStartState = RuleStartState;
|
|
49672
50028
|
|
|
49673
|
-
},{"../Decorators":
|
|
50029
|
+
},{"../Decorators":215,"./ATNState":254,"./ATNStateType":255}],301:[function(require,module,exports){
|
|
49674
50030
|
"use strict";
|
|
49675
50031
|
/*!
|
|
49676
50032
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49709,7 +50065,7 @@ __decorate([
|
|
|
49709
50065
|
], RuleStopState.prototype, "stateType", null);
|
|
49710
50066
|
exports.RuleStopState = RuleStopState;
|
|
49711
50067
|
|
|
49712
|
-
},{"../Decorators":
|
|
50068
|
+
},{"../Decorators":215,"./ATNState":254,"./ATNStateType":255}],302:[function(require,module,exports){
|
|
49713
50069
|
"use strict";
|
|
49714
50070
|
/*!
|
|
49715
50071
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49765,7 +50121,7 @@ RuleTransition = __decorate([
|
|
|
49765
50121
|
], RuleTransition);
|
|
49766
50122
|
exports.RuleTransition = RuleTransition;
|
|
49767
50123
|
|
|
49768
|
-
},{"../Decorators":
|
|
50124
|
+
},{"../Decorators":215,"./Transition":310}],303:[function(require,module,exports){
|
|
49769
50125
|
"use strict";
|
|
49770
50126
|
/*!
|
|
49771
50127
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50245,7 +50601,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
50245
50601
|
SemanticContext.OR = OR;
|
|
50246
50602
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
50247
50603
|
|
|
50248
|
-
},{"../Decorators":
|
|
50604
|
+
},{"../Decorators":215,"../misc/Array2DHashSet":319,"../misc/ArrayEqualityComparator":320,"../misc/MurmurHash":330,"../misc/ObjectEqualityComparator":331,"../misc/Utils":334}],304:[function(require,module,exports){
|
|
50249
50605
|
"use strict";
|
|
50250
50606
|
/*!
|
|
50251
50607
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50311,7 +50667,7 @@ SetTransition = __decorate([
|
|
|
50311
50667
|
], SetTransition);
|
|
50312
50668
|
exports.SetTransition = SetTransition;
|
|
50313
50669
|
|
|
50314
|
-
},{"../Decorators":
|
|
50670
|
+
},{"../Decorators":215,"../Token":240,"../misc/IntervalSet":328,"./Transition":310}],305:[function(require,module,exports){
|
|
50315
50671
|
"use strict";
|
|
50316
50672
|
/*!
|
|
50317
50673
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50347,7 +50703,7 @@ SimulatorState = __decorate([
|
|
|
50347
50703
|
], SimulatorState);
|
|
50348
50704
|
exports.SimulatorState = SimulatorState;
|
|
50349
50705
|
|
|
50350
|
-
},{"../Decorators":
|
|
50706
|
+
},{"../Decorators":215,"../ParserRuleContext":231}],306:[function(require,module,exports){
|
|
50351
50707
|
"use strict";
|
|
50352
50708
|
/*!
|
|
50353
50709
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50375,7 +50731,7 @@ __decorate([
|
|
|
50375
50731
|
], StarBlockStartState.prototype, "stateType", null);
|
|
50376
50732
|
exports.StarBlockStartState = StarBlockStartState;
|
|
50377
50733
|
|
|
50378
|
-
},{"../Decorators":
|
|
50734
|
+
},{"../Decorators":215,"./ATNStateType":255,"./BlockStartState":263}],307:[function(require,module,exports){
|
|
50379
50735
|
"use strict";
|
|
50380
50736
|
/*!
|
|
50381
50737
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50432,7 +50788,7 @@ __decorate([
|
|
|
50432
50788
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
50433
50789
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
50434
50790
|
|
|
50435
|
-
},{"../Decorators":
|
|
50791
|
+
},{"../Decorators":215,"../misc/BitSet":322,"./ATNStateType":255,"./DecisionState":268}],308:[function(require,module,exports){
|
|
50436
50792
|
"use strict";
|
|
50437
50793
|
/*!
|
|
50438
50794
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50463,7 +50819,7 @@ __decorate([
|
|
|
50463
50819
|
], StarLoopbackState.prototype, "stateType", null);
|
|
50464
50820
|
exports.StarLoopbackState = StarLoopbackState;
|
|
50465
50821
|
|
|
50466
|
-
},{"../Decorators":
|
|
50822
|
+
},{"../Decorators":215,"./ATNState":254,"./ATNStateType":255}],309:[function(require,module,exports){
|
|
50467
50823
|
"use strict";
|
|
50468
50824
|
/*!
|
|
50469
50825
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50492,7 +50848,7 @@ __decorate([
|
|
|
50492
50848
|
], TokensStartState.prototype, "stateType", null);
|
|
50493
50849
|
exports.TokensStartState = TokensStartState;
|
|
50494
50850
|
|
|
50495
|
-
},{"../Decorators":
|
|
50851
|
+
},{"../Decorators":215,"./ATNStateType":255,"./DecisionState":268}],310:[function(require,module,exports){
|
|
50496
50852
|
"use strict";
|
|
50497
50853
|
/*!
|
|
50498
50854
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50566,7 +50922,7 @@ Transition = __decorate([
|
|
|
50566
50922
|
], Transition);
|
|
50567
50923
|
exports.Transition = Transition;
|
|
50568
50924
|
|
|
50569
|
-
},{"../Decorators":
|
|
50925
|
+
},{"../Decorators":215}],311:[function(require,module,exports){
|
|
50570
50926
|
"use strict";
|
|
50571
50927
|
/*!
|
|
50572
50928
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50614,7 +50970,7 @@ WildcardTransition = __decorate([
|
|
|
50614
50970
|
], WildcardTransition);
|
|
50615
50971
|
exports.WildcardTransition = WildcardTransition;
|
|
50616
50972
|
|
|
50617
|
-
},{"../Decorators":
|
|
50973
|
+
},{"../Decorators":215,"./Transition":310}],312:[function(require,module,exports){
|
|
50618
50974
|
"use strict";
|
|
50619
50975
|
/*!
|
|
50620
50976
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50656,7 +51012,7 @@ class AcceptStateInfo {
|
|
|
50656
51012
|
}
|
|
50657
51013
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
50658
51014
|
|
|
50659
|
-
},{}],
|
|
51015
|
+
},{}],313:[function(require,module,exports){
|
|
50660
51016
|
"use strict";
|
|
50661
51017
|
/*!
|
|
50662
51018
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50831,7 +51187,7 @@ DFA = __decorate([
|
|
|
50831
51187
|
], DFA);
|
|
50832
51188
|
exports.DFA = DFA;
|
|
50833
51189
|
|
|
50834
|
-
},{"../Decorators":
|
|
51190
|
+
},{"../Decorators":215,"../VocabularyImpl":246,"../atn/ATNConfigSet":250,"../atn/StarLoopEntryState":307,"../misc/Array2DHashSet":319,"../misc/ObjectEqualityComparator":331,"./DFASerializer":314,"./DFAState":315,"./LexerDFASerializer":316}],314:[function(require,module,exports){
|
|
50835
51191
|
"use strict";
|
|
50836
51192
|
/*!
|
|
50837
51193
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50973,7 +51329,7 @@ __decorate([
|
|
|
50973
51329
|
], DFASerializer.prototype, "toString", null);
|
|
50974
51330
|
exports.DFASerializer = DFASerializer;
|
|
50975
51331
|
|
|
50976
|
-
},{"../Decorators":
|
|
51332
|
+
},{"../Decorators":215,"../Recognizer":235,"../VocabularyImpl":246,"../atn/ATNSimulator":253,"../atn/PredictionContext":295}],315:[function(require,module,exports){
|
|
50977
51333
|
"use strict";
|
|
50978
51334
|
/*!
|
|
50979
51335
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51204,7 +51560,7 @@ exports.DFAState = DFAState;
|
|
|
51204
51560
|
DFAState.PredPrediction = PredPrediction;
|
|
51205
51561
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
51206
51562
|
|
|
51207
|
-
},{"../Decorators":
|
|
51563
|
+
},{"../Decorators":215,"../atn/ATN":248,"../atn/PredictionContext":295,"../misc/BitSet":322,"../misc/MurmurHash":330,"assert":358}],316:[function(require,module,exports){
|
|
51208
51564
|
"use strict";
|
|
51209
51565
|
/*!
|
|
51210
51566
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51241,7 +51597,7 @@ LexerDFASerializer = __decorate([
|
|
|
51241
51597
|
], LexerDFASerializer);
|
|
51242
51598
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
51243
51599
|
|
|
51244
|
-
},{"../Decorators":
|
|
51600
|
+
},{"../Decorators":215,"../VocabularyImpl":246,"./DFASerializer":314}],317:[function(require,module,exports){
|
|
51245
51601
|
"use strict";
|
|
51246
51602
|
/*!
|
|
51247
51603
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51307,7 +51663,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
51307
51663
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
51308
51664
|
__exportStar(require("./WritableToken"), exports);
|
|
51309
51665
|
|
|
51310
|
-
},{"./ANTLRErrorListener":
|
|
51666
|
+
},{"./ANTLRErrorListener":202,"./ANTLRErrorStrategy":203,"./ANTLRInputStream":204,"./BailErrorStrategy":205,"./BufferedTokenStream":206,"./CharStream":207,"./CharStreams":208,"./CodePointBuffer":209,"./CodePointCharStream":210,"./CommonToken":211,"./CommonTokenFactory":212,"./CommonTokenStream":213,"./ConsoleErrorListener":214,"./DefaultErrorStrategy":216,"./Dependents":217,"./DiagnosticErrorListener":218,"./FailedPredicateException":219,"./InputMismatchException":220,"./IntStream":221,"./InterpreterRuleContext":222,"./Lexer":223,"./LexerInterpreter":224,"./LexerNoViableAltException":225,"./ListTokenSource":226,"./NoViableAltException":227,"./Parser":228,"./ParserErrorListener":229,"./ParserInterpreter":230,"./ParserRuleContext":231,"./ProxyErrorListener":232,"./ProxyParserErrorListener":233,"./RecognitionException":234,"./Recognizer":235,"./RuleContext":236,"./RuleContextWithAltNum":237,"./RuleDependency":238,"./RuleVersion":239,"./Token":240,"./TokenFactory":241,"./TokenSource":242,"./TokenStream":243,"./TokenStreamRewriter":244,"./Vocabulary":245,"./VocabularyImpl":246,"./WritableToken":247}],318:[function(require,module,exports){
|
|
51311
51667
|
"use strict";
|
|
51312
51668
|
/*!
|
|
51313
51669
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51390,7 +51746,7 @@ class Array2DHashMap {
|
|
|
51390
51746
|
}
|
|
51391
51747
|
exports.Array2DHashMap = Array2DHashMap;
|
|
51392
51748
|
|
|
51393
|
-
},{"./Array2DHashSet":
|
|
51749
|
+
},{"./Array2DHashSet":319}],319:[function(require,module,exports){
|
|
51394
51750
|
"use strict";
|
|
51395
51751
|
/*!
|
|
51396
51752
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51757,7 +52113,7 @@ __decorate([
|
|
|
51757
52113
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
51758
52114
|
exports.Array2DHashSet = Array2DHashSet;
|
|
51759
52115
|
|
|
51760
|
-
},{"../Decorators":
|
|
52116
|
+
},{"../Decorators":215,"./DefaultEqualityComparator":324,"./MurmurHash":330,"assert":358}],320:[function(require,module,exports){
|
|
51761
52117
|
"use strict";
|
|
51762
52118
|
/*!
|
|
51763
52119
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51829,7 +52185,7 @@ __decorate([
|
|
|
51829
52185
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
51830
52186
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
51831
52187
|
|
|
51832
|
-
},{"../Decorators":
|
|
52188
|
+
},{"../Decorators":215,"./MurmurHash":330,"./ObjectEqualityComparator":331}],321:[function(require,module,exports){
|
|
51833
52189
|
"use strict";
|
|
51834
52190
|
/*!
|
|
51835
52191
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51899,7 +52255,7 @@ var Arrays;
|
|
|
51899
52255
|
Arrays.toString = toString;
|
|
51900
52256
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
51901
52257
|
|
|
51902
|
-
},{}],
|
|
52258
|
+
},{}],322:[function(require,module,exports){
|
|
51903
52259
|
"use strict";
|
|
51904
52260
|
/*!
|
|
51905
52261
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -52571,7 +52927,7 @@ class BitSetIterator {
|
|
|
52571
52927
|
[Symbol.iterator]() { return this; }
|
|
52572
52928
|
}
|
|
52573
52929
|
|
|
52574
|
-
},{"./MurmurHash":
|
|
52930
|
+
},{"./MurmurHash":330,"util":422}],323:[function(require,module,exports){
|
|
52575
52931
|
"use strict";
|
|
52576
52932
|
/*!
|
|
52577
52933
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -52592,7 +52948,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
52592
52948
|
}
|
|
52593
52949
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
52594
52950
|
|
|
52595
|
-
},{}],
|
|
52951
|
+
},{}],324:[function(require,module,exports){
|
|
52596
52952
|
"use strict";
|
|
52597
52953
|
/*!
|
|
52598
52954
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -52663,7 +53019,7 @@ __decorate([
|
|
|
52663
53019
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
52664
53020
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
52665
53021
|
|
|
52666
|
-
},{"../Decorators":
|
|
53022
|
+
},{"../Decorators":215,"./MurmurHash":330,"./ObjectEqualityComparator":331}],325:[function(require,module,exports){
|
|
52667
53023
|
"use strict";
|
|
52668
53024
|
/*!
|
|
52669
53025
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -52957,7 +53313,7 @@ __decorate([
|
|
|
52957
53313
|
], IntegerList.prototype, "toString", null);
|
|
52958
53314
|
exports.IntegerList = IntegerList;
|
|
52959
53315
|
|
|
52960
|
-
},{"../Decorators":
|
|
53316
|
+
},{"../Decorators":215,"./Arrays":321}],326:[function(require,module,exports){
|
|
52961
53317
|
"use strict";
|
|
52962
53318
|
/*!
|
|
52963
53319
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -52987,7 +53343,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
52987
53343
|
}
|
|
52988
53344
|
exports.IntegerStack = IntegerStack;
|
|
52989
53345
|
|
|
52990
|
-
},{"./IntegerList":
|
|
53346
|
+
},{"./IntegerList":325}],327:[function(require,module,exports){
|
|
52991
53347
|
"use strict";
|
|
52992
53348
|
/*!
|
|
52993
53349
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53130,7 +53486,7 @@ __decorate([
|
|
|
53130
53486
|
], Interval.prototype, "toString", null);
|
|
53131
53487
|
exports.Interval = Interval;
|
|
53132
53488
|
|
|
53133
|
-
},{"../Decorators":
|
|
53489
|
+
},{"../Decorators":215}],328:[function(require,module,exports){
|
|
53134
53490
|
"use strict";
|
|
53135
53491
|
/*!
|
|
53136
53492
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53776,7 +54132,7 @@ __decorate([
|
|
|
53776
54132
|
], IntervalSet, "subtract", null);
|
|
53777
54133
|
exports.IntervalSet = IntervalSet;
|
|
53778
54134
|
|
|
53779
|
-
},{"../Decorators":
|
|
54135
|
+
},{"../Decorators":215,"../Lexer":223,"../Token":240,"./ArrayEqualityComparator":320,"./IntegerList":325,"./Interval":327,"./MurmurHash":330}],329:[function(require,module,exports){
|
|
53780
54136
|
"use strict";
|
|
53781
54137
|
/*!
|
|
53782
54138
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53809,7 +54165,7 @@ class MultiMap extends Map {
|
|
|
53809
54165
|
}
|
|
53810
54166
|
exports.MultiMap = MultiMap;
|
|
53811
54167
|
|
|
53812
|
-
},{}],
|
|
54168
|
+
},{}],330:[function(require,module,exports){
|
|
53813
54169
|
"use strict";
|
|
53814
54170
|
/*!
|
|
53815
54171
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53924,7 +54280,7 @@ var MurmurHash;
|
|
|
53924
54280
|
}
|
|
53925
54281
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
53926
54282
|
|
|
53927
|
-
},{}],
|
|
54283
|
+
},{}],331:[function(require,module,exports){
|
|
53928
54284
|
"use strict";
|
|
53929
54285
|
/*!
|
|
53930
54286
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53983,7 +54339,7 @@ __decorate([
|
|
|
53983
54339
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
53984
54340
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
53985
54341
|
|
|
53986
|
-
},{"../Decorators":
|
|
54342
|
+
},{"../Decorators":215}],332:[function(require,module,exports){
|
|
53987
54343
|
"use strict";
|
|
53988
54344
|
/*!
|
|
53989
54345
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54012,7 +54368,7 @@ class ParseCancellationException extends Error {
|
|
|
54012
54368
|
}
|
|
54013
54369
|
exports.ParseCancellationException = ParseCancellationException;
|
|
54014
54370
|
|
|
54015
|
-
},{}],
|
|
54371
|
+
},{}],333:[function(require,module,exports){
|
|
54016
54372
|
"use strict";
|
|
54017
54373
|
/*!
|
|
54018
54374
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54066,7 +54422,7 @@ class UUID {
|
|
|
54066
54422
|
}
|
|
54067
54423
|
exports.UUID = UUID;
|
|
54068
54424
|
|
|
54069
|
-
},{"./MurmurHash":
|
|
54425
|
+
},{"./MurmurHash":330}],334:[function(require,module,exports){
|
|
54070
54426
|
"use strict";
|
|
54071
54427
|
/*!
|
|
54072
54428
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54241,7 +54597,7 @@ exports.toCharArray = toCharArray;
|
|
|
54241
54597
|
// return s;
|
|
54242
54598
|
// }
|
|
54243
54599
|
|
|
54244
|
-
},{}],
|
|
54600
|
+
},{}],335:[function(require,module,exports){
|
|
54245
54601
|
"use strict";
|
|
54246
54602
|
/*!
|
|
54247
54603
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54277,7 +54633,7 @@ __decorate([
|
|
|
54277
54633
|
], ErrorNode.prototype, "accept", null);
|
|
54278
54634
|
exports.ErrorNode = ErrorNode;
|
|
54279
54635
|
|
|
54280
|
-
},{"../Decorators":
|
|
54636
|
+
},{"../Decorators":215,"./TerminalNode":338}],336:[function(require,module,exports){
|
|
54281
54637
|
"use strict";
|
|
54282
54638
|
/*!
|
|
54283
54639
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54382,7 +54738,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
|
|
|
54382
54738
|
ParseTreeWalker.DEFAULT = new ParseTreeWalker();
|
|
54383
54739
|
})(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
|
|
54384
54740
|
|
|
54385
|
-
},{"./ErrorNode":
|
|
54741
|
+
},{"./ErrorNode":335,"./RuleNode":337,"./TerminalNode":338}],337:[function(require,module,exports){
|
|
54386
54742
|
"use strict";
|
|
54387
54743
|
/*!
|
|
54388
54744
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54394,7 +54750,7 @@ class RuleNode {
|
|
|
54394
54750
|
}
|
|
54395
54751
|
exports.RuleNode = RuleNode;
|
|
54396
54752
|
|
|
54397
|
-
},{}],
|
|
54753
|
+
},{}],338:[function(require,module,exports){
|
|
54398
54754
|
"use strict";
|
|
54399
54755
|
/*!
|
|
54400
54756
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54486,7 +54842,7 @@ __decorate([
|
|
|
54486
54842
|
], TerminalNode.prototype, "toString", null);
|
|
54487
54843
|
exports.TerminalNode = TerminalNode;
|
|
54488
54844
|
|
|
54489
|
-
},{"../Decorators":
|
|
54845
|
+
},{"../Decorators":215,"../Token":240,"../misc/Interval":327}],339:[function(require,module,exports){
|
|
54490
54846
|
"use strict";
|
|
54491
54847
|
/*!
|
|
54492
54848
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54730,7 +55086,7 @@ __decorate([
|
|
|
54730
55086
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
54731
55087
|
exports.Trees = Trees;
|
|
54732
55088
|
|
|
54733
|
-
},{"../CommonToken":
|
|
55089
|
+
},{"../CommonToken":211,"../Decorators":215,"../Parser":228,"../ParserRuleContext":231,"../Token":240,"../atn/ATN":248,"../misc/Utils":334,"./ErrorNode":335,"./RuleNode":337,"./TerminalNode":338}],340:[function(require,module,exports){
|
|
54734
55090
|
"use strict";
|
|
54735
55091
|
/*!
|
|
54736
55092
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54754,7 +55110,7 @@ class Chunk {
|
|
|
54754
55110
|
}
|
|
54755
55111
|
exports.Chunk = Chunk;
|
|
54756
55112
|
|
|
54757
|
-
},{}],
|
|
55113
|
+
},{}],341:[function(require,module,exports){
|
|
54758
55114
|
"use strict";
|
|
54759
55115
|
/*!
|
|
54760
55116
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54934,7 +55290,7 @@ ParseTreeMatch = __decorate([
|
|
|
54934
55290
|
], ParseTreeMatch);
|
|
54935
55291
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
54936
55292
|
|
|
54937
|
-
},{"../../Decorators":
|
|
55293
|
+
},{"../../Decorators":215}],342:[function(require,module,exports){
|
|
54938
55294
|
"use strict";
|
|
54939
55295
|
/*!
|
|
54940
55296
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55092,7 +55448,7 @@ ParseTreePattern = __decorate([
|
|
|
55092
55448
|
], ParseTreePattern);
|
|
55093
55449
|
exports.ParseTreePattern = ParseTreePattern;
|
|
55094
55450
|
|
|
55095
|
-
},{"../../Decorators":
|
|
55451
|
+
},{"../../Decorators":215,"../xpath/XPath":348}],343:[function(require,module,exports){
|
|
55096
55452
|
"use strict";
|
|
55097
55453
|
/*!
|
|
55098
55454
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55570,7 +55926,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
55570
55926
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
55571
55927
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
55572
55928
|
|
|
55573
|
-
},{"../../BailErrorStrategy":
|
|
55929
|
+
},{"../../BailErrorStrategy":205,"../../CharStreams":208,"../../CommonTokenStream":213,"../../Decorators":215,"../../ListTokenSource":226,"../../ParserInterpreter":230,"../../ParserRuleContext":231,"../../RecognitionException":234,"../../Token":240,"../../misc/MultiMap":329,"../../misc/ParseCancellationException":332,"../RuleNode":337,"../TerminalNode":338,"./ParseTreeMatch":341,"./ParseTreePattern":342,"./RuleTagToken":344,"./TagChunk":345,"./TextChunk":346,"./TokenTagToken":347}],344:[function(require,module,exports){
|
|
55574
55930
|
"use strict";
|
|
55575
55931
|
/*!
|
|
55576
55932
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55768,7 +56124,7 @@ RuleTagToken = __decorate([
|
|
|
55768
56124
|
], RuleTagToken);
|
|
55769
56125
|
exports.RuleTagToken = RuleTagToken;
|
|
55770
56126
|
|
|
55771
|
-
},{"../../Decorators":
|
|
56127
|
+
},{"../../Decorators":215,"../../Token":240}],345:[function(require,module,exports){
|
|
55772
56128
|
"use strict";
|
|
55773
56129
|
/*!
|
|
55774
56130
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55855,7 +56211,7 @@ __decorate([
|
|
|
55855
56211
|
], TagChunk.prototype, "toString", null);
|
|
55856
56212
|
exports.TagChunk = TagChunk;
|
|
55857
56213
|
|
|
55858
|
-
},{"../../Decorators":
|
|
56214
|
+
},{"../../Decorators":215,"./Chunk":340}],346:[function(require,module,exports){
|
|
55859
56215
|
"use strict";
|
|
55860
56216
|
/*!
|
|
55861
56217
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55925,7 +56281,7 @@ TextChunk = __decorate([
|
|
|
55925
56281
|
], TextChunk);
|
|
55926
56282
|
exports.TextChunk = TextChunk;
|
|
55927
56283
|
|
|
55928
|
-
},{"../../Decorators":
|
|
56284
|
+
},{"../../Decorators":215,"./Chunk":340}],347:[function(require,module,exports){
|
|
55929
56285
|
"use strict";
|
|
55930
56286
|
/*!
|
|
55931
56287
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56020,7 +56376,7 @@ TokenTagToken = __decorate([
|
|
|
56020
56376
|
], TokenTagToken);
|
|
56021
56377
|
exports.TokenTagToken = TokenTagToken;
|
|
56022
56378
|
|
|
56023
|
-
},{"../../CommonToken":
|
|
56379
|
+
},{"../../CommonToken":211,"../../Decorators":215}],348:[function(require,module,exports){
|
|
56024
56380
|
"use strict";
|
|
56025
56381
|
/*!
|
|
56026
56382
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56217,7 +56573,7 @@ exports.XPath = XPath;
|
|
|
56217
56573
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
56218
56574
|
XPath.NOT = "!"; // word for invert operator
|
|
56219
56575
|
|
|
56220
|
-
},{"../../CharStreams":
|
|
56576
|
+
},{"../../CharStreams":208,"../../CommonTokenStream":213,"../../LexerNoViableAltException":225,"../../ParserRuleContext":231,"../../Token":240,"./XPathLexer":350,"./XPathLexerErrorListener":351,"./XPathRuleAnywhereElement":352,"./XPathRuleElement":353,"./XPathTokenAnywhereElement":354,"./XPathTokenElement":355,"./XPathWildcardAnywhereElement":356,"./XPathWildcardElement":357}],349:[function(require,module,exports){
|
|
56221
56577
|
"use strict";
|
|
56222
56578
|
/*!
|
|
56223
56579
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56252,7 +56608,7 @@ __decorate([
|
|
|
56252
56608
|
], XPathElement.prototype, "toString", null);
|
|
56253
56609
|
exports.XPathElement = XPathElement;
|
|
56254
56610
|
|
|
56255
|
-
},{"../../Decorators":
|
|
56611
|
+
},{"../../Decorators":215}],350:[function(require,module,exports){
|
|
56256
56612
|
"use strict";
|
|
56257
56613
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
56258
56614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -56727,7 +57083,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
56727
57083
|
XPathLexer._serializedATNSegment1,
|
|
56728
57084
|
], "");
|
|
56729
57085
|
|
|
56730
|
-
},{"../../Lexer":
|
|
57086
|
+
},{"../../Lexer":223,"../../VocabularyImpl":246,"../../atn/ATNDeserializer":252,"../../atn/LexerATNSimulator":273,"../../misc/Utils":334}],351:[function(require,module,exports){
|
|
56731
57087
|
"use strict";
|
|
56732
57088
|
/*!
|
|
56733
57089
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56752,7 +57108,7 @@ __decorate([
|
|
|
56752
57108
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
56753
57109
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
56754
57110
|
|
|
56755
|
-
},{"../../Decorators":
|
|
57111
|
+
},{"../../Decorators":215}],352:[function(require,module,exports){
|
|
56756
57112
|
"use strict";
|
|
56757
57113
|
/*!
|
|
56758
57114
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56786,7 +57142,7 @@ __decorate([
|
|
|
56786
57142
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
56787
57143
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
56788
57144
|
|
|
56789
|
-
},{"../../Decorators":
|
|
57145
|
+
},{"../../Decorators":215,"../Trees":339,"./XPathElement":349}],353:[function(require,module,exports){
|
|
56790
57146
|
"use strict";
|
|
56791
57147
|
/*!
|
|
56792
57148
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56829,7 +57185,7 @@ __decorate([
|
|
|
56829
57185
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
56830
57186
|
exports.XPathRuleElement = XPathRuleElement;
|
|
56831
57187
|
|
|
56832
|
-
},{"../../Decorators":
|
|
57188
|
+
},{"../../Decorators":215,"../../ParserRuleContext":231,"../Trees":339,"./XPathElement":349}],354:[function(require,module,exports){
|
|
56833
57189
|
"use strict";
|
|
56834
57190
|
/*!
|
|
56835
57191
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56861,7 +57217,7 @@ __decorate([
|
|
|
56861
57217
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
56862
57218
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
56863
57219
|
|
|
56864
|
-
},{"../../Decorators":
|
|
57220
|
+
},{"../../Decorators":215,"../Trees":339,"./XPathElement":349}],355:[function(require,module,exports){
|
|
56865
57221
|
"use strict";
|
|
56866
57222
|
/*!
|
|
56867
57223
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56904,7 +57260,7 @@ __decorate([
|
|
|
56904
57260
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
56905
57261
|
exports.XPathTokenElement = XPathTokenElement;
|
|
56906
57262
|
|
|
56907
|
-
},{"../../Decorators":
|
|
57263
|
+
},{"../../Decorators":215,"../TerminalNode":338,"../Trees":339,"./XPathElement":349}],356:[function(require,module,exports){
|
|
56908
57264
|
"use strict";
|
|
56909
57265
|
/*!
|
|
56910
57266
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56940,7 +57296,7 @@ __decorate([
|
|
|
56940
57296
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
56941
57297
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
56942
57298
|
|
|
56943
|
-
},{"../../Decorators":
|
|
57299
|
+
},{"../../Decorators":215,"../Trees":339,"./XPath":348,"./XPathElement":349}],357:[function(require,module,exports){
|
|
56944
57300
|
"use strict";
|
|
56945
57301
|
/*!
|
|
56946
57302
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56980,7 +57336,7 @@ __decorate([
|
|
|
56980
57336
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
56981
57337
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
56982
57338
|
|
|
56983
|
-
},{"../../Decorators":
|
|
57339
|
+
},{"../../Decorators":215,"../Trees":339,"./XPath":348,"./XPathElement":349}],358:[function(require,module,exports){
|
|
56984
57340
|
(function (global){(function (){
|
|
56985
57341
|
'use strict';
|
|
56986
57342
|
|
|
@@ -57490,7 +57846,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
57490
57846
|
};
|
|
57491
57847
|
|
|
57492
57848
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
57493
|
-
},{"object.assign/polyfill":
|
|
57849
|
+
},{"object.assign/polyfill":415,"util/":361}],359:[function(require,module,exports){
|
|
57494
57850
|
if (typeof Object.create === 'function') {
|
|
57495
57851
|
// implementation from standard node.js 'util' module
|
|
57496
57852
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -57515,14 +57871,14 @@ if (typeof Object.create === 'function') {
|
|
|
57515
57871
|
}
|
|
57516
57872
|
}
|
|
57517
57873
|
|
|
57518
|
-
},{}],
|
|
57874
|
+
},{}],360:[function(require,module,exports){
|
|
57519
57875
|
module.exports = function isBuffer(arg) {
|
|
57520
57876
|
return arg && typeof arg === 'object'
|
|
57521
57877
|
&& typeof arg.copy === 'function'
|
|
57522
57878
|
&& typeof arg.fill === 'function'
|
|
57523
57879
|
&& typeof arg.readUInt8 === 'function';
|
|
57524
57880
|
}
|
|
57525
|
-
},{}],
|
|
57881
|
+
},{}],361:[function(require,module,exports){
|
|
57526
57882
|
(function (process,global){(function (){
|
|
57527
57883
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
57528
57884
|
//
|
|
@@ -58112,7 +58468,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
58112
58468
|
}
|
|
58113
58469
|
|
|
58114
58470
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
58115
|
-
},{"./support/isBuffer":
|
|
58471
|
+
},{"./support/isBuffer":360,"_process":417,"inherits":359}],362:[function(require,module,exports){
|
|
58116
58472
|
(function (global){(function (){
|
|
58117
58473
|
'use strict';
|
|
58118
58474
|
|
|
@@ -58133,7 +58489,7 @@ module.exports = function availableTypedArrays() {
|
|
|
58133
58489
|
};
|
|
58134
58490
|
|
|
58135
58491
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
58136
|
-
},{"possible-typed-array-names":
|
|
58492
|
+
},{"possible-typed-array-names":416}],363:[function(require,module,exports){
|
|
58137
58493
|
(function (process,global){(function (){
|
|
58138
58494
|
module.exports = process.hrtime || hrtime
|
|
58139
58495
|
|
|
@@ -58164,7 +58520,7 @@ function hrtime(previousTimestamp){
|
|
|
58164
58520
|
return [seconds,nanoseconds]
|
|
58165
58521
|
}
|
|
58166
58522
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
58167
|
-
},{"_process":
|
|
58523
|
+
},{"_process":417}],364:[function(require,module,exports){
|
|
58168
58524
|
'use strict';
|
|
58169
58525
|
|
|
58170
58526
|
var bind = require('function-bind');
|
|
@@ -58176,7 +58532,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
58176
58532
|
/** @type {import('./actualApply')} */
|
|
58177
58533
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
58178
58534
|
|
|
58179
|
-
},{"./functionApply":
|
|
58535
|
+
},{"./functionApply":366,"./functionCall":367,"./reflectApply":369,"function-bind":385}],365:[function(require,module,exports){
|
|
58180
58536
|
'use strict';
|
|
58181
58537
|
|
|
58182
58538
|
var bind = require('function-bind');
|
|
@@ -58188,19 +58544,19 @@ module.exports = function applyBind() {
|
|
|
58188
58544
|
return actualApply(bind, $apply, arguments);
|
|
58189
58545
|
};
|
|
58190
58546
|
|
|
58191
|
-
},{"./actualApply":
|
|
58547
|
+
},{"./actualApply":364,"./functionApply":366,"function-bind":385}],366:[function(require,module,exports){
|
|
58192
58548
|
'use strict';
|
|
58193
58549
|
|
|
58194
58550
|
/** @type {import('./functionApply')} */
|
|
58195
58551
|
module.exports = Function.prototype.apply;
|
|
58196
58552
|
|
|
58197
|
-
},{}],
|
|
58553
|
+
},{}],367:[function(require,module,exports){
|
|
58198
58554
|
'use strict';
|
|
58199
58555
|
|
|
58200
58556
|
/** @type {import('./functionCall')} */
|
|
58201
58557
|
module.exports = Function.prototype.call;
|
|
58202
58558
|
|
|
58203
|
-
},{}],
|
|
58559
|
+
},{}],368:[function(require,module,exports){
|
|
58204
58560
|
'use strict';
|
|
58205
58561
|
|
|
58206
58562
|
var bind = require('function-bind');
|
|
@@ -58217,13 +58573,13 @@ module.exports = function callBindBasic(args) {
|
|
|
58217
58573
|
return $actualApply(bind, $call, args);
|
|
58218
58574
|
};
|
|
58219
58575
|
|
|
58220
|
-
},{"./actualApply":
|
|
58576
|
+
},{"./actualApply":364,"./functionCall":367,"es-errors/type":380,"function-bind":385}],369:[function(require,module,exports){
|
|
58221
58577
|
'use strict';
|
|
58222
58578
|
|
|
58223
58579
|
/** @type {import('./reflectApply')} */
|
|
58224
58580
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
58225
58581
|
|
|
58226
|
-
},{}],
|
|
58582
|
+
},{}],370:[function(require,module,exports){
|
|
58227
58583
|
'use strict';
|
|
58228
58584
|
|
|
58229
58585
|
var setFunctionLength = require('set-function-length');
|
|
@@ -58249,7 +58605,7 @@ if ($defineProperty) {
|
|
|
58249
58605
|
module.exports.apply = applyBind;
|
|
58250
58606
|
}
|
|
58251
58607
|
|
|
58252
|
-
},{"call-bind-apply-helpers":
|
|
58608
|
+
},{"call-bind-apply-helpers":368,"call-bind-apply-helpers/applyBind":365,"es-define-property":374,"set-function-length":419}],371:[function(require,module,exports){
|
|
58253
58609
|
'use strict';
|
|
58254
58610
|
|
|
58255
58611
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -58270,7 +58626,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
58270
58626
|
return intrinsic;
|
|
58271
58627
|
};
|
|
58272
58628
|
|
|
58273
|
-
},{"call-bind-apply-helpers":
|
|
58629
|
+
},{"call-bind-apply-helpers":368,"get-intrinsic":386}],372:[function(require,module,exports){
|
|
58274
58630
|
'use strict';
|
|
58275
58631
|
|
|
58276
58632
|
var $defineProperty = require('es-define-property');
|
|
@@ -58328,7 +58684,7 @@ module.exports = function defineDataProperty(
|
|
|
58328
58684
|
}
|
|
58329
58685
|
};
|
|
58330
58686
|
|
|
58331
|
-
},{"es-define-property":
|
|
58687
|
+
},{"es-define-property":374,"es-errors/syntax":379,"es-errors/type":380,"gopd":391}],373:[function(require,module,exports){
|
|
58332
58688
|
'use strict';
|
|
58333
58689
|
|
|
58334
58690
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -58360,7 +58716,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
58360
58716
|
}
|
|
58361
58717
|
: false;
|
|
58362
58718
|
|
|
58363
|
-
},{"call-bind-apply-helpers":
|
|
58719
|
+
},{"call-bind-apply-helpers":368,"gopd":391}],374:[function(require,module,exports){
|
|
58364
58720
|
'use strict';
|
|
58365
58721
|
|
|
58366
58722
|
/** @type {import('.')} */
|
|
@@ -58376,55 +58732,55 @@ if ($defineProperty) {
|
|
|
58376
58732
|
|
|
58377
58733
|
module.exports = $defineProperty;
|
|
58378
58734
|
|
|
58379
|
-
},{}],
|
|
58735
|
+
},{}],375:[function(require,module,exports){
|
|
58380
58736
|
'use strict';
|
|
58381
58737
|
|
|
58382
58738
|
/** @type {import('./eval')} */
|
|
58383
58739
|
module.exports = EvalError;
|
|
58384
58740
|
|
|
58385
|
-
},{}],
|
|
58741
|
+
},{}],376:[function(require,module,exports){
|
|
58386
58742
|
'use strict';
|
|
58387
58743
|
|
|
58388
58744
|
/** @type {import('.')} */
|
|
58389
58745
|
module.exports = Error;
|
|
58390
58746
|
|
|
58391
|
-
},{}],
|
|
58747
|
+
},{}],377:[function(require,module,exports){
|
|
58392
58748
|
'use strict';
|
|
58393
58749
|
|
|
58394
58750
|
/** @type {import('./range')} */
|
|
58395
58751
|
module.exports = RangeError;
|
|
58396
58752
|
|
|
58397
|
-
},{}],
|
|
58753
|
+
},{}],378:[function(require,module,exports){
|
|
58398
58754
|
'use strict';
|
|
58399
58755
|
|
|
58400
58756
|
/** @type {import('./ref')} */
|
|
58401
58757
|
module.exports = ReferenceError;
|
|
58402
58758
|
|
|
58403
|
-
},{}],
|
|
58759
|
+
},{}],379:[function(require,module,exports){
|
|
58404
58760
|
'use strict';
|
|
58405
58761
|
|
|
58406
58762
|
/** @type {import('./syntax')} */
|
|
58407
58763
|
module.exports = SyntaxError;
|
|
58408
58764
|
|
|
58409
|
-
},{}],
|
|
58765
|
+
},{}],380:[function(require,module,exports){
|
|
58410
58766
|
'use strict';
|
|
58411
58767
|
|
|
58412
58768
|
/** @type {import('./type')} */
|
|
58413
58769
|
module.exports = TypeError;
|
|
58414
58770
|
|
|
58415
|
-
},{}],
|
|
58771
|
+
},{}],381:[function(require,module,exports){
|
|
58416
58772
|
'use strict';
|
|
58417
58773
|
|
|
58418
58774
|
/** @type {import('./uri')} */
|
|
58419
58775
|
module.exports = URIError;
|
|
58420
58776
|
|
|
58421
|
-
},{}],
|
|
58777
|
+
},{}],382:[function(require,module,exports){
|
|
58422
58778
|
'use strict';
|
|
58423
58779
|
|
|
58424
58780
|
/** @type {import('.')} */
|
|
58425
58781
|
module.exports = Object;
|
|
58426
58782
|
|
|
58427
|
-
},{}],
|
|
58783
|
+
},{}],383:[function(require,module,exports){
|
|
58428
58784
|
'use strict';
|
|
58429
58785
|
|
|
58430
58786
|
var isCallable = require('is-callable');
|
|
@@ -58495,7 +58851,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
58495
58851
|
}
|
|
58496
58852
|
};
|
|
58497
58853
|
|
|
58498
|
-
},{"is-callable":
|
|
58854
|
+
},{"is-callable":399}],384:[function(require,module,exports){
|
|
58499
58855
|
'use strict';
|
|
58500
58856
|
|
|
58501
58857
|
/* eslint no-invalid-this: 1 */
|
|
@@ -58581,14 +58937,14 @@ module.exports = function bind(that) {
|
|
|
58581
58937
|
return bound;
|
|
58582
58938
|
};
|
|
58583
58939
|
|
|
58584
|
-
},{}],
|
|
58940
|
+
},{}],385:[function(require,module,exports){
|
|
58585
58941
|
'use strict';
|
|
58586
58942
|
|
|
58587
58943
|
var implementation = require('./implementation');
|
|
58588
58944
|
|
|
58589
58945
|
module.exports = Function.prototype.bind || implementation;
|
|
58590
58946
|
|
|
58591
|
-
},{"./implementation":
|
|
58947
|
+
},{"./implementation":384}],386:[function(require,module,exports){
|
|
58592
58948
|
'use strict';
|
|
58593
58949
|
|
|
58594
58950
|
var undefined;
|
|
@@ -58968,7 +59324,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
58968
59324
|
return value;
|
|
58969
59325
|
};
|
|
58970
59326
|
|
|
58971
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
59327
|
+
},{"call-bind-apply-helpers/functionApply":366,"call-bind-apply-helpers/functionCall":367,"es-define-property":374,"es-errors":376,"es-errors/eval":375,"es-errors/range":377,"es-errors/ref":378,"es-errors/syntax":379,"es-errors/type":380,"es-errors/uri":381,"es-object-atoms":382,"function-bind":385,"get-proto":389,"get-proto/Object.getPrototypeOf":387,"get-proto/Reflect.getPrototypeOf":388,"gopd":391,"has-symbols":393,"hasown":396,"math-intrinsics/abs":403,"math-intrinsics/floor":404,"math-intrinsics/max":406,"math-intrinsics/min":407,"math-intrinsics/pow":408,"math-intrinsics/round":409,"math-intrinsics/sign":410}],387:[function(require,module,exports){
|
|
58972
59328
|
'use strict';
|
|
58973
59329
|
|
|
58974
59330
|
var $Object = require('es-object-atoms');
|
|
@@ -58976,13 +59332,13 @@ var $Object = require('es-object-atoms');
|
|
|
58976
59332
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
58977
59333
|
module.exports = $Object.getPrototypeOf || null;
|
|
58978
59334
|
|
|
58979
|
-
},{"es-object-atoms":
|
|
59335
|
+
},{"es-object-atoms":382}],388:[function(require,module,exports){
|
|
58980
59336
|
'use strict';
|
|
58981
59337
|
|
|
58982
59338
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
58983
59339
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
58984
59340
|
|
|
58985
|
-
},{}],
|
|
59341
|
+
},{}],389:[function(require,module,exports){
|
|
58986
59342
|
'use strict';
|
|
58987
59343
|
|
|
58988
59344
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -59011,13 +59367,13 @@ module.exports = reflectGetProto
|
|
|
59011
59367
|
}
|
|
59012
59368
|
: null;
|
|
59013
59369
|
|
|
59014
|
-
},{"./Object.getPrototypeOf":
|
|
59370
|
+
},{"./Object.getPrototypeOf":387,"./Reflect.getPrototypeOf":388,"dunder-proto/get":373}],390:[function(require,module,exports){
|
|
59015
59371
|
'use strict';
|
|
59016
59372
|
|
|
59017
59373
|
/** @type {import('./gOPD')} */
|
|
59018
59374
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
59019
59375
|
|
|
59020
|
-
},{}],
|
|
59376
|
+
},{}],391:[function(require,module,exports){
|
|
59021
59377
|
'use strict';
|
|
59022
59378
|
|
|
59023
59379
|
/** @type {import('.')} */
|
|
@@ -59034,7 +59390,7 @@ if ($gOPD) {
|
|
|
59034
59390
|
|
|
59035
59391
|
module.exports = $gOPD;
|
|
59036
59392
|
|
|
59037
|
-
},{"./gOPD":
|
|
59393
|
+
},{"./gOPD":390}],392:[function(require,module,exports){
|
|
59038
59394
|
'use strict';
|
|
59039
59395
|
|
|
59040
59396
|
var $defineProperty = require('es-define-property');
|
|
@@ -59058,7 +59414,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
59058
59414
|
|
|
59059
59415
|
module.exports = hasPropertyDescriptors;
|
|
59060
59416
|
|
|
59061
|
-
},{"es-define-property":
|
|
59417
|
+
},{"es-define-property":374}],393:[function(require,module,exports){
|
|
59062
59418
|
'use strict';
|
|
59063
59419
|
|
|
59064
59420
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -59074,7 +59430,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
59074
59430
|
return hasSymbolSham();
|
|
59075
59431
|
};
|
|
59076
59432
|
|
|
59077
|
-
},{"./shams":
|
|
59433
|
+
},{"./shams":394}],394:[function(require,module,exports){
|
|
59078
59434
|
'use strict';
|
|
59079
59435
|
|
|
59080
59436
|
/** @type {import('./shams')} */
|
|
@@ -59121,7 +59477,7 @@ module.exports = function hasSymbols() {
|
|
|
59121
59477
|
return true;
|
|
59122
59478
|
};
|
|
59123
59479
|
|
|
59124
|
-
},{}],
|
|
59480
|
+
},{}],395:[function(require,module,exports){
|
|
59125
59481
|
'use strict';
|
|
59126
59482
|
|
|
59127
59483
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -59131,7 +59487,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
59131
59487
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
59132
59488
|
};
|
|
59133
59489
|
|
|
59134
|
-
},{"has-symbols/shams":
|
|
59490
|
+
},{"has-symbols/shams":394}],396:[function(require,module,exports){
|
|
59135
59491
|
'use strict';
|
|
59136
59492
|
|
|
59137
59493
|
var call = Function.prototype.call;
|
|
@@ -59141,7 +59497,7 @@ var bind = require('function-bind');
|
|
|
59141
59497
|
/** @type {import('.')} */
|
|
59142
59498
|
module.exports = bind.call(call, $hasOwn);
|
|
59143
59499
|
|
|
59144
|
-
},{"function-bind":
|
|
59500
|
+
},{"function-bind":385}],397:[function(require,module,exports){
|
|
59145
59501
|
if (typeof Object.create === 'function') {
|
|
59146
59502
|
// implementation from standard node.js 'util' module
|
|
59147
59503
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -59170,7 +59526,7 @@ if (typeof Object.create === 'function') {
|
|
|
59170
59526
|
}
|
|
59171
59527
|
}
|
|
59172
59528
|
|
|
59173
|
-
},{}],
|
|
59529
|
+
},{}],398:[function(require,module,exports){
|
|
59174
59530
|
'use strict';
|
|
59175
59531
|
|
|
59176
59532
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -59216,7 +59572,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
59216
59572
|
/** @type {import('.')} */
|
|
59217
59573
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
59218
59574
|
|
|
59219
|
-
},{"call-bound":
|
|
59575
|
+
},{"call-bound":371,"has-tostringtag/shams":395}],399:[function(require,module,exports){
|
|
59220
59576
|
'use strict';
|
|
59221
59577
|
|
|
59222
59578
|
var fnToStr = Function.prototype.toString;
|
|
@@ -59319,7 +59675,7 @@ module.exports = reflectApply
|
|
|
59319
59675
|
return tryFunctionObject(value);
|
|
59320
59676
|
};
|
|
59321
59677
|
|
|
59322
|
-
},{}],
|
|
59678
|
+
},{}],400:[function(require,module,exports){
|
|
59323
59679
|
'use strict';
|
|
59324
59680
|
|
|
59325
59681
|
var callBound = require('call-bound');
|
|
@@ -59368,7 +59724,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
59368
59724
|
return getProto(fn) === GeneratorFunction;
|
|
59369
59725
|
};
|
|
59370
59726
|
|
|
59371
|
-
},{"call-bound":
|
|
59727
|
+
},{"call-bound":371,"get-proto":389,"has-tostringtag/shams":395,"safe-regex-test":418}],401:[function(require,module,exports){
|
|
59372
59728
|
'use strict';
|
|
59373
59729
|
|
|
59374
59730
|
var callBound = require('call-bound');
|
|
@@ -59439,7 +59795,7 @@ if (hasToStringTag) {
|
|
|
59439
59795
|
|
|
59440
59796
|
module.exports = fn;
|
|
59441
59797
|
|
|
59442
|
-
},{"call-bound":
|
|
59798
|
+
},{"call-bound":371,"gopd":391,"has-tostringtag/shams":395,"hasown":396}],402:[function(require,module,exports){
|
|
59443
59799
|
'use strict';
|
|
59444
59800
|
|
|
59445
59801
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -59449,19 +59805,19 @@ module.exports = function isTypedArray(value) {
|
|
|
59449
59805
|
return !!whichTypedArray(value);
|
|
59450
59806
|
};
|
|
59451
59807
|
|
|
59452
|
-
},{"which-typed-array":
|
|
59808
|
+
},{"which-typed-array":423}],403:[function(require,module,exports){
|
|
59453
59809
|
'use strict';
|
|
59454
59810
|
|
|
59455
59811
|
/** @type {import('./abs')} */
|
|
59456
59812
|
module.exports = Math.abs;
|
|
59457
59813
|
|
|
59458
|
-
},{}],
|
|
59814
|
+
},{}],404:[function(require,module,exports){
|
|
59459
59815
|
'use strict';
|
|
59460
59816
|
|
|
59461
59817
|
/** @type {import('./floor')} */
|
|
59462
59818
|
module.exports = Math.floor;
|
|
59463
59819
|
|
|
59464
|
-
},{}],
|
|
59820
|
+
},{}],405:[function(require,module,exports){
|
|
59465
59821
|
'use strict';
|
|
59466
59822
|
|
|
59467
59823
|
/** @type {import('./isNaN')} */
|
|
@@ -59469,31 +59825,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
59469
59825
|
return a !== a;
|
|
59470
59826
|
};
|
|
59471
59827
|
|
|
59472
|
-
},{}],
|
|
59828
|
+
},{}],406:[function(require,module,exports){
|
|
59473
59829
|
'use strict';
|
|
59474
59830
|
|
|
59475
59831
|
/** @type {import('./max')} */
|
|
59476
59832
|
module.exports = Math.max;
|
|
59477
59833
|
|
|
59478
|
-
},{}],
|
|
59834
|
+
},{}],407:[function(require,module,exports){
|
|
59479
59835
|
'use strict';
|
|
59480
59836
|
|
|
59481
59837
|
/** @type {import('./min')} */
|
|
59482
59838
|
module.exports = Math.min;
|
|
59483
59839
|
|
|
59484
|
-
},{}],
|
|
59840
|
+
},{}],408:[function(require,module,exports){
|
|
59485
59841
|
'use strict';
|
|
59486
59842
|
|
|
59487
59843
|
/** @type {import('./pow')} */
|
|
59488
59844
|
module.exports = Math.pow;
|
|
59489
59845
|
|
|
59490
|
-
},{}],
|
|
59846
|
+
},{}],409:[function(require,module,exports){
|
|
59491
59847
|
'use strict';
|
|
59492
59848
|
|
|
59493
59849
|
/** @type {import('./round')} */
|
|
59494
59850
|
module.exports = Math.round;
|
|
59495
59851
|
|
|
59496
|
-
},{}],
|
|
59852
|
+
},{}],410:[function(require,module,exports){
|
|
59497
59853
|
'use strict';
|
|
59498
59854
|
|
|
59499
59855
|
var $isNaN = require('./isNaN');
|
|
@@ -59506,7 +59862,7 @@ module.exports = function sign(number) {
|
|
|
59506
59862
|
return number < 0 ? -1 : +1;
|
|
59507
59863
|
};
|
|
59508
59864
|
|
|
59509
|
-
},{"./isNaN":
|
|
59865
|
+
},{"./isNaN":405}],411:[function(require,module,exports){
|
|
59510
59866
|
'use strict';
|
|
59511
59867
|
|
|
59512
59868
|
var keysShim;
|
|
@@ -59630,7 +59986,7 @@ if (!Object.keys) {
|
|
|
59630
59986
|
}
|
|
59631
59987
|
module.exports = keysShim;
|
|
59632
59988
|
|
|
59633
|
-
},{"./isArguments":
|
|
59989
|
+
},{"./isArguments":413}],412:[function(require,module,exports){
|
|
59634
59990
|
'use strict';
|
|
59635
59991
|
|
|
59636
59992
|
var slice = Array.prototype.slice;
|
|
@@ -59664,7 +60020,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
59664
60020
|
|
|
59665
60021
|
module.exports = keysShim;
|
|
59666
60022
|
|
|
59667
|
-
},{"./implementation":
|
|
60023
|
+
},{"./implementation":411,"./isArguments":413}],413:[function(require,module,exports){
|
|
59668
60024
|
'use strict';
|
|
59669
60025
|
|
|
59670
60026
|
var toStr = Object.prototype.toString;
|
|
@@ -59683,7 +60039,7 @@ module.exports = function isArguments(value) {
|
|
|
59683
60039
|
return isArgs;
|
|
59684
60040
|
};
|
|
59685
60041
|
|
|
59686
|
-
},{}],
|
|
60042
|
+
},{}],414:[function(require,module,exports){
|
|
59687
60043
|
'use strict';
|
|
59688
60044
|
|
|
59689
60045
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -59731,7 +60087,7 @@ module.exports = function assign(target, source1) {
|
|
|
59731
60087
|
return to; // step 4
|
|
59732
60088
|
};
|
|
59733
60089
|
|
|
59734
|
-
},{"call-bound":
|
|
60090
|
+
},{"call-bound":371,"es-object-atoms":382,"has-symbols/shams":394,"object-keys":412}],415:[function(require,module,exports){
|
|
59735
60091
|
'use strict';
|
|
59736
60092
|
|
|
59737
60093
|
var implementation = require('./implementation');
|
|
@@ -59788,7 +60144,7 @@ module.exports = function getPolyfill() {
|
|
|
59788
60144
|
return Object.assign;
|
|
59789
60145
|
};
|
|
59790
60146
|
|
|
59791
|
-
},{"./implementation":
|
|
60147
|
+
},{"./implementation":414}],416:[function(require,module,exports){
|
|
59792
60148
|
'use strict';
|
|
59793
60149
|
|
|
59794
60150
|
/** @type {import('.')} */
|
|
@@ -59807,7 +60163,7 @@ module.exports = [
|
|
|
59807
60163
|
'BigUint64Array'
|
|
59808
60164
|
];
|
|
59809
60165
|
|
|
59810
|
-
},{}],
|
|
60166
|
+
},{}],417:[function(require,module,exports){
|
|
59811
60167
|
// shim for using process in browser
|
|
59812
60168
|
var process = module.exports = {};
|
|
59813
60169
|
|
|
@@ -59993,7 +60349,7 @@ process.chdir = function (dir) {
|
|
|
59993
60349
|
};
|
|
59994
60350
|
process.umask = function() { return 0; };
|
|
59995
60351
|
|
|
59996
|
-
},{}],
|
|
60352
|
+
},{}],418:[function(require,module,exports){
|
|
59997
60353
|
'use strict';
|
|
59998
60354
|
|
|
59999
60355
|
var callBound = require('call-bound');
|
|
@@ -60012,7 +60368,7 @@ module.exports = function regexTester(regex) {
|
|
|
60012
60368
|
};
|
|
60013
60369
|
};
|
|
60014
60370
|
|
|
60015
|
-
},{"call-bound":
|
|
60371
|
+
},{"call-bound":371,"es-errors/type":380,"is-regex":401}],419:[function(require,module,exports){
|
|
60016
60372
|
'use strict';
|
|
60017
60373
|
|
|
60018
60374
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -60056,9 +60412,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
60056
60412
|
return fn;
|
|
60057
60413
|
};
|
|
60058
60414
|
|
|
60059
|
-
},{"define-data-property":
|
|
60060
|
-
arguments[4][
|
|
60061
|
-
},{"dup":
|
|
60415
|
+
},{"define-data-property":372,"es-errors/type":380,"get-intrinsic":386,"gopd":391,"has-property-descriptors":392}],420:[function(require,module,exports){
|
|
60416
|
+
arguments[4][360][0].apply(exports,arguments)
|
|
60417
|
+
},{"dup":360}],421:[function(require,module,exports){
|
|
60062
60418
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
60063
60419
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
60064
60420
|
|
|
@@ -60394,7 +60750,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
60394
60750
|
});
|
|
60395
60751
|
});
|
|
60396
60752
|
|
|
60397
|
-
},{"is-arguments":
|
|
60753
|
+
},{"is-arguments":398,"is-generator-function":400,"is-typed-array":402,"which-typed-array":423}],422:[function(require,module,exports){
|
|
60398
60754
|
(function (process){(function (){
|
|
60399
60755
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
60400
60756
|
//
|
|
@@ -61113,7 +61469,7 @@ function callbackify(original) {
|
|
|
61113
61469
|
exports.callbackify = callbackify;
|
|
61114
61470
|
|
|
61115
61471
|
}).call(this)}).call(this,require('_process'))
|
|
61116
|
-
},{"./support/isBuffer":
|
|
61472
|
+
},{"./support/isBuffer":420,"./support/types":421,"_process":417,"inherits":397}],423:[function(require,module,exports){
|
|
61117
61473
|
(function (global){(function (){
|
|
61118
61474
|
'use strict';
|
|
61119
61475
|
|
|
@@ -61234,5 +61590,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
61234
61590
|
};
|
|
61235
61591
|
|
|
61236
61592
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
61237
|
-
},{"available-typed-arrays":
|
|
61593
|
+
},{"available-typed-arrays":362,"call-bind":370,"call-bound":371,"for-each":383,"get-proto":389,"gopd":391,"has-tostringtag/shams":395}]},{},[112])(112)
|
|
61238
61594
|
});
|