@designliquido/delegua 1.22.0 → 1.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico.js +43 -15
- package/analisador-semantico/analisador-semantico.js.map +1 -1
- package/analisador-semantico/tabela-diagnosticos-semanticos.d.ts.map +1 -1
- package/analisador-semantico/tabela-diagnosticos-semanticos.js +5 -0
- package/analisador-semantico/tabela-diagnosticos-semanticos.js.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.d.ts +0 -1
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js +16 -9
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts +0 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +22 -26
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.d.ts +0 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.js +0 -4
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.js.map +1 -1
- package/bibliotecas/testes/modulo-afirmar.d.ts.map +1 -1
- package/bibliotecas/testes/modulo-afirmar.js +5 -0
- package/bibliotecas/testes/modulo-afirmar.js.map +1 -1
- package/bin/package.json +1 -1
- package/declaracoes/bloco.d.ts.map +1 -1
- package/declaracoes/bloco.js +0 -2
- package/declaracoes/bloco.js.map +1 -1
- package/declaracoes/const-multiplo.js +2 -2
- package/declaracoes/const-multiplo.js.map +1 -1
- package/declaracoes/enquanto.d.ts.map +1 -1
- package/declaracoes/enquanto.js +1 -2
- package/declaracoes/enquanto.js.map +1 -1
- package/declaracoes/escolha.d.ts.map +1 -1
- package/declaracoes/escolha.js +9 -2
- package/declaracoes/escolha.js.map +1 -1
- package/declaracoes/fazer.d.ts.map +1 -1
- package/declaracoes/fazer.js +1 -2
- package/declaracoes/fazer.js.map +1 -1
- package/declaracoes/funcao.d.ts.map +1 -1
- package/declaracoes/funcao.js +1 -2
- package/declaracoes/funcao.js.map +1 -1
- package/declaracoes/inicio-algoritmo.d.ts +4 -0
- package/declaracoes/inicio-algoritmo.d.ts.map +1 -1
- package/declaracoes/inicio-algoritmo.js +4 -2
- package/declaracoes/inicio-algoritmo.js.map +1 -1
- package/declaracoes/para-cada.d.ts.map +1 -1
- package/declaracoes/para-cada.js +1 -2
- package/declaracoes/para-cada.js.map +1 -1
- package/declaracoes/para.d.ts.map +1 -1
- package/declaracoes/para.js +3 -4
- package/declaracoes/para.js.map +1 -1
- package/declaracoes/se.d.ts.map +1 -1
- package/declaracoes/se.js +10 -2
- package/declaracoes/se.js.map +1 -1
- package/declaracoes/tendo-como.d.ts.map +1 -1
- package/declaracoes/tendo-como.js +1 -2
- package/declaracoes/tendo-como.js.map +1 -1
- package/declaracoes/tente.d.ts.map +1 -1
- package/declaracoes/tente.js +7 -2
- package/declaracoes/tente.js.map +1 -1
- package/declaracoes/var-multiplo.js +2 -2
- package/declaracoes/var-multiplo.js.map +1 -1
- package/inferenciador.d.ts.map +1 -1
- package/inferenciador.js +5 -3
- package/inferenciador.js.map +1 -1
- package/interfaces/erros/correcao-implementacao-metodo-interface.d.ts +8 -0
- package/interfaces/erros/correcao-implementacao-metodo-interface.d.ts.map +1 -0
- package/interfaces/erros/correcao-implementacao-metodo-interface.js +3 -0
- package/interfaces/erros/correcao-implementacao-metodo-interface.js.map +1 -0
- package/interfaces/erros/diagnostico-analisador-semantico-interface.d.ts +2 -0
- package/interfaces/erros/diagnostico-analisador-semantico-interface.d.ts.map +1 -1
- package/interfaces/erros/diagnostico-analisador-semantico-interface.js.map +1 -1
- package/interfaces/erros/index.d.ts +1 -0
- package/interfaces/erros/index.d.ts.map +1 -1
- package/interfaces/erros/index.js +1 -0
- package/interfaces/erros/index.js.map +1 -1
- package/interfaces/primitiva-interface.d.ts.map +1 -1
- package/interfaces/variavel-interface.d.ts.map +1 -1
- package/interpretador/estruturas/delegua-funcao.d.ts.map +1 -1
- package/interpretador/estruturas/delegua-funcao.js +0 -2
- package/interpretador/estruturas/delegua-funcao.js.map +1 -1
- package/interpretador/interpretador-base.d.ts +17 -0
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +46 -22
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/pilha-escopos-execucao.d.ts.map +1 -1
- package/interpretador/pilha-escopos-execucao.js +20 -10
- package/interpretador/pilha-escopos-execucao.js.map +1 -1
- package/package.json +1 -1
- package/umd/delegua.js +558 -468
package/umd/delegua.js
CHANGED
|
@@ -494,7 +494,7 @@ class AnalisadorSemanticoBase {
|
|
|
494
494
|
}
|
|
495
495
|
exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
|
|
496
496
|
|
|
497
|
-
},{"../construtos":67,"../declaracoes":116,"../interfaces":
|
|
497
|
+
},{"../construtos":67,"../declaracoes":116,"../interfaces":176,"../quebras":247,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
|
|
498
498
|
"use strict";
|
|
499
499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
500
500
|
exports.AnalisadorSemantico = void 0;
|
|
@@ -626,19 +626,19 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
626
626
|
this.erro(simboloFuncao, `Função '${simboloFuncao.lexema}' espera ${parametros.length} parâmetros. Atual: ${argumentos.length}.`);
|
|
627
627
|
}
|
|
628
628
|
for (let [indice, parametro] of parametros.entries()) {
|
|
629
|
-
// TODO: `argumento` pode ser Literal (tipo já resolvido) ou variável (tipo inferido em outra etapa).
|
|
630
629
|
const argumento = argumentos[indice];
|
|
631
|
-
if (argumento)
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
630
|
+
if (!argumento)
|
|
631
|
+
continue;
|
|
632
|
+
const tipoArgumento = argumento.tipo ?? 'qualquer';
|
|
633
|
+
if (tipoArgumento === 'qualquer')
|
|
634
|
+
continue;
|
|
635
|
+
if (parametro.tipoDado === 'texto' && tipoArgumento !== 'texto') {
|
|
636
|
+
this.erro(simboloFuncao, `O valor passado para o parâmetro '${parametro.nome.lexema}' (${parametro.tipoDado}) é diferente do esperado pela função (${tipoArgumento}).`);
|
|
637
|
+
}
|
|
638
|
+
else if (['inteiro', 'número', 'real'].includes(parametro.tipoDado)) {
|
|
639
|
+
// Delégua pode trabalhar com conversões implícitas entre tipos numéricos.
|
|
640
|
+
if (!['inteiro', 'número', 'real'].includes(tipoArgumento)) {
|
|
641
|
+
this.erro(simboloFuncao, `O valor passado para o parâmetro '${parametro.nome.lexema}' (${parametro.tipoDado}) é diferente do esperado pela função (${tipoArgumento}).`);
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
}
|
|
@@ -1642,10 +1642,38 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1642
1642
|
const classeDef = this.classesRegistradas.get(tipoObjeto);
|
|
1643
1643
|
if (!classeDef)
|
|
1644
1644
|
return;
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1645
|
+
// Busca o membro na classe e em toda a hierarquia de superclasses
|
|
1646
|
+
const encontrarMembroNaHierarquia = (classe) => {
|
|
1647
|
+
const encontrado = classe.metodos.find((m) => m.simbolo.lexema === nomeMembro) ??
|
|
1648
|
+
classe.propriedades.find((p) => p.nome.lexema === nomeMembro);
|
|
1649
|
+
if (encontrado)
|
|
1650
|
+
return encontrado;
|
|
1651
|
+
for (const sc of classe.superClasses) {
|
|
1652
|
+
const pai = this.classesRegistradas.get(sc.simbolo.lexema);
|
|
1653
|
+
if (pai) {
|
|
1654
|
+
const membroPai = encontrarMembroNaHierarquia(pai);
|
|
1655
|
+
if (membroPai)
|
|
1656
|
+
return membroPai;
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
return undefined;
|
|
1660
|
+
};
|
|
1661
|
+
const membro = encontrarMembroNaHierarquia(classeDef);
|
|
1662
|
+
if (!membro) {
|
|
1663
|
+
const mensagemErro = `Método não encontrado na classe '${tipoObjeto}': ${nomeMembro}.`;
|
|
1664
|
+
this.erro(expressao.simbolo, mensagemErro, 'SEMANTICO_METODO_NAO_ENCONTRADO');
|
|
1665
|
+
const diagnostico = this.diagnosticos.find((d) => d.linha === expressao.simbolo.linha && d.mensagem === mensagemErro);
|
|
1666
|
+
if (diagnostico) {
|
|
1667
|
+
diagnostico.correcaoMetodo = {
|
|
1668
|
+
tipo: 'implementar-metodo',
|
|
1669
|
+
nomeClasse: tipoObjeto,
|
|
1670
|
+
nomeMetodo: nomeMembro,
|
|
1671
|
+
linhaDeclaracaoClasse: classeDef.linha,
|
|
1672
|
+
hashArquivoClasse: classeDef.hashArquivo,
|
|
1673
|
+
};
|
|
1674
|
+
}
|
|
1648
1675
|
return;
|
|
1676
|
+
}
|
|
1649
1677
|
if (membro.acesso === 'privado') {
|
|
1650
1678
|
if (this.classeAtualEmAnalise?.simbolo.lexema !== tipoObjeto) {
|
|
1651
1679
|
this.erro(expressao.simbolo, `Membro '${nomeMembro}' é privado e não pode ser acessado fora da classe '${tipoObjeto}'.`);
|
|
@@ -1856,7 +1884,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1856
1884
|
}
|
|
1857
1885
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1858
1886
|
|
|
1859
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":
|
|
1887
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":173,"../lexador/micro-lexador":244,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1860
1888
|
"use strict";
|
|
1861
1889
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1862
1890
|
|
|
@@ -2022,6 +2050,11 @@ exports.TABELA_ERROS_SEMANTICOS = [
|
|
|
2022
2050
|
descricao: 'Quantidade ou tipo de parametros invalida para funcao.',
|
|
2023
2051
|
padroesMensagem: [/funcao.*espera.*parametr/i, /parametr.*diferente/i],
|
|
2024
2052
|
},
|
|
2053
|
+
{
|
|
2054
|
+
codigoDiagnostico: 'SEMANTICO_METODO_NAO_ENCONTRADO',
|
|
2055
|
+
descricao: 'Metodo nao encontrado na classe.',
|
|
2056
|
+
padroesMensagem: [/m[eé]todo n[aã]o encontrado na classe/i],
|
|
2057
|
+
},
|
|
2025
2058
|
{
|
|
2026
2059
|
codigoDiagnostico: 'SEMANTICO_ERRO_GENERICO',
|
|
2027
2060
|
descricao: 'Erro semantico nao categorizado.',
|
|
@@ -2063,7 +2096,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2063
2096
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2064
2097
|
}
|
|
2065
2098
|
|
|
2066
|
-
},{"../interfaces":
|
|
2099
|
+
},{"../interfaces":176}],9:[function(require,module,exports){
|
|
2067
2100
|
"use strict";
|
|
2068
2101
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2069
2102
|
|
|
@@ -2343,7 +2376,7 @@ class AvaliadorSintaticoBase {
|
|
|
2343
2376
|
}
|
|
2344
2377
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2345
2378
|
|
|
2346
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":
|
|
2379
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":252,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2347
2380
|
"use strict";
|
|
2348
2381
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2349
2382
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2435,10 +2468,23 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
2435
2468
|
if (this.simbolos[this.atual].lexema in this.interfacesDeclaradas) {
|
|
2436
2469
|
return this.simbolos[this.atual].lexema;
|
|
2437
2470
|
}
|
|
2438
|
-
const
|
|
2471
|
+
const lexemaOriginal = this.simbolos[this.atual].lexema;
|
|
2472
|
+
const lexemaElementar = lexemaOriginal.toLowerCase();
|
|
2439
2473
|
const tipoElementarResolvido = tipos.find((tipo) => tipo === lexemaElementar);
|
|
2440
2474
|
if (!tipoElementarResolvido) {
|
|
2441
|
-
|
|
2475
|
+
// Mantém o avaliador sintático sincronizado mesmo com tipos não reconhecidos
|
|
2476
|
+
// (ex.: anotações vindas de módulos externos ainda não resolvidos).
|
|
2477
|
+
// Assim evitamos que o próximo token (como '[') seja interpretado
|
|
2478
|
+
// como início de outra produção e gere erros encadeados.
|
|
2479
|
+
if (this.verificarTipoProximoSimbolo(delegua_2.default.COLCHETE_ESQUERDO)) {
|
|
2480
|
+
this.avancarEDevolverAnterior();
|
|
2481
|
+
if (!this.verificarTipoProximoSimbolo(delegua_2.default.COLCHETE_DIREITO)) {
|
|
2482
|
+
throw this.erro(this.simbolos[this.atual], `Esperado símbolo de fechamento do vetor: ']'. Atual: ${this.simbolos[this.atual].lexema}`);
|
|
2483
|
+
}
|
|
2484
|
+
this.avancarEDevolverAnterior();
|
|
2485
|
+
return `${lexemaOriginal}[]`;
|
|
2486
|
+
}
|
|
2487
|
+
return lexemaOriginal;
|
|
2442
2488
|
}
|
|
2443
2489
|
if ((tipoElementarResolvido === 'funcao' || tipoElementarResolvido === 'função') &&
|
|
2444
2490
|
this.verificarTipoProximoSimbolo(delegua_2.default.MENOR)) {
|
|
@@ -2790,8 +2836,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
2790
2836
|
// Esta indicação é utilizada para compreensões de lista, onde o
|
|
2791
2837
|
// tipo do identificador de iteração é 'qualquer' por definição.
|
|
2792
2838
|
tipoOperando = 'qualquer';
|
|
2793
|
-
this.pilhaEscopos.definirInformacoesVariavel(simboloIdentificador.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(simboloIdentificador.lexema, 'qualquer')
|
|
2794
|
-
);
|
|
2839
|
+
this.pilhaEscopos.definirInformacoesVariavel(simboloIdentificador.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(simboloIdentificador.lexema, 'qualquer'));
|
|
2795
2840
|
}
|
|
2796
2841
|
else if (simboloIdentificador.lexema in this.tiposDefinidosEmCodigo) {
|
|
2797
2842
|
tipoOperando = simboloIdentificador.lexema;
|
|
@@ -3580,10 +3625,6 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
3580
3625
|
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após os argumentos em instrução `leia`.");
|
|
3581
3626
|
return new construtos_1.Leia(simboloLeia, argumentos);
|
|
3582
3627
|
}
|
|
3583
|
-
// TODO: Depreciar.
|
|
3584
|
-
async expressao() {
|
|
3585
|
-
return await this.atribuir();
|
|
3586
|
-
}
|
|
3587
3628
|
async blocoEscopo() {
|
|
3588
3629
|
this.pilhaEscopos.empilhar(new informacao_escopo_1.InformacaoEscopo());
|
|
3589
3630
|
let declaracoes = [];
|
|
@@ -4338,7 +4379,6 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4338
4379
|
const inicializador = await this.expressao();
|
|
4339
4380
|
const retornos = [];
|
|
4340
4381
|
for (let identificador of identificadores) {
|
|
4341
|
-
// TODO: Melhorar dicionário para intuir o tipo de cada propriedade.
|
|
4342
4382
|
this.pilhaEscopos.definirInformacoesVariavel(identificador.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(identificador.lexema, 'qualquer'));
|
|
4343
4383
|
const declaracaoConst = new declaracoes_1.Const(identificador, new construtos_1.AcessoMetodoOuPropriedade(this.hashArquivo, inicializador, identificador));
|
|
4344
4384
|
declaracaoConst.decoradores = Array.from(this.pilhaDecoradores);
|
|
@@ -5460,7 +5500,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5460
5500
|
}
|
|
5461
5501
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5462
5502
|
|
|
5463
|
-
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":146,"../informacao-elemento-sintatico":147,"../lexador/simbolo":
|
|
5503
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":146,"../informacao-elemento-sintatico":147,"../lexador/simbolo":246,"../tipos-de-dados/delegua":248,"../tipos-de-simbolos/delegua":253,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":446}],12:[function(require,module,exports){
|
|
5464
5504
|
"use strict";
|
|
5465
5505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5466
5506
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -6235,7 +6275,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6235
6275
|
}
|
|
6236
6276
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6237
6277
|
|
|
6238
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":
|
|
6278
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":254,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6239
6279
|
"use strict";
|
|
6240
6280
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6241
6281
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6386,7 +6426,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
6386
6426
|
this.consumir(pitugues_2.default.PARENTESE_ESQUERDO, "Esperado '(' antes dos valores em leia.");
|
|
6387
6427
|
const argumentos = [];
|
|
6388
6428
|
do {
|
|
6389
|
-
argumentos.push(await this.
|
|
6429
|
+
argumentos.push(await this.atribuir());
|
|
6390
6430
|
} while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.VIRGULA));
|
|
6391
6431
|
this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após os valores em leia.");
|
|
6392
6432
|
return new construtos_1.Leia(simboloLeia, argumentos);
|
|
@@ -6416,7 +6456,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
6416
6456
|
if (this.estaNoFinal()) {
|
|
6417
6457
|
throw this.erro(this.simboloAnterior(), 'Esperado valor após o símbolo de igual.');
|
|
6418
6458
|
}
|
|
6419
|
-
const valor = await this.
|
|
6459
|
+
const valor = await this.atribuir();
|
|
6420
6460
|
if (!tipoExplicito) {
|
|
6421
6461
|
tipo = this.logicaComumInferenciaTiposVariaveisEConstantes(valor, 'qualquer');
|
|
6422
6462
|
}
|
|
@@ -6515,7 +6555,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
6515
6555
|
if (this.estaNoFinal()) {
|
|
6516
6556
|
throw this.erro(this.simboloAtual(), 'Esperado inicializador após vírgula.');
|
|
6517
6557
|
}
|
|
6518
|
-
inicializadores.push(await this.
|
|
6558
|
+
inicializadores.push(await this.atribuir());
|
|
6519
6559
|
} while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.VIRGULA));
|
|
6520
6560
|
return inicializadores;
|
|
6521
6561
|
}
|
|
@@ -6788,7 +6828,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
6788
6828
|
case pitugues_2.default.TIPO:
|
|
6789
6829
|
const simboloTipo = this.avancarEDevolverAnterior();
|
|
6790
6830
|
this.consumir(pitugues_2.default.PARENTESE_ESQUERDO, "Esperado '(' após 'tipo'.");
|
|
6791
|
-
const expressaoAvaliar = await this.
|
|
6831
|
+
const expressaoAvaliar = await this.atribuir();
|
|
6792
6832
|
this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após expressão em 'tipo'.");
|
|
6793
6833
|
return new construtos_1.TipoDe(simboloTipo.hashArquivo, simboloTipo, expressaoAvaliar);
|
|
6794
6834
|
case pitugues_2.default.IDENTIFICADOR:
|
|
@@ -6864,7 +6904,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
6864
6904
|
if (argumentos.length >= 255) {
|
|
6865
6905
|
throw this.erro(this.simboloAtual(), 'Não pode haver mais de 255 argumentos.');
|
|
6866
6906
|
}
|
|
6867
|
-
argumentos.push(await this.
|
|
6907
|
+
argumentos.push(await this.atribuir());
|
|
6868
6908
|
} while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.VIRGULA));
|
|
6869
6909
|
}
|
|
6870
6910
|
this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após os argumentos.");
|
|
@@ -6884,7 +6924,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
6884
6924
|
}
|
|
6885
6925
|
else if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.COLCHETE_ESQUERDO)) {
|
|
6886
6926
|
const inicio = !this.verificarTipoSimboloAtual(pitugues_2.default.DOIS_PONTOS)
|
|
6887
|
-
? await this.
|
|
6927
|
+
? await this.atribuir()
|
|
6888
6928
|
: null;
|
|
6889
6929
|
let ehFatiamento = false;
|
|
6890
6930
|
let fim = null;
|
|
@@ -6893,10 +6933,10 @@ class AvaliadorSintaticoPitugues {
|
|
|
6893
6933
|
ehFatiamento = true;
|
|
6894
6934
|
if (!this.verificarTipoSimboloAtual(pitugues_2.default.DOIS_PONTOS) &&
|
|
6895
6935
|
!this.verificarTipoSimboloAtual(pitugues_2.default.COLCHETE_DIREITO))
|
|
6896
|
-
fim = await this.
|
|
6936
|
+
fim = await this.atribuir();
|
|
6897
6937
|
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DOIS_PONTOS) &&
|
|
6898
6938
|
!this.verificarTipoSimboloAtual(pitugues_2.default.COLCHETE_DIREITO))
|
|
6899
|
-
passo = await this.
|
|
6939
|
+
passo = await this.atribuir();
|
|
6900
6940
|
}
|
|
6901
6941
|
const simboloFechamento = this.consumir(pitugues_2.default.COLCHETE_DIREITO, "Esperado ']' após escrita do indice.");
|
|
6902
6942
|
if (ehFatiamento) {
|
|
@@ -7130,15 +7170,11 @@ class AvaliadorSintaticoPitugues {
|
|
|
7130
7170
|
}
|
|
7131
7171
|
return expressao;
|
|
7132
7172
|
}
|
|
7133
|
-
// TODO: Depreciar.
|
|
7134
|
-
async expressao() {
|
|
7135
|
-
return await this.atribuir();
|
|
7136
|
-
}
|
|
7137
7173
|
async declaracaoEscreva(simboloEscreva) {
|
|
7138
7174
|
this.consumir(pitugues_2.default.PARENTESE_ESQUERDO, "Esperado '(' antes dos valores em escreva.");
|
|
7139
7175
|
const argumentos = [];
|
|
7140
7176
|
do {
|
|
7141
|
-
argumentos.push(await this.
|
|
7177
|
+
argumentos.push(await this.atribuir());
|
|
7142
7178
|
} while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.VIRGULA));
|
|
7143
7179
|
this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após os valores em escreva.");
|
|
7144
7180
|
const declaracaoEscreva = new declaracoes_1.Escreva(Number(simboloEscreva.linha), simboloEscreva.hashArquivo, argumentos);
|
|
@@ -7146,7 +7182,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7146
7182
|
return declaracaoEscreva;
|
|
7147
7183
|
}
|
|
7148
7184
|
async declaracaoExpressao() {
|
|
7149
|
-
const expressao = await this.
|
|
7185
|
+
const expressao = await this.atribuir();
|
|
7150
7186
|
return new declaracoes_1.Expressao(expressao);
|
|
7151
7187
|
}
|
|
7152
7188
|
async blocoEscopo() {
|
|
@@ -7190,7 +7226,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7190
7226
|
async declaracaoEnquanto() {
|
|
7191
7227
|
try {
|
|
7192
7228
|
this.blocos += 1;
|
|
7193
|
-
const condicao = await this.
|
|
7229
|
+
const condicao = await this.atribuir();
|
|
7194
7230
|
const bloco = (await this.resolverDeclaracao());
|
|
7195
7231
|
return new declaracoes_1.Enquanto(condicao, bloco);
|
|
7196
7232
|
}
|
|
@@ -7201,18 +7237,18 @@ class AvaliadorSintaticoPitugues {
|
|
|
7201
7237
|
async declaracaoEscolha() {
|
|
7202
7238
|
try {
|
|
7203
7239
|
this.blocos += 1;
|
|
7204
|
-
const condicao = await this.
|
|
7240
|
+
const condicao = await this.atribuir();
|
|
7205
7241
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após 'escolha'.");
|
|
7206
7242
|
const caminhos = [];
|
|
7207
7243
|
let caminhoPadrao = null;
|
|
7208
7244
|
while (!this.estaNoFinal() &&
|
|
7209
7245
|
[pitugues_2.default.CASO, pitugues_2.default.PADRAO].includes(this.simbolos[this.atual].tipo)) {
|
|
7210
7246
|
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.CASO)) {
|
|
7211
|
-
const caminhoCondicoes = [await this.
|
|
7247
|
+
const caminhoCondicoes = [await this.atribuir()];
|
|
7212
7248
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após o 'caso'.");
|
|
7213
7249
|
while (this.verificarTipoSimboloAtual(pitugues_2.default.CASO)) {
|
|
7214
7250
|
this.consumir(pitugues_2.default.CASO, null);
|
|
7215
|
-
caminhoCondicoes.push(await this.
|
|
7251
|
+
caminhoCondicoes.push(await this.atribuir());
|
|
7216
7252
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após declaração do 'caso'.");
|
|
7217
7253
|
}
|
|
7218
7254
|
// Como dois-pontos é um símbolo usado para conferir se há um início de bloco,
|
|
@@ -7255,7 +7291,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7255
7291
|
if (!this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DE, pitugues_2.default.EM)) {
|
|
7256
7292
|
throw this.erro(this.simbolos[this.atual], "Esperado palavras reservadas 'em' ou 'de' após variável de iteração em instrução 'para cada'.");
|
|
7257
7293
|
}
|
|
7258
|
-
const vetor = await this.
|
|
7294
|
+
const vetor = await this.atribuir();
|
|
7259
7295
|
if (!vetor.hasOwnProperty('tipo')) {
|
|
7260
7296
|
throw this.erro(simboloPara, `Variável ou constante em 'para cada' não parece possuir um tipo iterável.`);
|
|
7261
7297
|
}
|
|
@@ -7290,7 +7326,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7290
7326
|
if (!this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DE, pitugues_2.default.EM)) {
|
|
7291
7327
|
throw this.erro(this.simbolos[this.atual], "Esperado palavras reservadas 'em' ou 'de' após variável de iteração em instrução 'para cada'.");
|
|
7292
7328
|
}
|
|
7293
|
-
const alvoIteracao = await this.
|
|
7329
|
+
const alvoIteracao = await this.atribuir();
|
|
7294
7330
|
this.validarSeAlvoEIteravel(simboloPara, alvoIteracao, !!simboloSegundaVariavel);
|
|
7295
7331
|
this.pilhaEscopos.definirInformacoesVariavel(primeiraVariavel.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(primeiraVariavel.lexema, 'qualquer'));
|
|
7296
7332
|
if (simboloSegundaVariavel) {
|
|
@@ -7325,7 +7361,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7325
7361
|
}
|
|
7326
7362
|
}
|
|
7327
7363
|
async declaracaoSe() {
|
|
7328
|
-
const condicao = await this.
|
|
7364
|
+
const condicao = await this.atribuir();
|
|
7329
7365
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após condição do 'se'.");
|
|
7330
7366
|
const simboloColonEntao = this.simboloAnterior();
|
|
7331
7367
|
const caminhoEntao = new declaracoes_1.Bloco(simboloColonEntao.hashArquivo, Number(simboloColonEntao.linha), await this.blocoEscopo());
|
|
@@ -7392,14 +7428,14 @@ class AvaliadorSintaticoPitugues {
|
|
|
7392
7428
|
const palavraChave = this.simboloAnterior();
|
|
7393
7429
|
let valor = null;
|
|
7394
7430
|
if (!this.verificarTipoSimboloAtual(pitugues_2.default.PONTO_E_VIRGULA)) {
|
|
7395
|
-
valor = await this.
|
|
7431
|
+
valor = await this.atribuir();
|
|
7396
7432
|
}
|
|
7397
7433
|
return new declaracoes_1.Retorna(palavraChave, valor);
|
|
7398
7434
|
}
|
|
7399
7435
|
async construtoImportar() {
|
|
7400
7436
|
this.avancarEDevolverAnterior();
|
|
7401
7437
|
this.consumir(pitugues_2.default.PARENTESE_ESQUERDO, "Esperado '(' após declaração.");
|
|
7402
|
-
const caminho = await this.
|
|
7438
|
+
const caminho = await this.atribuir();
|
|
7403
7439
|
this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após declaração.");
|
|
7404
7440
|
return new construtos_1.ImportarComoConstruto(caminho);
|
|
7405
7441
|
}
|
|
@@ -7476,7 +7512,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7476
7512
|
this.blocos += 1;
|
|
7477
7513
|
const declaracaoOuBlocoFazer = (await this.resolverDeclaracao());
|
|
7478
7514
|
this.consumir(pitugues_2.default.ENQUANTO, "Esperado declaração do 'enquanto' após o escopo da declaração 'fazer'.");
|
|
7479
|
-
const condicaoEnquanto = await this.
|
|
7515
|
+
const condicaoEnquanto = await this.atribuir();
|
|
7480
7516
|
return new declaracoes_1.Fazer(simboloFazer.hashArquivo, Number(simboloFazer.linha), declaracaoOuBlocoFazer, condicaoEnquanto);
|
|
7481
7517
|
}
|
|
7482
7518
|
finally {
|
|
@@ -7552,7 +7588,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7552
7588
|
// TODO: Reavaliar a precedência do se ternário.
|
|
7553
7589
|
const vetor = await this.ou();
|
|
7554
7590
|
this.consumir(pitugues_2.default.SE, "Esperado condição 'se' após vetor.");
|
|
7555
|
-
const condicao = await this.
|
|
7591
|
+
const condicao = await this.atribuir();
|
|
7556
7592
|
this.consumir(pitugues_2.default.COLCHETE_DIREITO, 'Espero fechamento de colchetes após condição.');
|
|
7557
7593
|
const tipoVetor = vetor.tipo;
|
|
7558
7594
|
if (!tipoVetor.endsWith('[]') && !['qualquer', 'vetor'].includes(tipoVetor)) {
|
|
@@ -7662,7 +7698,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7662
7698
|
tipoLexema = simboloTipo.lexema;
|
|
7663
7699
|
}
|
|
7664
7700
|
else if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.IGUAL)) {
|
|
7665
|
-
valorPropriedade = await this.
|
|
7701
|
+
valorPropriedade = await this.atribuir();
|
|
7666
7702
|
possuiValorInicial = true;
|
|
7667
7703
|
}
|
|
7668
7704
|
else {
|
|
@@ -8044,7 +8080,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
8044
8080
|
}
|
|
8045
8081
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
8046
8082
|
|
|
8047
|
-
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":146,"../../informacao-elemento-sintatico":147,"../../lexador":
|
|
8083
|
+
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":146,"../../informacao-elemento-sintatico":147,"../../lexador":238,"../../lexador/micro-lexador-pitugues":243,"../../tipos-de-dados/dialetos/pitugues":249,"../../tipos-de-simbolos/pitugues":257,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":446}],15:[function(require,module,exports){
|
|
8048
8084
|
"use strict";
|
|
8049
8085
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8050
8086
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8592,7 +8628,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8592
8628
|
}
|
|
8593
8629
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8594
8630
|
|
|
8595
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":
|
|
8631
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":246,"../../tipos-de-simbolos/portugol-ipt":258,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8596
8632
|
"use strict";
|
|
8597
8633
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8598
8634
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9559,7 +9595,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9559
9595
|
}
|
|
9560
9596
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9561
9597
|
|
|
9562
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":146,"../../informacao-elemento-sintatico":147,"../../lexador":
|
|
9598
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":146,"../../informacao-elemento-sintatico":147,"../../lexador":238,"../../tipos-de-simbolos/prisma":259,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":446}],17:[function(require,module,exports){
|
|
9563
9599
|
"use strict";
|
|
9564
9600
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9565
9601
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10140,10 +10176,6 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10140
10176
|
this.consumir(tenda_1.default.PARENTESE_DIREITO, "Esperado ')' após os argumentos em instrução `leia`.");
|
|
10141
10177
|
return new construtos_1.Leia(simboloLeia, argumentos);
|
|
10142
10178
|
}
|
|
10143
|
-
// TODO: Depreciar.
|
|
10144
|
-
async expressao() {
|
|
10145
|
-
return await this.atribuir();
|
|
10146
|
-
}
|
|
10147
10179
|
async blocoEscopo(tipo) {
|
|
10148
10180
|
this.pilhaEscopos.empilhar(new informacao_escopo_1.InformacaoEscopo());
|
|
10149
10181
|
let declaracoes = [];
|
|
@@ -10571,7 +10603,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10571
10603
|
}
|
|
10572
10604
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10573
10605
|
|
|
10574
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":146,"../../informacao-elemento-sintatico":147,"../../lexador/simbolo":
|
|
10606
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":146,"../../informacao-elemento-sintatico":147,"../../lexador/simbolo":246,"../../tipos-de-dados/delegua":248,"../../tipos-de-simbolos/tenda":260,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":446}],18:[function(require,module,exports){
|
|
10575
10607
|
"use strict";
|
|
10576
10608
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10577
10609
|
if (k2 === undefined) k2 = k;
|
|
@@ -10840,7 +10872,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
10840
10872
|
}
|
|
10841
10873
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
10842
10874
|
|
|
10843
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":146,"../../tipos-de-simbolos/pitugues":
|
|
10875
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":146,"../../tipos-de-simbolos/pitugues":257,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
10844
10876
|
"use strict";
|
|
10845
10877
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10846
10878
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -11026,7 +11058,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
11026
11058
|
}
|
|
11027
11059
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
11028
11060
|
|
|
11029
|
-
},{"../construtos":67,"../tipos-de-simbolos/comum":
|
|
11061
|
+
},{"../construtos":67,"../tipos-de-simbolos/comum":252,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
11030
11062
|
"use strict";
|
|
11031
11063
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11032
11064
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11259,7 +11291,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11259
11291
|
}
|
|
11260
11292
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11261
11293
|
|
|
11262
|
-
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11294
|
+
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":256,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11263
11295
|
"use strict";
|
|
11264
11296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11265
11297
|
exports.MontaoTipos = void 0;
|
|
@@ -12601,7 +12633,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12601
12633
|
return resultadoFinal;
|
|
12602
12634
|
}
|
|
12603
12635
|
|
|
12604
|
-
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":
|
|
12636
|
+
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":209,"../interpretador/estruturas/descritor-tipo-classe":207,"../interpretador/estruturas/funcao-padrao":208,"../interpretador/estruturas/objeto-delegua-classe":214,"../quebras":247}],30:[function(require,module,exports){
|
|
12605
12637
|
"use strict";
|
|
12606
12638
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12607
12639
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -13696,12 +13728,17 @@ function construirModuloAfirmar() {
|
|
|
13696
13728
|
modulo.componentes['erro'] = new funcao_padrao_1.FuncaoPadrao(1, async function (interpretador, funcaoTestada) {
|
|
13697
13729
|
const funcao = interpretador.resolverValor(funcaoTestada);
|
|
13698
13730
|
let erroLancado = false;
|
|
13731
|
+
const errosAntes = interpretador.erros.length;
|
|
13699
13732
|
try {
|
|
13700
13733
|
await funcao.chamar(interpretador, [], null);
|
|
13701
13734
|
}
|
|
13702
13735
|
catch (_) {
|
|
13703
13736
|
erroLancado = true;
|
|
13704
13737
|
}
|
|
13738
|
+
if (!erroLancado && interpretador.erros.length > errosAntes) {
|
|
13739
|
+
erroLancado = true;
|
|
13740
|
+
interpretador.erros.splice(errosAntes);
|
|
13741
|
+
}
|
|
13705
13742
|
if (!erroLancado) {
|
|
13706
13743
|
return Promise.reject(new erro_de_assertiva_1.ErroDeAssertiva(simboloAtual(interpretador), 'Esperava que a função lançasse um erro, mas ela completou sem erros.'));
|
|
13707
13744
|
}
|
|
@@ -13709,7 +13746,7 @@ function construirModuloAfirmar() {
|
|
|
13709
13746
|
return modulo;
|
|
13710
13747
|
}
|
|
13711
13748
|
|
|
13712
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
13749
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":208,"../../interpretador/estruturas/modulo":212}],36:[function(require,module,exports){
|
|
13713
13750
|
"use strict";
|
|
13714
13751
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13715
13752
|
exports.construirModuloDeTestes = construirModuloDeTestes;
|
|
@@ -13776,7 +13813,7 @@ function construirModuloDeTestes(interpretador, registro) {
|
|
|
13776
13813
|
return modulo;
|
|
13777
13814
|
}
|
|
13778
13815
|
|
|
13779
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
13816
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":208,"../../interpretador/estruturas/modulo":212,"./modulo-afirmar":35}],37:[function(require,module,exports){
|
|
13780
13817
|
"use strict";
|
|
13781
13818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13782
13819
|
exports.RegistroTestes = void 0;
|
|
@@ -15627,8 +15664,6 @@ exports.Ajuda = Ajuda;
|
|
|
15627
15664
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15628
15665
|
exports.Bloco = void 0;
|
|
15629
15666
|
const declaracao_1 = require("./declaracao");
|
|
15630
|
-
// TODO: `Bloco` só deveria ser declaração quando representa um escopo órfão.
|
|
15631
|
-
// Estudar transformar em construto e suas implicações.
|
|
15632
15667
|
class Bloco extends declaracao_1.Declaracao {
|
|
15633
15668
|
constructor(hashArquivo, linha, declaracoes) {
|
|
15634
15669
|
super(linha, hashArquivo);
|
|
@@ -15761,8 +15796,8 @@ class ConstMultiplo extends declaracao_1.Declaracao {
|
|
|
15761
15796
|
return await visitante.visitarDeclaracaoConstMultiplo(this);
|
|
15762
15797
|
}
|
|
15763
15798
|
paraTexto() {
|
|
15764
|
-
|
|
15765
|
-
return `<const-múltiplo />`;
|
|
15799
|
+
const nomes = this.simbolos.map((s) => s.lexema).join(',');
|
|
15800
|
+
return `<const-múltiplo nomes=[${nomes}] inicializador=${this.inicializador.paraTexto()} tipo=${this.tipo ?? 'qualquer'} />`;
|
|
15766
15801
|
}
|
|
15767
15802
|
}
|
|
15768
15803
|
exports.ConstMultiplo = ConstMultiplo;
|
|
@@ -15853,8 +15888,7 @@ class Enquanto extends declaracao_1.Declaracao {
|
|
|
15853
15888
|
return await visitante.visitarDeclaracaoEnquanto(this);
|
|
15854
15889
|
}
|
|
15855
15890
|
paraTexto() {
|
|
15856
|
-
|
|
15857
|
-
return `<enquanto condição=${this.condicao.paraTexto()} />`;
|
|
15891
|
+
return `<enquanto condição=${this.condicao.paraTexto()}>${this.corpo.paraTexto()}</enquanto>`;
|
|
15858
15892
|
}
|
|
15859
15893
|
}
|
|
15860
15894
|
exports.Enquanto = Enquanto;
|
|
@@ -15878,8 +15912,15 @@ class Escolha extends declaracao_1.Declaracao {
|
|
|
15878
15912
|
return await visitante.visitarDeclaracaoEscolha(this);
|
|
15879
15913
|
}
|
|
15880
15914
|
paraTexto() {
|
|
15881
|
-
|
|
15882
|
-
|
|
15915
|
+
const caminhos = this.caminhos
|
|
15916
|
+
.map((c) => {
|
|
15917
|
+
const condicoes = c.condicoes.map((cond) => cond.paraTexto()).join(',');
|
|
15918
|
+
const declaracoes = c.declaracoes.map((d) => d.paraTexto()).join('');
|
|
15919
|
+
return `<caminho condicoes=[${condicoes}]>${declaracoes}</caminho>`;
|
|
15920
|
+
})
|
|
15921
|
+
.join('');
|
|
15922
|
+
const padrao = this.caminhoPadrao?.declaracoes.map((d) => d.paraTexto()).join('') ?? '';
|
|
15923
|
+
return `<escolha identificadorOuLiteral=${this.identificadorOuLiteral.paraTexto()}>${caminhos}<padrão>${padrao}</padrão></escolha>`;
|
|
15883
15924
|
}
|
|
15884
15925
|
}
|
|
15885
15926
|
exports.Escolha = Escolha;
|
|
@@ -16006,8 +16047,7 @@ class Fazer extends declaracao_1.Declaracao {
|
|
|
16006
16047
|
return await visitante.visitarDeclaracaoFazer(this);
|
|
16007
16048
|
}
|
|
16008
16049
|
paraTexto() {
|
|
16009
|
-
|
|
16010
|
-
return `<fazer condição=${this.condicaoEnquanto.paraTexto()} />`;
|
|
16050
|
+
return `<fazer>${this.caminhoFazer.paraTexto()}<condição>${this.condicaoEnquanto.paraTexto()}</condição></fazer>`;
|
|
16011
16051
|
}
|
|
16012
16052
|
}
|
|
16013
16053
|
exports.Fazer = Fazer;
|
|
@@ -16040,8 +16080,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
16040
16080
|
return await visitante.visitarDeclaracaoDefinicaoFuncao(this);
|
|
16041
16081
|
}
|
|
16042
16082
|
paraTexto() {
|
|
16043
|
-
|
|
16044
|
-
return `<declaração-função nome=${this.simbolo.lexema} tipo=${this.tipo} />`;
|
|
16083
|
+
return `<declaração-função nome=${this.simbolo.lexema} tipo=${this.tipo}>${this.funcao.paraTexto()}</declaração-função>`;
|
|
16045
16084
|
}
|
|
16046
16085
|
}
|
|
16047
16086
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
@@ -16128,8 +16167,10 @@ __exportStar(require("./var-multiplo"), exports);
|
|
|
16128
16167
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16129
16168
|
exports.InicioAlgoritmo = void 0;
|
|
16130
16169
|
const declaracao_1 = require("./declaracao");
|
|
16131
|
-
|
|
16132
|
-
|
|
16170
|
+
/**
|
|
16171
|
+
* Representa a declaração de início do algoritmo, que é o ponto de entrada do programa.
|
|
16172
|
+
* Usado por dialetos como Portugol Studio, Portugol IPT e VisusAlg.
|
|
16173
|
+
*/
|
|
16133
16174
|
class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
16134
16175
|
constructor(linha, hashArquivo) {
|
|
16135
16176
|
super(linha, hashArquivo);
|
|
@@ -16206,8 +16247,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
16206
16247
|
return await visitante.visitarDeclaracaoParaCada(this);
|
|
16207
16248
|
}
|
|
16208
16249
|
paraTexto() {
|
|
16209
|
-
|
|
16210
|
-
return `<para-cada variávelIteração=${this.variavelIteracao.paraTexto()} />`;
|
|
16250
|
+
return `<para-cada variávelIteração=${this.variavelIteracao.paraTexto()} vetor=${this.vetorOuDicionario.paraTexto()}>${this.corpo.paraTexto()}</para-cada>`;
|
|
16211
16251
|
}
|
|
16212
16252
|
}
|
|
16213
16253
|
exports.ParaCada = ParaCada;
|
|
@@ -16238,13 +16278,12 @@ class Para extends declaracao_1.Declaracao {
|
|
|
16238
16278
|
paraTexto() {
|
|
16239
16279
|
let inicializador = '';
|
|
16240
16280
|
if (Array.isArray(this.inicializador)) {
|
|
16241
|
-
inicializador = this.inicializador.
|
|
16281
|
+
inicializador = this.inicializador.map((d) => d.paraTexto()).join(' ');
|
|
16242
16282
|
}
|
|
16243
16283
|
else if (this.inicializador) {
|
|
16244
|
-
inicializador =
|
|
16284
|
+
inicializador = this.inicializador.paraTexto();
|
|
16245
16285
|
}
|
|
16246
|
-
|
|
16247
|
-
return `<para ${this.inicializador} condição=${this.condicao.paraTexto()} />`;
|
|
16286
|
+
return `<para inicializador=[${inicializador}] condição=${this.condicao.paraTexto()} incremento=${this.incrementar.paraTexto()}>${this.corpo.paraTexto()}</para>`;
|
|
16248
16287
|
}
|
|
16249
16288
|
}
|
|
16250
16289
|
exports.Para = Para;
|
|
@@ -16318,8 +16357,16 @@ class Se extends declaracao_1.Declaracao {
|
|
|
16318
16357
|
return await visitante.visitarDeclaracaoSe(this);
|
|
16319
16358
|
}
|
|
16320
16359
|
paraTexto() {
|
|
16321
|
-
|
|
16322
|
-
|
|
16360
|
+
let resultado = `<se condicao=${this.condicao.paraTexto()}><então>${this.caminhoEntao.paraTexto()}</então>`;
|
|
16361
|
+
if (this.caminhosSeSenao) {
|
|
16362
|
+
for (const seSenao of this.caminhosSeSenao) {
|
|
16363
|
+
resultado += `<senão-se condicao=${seSenao.condicao.paraTexto()}>${seSenao.caminho.paraTexto()}</senão-se>`;
|
|
16364
|
+
}
|
|
16365
|
+
}
|
|
16366
|
+
if (this.caminhoSenao) {
|
|
16367
|
+
resultado += `<senão>${this.caminhoSenao.paraTexto()}</senão>`;
|
|
16368
|
+
}
|
|
16369
|
+
return resultado + '</se>';
|
|
16323
16370
|
}
|
|
16324
16371
|
}
|
|
16325
16372
|
exports.Se = Se;
|
|
@@ -16363,8 +16410,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
16363
16410
|
return await visitante.visitarDeclaracaoTendoComo(this);
|
|
16364
16411
|
}
|
|
16365
16412
|
paraTexto() {
|
|
16366
|
-
|
|
16367
|
-
return `<tendo variável=${this.simboloVariavel.lexema} como=${this.inicializacaoVariavel.paraTexto()} />`;
|
|
16413
|
+
return `<tendo variável=${this.simboloVariavel.lexema} como=${this.inicializacaoVariavel.paraTexto()}>${this.corpo.paraTexto()}</tendo>`;
|
|
16368
16414
|
}
|
|
16369
16415
|
}
|
|
16370
16416
|
exports.TendoComo = TendoComo;
|
|
@@ -16389,8 +16435,13 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
16389
16435
|
return await visitante.visitarDeclaracaoTente(this);
|
|
16390
16436
|
}
|
|
16391
16437
|
paraTexto() {
|
|
16392
|
-
|
|
16393
|
-
|
|
16438
|
+
const tente = this.caminhoTente.map((d) => d.paraTexto()).join('');
|
|
16439
|
+
const pegue = Array.isArray(this.caminhoPegue)
|
|
16440
|
+
? this.caminhoPegue.map((d) => d.paraTexto()).join('')
|
|
16441
|
+
: this.caminhoPegue.paraTexto();
|
|
16442
|
+
const senao = this.caminhoSenao.map((d) => d.paraTexto()).join('');
|
|
16443
|
+
const finalmente = this.caminhoFinalmente.map((d) => d.paraTexto()).join('');
|
|
16444
|
+
return `<tente><tente-corpo>${tente}</tente-corpo><pegue>${pegue}</pegue><senão>${senao}</senão><finalmente>${finalmente}</finalmente></tente>`;
|
|
16394
16445
|
}
|
|
16395
16446
|
}
|
|
16396
16447
|
exports.Tente = Tente;
|
|
@@ -16437,8 +16488,8 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
16437
16488
|
return await visitante.visitarDeclaracaoVarMultiplo(this);
|
|
16438
16489
|
}
|
|
16439
16490
|
paraTexto() {
|
|
16440
|
-
|
|
16441
|
-
return `<var-múltiplo />`;
|
|
16491
|
+
const nomes = this.simbolos.map((s) => s.lexema).join(',');
|
|
16492
|
+
return `<var-múltiplo nomes=[${nomes}] inicializador=${this.inicializador.paraTexto()} tipo=${this.tipo ?? 'qualquer'} />`;
|
|
16442
16493
|
}
|
|
16443
16494
|
}
|
|
16444
16495
|
exports.VarMultiplo = VarMultiplo;
|
|
@@ -17363,7 +17414,7 @@ class RegraParadigmaConsistente {
|
|
|
17363
17414
|
}
|
|
17364
17415
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17365
17416
|
|
|
17366
|
-
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":
|
|
17417
|
+
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":242}],138:[function(require,module,exports){
|
|
17367
17418
|
"use strict";
|
|
17368
17419
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17369
17420
|
exports.ErroDeAssertiva = void 0;
|
|
@@ -18374,7 +18425,7 @@ class FormatadorDelegua {
|
|
|
18374
18425
|
}
|
|
18375
18426
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18376
18427
|
|
|
18377
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
18428
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":253}],142:[function(require,module,exports){
|
|
18378
18429
|
"use strict";
|
|
18379
18430
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18380
18431
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18846,7 +18897,7 @@ class FormatadorPitugues {
|
|
|
18846
18897
|
}
|
|
18847
18898
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
18848
18899
|
|
|
18849
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":
|
|
18900
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":257}],143:[function(require,module,exports){
|
|
18850
18901
|
"use strict";
|
|
18851
18902
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18852
18903
|
if (k2 === undefined) k2 = k;
|
|
@@ -18939,7 +18990,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
18939
18990
|
__exportStar(require("./lexador"), exports);
|
|
18940
18991
|
__exportStar(require("./tradutores"), exports);
|
|
18941
18992
|
|
|
18942
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./formatadores":143,"./geracao-identificadores":144,"./interfaces":
|
|
18993
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./formatadores":143,"./geracao-identificadores":144,"./interfaces":176,"./interpretador":218,"./lexador":238,"./tradutores":261}],146:[function(require,module,exports){
|
|
18943
18994
|
"use strict";
|
|
18944
18995
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18945
18996
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18990,8 +19041,10 @@ function inferirVetor(vetor) {
|
|
|
18990
19041
|
}
|
|
18991
19042
|
return `${tiposObjetosEmVetor.values().next().value}[]`;
|
|
18992
19043
|
case 'Literal':
|
|
18993
|
-
|
|
18994
|
-
|
|
19044
|
+
const tiposLiterais = new Set(vetor.map((e) => e.tipo));
|
|
19045
|
+
if (tiposLiterais.size > 1)
|
|
19046
|
+
return 'vetor';
|
|
19047
|
+
return `${tiposLiterais.values().next().value}[]`;
|
|
18995
19048
|
default:
|
|
18996
19049
|
return 'vetor';
|
|
18997
19050
|
}
|
|
@@ -19032,7 +19085,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19032
19085
|
case 'DescritorTipoClasse':
|
|
19033
19086
|
case 'ObjetoDeleguaClasse':
|
|
19034
19087
|
return 'objeto';
|
|
19035
|
-
case 'Simbolo':
|
|
19088
|
+
case 'Simbolo':
|
|
19036
19089
|
const simbolo = variavel;
|
|
19037
19090
|
switch (simbolo.tipo) {
|
|
19038
19091
|
case primitivos_1.default.BOOLEANO:
|
|
@@ -19065,7 +19118,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19065
19118
|
}
|
|
19066
19119
|
}
|
|
19067
19120
|
|
|
19068
|
-
},{"./tipos-de-dados/delegua":
|
|
19121
|
+
},{"./tipos-de-dados/delegua":248,"./tipos-de-dados/primitivos":250,"./tipos-de-simbolos/delegua":253}],147:[function(require,module,exports){
|
|
19069
19122
|
"use strict";
|
|
19070
19123
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19071
19124
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -19256,6 +19309,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19256
19309
|
},{}],170:[function(require,module,exports){
|
|
19257
19310
|
"use strict";
|
|
19258
19311
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19312
|
+
|
|
19313
|
+
},{}],171:[function(require,module,exports){
|
|
19314
|
+
"use strict";
|
|
19315
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19259
19316
|
exports.DiagnosticoSeveridade = void 0;
|
|
19260
19317
|
var DiagnosticoSeveridade;
|
|
19261
19318
|
(function (DiagnosticoSeveridade) {
|
|
@@ -19265,11 +19322,11 @@ var DiagnosticoSeveridade;
|
|
|
19265
19322
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
19266
19323
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
19267
19324
|
|
|
19268
|
-
},{}],
|
|
19325
|
+
},{}],172:[function(require,module,exports){
|
|
19269
19326
|
"use strict";
|
|
19270
19327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19271
19328
|
|
|
19272
|
-
},{}],
|
|
19329
|
+
},{}],173:[function(require,module,exports){
|
|
19273
19330
|
"use strict";
|
|
19274
19331
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19275
19332
|
if (k2 === undefined) k2 = k;
|
|
@@ -19286,19 +19343,20 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19286
19343
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19287
19344
|
};
|
|
19288
19345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19346
|
+
__exportStar(require("./correcao-implementacao-metodo-interface"), exports);
|
|
19289
19347
|
__exportStar(require("./correcao-sugerida-interface"), exports);
|
|
19290
19348
|
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
19291
19349
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
19292
19350
|
|
|
19293
|
-
},{"./correcao-
|
|
19351
|
+
},{"./correcao-implementacao-metodo-interface":169,"./correcao-sugerida-interface":170,"./diagnostico-analisador-semantico-interface":171,"./erro-interpretador-interface":172}],174:[function(require,module,exports){
|
|
19294
19352
|
"use strict";
|
|
19295
19353
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19296
19354
|
|
|
19297
|
-
},{}],
|
|
19355
|
+
},{}],175:[function(require,module,exports){
|
|
19298
19356
|
"use strict";
|
|
19299
19357
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19300
19358
|
|
|
19301
|
-
},{}],
|
|
19359
|
+
},{}],176:[function(require,module,exports){
|
|
19302
19360
|
"use strict";
|
|
19303
19361
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19304
19362
|
if (k2 === undefined) k2 = k;
|
|
@@ -19347,11 +19405,7 @@ __exportStar(require("./erros"), exports);
|
|
|
19347
19405
|
__exportStar(require("./retornos"), exports);
|
|
19348
19406
|
__exportStar(require("./tradutores"), exports);
|
|
19349
19407
|
|
|
19350
|
-
},{"./avaliador-sintatico":150,"./componente-modulo-classe-interface":152,"./componente-modulo-funcao-interface":153,"./construtos":156,"./declaracoes":158,"./delegua":161,"./depuracao":164,"./egua-classico":165,"./entrada-tabela-diagnostico-semantico-interface":167,"./entrada-tabela-diagnosticos-sintatico-interface":168,"./erros":
|
|
19351
|
-
"use strict";
|
|
19352
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19353
|
-
|
|
19354
|
-
},{}],177:[function(require,module,exports){
|
|
19408
|
+
},{"./avaliador-sintatico":150,"./componente-modulo-classe-interface":152,"./componente-modulo-funcao-interface":153,"./construtos":156,"./declaracoes":158,"./delegua":161,"./depuracao":164,"./egua-classico":165,"./entrada-tabela-diagnostico-semantico-interface":167,"./entrada-tabela-diagnosticos-sintatico-interface":168,"./erros":173,"./estilizador/estilizador-interface":174,"./formatador-comum-interface":175,"./interpretador-com-depuracao-interface":177,"./interpretador-interface":178,"./iteravel-interface":179,"./lexador-interface":180,"./modulo-interface":181,"./parametro-interface":182,"./pilha-interface":183,"./primitiva-interface":184,"./resolvedor-interface":185,"./resultado-parcial-interpretador-interface":186,"./retornos":187,"./retornos/retorno-execucao-interface":190,"./simbolo-interface":193,"./tradutores":195,"./tradutores/tradutor-interface":196,"./variavel-interface":197,"./visitante-comum-interface":198,"./visitante-delegua-interface":199}],177:[function(require,module,exports){
|
|
19355
19409
|
"use strict";
|
|
19356
19410
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19357
19411
|
|
|
@@ -19389,6 +19443,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19389
19443
|
|
|
19390
19444
|
},{}],186:[function(require,module,exports){
|
|
19391
19445
|
"use strict";
|
|
19446
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19447
|
+
|
|
19448
|
+
},{}],187:[function(require,module,exports){
|
|
19449
|
+
"use strict";
|
|
19392
19450
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19393
19451
|
if (k2 === undefined) k2 = k;
|
|
19394
19452
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19410,11 +19468,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
19410
19468
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19411
19469
|
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19412
19470
|
|
|
19413
|
-
},{"./retorno-analisador-semantico-interface":
|
|
19414
|
-
"use strict";
|
|
19415
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19416
|
-
|
|
19417
|
-
},{}],188:[function(require,module,exports){
|
|
19471
|
+
},{"./retorno-analisador-semantico-interface":188,"./retorno-avaliador-sintatico-interface":189,"./retorno-execucao-interface":190,"./retorno-interpretador-interface":191,"./retorno-lexador-interface":192}],188:[function(require,module,exports){
|
|
19418
19472
|
"use strict";
|
|
19419
19473
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19420
19474
|
|
|
@@ -19440,6 +19494,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19440
19494
|
|
|
19441
19495
|
},{}],194:[function(require,module,exports){
|
|
19442
19496
|
"use strict";
|
|
19497
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19498
|
+
|
|
19499
|
+
},{}],195:[function(require,module,exports){
|
|
19500
|
+
"use strict";
|
|
19443
19501
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19444
19502
|
if (k2 === undefined) k2 = k;
|
|
19445
19503
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19458,11 +19516,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19458
19516
|
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19459
19517
|
__exportStar(require("./tradutor-interface"), exports);
|
|
19460
19518
|
|
|
19461
|
-
},{"./contexto-funcao-interface":
|
|
19462
|
-
"use strict";
|
|
19463
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19464
|
-
|
|
19465
|
-
},{}],196:[function(require,module,exports){
|
|
19519
|
+
},{"./contexto-funcao-interface":194,"./tradutor-interface":196}],196:[function(require,module,exports){
|
|
19466
19520
|
"use strict";
|
|
19467
19521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19468
19522
|
|
|
@@ -19476,6 +19530,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19476
19530
|
|
|
19477
19531
|
},{}],199:[function(require,module,exports){
|
|
19478
19532
|
"use strict";
|
|
19533
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19534
|
+
|
|
19535
|
+
},{}],200:[function(require,module,exports){
|
|
19536
|
+
"use strict";
|
|
19479
19537
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19480
19538
|
if (k2 === undefined) k2 = k;
|
|
19481
19539
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -20089,7 +20147,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
20089
20147
|
}
|
|
20090
20148
|
}
|
|
20091
20149
|
|
|
20092
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":
|
|
20150
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":206,"./estruturas/descritor-tipo-classe":207,"./estruturas/funcao-padrao":208,"./estruturas/objeto-delegua-classe":214}],201:[function(require,module,exports){
|
|
20093
20151
|
"use strict";
|
|
20094
20152
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20095
20153
|
exports.EspacoMemoria = void 0;
|
|
@@ -20114,7 +20172,7 @@ class EspacoMemoria {
|
|
|
20114
20172
|
}
|
|
20115
20173
|
exports.EspacoMemoria = EspacoMemoria;
|
|
20116
20174
|
|
|
20117
|
-
},{}],
|
|
20175
|
+
},{}],202:[function(require,module,exports){
|
|
20118
20176
|
"use strict";
|
|
20119
20177
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20120
20178
|
exports.Chamavel = void 0;
|
|
@@ -20131,7 +20189,7 @@ class Chamavel {
|
|
|
20131
20189
|
}
|
|
20132
20190
|
exports.Chamavel = Chamavel;
|
|
20133
20191
|
|
|
20134
|
-
},{}],
|
|
20192
|
+
},{}],203:[function(require,module,exports){
|
|
20135
20193
|
"use strict";
|
|
20136
20194
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20137
20195
|
exports.ClasseDeModulo = void 0;
|
|
@@ -20152,7 +20210,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
20152
20210
|
}
|
|
20153
20211
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
20154
20212
|
|
|
20155
|
-
},{"./chamavel":
|
|
20213
|
+
},{"./chamavel":202}],204:[function(require,module,exports){
|
|
20156
20214
|
"use strict";
|
|
20157
20215
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20158
20216
|
exports.ClassePadrao = void 0;
|
|
@@ -20193,7 +20251,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
20193
20251
|
}
|
|
20194
20252
|
exports.ClassePadrao = ClassePadrao;
|
|
20195
20253
|
|
|
20196
|
-
},{"./chamavel":
|
|
20254
|
+
},{"./chamavel":202}],205:[function(require,module,exports){
|
|
20197
20255
|
"use strict";
|
|
20198
20256
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20199
20257
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -20236,7 +20294,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
20236
20294
|
}
|
|
20237
20295
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
20238
20296
|
|
|
20239
|
-
},{"./delegua-funcao":
|
|
20297
|
+
},{"./delegua-funcao":206}],206:[function(require,module,exports){
|
|
20240
20298
|
"use strict";
|
|
20241
20299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20242
20300
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20357,8 +20415,6 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
|
|
|
20357
20415
|
};
|
|
20358
20416
|
}
|
|
20359
20417
|
}
|
|
20360
|
-
// TODO: Repensar essa dinâmica para análise semântica (levar toda a lógica abaixo para
|
|
20361
|
-
// o interpretador).
|
|
20362
20418
|
const interpretador = visitante;
|
|
20363
20419
|
interpretador.proximoEscopo = 'funcao';
|
|
20364
20420
|
// Rastrear a classe atual em execução para verificação de acesso.
|
|
@@ -20428,7 +20484,7 @@ function tipoDeDados(valor) {
|
|
|
20428
20484
|
}
|
|
20429
20485
|
}
|
|
20430
20486
|
|
|
20431
|
-
},{"../../declaracoes":116,"../../quebras":
|
|
20487
|
+
},{"../../declaracoes":116,"../../quebras":247,"../espaco-memoria":201,"./chamavel":202,"./objeto-delegua-classe":214}],207:[function(require,module,exports){
|
|
20432
20488
|
"use strict";
|
|
20433
20489
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20434
20490
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -20743,7 +20799,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
20743
20799
|
}
|
|
20744
20800
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
20745
20801
|
|
|
20746
|
-
},{"../../excecoes":140,"./chamavel":
|
|
20802
|
+
},{"../../excecoes":140,"./chamavel":202,"./metodo-polimorfico":210,"./objeto-delegua-classe":214}],208:[function(require,module,exports){
|
|
20747
20803
|
"use strict";
|
|
20748
20804
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20749
20805
|
exports.FuncaoPadrao = void 0;
|
|
@@ -20782,7 +20838,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
20782
20838
|
}
|
|
20783
20839
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
20784
20840
|
|
|
20785
|
-
},{"./chamavel":
|
|
20841
|
+
},{"./chamavel":202}],209:[function(require,module,exports){
|
|
20786
20842
|
"use strict";
|
|
20787
20843
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20788
20844
|
if (k2 === undefined) k2 = k;
|
|
@@ -20815,7 +20871,7 @@ __exportStar(require("./objeto-padrao"), exports);
|
|
|
20815
20871
|
__exportStar(require("./referencia-montao"), exports);
|
|
20816
20872
|
__exportStar(require("./super-proxy"), exports);
|
|
20817
20873
|
|
|
20818
|
-
},{"./chamavel":
|
|
20874
|
+
},{"./chamavel":202,"./classe-de-modulo":203,"./classe-padrao":204,"./delegua-funcao":206,"./delegua-funcao-nativa":205,"./descritor-tipo-classe":207,"./funcao-padrao":208,"./metodo-polimorfico":210,"./metodo-primitiva":211,"./modulo":212,"./objeto-base":213,"./objeto-delegua-classe":214,"./objeto-padrao":215,"./referencia-montao":216,"./super-proxy":217}],210:[function(require,module,exports){
|
|
20819
20875
|
"use strict";
|
|
20820
20876
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20821
20877
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -20993,7 +21049,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
20993
21049
|
}
|
|
20994
21050
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
20995
21051
|
|
|
20996
|
-
},{"../../excecoes":140,"../../inferenciador":146,"./chamavel":
|
|
21052
|
+
},{"../../excecoes":140,"../../inferenciador":146,"./chamavel":202}],211:[function(require,module,exports){
|
|
20997
21053
|
"use strict";
|
|
20998
21054
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20999
21055
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -21039,7 +21095,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
21039
21095
|
}
|
|
21040
21096
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
21041
21097
|
|
|
21042
|
-
},{"./chamavel":
|
|
21098
|
+
},{"./chamavel":202}],212:[function(require,module,exports){
|
|
21043
21099
|
"use strict";
|
|
21044
21100
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21045
21101
|
exports.DeleguaModulo = void 0;
|
|
@@ -21065,7 +21121,7 @@ class DeleguaModulo {
|
|
|
21065
21121
|
}
|
|
21066
21122
|
exports.DeleguaModulo = DeleguaModulo;
|
|
21067
21123
|
|
|
21068
|
-
},{}],
|
|
21124
|
+
},{}],213:[function(require,module,exports){
|
|
21069
21125
|
"use strict";
|
|
21070
21126
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21071
21127
|
exports.OBJETO_BASE = void 0;
|
|
@@ -21139,7 +21195,7 @@ function criarDescritorObjeto() {
|
|
|
21139
21195
|
}
|
|
21140
21196
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
21141
21197
|
|
|
21142
|
-
},{"./delegua-funcao-nativa":
|
|
21198
|
+
},{"./delegua-funcao-nativa":205,"./descritor-tipo-classe":207}],214:[function(require,module,exports){
|
|
21143
21199
|
"use strict";
|
|
21144
21200
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21145
21201
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -21321,7 +21377,7 @@ class ObjetoDeleguaClasse {
|
|
|
21321
21377
|
}
|
|
21322
21378
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
21323
21379
|
|
|
21324
|
-
},{"../../excecoes":140}],
|
|
21380
|
+
},{"../../excecoes":140}],215:[function(require,module,exports){
|
|
21325
21381
|
"use strict";
|
|
21326
21382
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21327
21383
|
exports.ObjetoPadrao = void 0;
|
|
@@ -21355,7 +21411,7 @@ class ObjetoPadrao {
|
|
|
21355
21411
|
}
|
|
21356
21412
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
21357
21413
|
|
|
21358
|
-
},{}],
|
|
21414
|
+
},{}],216:[function(require,module,exports){
|
|
21359
21415
|
"use strict";
|
|
21360
21416
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21361
21417
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21380,7 +21436,7 @@ class ReferenciaMontao {
|
|
|
21380
21436
|
}
|
|
21381
21437
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21382
21438
|
|
|
21383
|
-
},{}],
|
|
21439
|
+
},{}],217:[function(require,module,exports){
|
|
21384
21440
|
"use strict";
|
|
21385
21441
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21386
21442
|
exports.SuperProxy = void 0;
|
|
@@ -21419,7 +21475,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21419
21475
|
}
|
|
21420
21476
|
exports.SuperProxy = SuperProxy;
|
|
21421
21477
|
|
|
21422
|
-
},{"./chamavel":
|
|
21478
|
+
},{"./chamavel":202}],218:[function(require,module,exports){
|
|
21423
21479
|
"use strict";
|
|
21424
21480
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21425
21481
|
if (k2 === undefined) k2 = k;
|
|
@@ -21440,7 +21496,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21440
21496
|
__exportStar(require("./interpretador"), exports);
|
|
21441
21497
|
__exportStar(require("./interpretador-base"), exports);
|
|
21442
21498
|
|
|
21443
|
-
},{"./estruturas":
|
|
21499
|
+
},{"./estruturas":209,"./interpretador":220,"./interpretador-base":219}],219:[function(require,module,exports){
|
|
21444
21500
|
"use strict";
|
|
21445
21501
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21446
21502
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -21751,6 +21807,9 @@ class InterpretadorBase {
|
|
|
21751
21807
|
/* if (expressao === null || expressao === undefined) {
|
|
21752
21808
|
console.log('Aqui');
|
|
21753
21809
|
} */
|
|
21810
|
+
if (expressao.hashArquivo >= 0 && expressao.linha >= 0) {
|
|
21811
|
+
this.registrarExpressao?.(expressao.hashArquivo, expressao.linha);
|
|
21812
|
+
}
|
|
21754
21813
|
return await expressao.aceitar(this);
|
|
21755
21814
|
}
|
|
21756
21815
|
/**
|
|
@@ -21774,12 +21833,11 @@ class InterpretadorBase {
|
|
|
21774
21833
|
retirarInterpolacao(texto, interpolacoes) {
|
|
21775
21834
|
let textoFinal = texto;
|
|
21776
21835
|
for (const elemento of interpolacoes) {
|
|
21777
|
-
|
|
21778
|
-
|
|
21779
|
-
if (valor.hasOwnProperty && valor.hasOwnProperty('valorRetornado')) {
|
|
21836
|
+
let valor = elemento.valor;
|
|
21837
|
+
if (valor?.hasOwnProperty && valor.hasOwnProperty('valorRetornado')) {
|
|
21780
21838
|
valor = valor.valorRetornado;
|
|
21781
21839
|
}
|
|
21782
|
-
if (valor
|
|
21840
|
+
if (valor?.tipo === delegua_2.default.LOGICO) {
|
|
21783
21841
|
textoFinal = textoFinal.replace('${' + elemento.expressaoInterpolacao + '}', this.paraTexto(valor));
|
|
21784
21842
|
}
|
|
21785
21843
|
else {
|
|
@@ -21908,9 +21966,9 @@ class InterpretadorBase {
|
|
|
21908
21966
|
return valor;
|
|
21909
21967
|
}
|
|
21910
21968
|
const valorAnteriorIncremento = valor;
|
|
21911
|
-
|
|
21912
|
-
|
|
21913
|
-
|
|
21969
|
+
if (expressao.operando instanceof construtos_1.Variavel) {
|
|
21970
|
+
this.pilhaEscoposExecucao.atribuirVariavel(expressao.operando.simbolo, ++valor);
|
|
21971
|
+
}
|
|
21914
21972
|
return valorAnteriorIncremento;
|
|
21915
21973
|
case delegua_1.default.DECREMENTAR:
|
|
21916
21974
|
if (expressao.incidenciaOperador === 'ANTES') {
|
|
@@ -21921,9 +21979,9 @@ class InterpretadorBase {
|
|
|
21921
21979
|
return valor;
|
|
21922
21980
|
}
|
|
21923
21981
|
const valorAnteriorDecremento = valor;
|
|
21924
|
-
|
|
21925
|
-
|
|
21926
|
-
|
|
21982
|
+
if (expressao.operando instanceof construtos_1.Variavel) {
|
|
21983
|
+
this.pilhaEscoposExecucao.atribuirVariavel(expressao.operando.simbolo, --valor);
|
|
21984
|
+
}
|
|
21927
21985
|
return valorAnteriorDecremento;
|
|
21928
21986
|
}
|
|
21929
21987
|
return null;
|
|
@@ -22297,8 +22355,10 @@ class InterpretadorBase {
|
|
|
22297
22355
|
*/
|
|
22298
22356
|
async visitarExpressaoDeChamada(expressao) {
|
|
22299
22357
|
try {
|
|
22300
|
-
let variavelEntidadeChamada = await this
|
|
22301
|
-
|
|
22358
|
+
let variavelEntidadeChamada = await this
|
|
22359
|
+
.avaliar(expressao.entidadeChamada);
|
|
22360
|
+
if (variavelEntidadeChamada === null ||
|
|
22361
|
+
variavelEntidadeChamada === undefined) {
|
|
22302
22362
|
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.parentese, 'Chamada de função ou método inexistente: ' +
|
|
22303
22363
|
String(expressao.entidadeChamada), expressao.linha));
|
|
22304
22364
|
}
|
|
@@ -22316,7 +22376,8 @@ class InterpretadorBase {
|
|
|
22316
22376
|
if (entidadeChamada instanceof metodo_primitiva_1.MetodoPrimitiva) {
|
|
22317
22377
|
return await this.chamarMetodoPrimitiva(expressao, entidadeChamada);
|
|
22318
22378
|
}
|
|
22319
|
-
const argumentos = await this
|
|
22379
|
+
const argumentos = await this
|
|
22380
|
+
.resolverArgumentosChamada(expressao);
|
|
22320
22381
|
const aridade = entidadeChamada.aridade
|
|
22321
22382
|
? entidadeChamada.aridade()
|
|
22322
22383
|
: entidadeChamada.length;
|
|
@@ -22327,6 +22388,16 @@ class InterpretadorBase {
|
|
|
22327
22388
|
const ehPolimorfico = entidadeChamada instanceof estruturas_1.MetodoPolimorfico ||
|
|
22328
22389
|
(entidadeChamada instanceof estruturas_1.DescritorTipoClasse &&
|
|
22329
22390
|
entidadeChamada.encontrarMetodo('construtor') instanceof estruturas_1.MetodoPolimorfico);
|
|
22391
|
+
if (entidadeChamada instanceof estruturas_1.DeleguaFuncao && entidadeChamada.declaracao) {
|
|
22392
|
+
// Pega os parâmetros da declaração e filtra apenas os obrigatórios
|
|
22393
|
+
// (ignora os que têm valor padrão ou são rest parameters)
|
|
22394
|
+
const parametros = entidadeChamada.declaracao.parametros || [];
|
|
22395
|
+
const parametrosObrigatorios = parametros.filter((p) => !p.valorPadrao && p.abrangencia !== 'multiplo').length;
|
|
22396
|
+
if (argumentos.length < parametrosObrigatorios) {
|
|
22397
|
+
const nomeFuncao = entidadeChamada.nome || 'anônima';
|
|
22398
|
+
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.parentese, `A função '${nomeFuncao}' esperava no mínimo ${parametrosObrigatorios} argumento(s), mas recebeu ${argumentos.length}.`, expressao.linha));
|
|
22399
|
+
}
|
|
22400
|
+
}
|
|
22330
22401
|
if (!ehPolimorfico && argumentos.length < aridade) {
|
|
22331
22402
|
const diferenca = aridade - argumentos.length;
|
|
22332
22403
|
for (let i = 0; i < diferenca; i++) {
|
|
@@ -22522,6 +22593,7 @@ class InterpretadorBase {
|
|
|
22522
22593
|
!this.eVerdadeiro(await this.avaliar(declaracao.condicao))) {
|
|
22523
22594
|
break;
|
|
22524
22595
|
}
|
|
22596
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'iteracao');
|
|
22525
22597
|
try {
|
|
22526
22598
|
await this.cederControle(++iteracoes);
|
|
22527
22599
|
retornoExecucao = await this.executar(declaracao.corpo);
|
|
@@ -22570,6 +22642,7 @@ class InterpretadorBase {
|
|
|
22570
22642
|
let iteracoes = 0;
|
|
22571
22643
|
while (!(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra) &&
|
|
22572
22644
|
declaracao.posicaoAtual < valorVetorResolvido.length) {
|
|
22645
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'iteracao');
|
|
22573
22646
|
try {
|
|
22574
22647
|
await this.cederControle(++iteracoes);
|
|
22575
22648
|
if (declaracao.variavelIteracao instanceof construtos_1.Variavel) {
|
|
@@ -22614,18 +22687,22 @@ class InterpretadorBase {
|
|
|
22614
22687
|
async visitarDeclaracaoSe(declaracao) {
|
|
22615
22688
|
const avaliacaoCondicaoSe = await this.avaliar(declaracao.condicao);
|
|
22616
22689
|
if (this.eVerdadeiro(avaliacaoCondicaoSe)) {
|
|
22690
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'verdadeiro');
|
|
22617
22691
|
return await this.executar(declaracao.caminhoEntao);
|
|
22618
22692
|
}
|
|
22619
22693
|
const declaracaoCaminhosSeSenao = declaracao.caminhosSeSenao || [];
|
|
22620
22694
|
for (let i = 0; i < declaracaoCaminhosSeSenao.length; i++) {
|
|
22621
22695
|
const atual = declaracaoCaminhosSeSenao[i];
|
|
22622
22696
|
if (this.eVerdadeiro(await this.avaliar(atual.condicao))) {
|
|
22697
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'verdadeiro');
|
|
22623
22698
|
return await this.executar(atual.caminho);
|
|
22624
22699
|
}
|
|
22625
22700
|
}
|
|
22626
22701
|
if (declaracao.caminhoSenao) {
|
|
22702
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'senao');
|
|
22627
22703
|
return await this.executar(declaracao.caminhoSenao);
|
|
22628
22704
|
}
|
|
22705
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'falso');
|
|
22629
22706
|
return null;
|
|
22630
22707
|
}
|
|
22631
22708
|
async visitarDeclaracaoEnquanto(declaracao) {
|
|
@@ -22633,6 +22710,7 @@ class InterpretadorBase {
|
|
|
22633
22710
|
let iteracoes = 0;
|
|
22634
22711
|
while (!(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra) &&
|
|
22635
22712
|
this.eVerdadeiro(await this.avaliar(declaracao.condicao))) {
|
|
22713
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'iteracao');
|
|
22636
22714
|
try {
|
|
22637
22715
|
await this.cederControle(++iteracoes);
|
|
22638
22716
|
retornoExecucao = await this.executar(declaracao.corpo);
|
|
@@ -22682,6 +22760,7 @@ class InterpretadorBase {
|
|
|
22682
22760
|
}
|
|
22683
22761
|
}
|
|
22684
22762
|
if (caminhoPadrao !== null && !encontrado) {
|
|
22763
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'caso-padrao');
|
|
22685
22764
|
await this.executarBloco(caminhoPadrao.declaracoes);
|
|
22686
22765
|
}
|
|
22687
22766
|
}
|
|
@@ -22698,6 +22777,7 @@ class InterpretadorBase {
|
|
|
22698
22777
|
let retornoExecucao = undefined;
|
|
22699
22778
|
let iteracoes = 0;
|
|
22700
22779
|
do {
|
|
22780
|
+
this.registrarRamo?.(declaracao.hashArquivo, declaracao.linha, 'iteracao');
|
|
22701
22781
|
try {
|
|
22702
22782
|
await this.cederControle(++iteracoes);
|
|
22703
22783
|
retornoExecucao = await this.executar(declaracao.caminhoFazer);
|
|
@@ -22974,8 +23054,15 @@ class InterpretadorBase {
|
|
|
22974
23054
|
if (objeto instanceof construtos_1.Vetor) {
|
|
22975
23055
|
return objeto.valores[valorIndice];
|
|
22976
23056
|
}
|
|
22977
|
-
if (objeto.constructor === Object
|
|
22978
|
-
objeto
|
|
23057
|
+
if (objeto.constructor === Object) {
|
|
23058
|
+
if (!Object.prototype.hasOwnProperty.call(objeto, valorIndice)) {
|
|
23059
|
+
return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, `Chave '${valorIndice}' não encontrada no dicionário.`, expressao.linha));
|
|
23060
|
+
}
|
|
23061
|
+
if (objeto[valorIndice] === 0)
|
|
23062
|
+
return 0;
|
|
23063
|
+
return objeto[valorIndice];
|
|
23064
|
+
}
|
|
23065
|
+
if (objeto instanceof estruturas_1.ObjetoDeleguaClasse ||
|
|
22979
23066
|
objeto instanceof estruturas_1.DeleguaFuncao ||
|
|
22980
23067
|
objeto instanceof estruturas_1.DescritorTipoClasse ||
|
|
22981
23068
|
objeto instanceof estruturas_1.DeleguaModulo) {
|
|
@@ -23201,7 +23288,6 @@ class InterpretadorBase {
|
|
|
23201
23288
|
tipoObjeto = (0, inferenciador_1.inferirTipoVariavel)(variavelObjeto);
|
|
23202
23289
|
}
|
|
23203
23290
|
// Caso 3: Vetor simples do JavaScript.
|
|
23204
|
-
// TODO: Em teoria, isso deve estar no interpretador de Delégua, não aqui.
|
|
23205
23291
|
if (Array.isArray(objeto)) {
|
|
23206
23292
|
if (expressao.simbolo.lexema in primitivas_vetor_1.default) {
|
|
23207
23293
|
const metodoDePrimitivaVetor = primitivas_vetor_1.default[expressao.simbolo.lexema].implementacao;
|
|
@@ -23626,17 +23712,11 @@ class InterpretadorBase {
|
|
|
23626
23712
|
const inicioInterpretacao = (0, browser_process_hrtime_1.default)();
|
|
23627
23713
|
try {
|
|
23628
23714
|
const retornoOuErro = await this.executarUltimoEscopo(manterAmbiente);
|
|
23629
|
-
// TODO: Esta lógica já ocorre em `executarUltimoEscopo`.
|
|
23630
|
-
// Estudar remoção.
|
|
23631
|
-
if (retornoOuErro instanceof excecoes_1.ErroEmTempoDeExecucao) {
|
|
23632
|
-
this.erros.push(retornoOuErro);
|
|
23633
|
-
}
|
|
23634
23715
|
if (retornoOuErro !== undefined) {
|
|
23635
23716
|
this.resultadoInterpretador.push(retornoOuErro);
|
|
23636
23717
|
}
|
|
23637
23718
|
}
|
|
23638
23719
|
catch (erro) {
|
|
23639
|
-
// TODO: Estudar remoção do `catch`.
|
|
23640
23720
|
throw new Error(`Não deveria estar caindo aqui. Há erros no interpretador que não estão tratados corretamente. Erro atual: ${JSON.stringify(erro)}.`);
|
|
23641
23721
|
}
|
|
23642
23722
|
finally {
|
|
@@ -23655,7 +23735,7 @@ class InterpretadorBase {
|
|
|
23655
23735
|
}
|
|
23656
23736
|
exports.InterpretadorBase = InterpretadorBase;
|
|
23657
23737
|
|
|
23658
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":146,"../lexador":
|
|
23738
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":146,"../lexador":238,"../quebras":247,"../tipos-de-dados/delegua":248,"../tipos-de-dados/primitivos":250,"../tipos-de-simbolos/delegua":253,"./espaco-memoria":201,"./estruturas":209,"./estruturas/metodo-primitiva":211,"./pilha-escopos-execucao":222,"browser-process-hrtime":446}],220:[function(require,module,exports){
|
|
23659
23739
|
"use strict";
|
|
23660
23740
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
23661
23741
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25178,7 +25258,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25178
25258
|
}
|
|
25179
25259
|
exports.Interpretador = Interpretador;
|
|
25180
25260
|
|
|
25181
|
-
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":116,"../excecoes":140,"../inferenciador":146,"../quebras":
|
|
25261
|
+
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":116,"../excecoes":140,"../inferenciador":146,"../quebras":247,"../tipos-de-dados/delegua":248,"../tipos-de-dados/primitivos":250,"../tipos-de-simbolos/delegua":253,"./comum":200,"./estruturas":209,"./interpretador-base":219,"./montao":221}],221:[function(require,module,exports){
|
|
25182
25262
|
"use strict";
|
|
25183
25263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25184
25264
|
exports.Montao = void 0;
|
|
@@ -25235,7 +25315,7 @@ class Montao {
|
|
|
25235
25315
|
}
|
|
25236
25316
|
exports.Montao = Montao;
|
|
25237
25317
|
|
|
25238
|
-
},{"../excecoes":140,"../geracao-identificadores":144}],
|
|
25318
|
+
},{"../excecoes":140,"../geracao-identificadores":144}],222:[function(require,module,exports){
|
|
25239
25319
|
"use strict";
|
|
25240
25320
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25241
25321
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25335,15 +25415,20 @@ class PilhaEscoposExecucao {
|
|
|
25335
25415
|
if ([delegua_1.default.VETOR, delegua_1.default.TUPLA].includes(tipoConstante)) {
|
|
25336
25416
|
let subtipo = '';
|
|
25337
25417
|
if (valor instanceof Array) {
|
|
25338
|
-
|
|
25339
|
-
|
|
25340
|
-
|
|
25341
|
-
|
|
25418
|
+
const numeros = valor.some((v) => typeof v === 'number');
|
|
25419
|
+
const textos = valor.some((v) => typeof v === 'string');
|
|
25420
|
+
const logicos = valor.some((v) => typeof v === 'boolean');
|
|
25421
|
+
const tiposDistintos = [numeros, textos, logicos].filter(Boolean).length;
|
|
25422
|
+
if (tiposDistintos > 1)
|
|
25342
25423
|
subtipo = delegua_1.default.QUALQUER;
|
|
25343
25424
|
else if (numeros)
|
|
25344
25425
|
subtipo = delegua_1.default.NUMERO;
|
|
25345
|
-
else
|
|
25426
|
+
else if (logicos)
|
|
25427
|
+
subtipo = delegua_1.default.LOGICO;
|
|
25428
|
+
else if (textos)
|
|
25346
25429
|
subtipo = delegua_1.default.TEXTO;
|
|
25430
|
+
else
|
|
25431
|
+
subtipo = delegua_1.default.QUALQUER;
|
|
25347
25432
|
}
|
|
25348
25433
|
elementoAlvo.subtipo = subtipo;
|
|
25349
25434
|
}
|
|
@@ -25379,15 +25464,20 @@ class PilhaEscoposExecucao {
|
|
|
25379
25464
|
if ([delegua_1.default.VETOR, delegua_1.default.TUPLA].includes(tipoVariavel)) {
|
|
25380
25465
|
let subtipo = '';
|
|
25381
25466
|
if (valor instanceof Array) {
|
|
25382
|
-
|
|
25383
|
-
|
|
25384
|
-
|
|
25385
|
-
|
|
25467
|
+
const numeros = valor.some((v) => typeof v === 'number');
|
|
25468
|
+
const textos = valor.some((v) => typeof v === 'string');
|
|
25469
|
+
const logicos = valor.some((v) => typeof v === 'boolean');
|
|
25470
|
+
const tiposDistintos = [numeros, textos, logicos].filter(Boolean).length;
|
|
25471
|
+
if (tiposDistintos > 1)
|
|
25386
25472
|
subtipo = delegua_1.default.QUALQUER;
|
|
25387
25473
|
else if (numeros)
|
|
25388
25474
|
subtipo = delegua_1.default.NUMERO;
|
|
25389
|
-
else
|
|
25475
|
+
else if (logicos)
|
|
25476
|
+
subtipo = delegua_1.default.LOGICO;
|
|
25477
|
+
else if (textos)
|
|
25390
25478
|
subtipo = delegua_1.default.TEXTO;
|
|
25479
|
+
else
|
|
25480
|
+
subtipo = delegua_1.default.QUALQUER;
|
|
25391
25481
|
}
|
|
25392
25482
|
elementoAlvo.subtipo = subtipo;
|
|
25393
25483
|
}
|
|
@@ -25566,7 +25656,7 @@ class PilhaEscoposExecucao {
|
|
|
25566
25656
|
}
|
|
25567
25657
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
25568
25658
|
|
|
25569
|
-
},{"../excecoes":140,"../inferenciador":146,"../lexador":
|
|
25659
|
+
},{"../excecoes":140,"../inferenciador":146,"../lexador":238,"../tipos-de-dados/delegua":248,"./estruturas":209}],223:[function(require,module,exports){
|
|
25570
25660
|
"use strict";
|
|
25571
25661
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
25572
25662
|
if (k2 === undefined) k2 = k;
|
|
@@ -25591,7 +25681,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
25591
25681
|
__exportStar(require("./lexador-prisma"), exports);
|
|
25592
25682
|
__exportStar(require("./lexador-tenda"), exports);
|
|
25593
25683
|
|
|
25594
|
-
},{"./lexador-calango":
|
|
25684
|
+
},{"./lexador-calango":224,"./lexador-egua-classico":225,"./lexador-guarani":226,"./lexador-pitugues":227,"./lexador-portugol-ipt":228,"./lexador-prisma":229,"./lexador-tenda":230}],224:[function(require,module,exports){
|
|
25595
25685
|
"use strict";
|
|
25596
25686
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25597
25687
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25906,7 +25996,7 @@ class LexadorCalango {
|
|
|
25906
25996
|
}
|
|
25907
25997
|
exports.LexadorCalango = LexadorCalango;
|
|
25908
25998
|
|
|
25909
|
-
},{"../../tipos-de-simbolos/calango":
|
|
25999
|
+
},{"../../tipos-de-simbolos/calango":251,"../simbolo":246,"./palavras-reservadas/calango":231}],225:[function(require,module,exports){
|
|
25910
26000
|
"use strict";
|
|
25911
26001
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25912
26002
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26199,7 +26289,7 @@ class LexadorEguaClassico {
|
|
|
26199
26289
|
}
|
|
26200
26290
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
26201
26291
|
|
|
26202
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
26292
|
+
},{"../../tipos-de-simbolos/egua-classico":254,"../simbolo":246,"./palavras-reservadas/egua-classico":232}],226:[function(require,module,exports){
|
|
26203
26293
|
"use strict";
|
|
26204
26294
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26205
26295
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26318,7 +26408,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
26318
26408
|
}
|
|
26319
26409
|
exports.LexadorGuarani = LexadorGuarani;
|
|
26320
26410
|
|
|
26321
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
26411
|
+
},{"../../tipos-de-simbolos/guarani":255,"../lexador-base":240,"./palavras-reservadas/guarani":233}],227:[function(require,module,exports){
|
|
26322
26412
|
"use strict";
|
|
26323
26413
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26324
26414
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26861,7 +26951,7 @@ class LexadorPitugues {
|
|
|
26861
26951
|
}
|
|
26862
26952
|
exports.LexadorPitugues = LexadorPitugues;
|
|
26863
26953
|
|
|
26864
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
26954
|
+
},{"../../tipos-de-simbolos/pitugues":257,"../simbolo":246,"./palavras-reservadas/pitugues":234,"browser-process-hrtime":446}],228:[function(require,module,exports){
|
|
26865
26955
|
"use strict";
|
|
26866
26956
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26867
26957
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27170,7 +27260,7 @@ class LexadorPortugolIpt {
|
|
|
27170
27260
|
}
|
|
27171
27261
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
27172
27262
|
|
|
27173
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
27263
|
+
},{"../../tipos-de-simbolos/portugol-ipt":258,"../simbolo":246,"./palavras-reservadas/portugol-ipt":235}],229:[function(require,module,exports){
|
|
27174
27264
|
"use strict";
|
|
27175
27265
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27176
27266
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27571,7 +27661,7 @@ class LexadorPrisma {
|
|
|
27571
27661
|
}
|
|
27572
27662
|
exports.LexadorPrisma = LexadorPrisma;
|
|
27573
27663
|
|
|
27574
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
27664
|
+
},{"../../tipos-de-simbolos/prisma":259,"../simbolo":246,"./palavras-reservadas/prisma":236,"browser-process-hrtime":446}],230:[function(require,module,exports){
|
|
27575
27665
|
"use strict";
|
|
27576
27666
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27577
27667
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27965,7 +28055,7 @@ class LexadorTenda {
|
|
|
27965
28055
|
}
|
|
27966
28056
|
exports.LexadorTenda = LexadorTenda;
|
|
27967
28057
|
|
|
27968
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
28058
|
+
},{"../../tipos-de-simbolos/tenda":260,"../simbolo":246,"./palavras-reservadas/tenda":237,"browser-process-hrtime":446}],231:[function(require,module,exports){
|
|
27969
28059
|
"use strict";
|
|
27970
28060
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27971
28061
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28013,7 +28103,7 @@ exports.default = {
|
|
|
28013
28103
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
28014
28104
|
};
|
|
28015
28105
|
|
|
28016
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
28106
|
+
},{"../../../tipos-de-simbolos/calango":251}],232:[function(require,module,exports){
|
|
28017
28107
|
"use strict";
|
|
28018
28108
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28019
28109
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28054,7 +28144,7 @@ exports.palavrasReservadas = {
|
|
|
28054
28144
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
28055
28145
|
};
|
|
28056
28146
|
|
|
28057
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
28147
|
+
},{"../../../tipos-de-simbolos/egua-classico":254}],233:[function(require,module,exports){
|
|
28058
28148
|
"use strict";
|
|
28059
28149
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28060
28150
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28066,7 +28156,7 @@ exports.palavrasReservadas = {
|
|
|
28066
28156
|
hai: guarani_1.default.HAI,
|
|
28067
28157
|
};
|
|
28068
28158
|
|
|
28069
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
28159
|
+
},{"../../../tipos-de-simbolos/guarani":255}],234:[function(require,module,exports){
|
|
28070
28160
|
"use strict";
|
|
28071
28161
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28072
28162
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28128,7 +28218,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
28128
28218
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
28129
28219
|
};
|
|
28130
28220
|
|
|
28131
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
28221
|
+
},{"../../../tipos-de-simbolos/pitugues":257}],235:[function(require,module,exports){
|
|
28132
28222
|
"use strict";
|
|
28133
28223
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28134
28224
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28188,7 +28278,7 @@ exports.palavrasReservadas = {
|
|
|
28188
28278
|
não: portugol_ipt_1.default.NAO,
|
|
28189
28279
|
};
|
|
28190
28280
|
|
|
28191
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
28281
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":258}],236:[function(require,module,exports){
|
|
28192
28282
|
"use strict";
|
|
28193
28283
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28194
28284
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28239,7 +28329,7 @@ exports.palavrasReservadas = {
|
|
|
28239
28329
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
28240
28330
|
};
|
|
28241
28331
|
|
|
28242
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
28332
|
+
},{"../../../tipos-de-simbolos/prisma":259}],237:[function(require,module,exports){
|
|
28243
28333
|
"use strict";
|
|
28244
28334
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28245
28335
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28297,7 +28387,7 @@ exports.palavrasReservadas = {
|
|
|
28297
28387
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
28298
28388
|
};
|
|
28299
28389
|
|
|
28300
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
28390
|
+
},{"../../../tipos-de-simbolos/tenda":260}],238:[function(require,module,exports){
|
|
28301
28391
|
"use strict";
|
|
28302
28392
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
28303
28393
|
if (k2 === undefined) k2 = k;
|
|
@@ -28320,7 +28410,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
28320
28410
|
__exportStar(require("./micro-lexador"), exports);
|
|
28321
28411
|
__exportStar(require("./simbolo"), exports);
|
|
28322
28412
|
|
|
28323
|
-
},{"./dialetos":
|
|
28413
|
+
},{"./dialetos":223,"./lexador":241,"./lexador-base-linha-unica":239,"./micro-lexador":244,"./simbolo":246}],239:[function(require,module,exports){
|
|
28324
28414
|
"use strict";
|
|
28325
28415
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28326
28416
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -28409,7 +28499,7 @@ class LexadorBaseLinhaUnica {
|
|
|
28409
28499
|
}
|
|
28410
28500
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
28411
28501
|
|
|
28412
|
-
},{"./simbolo":
|
|
28502
|
+
},{"./simbolo":246}],240:[function(require,module,exports){
|
|
28413
28503
|
"use strict";
|
|
28414
28504
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28415
28505
|
exports.LexadorBase = void 0;
|
|
@@ -28548,7 +28638,7 @@ class LexadorBase {
|
|
|
28548
28638
|
}
|
|
28549
28639
|
exports.LexadorBase = LexadorBase;
|
|
28550
28640
|
|
|
28551
|
-
},{"./simbolo":
|
|
28641
|
+
},{"./simbolo":246}],241:[function(require,module,exports){
|
|
28552
28642
|
"use strict";
|
|
28553
28643
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28554
28644
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29222,7 +29312,7 @@ class Lexador {
|
|
|
29222
29312
|
}
|
|
29223
29313
|
exports.Lexador = Lexador;
|
|
29224
29314
|
|
|
29225
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29315
|
+
},{"../tipos-de-simbolos/delegua":253,"./palavras-reservadas":245,"./simbolo":246,"browser-process-hrtime":446}],242:[function(require,module,exports){
|
|
29226
29316
|
"use strict";
|
|
29227
29317
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29228
29318
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29405,7 +29495,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29405
29495
|
return paradigmaLexema === paradigma;
|
|
29406
29496
|
}
|
|
29407
29497
|
|
|
29408
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29498
|
+
},{"../tipos-de-simbolos/delegua":253}],243:[function(require,module,exports){
|
|
29409
29499
|
"use strict";
|
|
29410
29500
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29411
29501
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29625,7 +29715,7 @@ class MicroLexadorPitugues {
|
|
|
29625
29715
|
}
|
|
29626
29716
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
29627
29717
|
|
|
29628
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
29718
|
+
},{"../tipos-de-simbolos/pitugues":257,"./palavras-reservadas":245,"./simbolo":246}],244:[function(require,module,exports){
|
|
29629
29719
|
"use strict";
|
|
29630
29720
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29631
29721
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29863,7 +29953,7 @@ class MicroLexador {
|
|
|
29863
29953
|
}
|
|
29864
29954
|
exports.MicroLexador = MicroLexador;
|
|
29865
29955
|
|
|
29866
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
29956
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":256,"./palavras-reservadas":245,"./simbolo":246}],245:[function(require,module,exports){
|
|
29867
29957
|
"use strict";
|
|
29868
29958
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29869
29959
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29964,7 +30054,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
29964
30054
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
29965
30055
|
};
|
|
29966
30056
|
|
|
29967
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30057
|
+
},{"../tipos-de-simbolos/delegua":253}],246:[function(require,module,exports){
|
|
29968
30058
|
"use strict";
|
|
29969
30059
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29970
30060
|
exports.Simbolo = void 0;
|
|
@@ -29985,7 +30075,7 @@ class Simbolo {
|
|
|
29985
30075
|
}
|
|
29986
30076
|
exports.Simbolo = Simbolo;
|
|
29987
30077
|
|
|
29988
|
-
},{}],
|
|
30078
|
+
},{}],247:[function(require,module,exports){
|
|
29989
30079
|
"use strict";
|
|
29990
30080
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29991
30081
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -30010,7 +30100,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
30010
30100
|
}
|
|
30011
30101
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
30012
30102
|
|
|
30013
|
-
},{}],
|
|
30103
|
+
},{}],248:[function(require,module,exports){
|
|
30014
30104
|
"use strict";
|
|
30015
30105
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30016
30106
|
exports.default = {
|
|
@@ -30044,7 +30134,7 @@ exports.default = {
|
|
|
30044
30134
|
VETOR_TEXTO: 'texto[]',
|
|
30045
30135
|
};
|
|
30046
30136
|
|
|
30047
|
-
},{}],
|
|
30137
|
+
},{}],249:[function(require,module,exports){
|
|
30048
30138
|
"use strict";
|
|
30049
30139
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30050
30140
|
exports.default = {
|
|
@@ -30074,7 +30164,7 @@ exports.default = {
|
|
|
30074
30164
|
VETOR_TEXTO: 'texto[]',
|
|
30075
30165
|
};
|
|
30076
30166
|
|
|
30077
|
-
},{}],
|
|
30167
|
+
},{}],250:[function(require,module,exports){
|
|
30078
30168
|
"use strict";
|
|
30079
30169
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30080
30170
|
exports.default = {
|
|
@@ -30093,7 +30183,7 @@ exports.default = {
|
|
|
30093
30183
|
TEXTO: 'string',
|
|
30094
30184
|
};
|
|
30095
30185
|
|
|
30096
|
-
},{}],
|
|
30186
|
+
},{}],251:[function(require,module,exports){
|
|
30097
30187
|
"use strict";
|
|
30098
30188
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30099
30189
|
exports.default = {
|
|
@@ -30165,7 +30255,7 @@ exports.default = {
|
|
|
30165
30255
|
VIRGULA: 'VIRGULA',
|
|
30166
30256
|
};
|
|
30167
30257
|
|
|
30168
|
-
},{}],
|
|
30258
|
+
},{}],252:[function(require,module,exports){
|
|
30169
30259
|
"use strict";
|
|
30170
30260
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30171
30261
|
exports.default = {
|
|
@@ -30192,7 +30282,7 @@ exports.default = {
|
|
|
30192
30282
|
VIRGULA: 'VIRGULA',
|
|
30193
30283
|
};
|
|
30194
30284
|
|
|
30195
|
-
},{}],
|
|
30285
|
+
},{}],253:[function(require,module,exports){
|
|
30196
30286
|
"use strict";
|
|
30197
30287
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30198
30288
|
exports.default = {
|
|
@@ -30308,7 +30398,7 @@ exports.default = {
|
|
|
30308
30398
|
VIRGULA: 'VIRGULA',
|
|
30309
30399
|
};
|
|
30310
30400
|
|
|
30311
|
-
},{}],
|
|
30401
|
+
},{}],254:[function(require,module,exports){
|
|
30312
30402
|
"use strict";
|
|
30313
30403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30314
30404
|
exports.default = {
|
|
@@ -30386,7 +30476,7 @@ exports.default = {
|
|
|
30386
30476
|
VIRGULA: 'VIRGULA',
|
|
30387
30477
|
};
|
|
30388
30478
|
|
|
30389
|
-
},{}],
|
|
30479
|
+
},{}],255:[function(require,module,exports){
|
|
30390
30480
|
"use strict";
|
|
30391
30481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30392
30482
|
exports.default = {
|
|
@@ -30403,7 +30493,7 @@ exports.default = {
|
|
|
30403
30493
|
VIRGULA: 'VIRGULA',
|
|
30404
30494
|
};
|
|
30405
30495
|
|
|
30406
|
-
},{}],
|
|
30496
|
+
},{}],256:[function(require,module,exports){
|
|
30407
30497
|
"use strict";
|
|
30408
30498
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30409
30499
|
exports.default = {
|
|
@@ -30456,7 +30546,7 @@ exports.default = {
|
|
|
30456
30546
|
VIRGULA: 'VIRGULA',
|
|
30457
30547
|
};
|
|
30458
30548
|
|
|
30459
|
-
},{}],
|
|
30549
|
+
},{}],257:[function(require,module,exports){
|
|
30460
30550
|
"use strict";
|
|
30461
30551
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30462
30552
|
exports.default = {
|
|
@@ -30551,7 +30641,7 @@ exports.default = {
|
|
|
30551
30641
|
VIRGULA: 'VIRGULA',
|
|
30552
30642
|
};
|
|
30553
30643
|
|
|
30554
|
-
},{}],
|
|
30644
|
+
},{}],258:[function(require,module,exports){
|
|
30555
30645
|
"use strict";
|
|
30556
30646
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30557
30647
|
exports.default = {
|
|
@@ -30630,7 +30720,7 @@ exports.default = {
|
|
|
30630
30720
|
VARIAVEL: 'VARIAVEL',
|
|
30631
30721
|
};
|
|
30632
30722
|
|
|
30633
|
-
},{}],
|
|
30723
|
+
},{}],259:[function(require,module,exports){
|
|
30634
30724
|
"use strict";
|
|
30635
30725
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30636
30726
|
exports.default = {
|
|
@@ -30714,7 +30804,7 @@ exports.default = {
|
|
|
30714
30804
|
VIRGULA: 'VIRGULA',
|
|
30715
30805
|
};
|
|
30716
30806
|
|
|
30717
|
-
},{}],
|
|
30807
|
+
},{}],260:[function(require,module,exports){
|
|
30718
30808
|
"use strict";
|
|
30719
30809
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30720
30810
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -30809,7 +30899,7 @@ exports.default = {
|
|
|
30809
30899
|
VIRGULA: 'VIRGULA',
|
|
30810
30900
|
};
|
|
30811
30901
|
|
|
30812
|
-
},{}],
|
|
30902
|
+
},{}],261:[function(require,module,exports){
|
|
30813
30903
|
"use strict";
|
|
30814
30904
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
30815
30905
|
if (k2 === undefined) k2 = k;
|
|
@@ -30842,7 +30932,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
30842
30932
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
30843
30933
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
30844
30934
|
|
|
30845
|
-
},{"./tradutor-assembly-arm":
|
|
30935
|
+
},{"./tradutor-assembly-arm":270,"./tradutor-assembly-risc-v":271,"./tradutor-assembly-x64":272,"./tradutor-assemblyscript":273,"./tradutor-elixir":274,"./tradutor-javascript":275,"./tradutor-mermaidjs":276,"./tradutor-portugol-ipt":277,"./tradutor-python":278,"./tradutor-reverso-calango":279,"./tradutor-reverso-javascript":280,"./tradutor-reverso-python":281,"./tradutor-reverso-tenda":282,"./tradutor-ruby":283,"./tradutor-webassembly":284}],262:[function(require,module,exports){
|
|
30846
30936
|
"use strict";
|
|
30847
30937
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30848
30938
|
exports.ArestaFluxograma = void 0;
|
|
@@ -30854,7 +30944,7 @@ class ArestaFluxograma {
|
|
|
30854
30944
|
}
|
|
30855
30945
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
30856
30946
|
|
|
30857
|
-
},{}],
|
|
30947
|
+
},{}],263:[function(require,module,exports){
|
|
30858
30948
|
"use strict";
|
|
30859
30949
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
30860
30950
|
if (k2 === undefined) k2 = k;
|
|
@@ -30877,7 +30967,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
30877
30967
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
30878
30968
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
30879
30969
|
|
|
30880
|
-
},{"./aresta-fluxograma":
|
|
30970
|
+
},{"./aresta-fluxograma":262,"./subgrafo-classe":264,"./subgrafo-funcao":265,"./subgrafo-metodo":266,"./vertice-fluxograma":267}],264:[function(require,module,exports){
|
|
30881
30971
|
"use strict";
|
|
30882
30972
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30883
30973
|
exports.SubgrafoClasse = void 0;
|
|
@@ -30923,7 +31013,7 @@ class SubgrafoClasse {
|
|
|
30923
31013
|
}
|
|
30924
31014
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
30925
31015
|
|
|
30926
|
-
},{}],
|
|
31016
|
+
},{}],265:[function(require,module,exports){
|
|
30927
31017
|
"use strict";
|
|
30928
31018
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30929
31019
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -30938,7 +31028,7 @@ class SubgrafoFuncao {
|
|
|
30938
31028
|
}
|
|
30939
31029
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
30940
31030
|
|
|
30941
|
-
},{}],
|
|
31031
|
+
},{}],266:[function(require,module,exports){
|
|
30942
31032
|
"use strict";
|
|
30943
31033
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30944
31034
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -30955,7 +31045,7 @@ class SubgrafoMetodo {
|
|
|
30955
31045
|
}
|
|
30956
31046
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
30957
31047
|
|
|
30958
|
-
},{}],
|
|
31048
|
+
},{}],267:[function(require,module,exports){
|
|
30959
31049
|
"use strict";
|
|
30960
31050
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30961
31051
|
exports.VerticeFluxograma = void 0;
|
|
@@ -30972,7 +31062,7 @@ class VerticeFluxograma {
|
|
|
30972
31062
|
}
|
|
30973
31063
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
30974
31064
|
|
|
30975
|
-
},{}],
|
|
31065
|
+
},{}],268:[function(require,module,exports){
|
|
30976
31066
|
"use strict";
|
|
30977
31067
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
30978
31068
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32212,7 +32302,7 @@ __decorate([
|
|
|
32212
32302
|
Decorators_1.Override
|
|
32213
32303
|
], Python3Lexer.prototype, "nextToken", null);
|
|
32214
32304
|
|
|
32215
|
-
},{"./python3-parser":
|
|
32305
|
+
},{"./python3-parser":269,"antlr4ts/CommonToken":294,"antlr4ts/Decorators":298,"antlr4ts/Lexer":306,"antlr4ts/Token":323,"antlr4ts/VocabularyImpl":329,"antlr4ts/atn/ATNDeserializer":335,"antlr4ts/atn/LexerATNSimulator":356,"antlr4ts/misc/Utils":417}],269:[function(require,module,exports){
|
|
32216
32306
|
"use strict";
|
|
32217
32307
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
32218
32308
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43459,7 +43549,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43459
43549
|
}
|
|
43460
43550
|
exports.Yield_argContext = Yield_argContext;
|
|
43461
43551
|
|
|
43462
|
-
},{"antlr4ts/FailedPredicateException":
|
|
43552
|
+
},{"antlr4ts/FailedPredicateException":302,"antlr4ts/NoViableAltException":310,"antlr4ts/Parser":311,"antlr4ts/ParserRuleContext":314,"antlr4ts/RecognitionException":317,"antlr4ts/Token":323,"antlr4ts/VocabularyImpl":329,"antlr4ts/atn/ATN":331,"antlr4ts/atn/ATNDeserializer":335,"antlr4ts/atn/ParserATNSimulator":372,"antlr4ts/misc/Utils":417}],270:[function(require,module,exports){
|
|
43463
43553
|
"use strict";
|
|
43464
43554
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43465
43555
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -44171,7 +44261,7 @@ ${labelFim}:`;
|
|
|
44171
44261
|
}
|
|
44172
44262
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
44173
44263
|
|
|
44174
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
44264
|
+
},{"../construtos":67,"../declaracoes":116}],271:[function(require,module,exports){
|
|
44175
44265
|
"use strict";
|
|
44176
44266
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44177
44267
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -44860,7 +44950,7 @@ ${labelSenao}:`;
|
|
|
44860
44950
|
}
|
|
44861
44951
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
44862
44952
|
|
|
44863
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
44953
|
+
},{"../construtos":67,"../declaracoes":116}],272:[function(require,module,exports){
|
|
44864
44954
|
"use strict";
|
|
44865
44955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44866
44956
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -45635,7 +45725,7 @@ __delegua_print_int:
|
|
|
45635
45725
|
}
|
|
45636
45726
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
45637
45727
|
|
|
45638
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
45728
|
+
},{"../construtos":67,"../declaracoes":116}],273:[function(require,module,exports){
|
|
45639
45729
|
"use strict";
|
|
45640
45730
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
45641
45731
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -46850,7 +46940,7 @@ class TradutorAssemblyScript {
|
|
|
46850
46940
|
}
|
|
46851
46941
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
46852
46942
|
|
|
46853
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
46943
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":253}],274:[function(require,module,exports){
|
|
46854
46944
|
"use strict";
|
|
46855
46945
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46856
46946
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -47811,7 +47901,7 @@ class TradutorElixir {
|
|
|
47811
47901
|
}
|
|
47812
47902
|
exports.TradutorElixir = TradutorElixir;
|
|
47813
47903
|
|
|
47814
|
-
},{"../tipos-de-simbolos/delegua":
|
|
47904
|
+
},{"../tipos-de-simbolos/delegua":253}],275:[function(require,module,exports){
|
|
47815
47905
|
"use strict";
|
|
47816
47906
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47817
47907
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48603,7 +48693,7 @@ class TradutorJavaScript {
|
|
|
48603
48693
|
}
|
|
48604
48694
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
48605
48695
|
|
|
48606
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
48696
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":253}],276:[function(require,module,exports){
|
|
48607
48697
|
"use strict";
|
|
48608
48698
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48609
48699
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49432,7 +49522,7 @@ class TradutorMermaidJs {
|
|
|
49432
49522
|
}
|
|
49433
49523
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49434
49524
|
|
|
49435
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
49525
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":253,"./mermaid":263}],277:[function(require,module,exports){
|
|
49436
49526
|
"use strict";
|
|
49437
49527
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49438
49528
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49814,7 +49904,7 @@ class TradutorPortugolIpt {
|
|
|
49814
49904
|
}
|
|
49815
49905
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
49816
49906
|
|
|
49817
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":
|
|
49907
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":223,"../tipos-de-simbolos/portugol-ipt":258}],278:[function(require,module,exports){
|
|
49818
49908
|
"use strict";
|
|
49819
49909
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49820
49910
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50499,7 +50589,7 @@ class TradutorPython {
|
|
|
50499
50589
|
}
|
|
50500
50590
|
exports.TradutorPython = TradutorPython;
|
|
50501
50591
|
|
|
50502
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
50592
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":253}],279:[function(require,module,exports){
|
|
50503
50593
|
"use strict";
|
|
50504
50594
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50505
50595
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50853,7 +50943,7 @@ class TradutorReversoCalango {
|
|
|
50853
50943
|
}
|
|
50854
50944
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
50855
50945
|
|
|
50856
|
-
},{"../tipos-de-simbolos/calango":
|
|
50946
|
+
},{"../tipos-de-simbolos/calango":251}],280:[function(require,module,exports){
|
|
50857
50947
|
"use strict";
|
|
50858
50948
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50859
50949
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -51248,7 +51338,7 @@ class TradutorReversoJavaScript {
|
|
|
51248
51338
|
}
|
|
51249
51339
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
51250
51340
|
|
|
51251
|
-
},{}],
|
|
51341
|
+
},{}],281:[function(require,module,exports){
|
|
51252
51342
|
"use strict";
|
|
51253
51343
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51254
51344
|
exports.TradutorReversoPython = void 0;
|
|
@@ -51901,7 +51991,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
51901
51991
|
}
|
|
51902
51992
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
51903
51993
|
|
|
51904
|
-
},{"./python/python3-lexer":
|
|
51994
|
+
},{"./python/python3-lexer":268,"./python/python3-parser":269,"antlr4ts":400,"antlr4ts/tree/AbstractParseTreeVisitor":418}],282:[function(require,module,exports){
|
|
51905
51995
|
"use strict";
|
|
51906
51996
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
51907
51997
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52492,7 +52582,7 @@ class TradutorReversoTenda {
|
|
|
52492
52582
|
}
|
|
52493
52583
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
52494
52584
|
|
|
52495
|
-
},{"../construtos":67,"../tipos-de-simbolos/tenda":
|
|
52585
|
+
},{"../construtos":67,"../tipos-de-simbolos/tenda":260}],283:[function(require,module,exports){
|
|
52496
52586
|
"use strict";
|
|
52497
52587
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52498
52588
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -53179,7 +53269,7 @@ class TradutorRuby {
|
|
|
53179
53269
|
}
|
|
53180
53270
|
exports.TradutorRuby = TradutorRuby;
|
|
53181
53271
|
|
|
53182
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
53272
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":253}],284:[function(require,module,exports){
|
|
53183
53273
|
"use strict";
|
|
53184
53274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53185
53275
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -54066,7 +54156,7 @@ process.exit(codigoSaida);
|
|
|
54066
54156
|
}
|
|
54067
54157
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
54068
54158
|
|
|
54069
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
54159
|
+
},{"../construtos":67,"../declaracoes":116}],285:[function(require,module,exports){
|
|
54070
54160
|
"use strict";
|
|
54071
54161
|
/*!
|
|
54072
54162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54074,7 +54164,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
54074
54164
|
*/
|
|
54075
54165
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54076
54166
|
|
|
54077
|
-
},{}],
|
|
54167
|
+
},{}],286:[function(require,module,exports){
|
|
54078
54168
|
"use strict";
|
|
54079
54169
|
/*!
|
|
54080
54170
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54082,7 +54172,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54082
54172
|
*/
|
|
54083
54173
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54084
54174
|
|
|
54085
|
-
},{}],
|
|
54175
|
+
},{}],287:[function(require,module,exports){
|
|
54086
54176
|
"use strict";
|
|
54087
54177
|
/*!
|
|
54088
54178
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54244,7 +54334,7 @@ __decorate([
|
|
|
54244
54334
|
], ANTLRInputStream.prototype, "toString", null);
|
|
54245
54335
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
54246
54336
|
|
|
54247
|
-
},{"./Decorators":
|
|
54337
|
+
},{"./Decorators":298,"./IntStream":304,"assert":441}],288:[function(require,module,exports){
|
|
54248
54338
|
"use strict";
|
|
54249
54339
|
/*!
|
|
54250
54340
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54327,7 +54417,7 @@ __decorate([
|
|
|
54327
54417
|
], BailErrorStrategy.prototype, "sync", null);
|
|
54328
54418
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
54329
54419
|
|
|
54330
|
-
},{"./Decorators":
|
|
54420
|
+
},{"./Decorators":298,"./DefaultErrorStrategy":299,"./InputMismatchException":303,"./misc/ParseCancellationException":415}],289:[function(require,module,exports){
|
|
54331
54421
|
"use strict";
|
|
54332
54422
|
/*!
|
|
54333
54423
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54817,7 +54907,7 @@ BufferedTokenStream = __decorate([
|
|
|
54817
54907
|
], BufferedTokenStream);
|
|
54818
54908
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
54819
54909
|
|
|
54820
|
-
},{"./CommonToken":
|
|
54910
|
+
},{"./CommonToken":294,"./Decorators":298,"./Lexer":306,"./Token":323,"./misc/Interval":410,"assert":441}],290:[function(require,module,exports){
|
|
54821
54911
|
"use strict";
|
|
54822
54912
|
/*!
|
|
54823
54913
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54825,7 +54915,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
54825
54915
|
*/
|
|
54826
54916
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54827
54917
|
|
|
54828
|
-
},{}],
|
|
54918
|
+
},{}],291:[function(require,module,exports){
|
|
54829
54919
|
"use strict";
|
|
54830
54920
|
/*!
|
|
54831
54921
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54959,7 +55049,7 @@ var CharStreams;
|
|
|
54959
55049
|
// }
|
|
54960
55050
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
54961
55051
|
|
|
54962
|
-
},{"./CodePointBuffer":
|
|
55052
|
+
},{"./CodePointBuffer":292,"./CodePointCharStream":293,"./IntStream":304}],292:[function(require,module,exports){
|
|
54963
55053
|
"use strict";
|
|
54964
55054
|
/*!
|
|
54965
55055
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55194,7 +55284,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
55194
55284
|
CodePointBuffer.Builder = Builder;
|
|
55195
55285
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
55196
55286
|
|
|
55197
|
-
},{"./misc/Character":
|
|
55287
|
+
},{"./misc/Character":406,"assert":441}],293:[function(require,module,exports){
|
|
55198
55288
|
"use strict";
|
|
55199
55289
|
/*!
|
|
55200
55290
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55344,7 +55434,7 @@ __decorate([
|
|
|
55344
55434
|
], CodePointCharStream.prototype, "getText", null);
|
|
55345
55435
|
exports.CodePointCharStream = CodePointCharStream;
|
|
55346
55436
|
|
|
55347
|
-
},{"./Decorators":
|
|
55437
|
+
},{"./Decorators":298,"./IntStream":304,"./misc/Interval":410,"assert":441}],294:[function(require,module,exports){
|
|
55348
55438
|
"use strict";
|
|
55349
55439
|
/*!
|
|
55350
55440
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55574,7 +55664,7 @@ CommonToken = __decorate([
|
|
|
55574
55664
|
], CommonToken);
|
|
55575
55665
|
exports.CommonToken = CommonToken;
|
|
55576
55666
|
|
|
55577
|
-
},{"./Decorators":
|
|
55667
|
+
},{"./Decorators":298,"./Token":323,"./misc/Interval":410}],295:[function(require,module,exports){
|
|
55578
55668
|
"use strict";
|
|
55579
55669
|
/*!
|
|
55580
55670
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55638,7 +55728,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
55638
55728
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
55639
55729
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
55640
55730
|
|
|
55641
|
-
},{"./CommonToken":
|
|
55731
|
+
},{"./CommonToken":294,"./Decorators":298,"./misc/Interval":410}],296:[function(require,module,exports){
|
|
55642
55732
|
"use strict";
|
|
55643
55733
|
/*!
|
|
55644
55734
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55765,7 +55855,7 @@ CommonTokenStream = __decorate([
|
|
|
55765
55855
|
], CommonTokenStream);
|
|
55766
55856
|
exports.CommonTokenStream = CommonTokenStream;
|
|
55767
55857
|
|
|
55768
|
-
},{"./BufferedTokenStream":
|
|
55858
|
+
},{"./BufferedTokenStream":289,"./Decorators":298,"./Token":323}],297:[function(require,module,exports){
|
|
55769
55859
|
"use strict";
|
|
55770
55860
|
/*!
|
|
55771
55861
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55799,7 +55889,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
55799
55889
|
*/
|
|
55800
55890
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
55801
55891
|
|
|
55802
|
-
},{}],
|
|
55892
|
+
},{}],298:[function(require,module,exports){
|
|
55803
55893
|
"use strict";
|
|
55804
55894
|
/*!
|
|
55805
55895
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55826,7 +55916,7 @@ function SuppressWarnings(options) {
|
|
|
55826
55916
|
}
|
|
55827
55917
|
exports.SuppressWarnings = SuppressWarnings;
|
|
55828
55918
|
|
|
55829
|
-
},{}],
|
|
55919
|
+
},{}],299:[function(require,module,exports){
|
|
55830
55920
|
"use strict";
|
|
55831
55921
|
/*!
|
|
55832
55922
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56640,7 +56730,7 @@ __decorate([
|
|
|
56640
56730
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
56641
56731
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
56642
56732
|
|
|
56643
|
-
},{"./Decorators":
|
|
56733
|
+
},{"./Decorators":298,"./FailedPredicateException":302,"./InputMismatchException":303,"./NoViableAltException":310,"./Token":323,"./atn/ATNState":337,"./atn/ATNStateType":338,"./atn/PredictionContext":378,"./misc/IntervalSet":411}],300:[function(require,module,exports){
|
|
56644
56734
|
"use strict";
|
|
56645
56735
|
/*!
|
|
56646
56736
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56716,7 +56806,7 @@ var Dependents;
|
|
|
56716
56806
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
56717
56807
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
56718
56808
|
|
|
56719
|
-
},{}],
|
|
56809
|
+
},{}],301:[function(require,module,exports){
|
|
56720
56810
|
"use strict";
|
|
56721
56811
|
/*!
|
|
56722
56812
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56864,7 +56954,7 @@ __decorate([
|
|
|
56864
56954
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
56865
56955
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
56866
56956
|
|
|
56867
|
-
},{"./Decorators":
|
|
56957
|
+
},{"./Decorators":298,"./misc/BitSet":405,"./misc/Interval":410}],302:[function(require,module,exports){
|
|
56868
56958
|
"use strict";
|
|
56869
56959
|
/*!
|
|
56870
56960
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56929,7 +57019,7 @@ FailedPredicateException = __decorate([
|
|
|
56929
57019
|
], FailedPredicateException);
|
|
56930
57020
|
exports.FailedPredicateException = FailedPredicateException;
|
|
56931
57021
|
|
|
56932
|
-
},{"./Decorators":
|
|
57022
|
+
},{"./Decorators":298,"./RecognitionException":317,"./atn/PredicateTransition":377}],303:[function(require,module,exports){
|
|
56933
57023
|
"use strict";
|
|
56934
57024
|
/*!
|
|
56935
57025
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56969,7 +57059,7 @@ InputMismatchException = __decorate([
|
|
|
56969
57059
|
], InputMismatchException);
|
|
56970
57060
|
exports.InputMismatchException = InputMismatchException;
|
|
56971
57061
|
|
|
56972
|
-
},{"./Decorators":
|
|
57062
|
+
},{"./Decorators":298,"./RecognitionException":317}],304:[function(require,module,exports){
|
|
56973
57063
|
"use strict";
|
|
56974
57064
|
/*!
|
|
56975
57065
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56992,7 +57082,7 @@ var IntStream;
|
|
|
56992
57082
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
56993
57083
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
56994
57084
|
|
|
56995
|
-
},{}],
|
|
57085
|
+
},{}],305:[function(require,module,exports){
|
|
56996
57086
|
"use strict";
|
|
56997
57087
|
/*!
|
|
56998
57088
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57039,7 +57129,7 @@ __decorate([
|
|
|
57039
57129
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
57040
57130
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
57041
57131
|
|
|
57042
|
-
},{"./Decorators":
|
|
57132
|
+
},{"./Decorators":298,"./ParserRuleContext":314}],306:[function(require,module,exports){
|
|
57043
57133
|
"use strict";
|
|
57044
57134
|
/*!
|
|
57045
57135
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57375,7 +57465,7 @@ __decorate([
|
|
|
57375
57465
|
], Lexer.prototype, "charPositionInLine", null);
|
|
57376
57466
|
exports.Lexer = Lexer;
|
|
57377
57467
|
|
|
57378
|
-
},{"./CommonTokenFactory":
|
|
57468
|
+
},{"./CommonTokenFactory":295,"./Decorators":298,"./IntStream":304,"./LexerNoViableAltException":308,"./Recognizer":318,"./Token":323,"./atn/LexerATNSimulator":356,"./misc/IntegerStack":409,"./misc/Interval":410}],307:[function(require,module,exports){
|
|
57379
57469
|
"use strict";
|
|
57380
57470
|
/*!
|
|
57381
57471
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57455,7 +57545,7 @@ LexerInterpreter = __decorate([
|
|
|
57455
57545
|
], LexerInterpreter);
|
|
57456
57546
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57457
57547
|
|
|
57458
|
-
},{"./Decorators":
|
|
57548
|
+
},{"./Decorators":298,"./Lexer":306,"./atn/LexerATNSimulator":356}],308:[function(require,module,exports){
|
|
57459
57549
|
"use strict";
|
|
57460
57550
|
/*!
|
|
57461
57551
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57512,7 +57602,7 @@ LexerNoViableAltException = __decorate([
|
|
|
57512
57602
|
], LexerNoViableAltException);
|
|
57513
57603
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
57514
57604
|
|
|
57515
|
-
},{"./Decorators":
|
|
57605
|
+
},{"./Decorators":298,"./RecognitionException":317,"./misc/Interval":410,"./misc/Utils":417}],309:[function(require,module,exports){
|
|
57516
57606
|
"use strict";
|
|
57517
57607
|
/*!
|
|
57518
57608
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57722,7 +57812,7 @@ ListTokenSource = __decorate([
|
|
|
57722
57812
|
], ListTokenSource);
|
|
57723
57813
|
exports.ListTokenSource = ListTokenSource;
|
|
57724
57814
|
|
|
57725
|
-
},{"./CommonTokenFactory":
|
|
57815
|
+
},{"./CommonTokenFactory":295,"./Decorators":298,"./Token":323}],310:[function(require,module,exports){
|
|
57726
57816
|
"use strict";
|
|
57727
57817
|
/*!
|
|
57728
57818
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57777,7 +57867,7 @@ __decorate([
|
|
|
57777
57867
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
57778
57868
|
exports.NoViableAltException = NoViableAltException;
|
|
57779
57869
|
|
|
57780
|
-
},{"./Decorators":
|
|
57870
|
+
},{"./Decorators":298,"./Parser":311,"./RecognitionException":317}],311:[function(require,module,exports){
|
|
57781
57871
|
(function (process){(function (){
|
|
57782
57872
|
"use strict";
|
|
57783
57873
|
/*!
|
|
@@ -58623,7 +58713,7 @@ __decorate([
|
|
|
58623
58713
|
exports.Parser = Parser;
|
|
58624
58714
|
|
|
58625
58715
|
}).call(this)}).call(this,require('_process'))
|
|
58626
|
-
},{"./Decorators":
|
|
58716
|
+
},{"./Decorators":298,"./DefaultErrorStrategy":299,"./Lexer":306,"./ProxyParserErrorListener":316,"./Recognizer":318,"./Token":323,"./atn/ATNDeserializationOptions":334,"./atn/ATNDeserializer":335,"./atn/ParseInfo":371,"./atn/ParserATNSimulator":372,"./atn/ProfilingATNSimulator":381,"./misc/IntegerStack":409,"./misc/Utils":417,"./tree/ErrorNode":419,"./tree/TerminalNode":421,"./tree/pattern/ParseTreePatternMatcher":426,"_process":500}],312:[function(require,module,exports){
|
|
58627
58717
|
"use strict";
|
|
58628
58718
|
/*!
|
|
58629
58719
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58631,7 +58721,7 @@ exports.Parser = Parser;
|
|
|
58631
58721
|
*/
|
|
58632
58722
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58633
58723
|
|
|
58634
|
-
},{}],
|
|
58724
|
+
},{}],313:[function(require,module,exports){
|
|
58635
58725
|
"use strict";
|
|
58636
58726
|
/*!
|
|
58637
58727
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59039,7 +59129,7 @@ ParserInterpreter = __decorate([
|
|
|
59039
59129
|
], ParserInterpreter);
|
|
59040
59130
|
exports.ParserInterpreter = ParserInterpreter;
|
|
59041
59131
|
|
|
59042
|
-
},{"./Decorators":
|
|
59132
|
+
},{"./Decorators":298,"./FailedPredicateException":302,"./InputMismatchException":303,"./InterpreterRuleContext":305,"./Parser":311,"./RecognitionException":317,"./Token":323,"./atn/ATNState":337,"./atn/ATNStateType":338,"./atn/LoopEndState":368,"./atn/ParserATNSimulator":372,"./atn/StarLoopEntryState":390,"./misc/BitSet":405}],314:[function(require,module,exports){
|
|
59043
59133
|
"use strict";
|
|
59044
59134
|
/*!
|
|
59045
59135
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59340,7 +59430,7 @@ __decorate([
|
|
|
59340
59430
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
59341
59431
|
exports.ParserRuleContext = ParserRuleContext;
|
|
59342
59432
|
|
|
59343
|
-
},{"./Decorators":
|
|
59433
|
+
},{"./Decorators":298,"./RuleContext":319,"./misc/Interval":410,"./tree/ErrorNode":419,"./tree/TerminalNode":421}],315:[function(require,module,exports){
|
|
59344
59434
|
"use strict";
|
|
59345
59435
|
/*!
|
|
59346
59436
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59390,7 +59480,7 @@ __decorate([
|
|
|
59390
59480
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59391
59481
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59392
59482
|
|
|
59393
|
-
},{"./Decorators":
|
|
59483
|
+
},{"./Decorators":298}],316:[function(require,module,exports){
|
|
59394
59484
|
"use strict";
|
|
59395
59485
|
/*!
|
|
59396
59486
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59449,7 +59539,7 @@ __decorate([
|
|
|
59449
59539
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59450
59540
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59451
59541
|
|
|
59452
|
-
},{"./Decorators":
|
|
59542
|
+
},{"./Decorators":298,"./ProxyErrorListener":315}],317:[function(require,module,exports){
|
|
59453
59543
|
"use strict";
|
|
59454
59544
|
/*!
|
|
59455
59545
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59554,7 +59644,7 @@ class RecognitionException extends Error {
|
|
|
59554
59644
|
}
|
|
59555
59645
|
exports.RecognitionException = RecognitionException;
|
|
59556
59646
|
|
|
59557
|
-
},{}],
|
|
59647
|
+
},{}],318:[function(require,module,exports){
|
|
59558
59648
|
"use strict";
|
|
59559
59649
|
/*!
|
|
59560
59650
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59773,7 +59863,7 @@ __decorate([
|
|
|
59773
59863
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
59774
59864
|
exports.Recognizer = Recognizer;
|
|
59775
59865
|
|
|
59776
|
-
},{"./ConsoleErrorListener":
|
|
59866
|
+
},{"./ConsoleErrorListener":297,"./Decorators":298,"./ProxyErrorListener":315,"./Token":323,"./misc/Utils":417}],319:[function(require,module,exports){
|
|
59777
59867
|
"use strict";
|
|
59778
59868
|
/*!
|
|
59779
59869
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59990,7 +60080,7 @@ __decorate([
|
|
|
59990
60080
|
], RuleContext.prototype, "toStringTree", null);
|
|
59991
60081
|
exports.RuleContext = RuleContext;
|
|
59992
60082
|
|
|
59993
|
-
},{"./Decorators":
|
|
60083
|
+
},{"./Decorators":298,"./ParserRuleContext":314,"./Recognizer":318,"./atn/ATN":331,"./misc/Interval":410,"./tree/RuleNode":420,"./tree/Trees":422}],320:[function(require,module,exports){
|
|
59994
60084
|
"use strict";
|
|
59995
60085
|
/*!
|
|
59996
60086
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60041,7 +60131,7 @@ __decorate([
|
|
|
60041
60131
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
60042
60132
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
60043
60133
|
|
|
60044
|
-
},{"./Decorators":
|
|
60134
|
+
},{"./Decorators":298,"./ParserRuleContext":314,"./atn/ATN":331}],321:[function(require,module,exports){
|
|
60045
60135
|
"use strict";
|
|
60046
60136
|
/*!
|
|
60047
60137
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60064,7 +60154,7 @@ function RuleDependency(dependency) {
|
|
|
60064
60154
|
}
|
|
60065
60155
|
exports.RuleDependency = RuleDependency;
|
|
60066
60156
|
|
|
60067
|
-
},{}],
|
|
60157
|
+
},{}],322:[function(require,module,exports){
|
|
60068
60158
|
"use strict";
|
|
60069
60159
|
/*!
|
|
60070
60160
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60083,7 +60173,7 @@ function RuleVersion(version) {
|
|
|
60083
60173
|
}
|
|
60084
60174
|
exports.RuleVersion = RuleVersion;
|
|
60085
60175
|
|
|
60086
|
-
},{}],
|
|
60176
|
+
},{}],323:[function(require,module,exports){
|
|
60087
60177
|
"use strict";
|
|
60088
60178
|
/*!
|
|
60089
60179
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60123,7 +60213,7 @@ var Token;
|
|
|
60123
60213
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
60124
60214
|
})(Token = exports.Token || (exports.Token = {}));
|
|
60125
60215
|
|
|
60126
|
-
},{"./IntStream":
|
|
60216
|
+
},{"./IntStream":304}],324:[function(require,module,exports){
|
|
60127
60217
|
"use strict";
|
|
60128
60218
|
/*!
|
|
60129
60219
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60131,7 +60221,7 @@ var Token;
|
|
|
60131
60221
|
*/
|
|
60132
60222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60133
60223
|
|
|
60134
|
-
},{}],
|
|
60224
|
+
},{}],325:[function(require,module,exports){
|
|
60135
60225
|
"use strict";
|
|
60136
60226
|
/*!
|
|
60137
60227
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60139,7 +60229,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60139
60229
|
*/
|
|
60140
60230
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60141
60231
|
|
|
60142
|
-
},{}],
|
|
60232
|
+
},{}],326:[function(require,module,exports){
|
|
60143
60233
|
"use strict";
|
|
60144
60234
|
/*!
|
|
60145
60235
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60147,7 +60237,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60147
60237
|
*/
|
|
60148
60238
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60149
60239
|
|
|
60150
|
-
},{}],
|
|
60240
|
+
},{}],327:[function(require,module,exports){
|
|
60151
60241
|
"use strict";
|
|
60152
60242
|
/*!
|
|
60153
60243
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60655,7 +60745,7 @@ __decorate([
|
|
|
60655
60745
|
Decorators_1.Override
|
|
60656
60746
|
], ReplaceOp.prototype, "toString", null);
|
|
60657
60747
|
|
|
60658
|
-
},{"./Decorators":
|
|
60748
|
+
},{"./Decorators":298,"./Token":323,"./misc/Interval":410}],328:[function(require,module,exports){
|
|
60659
60749
|
"use strict";
|
|
60660
60750
|
/*!
|
|
60661
60751
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60663,7 +60753,7 @@ __decorate([
|
|
|
60663
60753
|
*/
|
|
60664
60754
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60665
60755
|
|
|
60666
|
-
},{}],
|
|
60756
|
+
},{}],329:[function(require,module,exports){
|
|
60667
60757
|
"use strict";
|
|
60668
60758
|
/*!
|
|
60669
60759
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60783,7 +60873,7 @@ __decorate([
|
|
|
60783
60873
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
60784
60874
|
exports.VocabularyImpl = VocabularyImpl;
|
|
60785
60875
|
|
|
60786
|
-
},{"./Decorators":
|
|
60876
|
+
},{"./Decorators":298,"./Token":323}],330:[function(require,module,exports){
|
|
60787
60877
|
"use strict";
|
|
60788
60878
|
/*!
|
|
60789
60879
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60791,7 +60881,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
60791
60881
|
*/
|
|
60792
60882
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60793
60883
|
|
|
60794
|
-
},{}],
|
|
60884
|
+
},{}],331:[function(require,module,exports){
|
|
60795
60885
|
"use strict";
|
|
60796
60886
|
/*!
|
|
60797
60887
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61013,7 +61103,7 @@ exports.ATN = ATN;
|
|
|
61013
61103
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
61014
61104
|
exports.ATN = ATN;
|
|
61015
61105
|
|
|
61016
|
-
},{"../Decorators":
|
|
61106
|
+
},{"../Decorators":298,"../Token":323,"../dfa/DFA":396,"../misc/Array2DHashMap":401,"../misc/IntervalSet":411,"../misc/ObjectEqualityComparator":414,"./InvalidState":354,"./LL1Analyzer":355,"./PredictionContext":378,"assert":441}],332:[function(require,module,exports){
|
|
61017
61107
|
"use strict";
|
|
61018
61108
|
/*!
|
|
61019
61109
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61538,7 +61628,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
61538
61628
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
61539
61629
|
], ActionSemanticContextATNConfig);
|
|
61540
61630
|
|
|
61541
|
-
},{"../Decorators":
|
|
61631
|
+
},{"../Decorators":298,"../misc/Array2DHashMap":401,"../misc/MurmurHash":413,"../misc/ObjectEqualityComparator":414,"./DecisionState":351,"./PredictionContext":378,"./SemanticContext":386,"assert":441}],333:[function(require,module,exports){
|
|
61542
61632
|
"use strict";
|
|
61543
61633
|
/*!
|
|
61544
61634
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61985,7 +62075,7 @@ __decorate([
|
|
|
61985
62075
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
61986
62076
|
exports.ATNConfigSet = ATNConfigSet;
|
|
61987
62077
|
|
|
61988
|
-
},{"../Decorators":
|
|
62078
|
+
},{"../Decorators":298,"../misc/Array2DHashMap":401,"../misc/Array2DHashSet":402,"../misc/ArrayEqualityComparator":403,"../misc/BitSet":405,"../misc/ObjectEqualityComparator":414,"../misc/Utils":417,"./ATN":331,"./ATNConfig":332,"./PredictionContext":378,"./PredictionContextCache":379,"./SemanticContext":386,"assert":441}],334:[function(require,module,exports){
|
|
61989
62079
|
"use strict";
|
|
61990
62080
|
/*!
|
|
61991
62081
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62064,7 +62154,7 @@ __decorate([
|
|
|
62064
62154
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
62065
62155
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
62066
62156
|
|
|
62067
|
-
},{"../Decorators":
|
|
62157
|
+
},{"../Decorators":298}],335:[function(require,module,exports){
|
|
62068
62158
|
"use strict";
|
|
62069
62159
|
/*!
|
|
62070
62160
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63151,7 +63241,7 @@ __decorate([
|
|
|
63151
63241
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
63152
63242
|
exports.ATNDeserializer = ATNDeserializer;
|
|
63153
63243
|
|
|
63154
|
-
},{"../Decorators":
|
|
63244
|
+
},{"../Decorators":298,"../Token":323,"../dfa/DFA":396,"../misc/Array2DHashSet":402,"../misc/BitSet":405,"../misc/IntervalSet":411,"../misc/UUID":416,"./ATN":331,"./ATNDeserializationOptions":334,"./ATNStateType":338,"./ActionTransition":340,"./AtomTransition":342,"./BasicBlockStartState":343,"./BasicState":344,"./BlockEndState":345,"./BlockStartState":346,"./DecisionState":351,"./EpsilonTransition":352,"./InvalidState":354,"./LexerChannelAction":358,"./LexerCustomAction":359,"./LexerModeAction":361,"./LexerMoreAction":362,"./LexerPopModeAction":363,"./LexerPushModeAction":364,"./LexerSkipAction":365,"./LexerTypeAction":366,"./LoopEndState":368,"./NotSetTransition":369,"./ParserATNSimulator":372,"./PlusBlockStartState":373,"./PlusLoopbackState":374,"./PrecedencePredicateTransition":375,"./PredicateTransition":377,"./RangeTransition":382,"./RuleStartState":383,"./RuleStopState":384,"./RuleTransition":385,"./SetTransition":387,"./StarBlockStartState":389,"./StarLoopEntryState":390,"./StarLoopbackState":391,"./TokensStartState":392,"./WildcardTransition":394}],336:[function(require,module,exports){
|
|
63155
63245
|
"use strict";
|
|
63156
63246
|
/*!
|
|
63157
63247
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63215,7 +63305,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
63215
63305
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
63216
63306
|
exports.ATNSimulator = ATNSimulator;
|
|
63217
63307
|
|
|
63218
|
-
},{"../Decorators":
|
|
63308
|
+
},{"../Decorators":298,"../dfa/DFAState":398,"./ATNConfigSet":333,"./PredictionContext":378}],337:[function(require,module,exports){
|
|
63219
63309
|
"use strict";
|
|
63220
63310
|
/*!
|
|
63221
63311
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63402,7 +63492,7 @@ exports.ATNState = ATNState;
|
|
|
63402
63492
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63403
63493
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63404
63494
|
|
|
63405
|
-
},{"../Decorators":
|
|
63495
|
+
},{"../Decorators":298}],338:[function(require,module,exports){
|
|
63406
63496
|
"use strict";
|
|
63407
63497
|
/*!
|
|
63408
63498
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63428,7 +63518,7 @@ var ATNStateType;
|
|
|
63428
63518
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63429
63519
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63430
63520
|
|
|
63431
|
-
},{}],
|
|
63521
|
+
},{}],339:[function(require,module,exports){
|
|
63432
63522
|
"use strict";
|
|
63433
63523
|
/*!
|
|
63434
63524
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63448,7 +63538,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63448
63538
|
}
|
|
63449
63539
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63450
63540
|
|
|
63451
|
-
},{"./Transition":
|
|
63541
|
+
},{"./Transition":393}],340:[function(require,module,exports){
|
|
63452
63542
|
"use strict";
|
|
63453
63543
|
/*!
|
|
63454
63544
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63504,7 +63594,7 @@ ActionTransition = __decorate([
|
|
|
63504
63594
|
], ActionTransition);
|
|
63505
63595
|
exports.ActionTransition = ActionTransition;
|
|
63506
63596
|
|
|
63507
|
-
},{"../Decorators":
|
|
63597
|
+
},{"../Decorators":298,"./Transition":393}],341:[function(require,module,exports){
|
|
63508
63598
|
"use strict";
|
|
63509
63599
|
/*!
|
|
63510
63600
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63591,7 +63681,7 @@ AmbiguityInfo = __decorate([
|
|
|
63591
63681
|
], AmbiguityInfo);
|
|
63592
63682
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
63593
63683
|
|
|
63594
|
-
},{"../Decorators":
|
|
63684
|
+
},{"../Decorators":298,"./DecisionEventInfo":349}],342:[function(require,module,exports){
|
|
63595
63685
|
"use strict";
|
|
63596
63686
|
/*!
|
|
63597
63687
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63649,7 +63739,7 @@ AtomTransition = __decorate([
|
|
|
63649
63739
|
], AtomTransition);
|
|
63650
63740
|
exports.AtomTransition = AtomTransition;
|
|
63651
63741
|
|
|
63652
|
-
},{"../Decorators":
|
|
63742
|
+
},{"../Decorators":298,"../misc/IntervalSet":411,"./Transition":393}],343:[function(require,module,exports){
|
|
63653
63743
|
"use strict";
|
|
63654
63744
|
/*!
|
|
63655
63745
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63681,7 +63771,7 @@ __decorate([
|
|
|
63681
63771
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
63682
63772
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
63683
63773
|
|
|
63684
|
-
},{"../Decorators":
|
|
63774
|
+
},{"../Decorators":298,"./ATNStateType":338,"./BlockStartState":346}],344:[function(require,module,exports){
|
|
63685
63775
|
"use strict";
|
|
63686
63776
|
/*!
|
|
63687
63777
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63713,7 +63803,7 @@ __decorate([
|
|
|
63713
63803
|
], BasicState.prototype, "stateType", null);
|
|
63714
63804
|
exports.BasicState = BasicState;
|
|
63715
63805
|
|
|
63716
|
-
},{"../Decorators":
|
|
63806
|
+
},{"../Decorators":298,"./ATNState":337,"./ATNStateType":338}],345:[function(require,module,exports){
|
|
63717
63807
|
"use strict";
|
|
63718
63808
|
/*!
|
|
63719
63809
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63742,7 +63832,7 @@ __decorate([
|
|
|
63742
63832
|
], BlockEndState.prototype, "stateType", null);
|
|
63743
63833
|
exports.BlockEndState = BlockEndState;
|
|
63744
63834
|
|
|
63745
|
-
},{"../Decorators":
|
|
63835
|
+
},{"../Decorators":298,"./ATNState":337,"./ATNStateType":338}],346:[function(require,module,exports){
|
|
63746
63836
|
"use strict";
|
|
63747
63837
|
/*!
|
|
63748
63838
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63756,7 +63846,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
63756
63846
|
}
|
|
63757
63847
|
exports.BlockStartState = BlockStartState;
|
|
63758
63848
|
|
|
63759
|
-
},{"./DecisionState":
|
|
63849
|
+
},{"./DecisionState":351}],347:[function(require,module,exports){
|
|
63760
63850
|
"use strict";
|
|
63761
63851
|
/*!
|
|
63762
63852
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63826,7 +63916,7 @@ __decorate([
|
|
|
63826
63916
|
], ConflictInfo.prototype, "hashCode", null);
|
|
63827
63917
|
exports.ConflictInfo = ConflictInfo;
|
|
63828
63918
|
|
|
63829
|
-
},{"../Decorators":
|
|
63919
|
+
},{"../Decorators":298,"../misc/Utils":417}],348:[function(require,module,exports){
|
|
63830
63920
|
"use strict";
|
|
63831
63921
|
/*!
|
|
63832
63922
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63886,7 +63976,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
63886
63976
|
], ContextSensitivityInfo);
|
|
63887
63977
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
63888
63978
|
|
|
63889
|
-
},{"../Decorators":
|
|
63979
|
+
},{"../Decorators":298,"./DecisionEventInfo":349}],349:[function(require,module,exports){
|
|
63890
63980
|
"use strict";
|
|
63891
63981
|
/*!
|
|
63892
63982
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63938,7 +64028,7 @@ DecisionEventInfo = __decorate([
|
|
|
63938
64028
|
], DecisionEventInfo);
|
|
63939
64029
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
63940
64030
|
|
|
63941
|
-
},{"../Decorators":
|
|
64031
|
+
},{"../Decorators":298}],350:[function(require,module,exports){
|
|
63942
64032
|
"use strict";
|
|
63943
64033
|
/*!
|
|
63944
64034
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64151,7 +64241,7 @@ __decorate([
|
|
|
64151
64241
|
], DecisionInfo.prototype, "toString", null);
|
|
64152
64242
|
exports.DecisionInfo = DecisionInfo;
|
|
64153
64243
|
|
|
64154
|
-
},{"../Decorators":
|
|
64244
|
+
},{"../Decorators":298}],351:[function(require,module,exports){
|
|
64155
64245
|
"use strict";
|
|
64156
64246
|
/*!
|
|
64157
64247
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64171,7 +64261,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
64171
64261
|
}
|
|
64172
64262
|
exports.DecisionState = DecisionState;
|
|
64173
64263
|
|
|
64174
|
-
},{"./ATNState":
|
|
64264
|
+
},{"./ATNState":337}],352:[function(require,module,exports){
|
|
64175
64265
|
"use strict";
|
|
64176
64266
|
/*!
|
|
64177
64267
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64237,7 +64327,7 @@ EpsilonTransition = __decorate([
|
|
|
64237
64327
|
], EpsilonTransition);
|
|
64238
64328
|
exports.EpsilonTransition = EpsilonTransition;
|
|
64239
64329
|
|
|
64240
|
-
},{"../Decorators":
|
|
64330
|
+
},{"../Decorators":298,"./Transition":393}],353:[function(require,module,exports){
|
|
64241
64331
|
"use strict";
|
|
64242
64332
|
/*!
|
|
64243
64333
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64290,7 +64380,7 @@ ErrorInfo = __decorate([
|
|
|
64290
64380
|
], ErrorInfo);
|
|
64291
64381
|
exports.ErrorInfo = ErrorInfo;
|
|
64292
64382
|
|
|
64293
|
-
},{"../Decorators":
|
|
64383
|
+
},{"../Decorators":298,"./DecisionEventInfo":349}],354:[function(require,module,exports){
|
|
64294
64384
|
"use strict";
|
|
64295
64385
|
/*!
|
|
64296
64386
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64321,7 +64411,7 @@ __decorate([
|
|
|
64321
64411
|
], InvalidState.prototype, "stateType", null);
|
|
64322
64412
|
exports.InvalidState = InvalidState;
|
|
64323
64413
|
|
|
64324
|
-
},{"../Decorators":
|
|
64414
|
+
},{"../Decorators":298,"./ATNStateType":338,"./BasicState":344}],355:[function(require,module,exports){
|
|
64325
64415
|
"use strict";
|
|
64326
64416
|
/*!
|
|
64327
64417
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64543,7 +64633,7 @@ LL1Analyzer = __decorate([
|
|
|
64543
64633
|
], LL1Analyzer);
|
|
64544
64634
|
exports.LL1Analyzer = LL1Analyzer;
|
|
64545
64635
|
|
|
64546
|
-
},{"../Decorators":
|
|
64636
|
+
},{"../Decorators":298,"../Token":323,"../misc/Array2DHashSet":402,"../misc/BitSet":405,"../misc/IntervalSet":411,"../misc/ObjectEqualityComparator":414,"./ATNConfig":332,"./AbstractPredicateTransition":339,"./NotSetTransition":369,"./PredictionContext":378,"./RuleStopState":384,"./RuleTransition":385,"./WildcardTransition":394}],356:[function(require,module,exports){
|
|
64547
64637
|
"use strict";
|
|
64548
64638
|
/*!
|
|
64549
64639
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65260,7 +65350,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
65260
65350
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
65261
65351
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
65262
65352
|
|
|
65263
|
-
},{"../Decorators":
|
|
65353
|
+
},{"../Decorators":298,"../IntStream":304,"../Lexer":306,"../LexerNoViableAltException":308,"../Token":323,"../dfa/AcceptStateInfo":395,"../dfa/DFAState":398,"../misc/Interval":410,"./ATN":331,"./ATNConfig":332,"./ATNConfigSet":333,"./ATNSimulator":336,"./LexerActionExecutor":357,"./OrderedATNConfigSet":370,"./PredictionContext":378,"./RuleStopState":384,"assert":441}],357:[function(require,module,exports){
|
|
65264
65354
|
"use strict";
|
|
65265
65355
|
/*!
|
|
65266
65356
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65461,7 +65551,7 @@ LexerActionExecutor = __decorate([
|
|
|
65461
65551
|
], LexerActionExecutor);
|
|
65462
65552
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65463
65553
|
|
|
65464
|
-
},{"../Decorators":
|
|
65554
|
+
},{"../Decorators":298,"../misc/ArrayEqualityComparator":403,"../misc/MurmurHash":413,"./LexerIndexedCustomAction":360}],358:[function(require,module,exports){
|
|
65465
65555
|
"use strict";
|
|
65466
65556
|
/*!
|
|
65467
65557
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65566,7 +65656,7 @@ __decorate([
|
|
|
65566
65656
|
], LexerChannelAction.prototype, "toString", null);
|
|
65567
65657
|
exports.LexerChannelAction = LexerChannelAction;
|
|
65568
65658
|
|
|
65569
|
-
},{"../Decorators":
|
|
65659
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],359:[function(require,module,exports){
|
|
65570
65660
|
"use strict";
|
|
65571
65661
|
/*!
|
|
65572
65662
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65695,7 +65785,7 @@ __decorate([
|
|
|
65695
65785
|
], LexerCustomAction.prototype, "equals", null);
|
|
65696
65786
|
exports.LexerCustomAction = LexerCustomAction;
|
|
65697
65787
|
|
|
65698
|
-
},{"../Decorators":
|
|
65788
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],360:[function(require,module,exports){
|
|
65699
65789
|
"use strict";
|
|
65700
65790
|
/*!
|
|
65701
65791
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65830,7 +65920,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
65830
65920
|
], LexerIndexedCustomAction);
|
|
65831
65921
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
65832
65922
|
|
|
65833
|
-
},{"../Decorators":
|
|
65923
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],361:[function(require,module,exports){
|
|
65834
65924
|
"use strict";
|
|
65835
65925
|
/*!
|
|
65836
65926
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65935,7 +66025,7 @@ __decorate([
|
|
|
65935
66025
|
], LexerModeAction.prototype, "toString", null);
|
|
65936
66026
|
exports.LexerModeAction = LexerModeAction;
|
|
65937
66027
|
|
|
65938
|
-
},{"../Decorators":
|
|
66028
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],362:[function(require,module,exports){
|
|
65939
66029
|
"use strict";
|
|
65940
66030
|
/*!
|
|
65941
66031
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66031,7 +66121,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
66031
66121
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
66032
66122
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
66033
66123
|
|
|
66034
|
-
},{"../Decorators":
|
|
66124
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],363:[function(require,module,exports){
|
|
66035
66125
|
"use strict";
|
|
66036
66126
|
/*!
|
|
66037
66127
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66127,7 +66217,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
66127
66217
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
66128
66218
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
66129
66219
|
|
|
66130
|
-
},{"../Decorators":
|
|
66220
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],364:[function(require,module,exports){
|
|
66131
66221
|
"use strict";
|
|
66132
66222
|
/*!
|
|
66133
66223
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66232,7 +66322,7 @@ __decorate([
|
|
|
66232
66322
|
], LexerPushModeAction.prototype, "toString", null);
|
|
66233
66323
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
66234
66324
|
|
|
66235
|
-
},{"../Decorators":
|
|
66325
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],365:[function(require,module,exports){
|
|
66236
66326
|
"use strict";
|
|
66237
66327
|
/*!
|
|
66238
66328
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66328,7 +66418,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
66328
66418
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
66329
66419
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
66330
66420
|
|
|
66331
|
-
},{"../Decorators":
|
|
66421
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],366:[function(require,module,exports){
|
|
66332
66422
|
"use strict";
|
|
66333
66423
|
/*!
|
|
66334
66424
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66432,7 +66522,7 @@ __decorate([
|
|
|
66432
66522
|
], LexerTypeAction.prototype, "toString", null);
|
|
66433
66523
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66434
66524
|
|
|
66435
|
-
},{"../Decorators":
|
|
66525
|
+
},{"../Decorators":298,"../misc/MurmurHash":413}],367:[function(require,module,exports){
|
|
66436
66526
|
"use strict";
|
|
66437
66527
|
/*!
|
|
66438
66528
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66484,7 +66574,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66484
66574
|
], LookaheadEventInfo);
|
|
66485
66575
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
66486
66576
|
|
|
66487
|
-
},{"../Decorators":
|
|
66577
|
+
},{"../Decorators":298,"./DecisionEventInfo":349}],368:[function(require,module,exports){
|
|
66488
66578
|
"use strict";
|
|
66489
66579
|
/*!
|
|
66490
66580
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66513,7 +66603,7 @@ __decorate([
|
|
|
66513
66603
|
], LoopEndState.prototype, "stateType", null);
|
|
66514
66604
|
exports.LoopEndState = LoopEndState;
|
|
66515
66605
|
|
|
66516
|
-
},{"../Decorators":
|
|
66606
|
+
},{"../Decorators":298,"./ATNState":337,"./ATNStateType":338}],369:[function(require,module,exports){
|
|
66517
66607
|
"use strict";
|
|
66518
66608
|
/*!
|
|
66519
66609
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66562,7 +66652,7 @@ NotSetTransition = __decorate([
|
|
|
66562
66652
|
], NotSetTransition);
|
|
66563
66653
|
exports.NotSetTransition = NotSetTransition;
|
|
66564
66654
|
|
|
66565
|
-
},{"../Decorators":
|
|
66655
|
+
},{"../Decorators":298,"./SetTransition":387}],370:[function(require,module,exports){
|
|
66566
66656
|
"use strict";
|
|
66567
66657
|
/*!
|
|
66568
66658
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66617,7 +66707,7 @@ __decorate([
|
|
|
66617
66707
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
66618
66708
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
66619
66709
|
|
|
66620
|
-
},{"../Decorators":
|
|
66710
|
+
},{"../Decorators":298,"./ATNConfigSet":333}],371:[function(require,module,exports){
|
|
66621
66711
|
"use strict";
|
|
66622
66712
|
/*!
|
|
66623
66713
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66779,7 +66869,7 @@ ParseInfo = __decorate([
|
|
|
66779
66869
|
], ParseInfo);
|
|
66780
66870
|
exports.ParseInfo = ParseInfo;
|
|
66781
66871
|
|
|
66782
|
-
},{"../Decorators":
|
|
66872
|
+
},{"../Decorators":298}],372:[function(require,module,exports){
|
|
66783
66873
|
"use strict";
|
|
66784
66874
|
/*!
|
|
66785
66875
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69052,7 +69142,7 @@ ParserATNSimulator = __decorate([
|
|
|
69052
69142
|
], ParserATNSimulator);
|
|
69053
69143
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
69054
69144
|
|
|
69055
|
-
},{"../Decorators":
|
|
69145
|
+
},{"../Decorators":298,"../IntStream":304,"../NoViableAltException":310,"../ParserRuleContext":314,"../Token":323,"../VocabularyImpl":329,"../dfa/AcceptStateInfo":395,"../dfa/DFAState":398,"../misc/Array2DHashSet":402,"../misc/Arrays":404,"../misc/BitSet":405,"../misc/IntegerList":408,"../misc/Interval":410,"../misc/ObjectEqualityComparator":414,"./ATN":331,"./ATNConfig":332,"./ATNConfigSet":333,"./ATNSimulator":336,"./ATNStateType":338,"./ActionTransition":340,"./AtomTransition":342,"./ConflictInfo":347,"./DecisionState":351,"./NotSetTransition":369,"./PredictionContext":378,"./PredictionContextCache":379,"./PredictionMode":380,"./RuleStopState":384,"./RuleTransition":385,"./SemanticContext":386,"./SetTransition":387,"./SimulatorState":388,"assert":441}],373:[function(require,module,exports){
|
|
69056
69146
|
"use strict";
|
|
69057
69147
|
/*!
|
|
69058
69148
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69085,7 +69175,7 @@ __decorate([
|
|
|
69085
69175
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
69086
69176
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
69087
69177
|
|
|
69088
|
-
},{"../Decorators":
|
|
69178
|
+
},{"../Decorators":298,"./ATNStateType":338,"./BlockStartState":346}],374:[function(require,module,exports){
|
|
69089
69179
|
"use strict";
|
|
69090
69180
|
/*!
|
|
69091
69181
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69116,7 +69206,7 @@ __decorate([
|
|
|
69116
69206
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
69117
69207
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
69118
69208
|
|
|
69119
|
-
},{"../Decorators":
|
|
69209
|
+
},{"../Decorators":298,"./ATNStateType":338,"./DecisionState":351}],375:[function(require,module,exports){
|
|
69120
69210
|
"use strict";
|
|
69121
69211
|
/*!
|
|
69122
69212
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69179,7 +69269,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
69179
69269
|
], PrecedencePredicateTransition);
|
|
69180
69270
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
69181
69271
|
|
|
69182
|
-
},{"../Decorators":
|
|
69272
|
+
},{"../Decorators":298,"./AbstractPredicateTransition":339,"./SemanticContext":386}],376:[function(require,module,exports){
|
|
69183
69273
|
"use strict";
|
|
69184
69274
|
/*!
|
|
69185
69275
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69242,7 +69332,7 @@ PredicateEvalInfo = __decorate([
|
|
|
69242
69332
|
], PredicateEvalInfo);
|
|
69243
69333
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
69244
69334
|
|
|
69245
|
-
},{"../Decorators":
|
|
69335
|
+
},{"../Decorators":298,"./DecisionEventInfo":349}],377:[function(require,module,exports){
|
|
69246
69336
|
"use strict";
|
|
69247
69337
|
/*!
|
|
69248
69338
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69308,7 +69398,7 @@ PredicateTransition = __decorate([
|
|
|
69308
69398
|
], PredicateTransition);
|
|
69309
69399
|
exports.PredicateTransition = PredicateTransition;
|
|
69310
69400
|
|
|
69311
|
-
},{"../Decorators":
|
|
69401
|
+
},{"../Decorators":298,"./AbstractPredicateTransition":339,"./SemanticContext":386}],378:[function(require,module,exports){
|
|
69312
69402
|
"use strict";
|
|
69313
69403
|
/*!
|
|
69314
69404
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69999,7 +70089,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
69999
70089
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
70000
70090
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
70001
70091
|
|
|
70002
|
-
},{"../Decorators":
|
|
70092
|
+
},{"../Decorators":298,"../misc/Array2DHashMap":401,"../misc/Array2DHashSet":402,"../misc/Arrays":404,"../misc/MurmurHash":413,"./PredictionContextCache":379,"assert":441}],379:[function(require,module,exports){
|
|
70003
70093
|
"use strict";
|
|
70004
70094
|
/*!
|
|
70005
70095
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70140,7 +70230,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
70140
70230
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
70141
70231
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
70142
70232
|
|
|
70143
|
-
},{"../Decorators":
|
|
70233
|
+
},{"../Decorators":298,"../misc/Array2DHashMap":401,"../misc/ObjectEqualityComparator":414,"./PredictionContext":378,"assert":441}],380:[function(require,module,exports){
|
|
70144
70234
|
"use strict";
|
|
70145
70235
|
/*!
|
|
70146
70236
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70301,7 +70391,7 @@ var PredictionMode;
|
|
|
70301
70391
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
70302
70392
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
70303
70393
|
|
|
70304
|
-
},{"../Decorators":
|
|
70394
|
+
},{"../Decorators":298,"../misc/Array2DHashMap":401,"../misc/MurmurHash":413,"./RuleStopState":384}],381:[function(require,module,exports){
|
|
70305
70395
|
(function (process){(function (){
|
|
70306
70396
|
"use strict";
|
|
70307
70397
|
/*!
|
|
@@ -70570,7 +70660,7 @@ __decorate([
|
|
|
70570
70660
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
70571
70661
|
|
|
70572
70662
|
}).call(this)}).call(this,require('_process'))
|
|
70573
|
-
},{"../Decorators":
|
|
70663
|
+
},{"../Decorators":298,"./ATN":331,"./ATNSimulator":336,"./AmbiguityInfo":341,"./ContextSensitivityInfo":348,"./DecisionInfo":350,"./ErrorInfo":353,"./LookaheadEventInfo":367,"./ParserATNSimulator":372,"./PredicateEvalInfo":376,"./SemanticContext":386,"./SimulatorState":388,"_process":500}],382:[function(require,module,exports){
|
|
70574
70664
|
"use strict";
|
|
70575
70665
|
/*!
|
|
70576
70666
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70628,7 +70718,7 @@ RangeTransition = __decorate([
|
|
|
70628
70718
|
], RangeTransition);
|
|
70629
70719
|
exports.RangeTransition = RangeTransition;
|
|
70630
70720
|
|
|
70631
|
-
},{"../Decorators":
|
|
70721
|
+
},{"../Decorators":298,"../misc/IntervalSet":411,"./Transition":393}],383:[function(require,module,exports){
|
|
70632
70722
|
"use strict";
|
|
70633
70723
|
/*!
|
|
70634
70724
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70661,7 +70751,7 @@ __decorate([
|
|
|
70661
70751
|
], RuleStartState.prototype, "stateType", null);
|
|
70662
70752
|
exports.RuleStartState = RuleStartState;
|
|
70663
70753
|
|
|
70664
|
-
},{"../Decorators":
|
|
70754
|
+
},{"../Decorators":298,"./ATNState":337,"./ATNStateType":338}],384:[function(require,module,exports){
|
|
70665
70755
|
"use strict";
|
|
70666
70756
|
/*!
|
|
70667
70757
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70700,7 +70790,7 @@ __decorate([
|
|
|
70700
70790
|
], RuleStopState.prototype, "stateType", null);
|
|
70701
70791
|
exports.RuleStopState = RuleStopState;
|
|
70702
70792
|
|
|
70703
|
-
},{"../Decorators":
|
|
70793
|
+
},{"../Decorators":298,"./ATNState":337,"./ATNStateType":338}],385:[function(require,module,exports){
|
|
70704
70794
|
"use strict";
|
|
70705
70795
|
/*!
|
|
70706
70796
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70756,7 +70846,7 @@ RuleTransition = __decorate([
|
|
|
70756
70846
|
], RuleTransition);
|
|
70757
70847
|
exports.RuleTransition = RuleTransition;
|
|
70758
70848
|
|
|
70759
|
-
},{"../Decorators":
|
|
70849
|
+
},{"../Decorators":298,"./Transition":393}],386:[function(require,module,exports){
|
|
70760
70850
|
"use strict";
|
|
70761
70851
|
/*!
|
|
70762
70852
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71236,7 +71326,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
71236
71326
|
SemanticContext.OR = OR;
|
|
71237
71327
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
71238
71328
|
|
|
71239
|
-
},{"../Decorators":
|
|
71329
|
+
},{"../Decorators":298,"../misc/Array2DHashSet":402,"../misc/ArrayEqualityComparator":403,"../misc/MurmurHash":413,"../misc/ObjectEqualityComparator":414,"../misc/Utils":417}],387:[function(require,module,exports){
|
|
71240
71330
|
"use strict";
|
|
71241
71331
|
/*!
|
|
71242
71332
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71302,7 +71392,7 @@ SetTransition = __decorate([
|
|
|
71302
71392
|
], SetTransition);
|
|
71303
71393
|
exports.SetTransition = SetTransition;
|
|
71304
71394
|
|
|
71305
|
-
},{"../Decorators":
|
|
71395
|
+
},{"../Decorators":298,"../Token":323,"../misc/IntervalSet":411,"./Transition":393}],388:[function(require,module,exports){
|
|
71306
71396
|
"use strict";
|
|
71307
71397
|
/*!
|
|
71308
71398
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71338,7 +71428,7 @@ SimulatorState = __decorate([
|
|
|
71338
71428
|
], SimulatorState);
|
|
71339
71429
|
exports.SimulatorState = SimulatorState;
|
|
71340
71430
|
|
|
71341
|
-
},{"../Decorators":
|
|
71431
|
+
},{"../Decorators":298,"../ParserRuleContext":314}],389:[function(require,module,exports){
|
|
71342
71432
|
"use strict";
|
|
71343
71433
|
/*!
|
|
71344
71434
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71366,7 +71456,7 @@ __decorate([
|
|
|
71366
71456
|
], StarBlockStartState.prototype, "stateType", null);
|
|
71367
71457
|
exports.StarBlockStartState = StarBlockStartState;
|
|
71368
71458
|
|
|
71369
|
-
},{"../Decorators":
|
|
71459
|
+
},{"../Decorators":298,"./ATNStateType":338,"./BlockStartState":346}],390:[function(require,module,exports){
|
|
71370
71460
|
"use strict";
|
|
71371
71461
|
/*!
|
|
71372
71462
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71423,7 +71513,7 @@ __decorate([
|
|
|
71423
71513
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71424
71514
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71425
71515
|
|
|
71426
|
-
},{"../Decorators":
|
|
71516
|
+
},{"../Decorators":298,"../misc/BitSet":405,"./ATNStateType":338,"./DecisionState":351}],391:[function(require,module,exports){
|
|
71427
71517
|
"use strict";
|
|
71428
71518
|
/*!
|
|
71429
71519
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71454,7 +71544,7 @@ __decorate([
|
|
|
71454
71544
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71455
71545
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71456
71546
|
|
|
71457
|
-
},{"../Decorators":
|
|
71547
|
+
},{"../Decorators":298,"./ATNState":337,"./ATNStateType":338}],392:[function(require,module,exports){
|
|
71458
71548
|
"use strict";
|
|
71459
71549
|
/*!
|
|
71460
71550
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71483,7 +71573,7 @@ __decorate([
|
|
|
71483
71573
|
], TokensStartState.prototype, "stateType", null);
|
|
71484
71574
|
exports.TokensStartState = TokensStartState;
|
|
71485
71575
|
|
|
71486
|
-
},{"../Decorators":
|
|
71576
|
+
},{"../Decorators":298,"./ATNStateType":338,"./DecisionState":351}],393:[function(require,module,exports){
|
|
71487
71577
|
"use strict";
|
|
71488
71578
|
/*!
|
|
71489
71579
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71557,7 +71647,7 @@ Transition = __decorate([
|
|
|
71557
71647
|
], Transition);
|
|
71558
71648
|
exports.Transition = Transition;
|
|
71559
71649
|
|
|
71560
|
-
},{"../Decorators":
|
|
71650
|
+
},{"../Decorators":298}],394:[function(require,module,exports){
|
|
71561
71651
|
"use strict";
|
|
71562
71652
|
/*!
|
|
71563
71653
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71605,7 +71695,7 @@ WildcardTransition = __decorate([
|
|
|
71605
71695
|
], WildcardTransition);
|
|
71606
71696
|
exports.WildcardTransition = WildcardTransition;
|
|
71607
71697
|
|
|
71608
|
-
},{"../Decorators":
|
|
71698
|
+
},{"../Decorators":298,"./Transition":393}],395:[function(require,module,exports){
|
|
71609
71699
|
"use strict";
|
|
71610
71700
|
/*!
|
|
71611
71701
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71647,7 +71737,7 @@ class AcceptStateInfo {
|
|
|
71647
71737
|
}
|
|
71648
71738
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
71649
71739
|
|
|
71650
|
-
},{}],
|
|
71740
|
+
},{}],396:[function(require,module,exports){
|
|
71651
71741
|
"use strict";
|
|
71652
71742
|
/*!
|
|
71653
71743
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71822,7 +71912,7 @@ DFA = __decorate([
|
|
|
71822
71912
|
], DFA);
|
|
71823
71913
|
exports.DFA = DFA;
|
|
71824
71914
|
|
|
71825
|
-
},{"../Decorators":
|
|
71915
|
+
},{"../Decorators":298,"../VocabularyImpl":329,"../atn/ATNConfigSet":333,"../atn/StarLoopEntryState":390,"../misc/Array2DHashSet":402,"../misc/ObjectEqualityComparator":414,"./DFASerializer":397,"./DFAState":398,"./LexerDFASerializer":399}],397:[function(require,module,exports){
|
|
71826
71916
|
"use strict";
|
|
71827
71917
|
/*!
|
|
71828
71918
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71964,7 +72054,7 @@ __decorate([
|
|
|
71964
72054
|
], DFASerializer.prototype, "toString", null);
|
|
71965
72055
|
exports.DFASerializer = DFASerializer;
|
|
71966
72056
|
|
|
71967
|
-
},{"../Decorators":
|
|
72057
|
+
},{"../Decorators":298,"../Recognizer":318,"../VocabularyImpl":329,"../atn/ATNSimulator":336,"../atn/PredictionContext":378}],398:[function(require,module,exports){
|
|
71968
72058
|
"use strict";
|
|
71969
72059
|
/*!
|
|
71970
72060
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72195,7 +72285,7 @@ exports.DFAState = DFAState;
|
|
|
72195
72285
|
DFAState.PredPrediction = PredPrediction;
|
|
72196
72286
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
72197
72287
|
|
|
72198
|
-
},{"../Decorators":
|
|
72288
|
+
},{"../Decorators":298,"../atn/ATN":331,"../atn/PredictionContext":378,"../misc/BitSet":405,"../misc/MurmurHash":413,"assert":441}],399:[function(require,module,exports){
|
|
72199
72289
|
"use strict";
|
|
72200
72290
|
/*!
|
|
72201
72291
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72232,7 +72322,7 @@ LexerDFASerializer = __decorate([
|
|
|
72232
72322
|
], LexerDFASerializer);
|
|
72233
72323
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
72234
72324
|
|
|
72235
|
-
},{"../Decorators":
|
|
72325
|
+
},{"../Decorators":298,"../VocabularyImpl":329,"./DFASerializer":397}],400:[function(require,module,exports){
|
|
72236
72326
|
"use strict";
|
|
72237
72327
|
/*!
|
|
72238
72328
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72298,7 +72388,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
72298
72388
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
72299
72389
|
__exportStar(require("./WritableToken"), exports);
|
|
72300
72390
|
|
|
72301
|
-
},{"./ANTLRErrorListener":
|
|
72391
|
+
},{"./ANTLRErrorListener":285,"./ANTLRErrorStrategy":286,"./ANTLRInputStream":287,"./BailErrorStrategy":288,"./BufferedTokenStream":289,"./CharStream":290,"./CharStreams":291,"./CodePointBuffer":292,"./CodePointCharStream":293,"./CommonToken":294,"./CommonTokenFactory":295,"./CommonTokenStream":296,"./ConsoleErrorListener":297,"./DefaultErrorStrategy":299,"./Dependents":300,"./DiagnosticErrorListener":301,"./FailedPredicateException":302,"./InputMismatchException":303,"./IntStream":304,"./InterpreterRuleContext":305,"./Lexer":306,"./LexerInterpreter":307,"./LexerNoViableAltException":308,"./ListTokenSource":309,"./NoViableAltException":310,"./Parser":311,"./ParserErrorListener":312,"./ParserInterpreter":313,"./ParserRuleContext":314,"./ProxyErrorListener":315,"./ProxyParserErrorListener":316,"./RecognitionException":317,"./Recognizer":318,"./RuleContext":319,"./RuleContextWithAltNum":320,"./RuleDependency":321,"./RuleVersion":322,"./Token":323,"./TokenFactory":324,"./TokenSource":325,"./TokenStream":326,"./TokenStreamRewriter":327,"./Vocabulary":328,"./VocabularyImpl":329,"./WritableToken":330}],401:[function(require,module,exports){
|
|
72302
72392
|
"use strict";
|
|
72303
72393
|
/*!
|
|
72304
72394
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72381,7 +72471,7 @@ class Array2DHashMap {
|
|
|
72381
72471
|
}
|
|
72382
72472
|
exports.Array2DHashMap = Array2DHashMap;
|
|
72383
72473
|
|
|
72384
|
-
},{"./Array2DHashSet":
|
|
72474
|
+
},{"./Array2DHashSet":402}],402:[function(require,module,exports){
|
|
72385
72475
|
"use strict";
|
|
72386
72476
|
/*!
|
|
72387
72477
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72748,7 +72838,7 @@ __decorate([
|
|
|
72748
72838
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
72749
72839
|
exports.Array2DHashSet = Array2DHashSet;
|
|
72750
72840
|
|
|
72751
|
-
},{"../Decorators":
|
|
72841
|
+
},{"../Decorators":298,"./DefaultEqualityComparator":407,"./MurmurHash":413,"assert":441}],403:[function(require,module,exports){
|
|
72752
72842
|
"use strict";
|
|
72753
72843
|
/*!
|
|
72754
72844
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72820,7 +72910,7 @@ __decorate([
|
|
|
72820
72910
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
72821
72911
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
72822
72912
|
|
|
72823
|
-
},{"../Decorators":
|
|
72913
|
+
},{"../Decorators":298,"./MurmurHash":413,"./ObjectEqualityComparator":414}],404:[function(require,module,exports){
|
|
72824
72914
|
"use strict";
|
|
72825
72915
|
/*!
|
|
72826
72916
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72890,7 +72980,7 @@ var Arrays;
|
|
|
72890
72980
|
Arrays.toString = toString;
|
|
72891
72981
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
72892
72982
|
|
|
72893
|
-
},{}],
|
|
72983
|
+
},{}],405:[function(require,module,exports){
|
|
72894
72984
|
"use strict";
|
|
72895
72985
|
/*!
|
|
72896
72986
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73562,7 +73652,7 @@ class BitSetIterator {
|
|
|
73562
73652
|
[Symbol.iterator]() { return this; }
|
|
73563
73653
|
}
|
|
73564
73654
|
|
|
73565
|
-
},{"./MurmurHash":
|
|
73655
|
+
},{"./MurmurHash":413,"util":505}],406:[function(require,module,exports){
|
|
73566
73656
|
"use strict";
|
|
73567
73657
|
/*!
|
|
73568
73658
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73583,7 +73673,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
73583
73673
|
}
|
|
73584
73674
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
73585
73675
|
|
|
73586
|
-
},{}],
|
|
73676
|
+
},{}],407:[function(require,module,exports){
|
|
73587
73677
|
"use strict";
|
|
73588
73678
|
/*!
|
|
73589
73679
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73654,7 +73744,7 @@ __decorate([
|
|
|
73654
73744
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
73655
73745
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
73656
73746
|
|
|
73657
|
-
},{"../Decorators":
|
|
73747
|
+
},{"../Decorators":298,"./MurmurHash":413,"./ObjectEqualityComparator":414}],408:[function(require,module,exports){
|
|
73658
73748
|
"use strict";
|
|
73659
73749
|
/*!
|
|
73660
73750
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73948,7 +74038,7 @@ __decorate([
|
|
|
73948
74038
|
], IntegerList.prototype, "toString", null);
|
|
73949
74039
|
exports.IntegerList = IntegerList;
|
|
73950
74040
|
|
|
73951
|
-
},{"../Decorators":
|
|
74041
|
+
},{"../Decorators":298,"./Arrays":404}],409:[function(require,module,exports){
|
|
73952
74042
|
"use strict";
|
|
73953
74043
|
/*!
|
|
73954
74044
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73978,7 +74068,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
73978
74068
|
}
|
|
73979
74069
|
exports.IntegerStack = IntegerStack;
|
|
73980
74070
|
|
|
73981
|
-
},{"./IntegerList":
|
|
74071
|
+
},{"./IntegerList":408}],410:[function(require,module,exports){
|
|
73982
74072
|
"use strict";
|
|
73983
74073
|
/*!
|
|
73984
74074
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74121,7 +74211,7 @@ __decorate([
|
|
|
74121
74211
|
], Interval.prototype, "toString", null);
|
|
74122
74212
|
exports.Interval = Interval;
|
|
74123
74213
|
|
|
74124
|
-
},{"../Decorators":
|
|
74214
|
+
},{"../Decorators":298}],411:[function(require,module,exports){
|
|
74125
74215
|
"use strict";
|
|
74126
74216
|
/*!
|
|
74127
74217
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74767,7 +74857,7 @@ __decorate([
|
|
|
74767
74857
|
], IntervalSet, "subtract", null);
|
|
74768
74858
|
exports.IntervalSet = IntervalSet;
|
|
74769
74859
|
|
|
74770
|
-
},{"../Decorators":
|
|
74860
|
+
},{"../Decorators":298,"../Lexer":306,"../Token":323,"./ArrayEqualityComparator":403,"./IntegerList":408,"./Interval":410,"./MurmurHash":413}],412:[function(require,module,exports){
|
|
74771
74861
|
"use strict";
|
|
74772
74862
|
/*!
|
|
74773
74863
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74800,7 +74890,7 @@ class MultiMap extends Map {
|
|
|
74800
74890
|
}
|
|
74801
74891
|
exports.MultiMap = MultiMap;
|
|
74802
74892
|
|
|
74803
|
-
},{}],
|
|
74893
|
+
},{}],413:[function(require,module,exports){
|
|
74804
74894
|
"use strict";
|
|
74805
74895
|
/*!
|
|
74806
74896
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74915,7 +75005,7 @@ var MurmurHash;
|
|
|
74915
75005
|
}
|
|
74916
75006
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
74917
75007
|
|
|
74918
|
-
},{}],
|
|
75008
|
+
},{}],414:[function(require,module,exports){
|
|
74919
75009
|
"use strict";
|
|
74920
75010
|
/*!
|
|
74921
75011
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74974,7 +75064,7 @@ __decorate([
|
|
|
74974
75064
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
74975
75065
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
74976
75066
|
|
|
74977
|
-
},{"../Decorators":
|
|
75067
|
+
},{"../Decorators":298}],415:[function(require,module,exports){
|
|
74978
75068
|
"use strict";
|
|
74979
75069
|
/*!
|
|
74980
75070
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75003,7 +75093,7 @@ class ParseCancellationException extends Error {
|
|
|
75003
75093
|
}
|
|
75004
75094
|
exports.ParseCancellationException = ParseCancellationException;
|
|
75005
75095
|
|
|
75006
|
-
},{}],
|
|
75096
|
+
},{}],416:[function(require,module,exports){
|
|
75007
75097
|
"use strict";
|
|
75008
75098
|
/*!
|
|
75009
75099
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75057,7 +75147,7 @@ class UUID {
|
|
|
75057
75147
|
}
|
|
75058
75148
|
exports.UUID = UUID;
|
|
75059
75149
|
|
|
75060
|
-
},{"./MurmurHash":
|
|
75150
|
+
},{"./MurmurHash":413}],417:[function(require,module,exports){
|
|
75061
75151
|
"use strict";
|
|
75062
75152
|
/*!
|
|
75063
75153
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75232,7 +75322,7 @@ exports.toCharArray = toCharArray;
|
|
|
75232
75322
|
// return s;
|
|
75233
75323
|
// }
|
|
75234
75324
|
|
|
75235
|
-
},{}],
|
|
75325
|
+
},{}],418:[function(require,module,exports){
|
|
75236
75326
|
"use strict";
|
|
75237
75327
|
/*!
|
|
75238
75328
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75377,7 +75467,7 @@ __decorate([
|
|
|
75377
75467
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
75378
75468
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
75379
75469
|
|
|
75380
|
-
},{"../Decorators":
|
|
75470
|
+
},{"../Decorators":298}],419:[function(require,module,exports){
|
|
75381
75471
|
"use strict";
|
|
75382
75472
|
/*!
|
|
75383
75473
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75413,7 +75503,7 @@ __decorate([
|
|
|
75413
75503
|
], ErrorNode.prototype, "accept", null);
|
|
75414
75504
|
exports.ErrorNode = ErrorNode;
|
|
75415
75505
|
|
|
75416
|
-
},{"../Decorators":
|
|
75506
|
+
},{"../Decorators":298,"./TerminalNode":421}],420:[function(require,module,exports){
|
|
75417
75507
|
"use strict";
|
|
75418
75508
|
/*!
|
|
75419
75509
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75425,7 +75515,7 @@ class RuleNode {
|
|
|
75425
75515
|
}
|
|
75426
75516
|
exports.RuleNode = RuleNode;
|
|
75427
75517
|
|
|
75428
|
-
},{}],
|
|
75518
|
+
},{}],421:[function(require,module,exports){
|
|
75429
75519
|
"use strict";
|
|
75430
75520
|
/*!
|
|
75431
75521
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75517,7 +75607,7 @@ __decorate([
|
|
|
75517
75607
|
], TerminalNode.prototype, "toString", null);
|
|
75518
75608
|
exports.TerminalNode = TerminalNode;
|
|
75519
75609
|
|
|
75520
|
-
},{"../Decorators":
|
|
75610
|
+
},{"../Decorators":298,"../Token":323,"../misc/Interval":410}],422:[function(require,module,exports){
|
|
75521
75611
|
"use strict";
|
|
75522
75612
|
/*!
|
|
75523
75613
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75761,7 +75851,7 @@ __decorate([
|
|
|
75761
75851
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
75762
75852
|
exports.Trees = Trees;
|
|
75763
75853
|
|
|
75764
|
-
},{"../CommonToken":
|
|
75854
|
+
},{"../CommonToken":294,"../Decorators":298,"../Parser":311,"../ParserRuleContext":314,"../Token":323,"../atn/ATN":331,"../misc/Utils":417,"./ErrorNode":419,"./RuleNode":420,"./TerminalNode":421}],423:[function(require,module,exports){
|
|
75765
75855
|
"use strict";
|
|
75766
75856
|
/*!
|
|
75767
75857
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75785,7 +75875,7 @@ class Chunk {
|
|
|
75785
75875
|
}
|
|
75786
75876
|
exports.Chunk = Chunk;
|
|
75787
75877
|
|
|
75788
|
-
},{}],
|
|
75878
|
+
},{}],424:[function(require,module,exports){
|
|
75789
75879
|
"use strict";
|
|
75790
75880
|
/*!
|
|
75791
75881
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75965,7 +76055,7 @@ ParseTreeMatch = __decorate([
|
|
|
75965
76055
|
], ParseTreeMatch);
|
|
75966
76056
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
75967
76057
|
|
|
75968
|
-
},{"../../Decorators":
|
|
76058
|
+
},{"../../Decorators":298}],425:[function(require,module,exports){
|
|
75969
76059
|
"use strict";
|
|
75970
76060
|
/*!
|
|
75971
76061
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76123,7 +76213,7 @@ ParseTreePattern = __decorate([
|
|
|
76123
76213
|
], ParseTreePattern);
|
|
76124
76214
|
exports.ParseTreePattern = ParseTreePattern;
|
|
76125
76215
|
|
|
76126
|
-
},{"../../Decorators":
|
|
76216
|
+
},{"../../Decorators":298,"../xpath/XPath":431}],426:[function(require,module,exports){
|
|
76127
76217
|
"use strict";
|
|
76128
76218
|
/*!
|
|
76129
76219
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76601,7 +76691,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
76601
76691
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
76602
76692
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
76603
76693
|
|
|
76604
|
-
},{"../../BailErrorStrategy":
|
|
76694
|
+
},{"../../BailErrorStrategy":288,"../../CharStreams":291,"../../CommonTokenStream":296,"../../Decorators":298,"../../ListTokenSource":309,"../../ParserInterpreter":313,"../../ParserRuleContext":314,"../../RecognitionException":317,"../../Token":323,"../../misc/MultiMap":412,"../../misc/ParseCancellationException":415,"../RuleNode":420,"../TerminalNode":421,"./ParseTreeMatch":424,"./ParseTreePattern":425,"./RuleTagToken":427,"./TagChunk":428,"./TextChunk":429,"./TokenTagToken":430}],427:[function(require,module,exports){
|
|
76605
76695
|
"use strict";
|
|
76606
76696
|
/*!
|
|
76607
76697
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76799,7 +76889,7 @@ RuleTagToken = __decorate([
|
|
|
76799
76889
|
], RuleTagToken);
|
|
76800
76890
|
exports.RuleTagToken = RuleTagToken;
|
|
76801
76891
|
|
|
76802
|
-
},{"../../Decorators":
|
|
76892
|
+
},{"../../Decorators":298,"../../Token":323}],428:[function(require,module,exports){
|
|
76803
76893
|
"use strict";
|
|
76804
76894
|
/*!
|
|
76805
76895
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76886,7 +76976,7 @@ __decorate([
|
|
|
76886
76976
|
], TagChunk.prototype, "toString", null);
|
|
76887
76977
|
exports.TagChunk = TagChunk;
|
|
76888
76978
|
|
|
76889
|
-
},{"../../Decorators":
|
|
76979
|
+
},{"../../Decorators":298,"./Chunk":423}],429:[function(require,module,exports){
|
|
76890
76980
|
"use strict";
|
|
76891
76981
|
/*!
|
|
76892
76982
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76956,7 +77046,7 @@ TextChunk = __decorate([
|
|
|
76956
77046
|
], TextChunk);
|
|
76957
77047
|
exports.TextChunk = TextChunk;
|
|
76958
77048
|
|
|
76959
|
-
},{"../../Decorators":
|
|
77049
|
+
},{"../../Decorators":298,"./Chunk":423}],430:[function(require,module,exports){
|
|
76960
77050
|
"use strict";
|
|
76961
77051
|
/*!
|
|
76962
77052
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77051,7 +77141,7 @@ TokenTagToken = __decorate([
|
|
|
77051
77141
|
], TokenTagToken);
|
|
77052
77142
|
exports.TokenTagToken = TokenTagToken;
|
|
77053
77143
|
|
|
77054
|
-
},{"../../CommonToken":
|
|
77144
|
+
},{"../../CommonToken":294,"../../Decorators":298}],431:[function(require,module,exports){
|
|
77055
77145
|
"use strict";
|
|
77056
77146
|
/*!
|
|
77057
77147
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77248,7 +77338,7 @@ exports.XPath = XPath;
|
|
|
77248
77338
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
77249
77339
|
XPath.NOT = "!"; // word for invert operator
|
|
77250
77340
|
|
|
77251
|
-
},{"../../CharStreams":
|
|
77341
|
+
},{"../../CharStreams":291,"../../CommonTokenStream":296,"../../LexerNoViableAltException":308,"../../ParserRuleContext":314,"../../Token":323,"./XPathLexer":433,"./XPathLexerErrorListener":434,"./XPathRuleAnywhereElement":435,"./XPathRuleElement":436,"./XPathTokenAnywhereElement":437,"./XPathTokenElement":438,"./XPathWildcardAnywhereElement":439,"./XPathWildcardElement":440}],432:[function(require,module,exports){
|
|
77252
77342
|
"use strict";
|
|
77253
77343
|
/*!
|
|
77254
77344
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77283,7 +77373,7 @@ __decorate([
|
|
|
77283
77373
|
], XPathElement.prototype, "toString", null);
|
|
77284
77374
|
exports.XPathElement = XPathElement;
|
|
77285
77375
|
|
|
77286
|
-
},{"../../Decorators":
|
|
77376
|
+
},{"../../Decorators":298}],433:[function(require,module,exports){
|
|
77287
77377
|
"use strict";
|
|
77288
77378
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
77289
77379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -77758,7 +77848,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
77758
77848
|
XPathLexer._serializedATNSegment1,
|
|
77759
77849
|
], "");
|
|
77760
77850
|
|
|
77761
|
-
},{"../../Lexer":
|
|
77851
|
+
},{"../../Lexer":306,"../../VocabularyImpl":329,"../../atn/ATNDeserializer":335,"../../atn/LexerATNSimulator":356,"../../misc/Utils":417}],434:[function(require,module,exports){
|
|
77762
77852
|
"use strict";
|
|
77763
77853
|
/*!
|
|
77764
77854
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77783,7 +77873,7 @@ __decorate([
|
|
|
77783
77873
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
77784
77874
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
77785
77875
|
|
|
77786
|
-
},{"../../Decorators":
|
|
77876
|
+
},{"../../Decorators":298}],435:[function(require,module,exports){
|
|
77787
77877
|
"use strict";
|
|
77788
77878
|
/*!
|
|
77789
77879
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77817,7 +77907,7 @@ __decorate([
|
|
|
77817
77907
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
77818
77908
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
77819
77909
|
|
|
77820
|
-
},{"../../Decorators":
|
|
77910
|
+
},{"../../Decorators":298,"../Trees":422,"./XPathElement":432}],436:[function(require,module,exports){
|
|
77821
77911
|
"use strict";
|
|
77822
77912
|
/*!
|
|
77823
77913
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77860,7 +77950,7 @@ __decorate([
|
|
|
77860
77950
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
77861
77951
|
exports.XPathRuleElement = XPathRuleElement;
|
|
77862
77952
|
|
|
77863
|
-
},{"../../Decorators":
|
|
77953
|
+
},{"../../Decorators":298,"../../ParserRuleContext":314,"../Trees":422,"./XPathElement":432}],437:[function(require,module,exports){
|
|
77864
77954
|
"use strict";
|
|
77865
77955
|
/*!
|
|
77866
77956
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77892,7 +77982,7 @@ __decorate([
|
|
|
77892
77982
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
77893
77983
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
77894
77984
|
|
|
77895
|
-
},{"../../Decorators":
|
|
77985
|
+
},{"../../Decorators":298,"../Trees":422,"./XPathElement":432}],438:[function(require,module,exports){
|
|
77896
77986
|
"use strict";
|
|
77897
77987
|
/*!
|
|
77898
77988
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77935,7 +78025,7 @@ __decorate([
|
|
|
77935
78025
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
77936
78026
|
exports.XPathTokenElement = XPathTokenElement;
|
|
77937
78027
|
|
|
77938
|
-
},{"../../Decorators":
|
|
78028
|
+
},{"../../Decorators":298,"../TerminalNode":421,"../Trees":422,"./XPathElement":432}],439:[function(require,module,exports){
|
|
77939
78029
|
"use strict";
|
|
77940
78030
|
/*!
|
|
77941
78031
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77971,7 +78061,7 @@ __decorate([
|
|
|
77971
78061
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
77972
78062
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
77973
78063
|
|
|
77974
|
-
},{"../../Decorators":
|
|
78064
|
+
},{"../../Decorators":298,"../Trees":422,"./XPath":431,"./XPathElement":432}],440:[function(require,module,exports){
|
|
77975
78065
|
"use strict";
|
|
77976
78066
|
/*!
|
|
77977
78067
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78011,7 +78101,7 @@ __decorate([
|
|
|
78011
78101
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
78012
78102
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
78013
78103
|
|
|
78014
|
-
},{"../../Decorators":
|
|
78104
|
+
},{"../../Decorators":298,"../Trees":422,"./XPath":431,"./XPathElement":432}],441:[function(require,module,exports){
|
|
78015
78105
|
(function (global){(function (){
|
|
78016
78106
|
'use strict';
|
|
78017
78107
|
|
|
@@ -78521,7 +78611,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
78521
78611
|
};
|
|
78522
78612
|
|
|
78523
78613
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78524
|
-
},{"object.assign/polyfill":
|
|
78614
|
+
},{"object.assign/polyfill":498,"util/":444}],442:[function(require,module,exports){
|
|
78525
78615
|
if (typeof Object.create === 'function') {
|
|
78526
78616
|
// implementation from standard node.js 'util' module
|
|
78527
78617
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -78546,14 +78636,14 @@ if (typeof Object.create === 'function') {
|
|
|
78546
78636
|
}
|
|
78547
78637
|
}
|
|
78548
78638
|
|
|
78549
|
-
},{}],
|
|
78639
|
+
},{}],443:[function(require,module,exports){
|
|
78550
78640
|
module.exports = function isBuffer(arg) {
|
|
78551
78641
|
return arg && typeof arg === 'object'
|
|
78552
78642
|
&& typeof arg.copy === 'function'
|
|
78553
78643
|
&& typeof arg.fill === 'function'
|
|
78554
78644
|
&& typeof arg.readUInt8 === 'function';
|
|
78555
78645
|
}
|
|
78556
|
-
},{}],
|
|
78646
|
+
},{}],444:[function(require,module,exports){
|
|
78557
78647
|
(function (process,global){(function (){
|
|
78558
78648
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
78559
78649
|
//
|
|
@@ -79143,7 +79233,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
79143
79233
|
}
|
|
79144
79234
|
|
|
79145
79235
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79146
|
-
},{"./support/isBuffer":
|
|
79236
|
+
},{"./support/isBuffer":443,"_process":500,"inherits":442}],445:[function(require,module,exports){
|
|
79147
79237
|
(function (global){(function (){
|
|
79148
79238
|
'use strict';
|
|
79149
79239
|
|
|
@@ -79164,7 +79254,7 @@ module.exports = function availableTypedArrays() {
|
|
|
79164
79254
|
};
|
|
79165
79255
|
|
|
79166
79256
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79167
|
-
},{"possible-typed-array-names":
|
|
79257
|
+
},{"possible-typed-array-names":499}],446:[function(require,module,exports){
|
|
79168
79258
|
(function (process,global){(function (){
|
|
79169
79259
|
module.exports = process.hrtime || hrtime
|
|
79170
79260
|
|
|
@@ -79195,7 +79285,7 @@ function hrtime(previousTimestamp){
|
|
|
79195
79285
|
return [seconds,nanoseconds]
|
|
79196
79286
|
}
|
|
79197
79287
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79198
|
-
},{"_process":
|
|
79288
|
+
},{"_process":500}],447:[function(require,module,exports){
|
|
79199
79289
|
'use strict';
|
|
79200
79290
|
|
|
79201
79291
|
var bind = require('function-bind');
|
|
@@ -79207,7 +79297,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
79207
79297
|
/** @type {import('./actualApply')} */
|
|
79208
79298
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
79209
79299
|
|
|
79210
|
-
},{"./functionApply":
|
|
79300
|
+
},{"./functionApply":449,"./functionCall":450,"./reflectApply":452,"function-bind":468}],448:[function(require,module,exports){
|
|
79211
79301
|
'use strict';
|
|
79212
79302
|
|
|
79213
79303
|
var bind = require('function-bind');
|
|
@@ -79219,19 +79309,19 @@ module.exports = function applyBind() {
|
|
|
79219
79309
|
return actualApply(bind, $apply, arguments);
|
|
79220
79310
|
};
|
|
79221
79311
|
|
|
79222
|
-
},{"./actualApply":
|
|
79312
|
+
},{"./actualApply":447,"./functionApply":449,"function-bind":468}],449:[function(require,module,exports){
|
|
79223
79313
|
'use strict';
|
|
79224
79314
|
|
|
79225
79315
|
/** @type {import('./functionApply')} */
|
|
79226
79316
|
module.exports = Function.prototype.apply;
|
|
79227
79317
|
|
|
79228
|
-
},{}],
|
|
79318
|
+
},{}],450:[function(require,module,exports){
|
|
79229
79319
|
'use strict';
|
|
79230
79320
|
|
|
79231
79321
|
/** @type {import('./functionCall')} */
|
|
79232
79322
|
module.exports = Function.prototype.call;
|
|
79233
79323
|
|
|
79234
|
-
},{}],
|
|
79324
|
+
},{}],451:[function(require,module,exports){
|
|
79235
79325
|
'use strict';
|
|
79236
79326
|
|
|
79237
79327
|
var bind = require('function-bind');
|
|
@@ -79248,13 +79338,13 @@ module.exports = function callBindBasic(args) {
|
|
|
79248
79338
|
return $actualApply(bind, $call, args);
|
|
79249
79339
|
};
|
|
79250
79340
|
|
|
79251
|
-
},{"./actualApply":
|
|
79341
|
+
},{"./actualApply":447,"./functionCall":450,"es-errors/type":463,"function-bind":468}],452:[function(require,module,exports){
|
|
79252
79342
|
'use strict';
|
|
79253
79343
|
|
|
79254
79344
|
/** @type {import('./reflectApply')} */
|
|
79255
79345
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
79256
79346
|
|
|
79257
|
-
},{}],
|
|
79347
|
+
},{}],453:[function(require,module,exports){
|
|
79258
79348
|
'use strict';
|
|
79259
79349
|
|
|
79260
79350
|
var setFunctionLength = require('set-function-length');
|
|
@@ -79280,7 +79370,7 @@ if ($defineProperty) {
|
|
|
79280
79370
|
module.exports.apply = applyBind;
|
|
79281
79371
|
}
|
|
79282
79372
|
|
|
79283
|
-
},{"call-bind-apply-helpers":
|
|
79373
|
+
},{"call-bind-apply-helpers":451,"call-bind-apply-helpers/applyBind":448,"es-define-property":457,"set-function-length":502}],454:[function(require,module,exports){
|
|
79284
79374
|
'use strict';
|
|
79285
79375
|
|
|
79286
79376
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -79301,7 +79391,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
79301
79391
|
return intrinsic;
|
|
79302
79392
|
};
|
|
79303
79393
|
|
|
79304
|
-
},{"call-bind-apply-helpers":
|
|
79394
|
+
},{"call-bind-apply-helpers":451,"get-intrinsic":469}],455:[function(require,module,exports){
|
|
79305
79395
|
'use strict';
|
|
79306
79396
|
|
|
79307
79397
|
var $defineProperty = require('es-define-property');
|
|
@@ -79359,7 +79449,7 @@ module.exports = function defineDataProperty(
|
|
|
79359
79449
|
}
|
|
79360
79450
|
};
|
|
79361
79451
|
|
|
79362
|
-
},{"es-define-property":
|
|
79452
|
+
},{"es-define-property":457,"es-errors/syntax":462,"es-errors/type":463,"gopd":474}],456:[function(require,module,exports){
|
|
79363
79453
|
'use strict';
|
|
79364
79454
|
|
|
79365
79455
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79391,7 +79481,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79391
79481
|
}
|
|
79392
79482
|
: false;
|
|
79393
79483
|
|
|
79394
|
-
},{"call-bind-apply-helpers":
|
|
79484
|
+
},{"call-bind-apply-helpers":451,"gopd":474}],457:[function(require,module,exports){
|
|
79395
79485
|
'use strict';
|
|
79396
79486
|
|
|
79397
79487
|
/** @type {import('.')} */
|
|
@@ -79407,55 +79497,55 @@ if ($defineProperty) {
|
|
|
79407
79497
|
|
|
79408
79498
|
module.exports = $defineProperty;
|
|
79409
79499
|
|
|
79410
|
-
},{}],
|
|
79500
|
+
},{}],458:[function(require,module,exports){
|
|
79411
79501
|
'use strict';
|
|
79412
79502
|
|
|
79413
79503
|
/** @type {import('./eval')} */
|
|
79414
79504
|
module.exports = EvalError;
|
|
79415
79505
|
|
|
79416
|
-
},{}],
|
|
79506
|
+
},{}],459:[function(require,module,exports){
|
|
79417
79507
|
'use strict';
|
|
79418
79508
|
|
|
79419
79509
|
/** @type {import('.')} */
|
|
79420
79510
|
module.exports = Error;
|
|
79421
79511
|
|
|
79422
|
-
},{}],
|
|
79512
|
+
},{}],460:[function(require,module,exports){
|
|
79423
79513
|
'use strict';
|
|
79424
79514
|
|
|
79425
79515
|
/** @type {import('./range')} */
|
|
79426
79516
|
module.exports = RangeError;
|
|
79427
79517
|
|
|
79428
|
-
},{}],
|
|
79518
|
+
},{}],461:[function(require,module,exports){
|
|
79429
79519
|
'use strict';
|
|
79430
79520
|
|
|
79431
79521
|
/** @type {import('./ref')} */
|
|
79432
79522
|
module.exports = ReferenceError;
|
|
79433
79523
|
|
|
79434
|
-
},{}],
|
|
79524
|
+
},{}],462:[function(require,module,exports){
|
|
79435
79525
|
'use strict';
|
|
79436
79526
|
|
|
79437
79527
|
/** @type {import('./syntax')} */
|
|
79438
79528
|
module.exports = SyntaxError;
|
|
79439
79529
|
|
|
79440
|
-
},{}],
|
|
79530
|
+
},{}],463:[function(require,module,exports){
|
|
79441
79531
|
'use strict';
|
|
79442
79532
|
|
|
79443
79533
|
/** @type {import('./type')} */
|
|
79444
79534
|
module.exports = TypeError;
|
|
79445
79535
|
|
|
79446
|
-
},{}],
|
|
79536
|
+
},{}],464:[function(require,module,exports){
|
|
79447
79537
|
'use strict';
|
|
79448
79538
|
|
|
79449
79539
|
/** @type {import('./uri')} */
|
|
79450
79540
|
module.exports = URIError;
|
|
79451
79541
|
|
|
79452
|
-
},{}],
|
|
79542
|
+
},{}],465:[function(require,module,exports){
|
|
79453
79543
|
'use strict';
|
|
79454
79544
|
|
|
79455
79545
|
/** @type {import('.')} */
|
|
79456
79546
|
module.exports = Object;
|
|
79457
79547
|
|
|
79458
|
-
},{}],
|
|
79548
|
+
},{}],466:[function(require,module,exports){
|
|
79459
79549
|
'use strict';
|
|
79460
79550
|
|
|
79461
79551
|
var isCallable = require('is-callable');
|
|
@@ -79526,7 +79616,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
79526
79616
|
}
|
|
79527
79617
|
};
|
|
79528
79618
|
|
|
79529
|
-
},{"is-callable":
|
|
79619
|
+
},{"is-callable":482}],467:[function(require,module,exports){
|
|
79530
79620
|
'use strict';
|
|
79531
79621
|
|
|
79532
79622
|
/* eslint no-invalid-this: 1 */
|
|
@@ -79612,14 +79702,14 @@ module.exports = function bind(that) {
|
|
|
79612
79702
|
return bound;
|
|
79613
79703
|
};
|
|
79614
79704
|
|
|
79615
|
-
},{}],
|
|
79705
|
+
},{}],468:[function(require,module,exports){
|
|
79616
79706
|
'use strict';
|
|
79617
79707
|
|
|
79618
79708
|
var implementation = require('./implementation');
|
|
79619
79709
|
|
|
79620
79710
|
module.exports = Function.prototype.bind || implementation;
|
|
79621
79711
|
|
|
79622
|
-
},{"./implementation":
|
|
79712
|
+
},{"./implementation":467}],469:[function(require,module,exports){
|
|
79623
79713
|
'use strict';
|
|
79624
79714
|
|
|
79625
79715
|
var undefined;
|
|
@@ -79999,7 +80089,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
79999
80089
|
return value;
|
|
80000
80090
|
};
|
|
80001
80091
|
|
|
80002
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
80092
|
+
},{"call-bind-apply-helpers/functionApply":449,"call-bind-apply-helpers/functionCall":450,"es-define-property":457,"es-errors":459,"es-errors/eval":458,"es-errors/range":460,"es-errors/ref":461,"es-errors/syntax":462,"es-errors/type":463,"es-errors/uri":464,"es-object-atoms":465,"function-bind":468,"get-proto":472,"get-proto/Object.getPrototypeOf":470,"get-proto/Reflect.getPrototypeOf":471,"gopd":474,"has-symbols":476,"hasown":479,"math-intrinsics/abs":486,"math-intrinsics/floor":487,"math-intrinsics/max":489,"math-intrinsics/min":490,"math-intrinsics/pow":491,"math-intrinsics/round":492,"math-intrinsics/sign":493}],470:[function(require,module,exports){
|
|
80003
80093
|
'use strict';
|
|
80004
80094
|
|
|
80005
80095
|
var $Object = require('es-object-atoms');
|
|
@@ -80007,13 +80097,13 @@ var $Object = require('es-object-atoms');
|
|
|
80007
80097
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
80008
80098
|
module.exports = $Object.getPrototypeOf || null;
|
|
80009
80099
|
|
|
80010
|
-
},{"es-object-atoms":
|
|
80100
|
+
},{"es-object-atoms":465}],471:[function(require,module,exports){
|
|
80011
80101
|
'use strict';
|
|
80012
80102
|
|
|
80013
80103
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
80014
80104
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
80015
80105
|
|
|
80016
|
-
},{}],
|
|
80106
|
+
},{}],472:[function(require,module,exports){
|
|
80017
80107
|
'use strict';
|
|
80018
80108
|
|
|
80019
80109
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -80042,13 +80132,13 @@ module.exports = reflectGetProto
|
|
|
80042
80132
|
}
|
|
80043
80133
|
: null;
|
|
80044
80134
|
|
|
80045
|
-
},{"./Object.getPrototypeOf":
|
|
80135
|
+
},{"./Object.getPrototypeOf":470,"./Reflect.getPrototypeOf":471,"dunder-proto/get":456}],473:[function(require,module,exports){
|
|
80046
80136
|
'use strict';
|
|
80047
80137
|
|
|
80048
80138
|
/** @type {import('./gOPD')} */
|
|
80049
80139
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
80050
80140
|
|
|
80051
|
-
},{}],
|
|
80141
|
+
},{}],474:[function(require,module,exports){
|
|
80052
80142
|
'use strict';
|
|
80053
80143
|
|
|
80054
80144
|
/** @type {import('.')} */
|
|
@@ -80065,7 +80155,7 @@ if ($gOPD) {
|
|
|
80065
80155
|
|
|
80066
80156
|
module.exports = $gOPD;
|
|
80067
80157
|
|
|
80068
|
-
},{"./gOPD":
|
|
80158
|
+
},{"./gOPD":473}],475:[function(require,module,exports){
|
|
80069
80159
|
'use strict';
|
|
80070
80160
|
|
|
80071
80161
|
var $defineProperty = require('es-define-property');
|
|
@@ -80089,7 +80179,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
80089
80179
|
|
|
80090
80180
|
module.exports = hasPropertyDescriptors;
|
|
80091
80181
|
|
|
80092
|
-
},{"es-define-property":
|
|
80182
|
+
},{"es-define-property":457}],476:[function(require,module,exports){
|
|
80093
80183
|
'use strict';
|
|
80094
80184
|
|
|
80095
80185
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -80105,7 +80195,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
80105
80195
|
return hasSymbolSham();
|
|
80106
80196
|
};
|
|
80107
80197
|
|
|
80108
|
-
},{"./shams":
|
|
80198
|
+
},{"./shams":477}],477:[function(require,module,exports){
|
|
80109
80199
|
'use strict';
|
|
80110
80200
|
|
|
80111
80201
|
/** @type {import('./shams')} */
|
|
@@ -80152,7 +80242,7 @@ module.exports = function hasSymbols() {
|
|
|
80152
80242
|
return true;
|
|
80153
80243
|
};
|
|
80154
80244
|
|
|
80155
|
-
},{}],
|
|
80245
|
+
},{}],478:[function(require,module,exports){
|
|
80156
80246
|
'use strict';
|
|
80157
80247
|
|
|
80158
80248
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -80162,7 +80252,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
80162
80252
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
80163
80253
|
};
|
|
80164
80254
|
|
|
80165
|
-
},{"has-symbols/shams":
|
|
80255
|
+
},{"has-symbols/shams":477}],479:[function(require,module,exports){
|
|
80166
80256
|
'use strict';
|
|
80167
80257
|
|
|
80168
80258
|
var call = Function.prototype.call;
|
|
@@ -80172,7 +80262,7 @@ var bind = require('function-bind');
|
|
|
80172
80262
|
/** @type {import('.')} */
|
|
80173
80263
|
module.exports = bind.call(call, $hasOwn);
|
|
80174
80264
|
|
|
80175
|
-
},{"function-bind":
|
|
80265
|
+
},{"function-bind":468}],480:[function(require,module,exports){
|
|
80176
80266
|
if (typeof Object.create === 'function') {
|
|
80177
80267
|
// implementation from standard node.js 'util' module
|
|
80178
80268
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -80201,7 +80291,7 @@ if (typeof Object.create === 'function') {
|
|
|
80201
80291
|
}
|
|
80202
80292
|
}
|
|
80203
80293
|
|
|
80204
|
-
},{}],
|
|
80294
|
+
},{}],481:[function(require,module,exports){
|
|
80205
80295
|
'use strict';
|
|
80206
80296
|
|
|
80207
80297
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -80247,7 +80337,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
80247
80337
|
/** @type {import('.')} */
|
|
80248
80338
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
80249
80339
|
|
|
80250
|
-
},{"call-bound":
|
|
80340
|
+
},{"call-bound":454,"has-tostringtag/shams":478}],482:[function(require,module,exports){
|
|
80251
80341
|
'use strict';
|
|
80252
80342
|
|
|
80253
80343
|
var fnToStr = Function.prototype.toString;
|
|
@@ -80350,7 +80440,7 @@ module.exports = reflectApply
|
|
|
80350
80440
|
return tryFunctionObject(value);
|
|
80351
80441
|
};
|
|
80352
80442
|
|
|
80353
|
-
},{}],
|
|
80443
|
+
},{}],483:[function(require,module,exports){
|
|
80354
80444
|
'use strict';
|
|
80355
80445
|
|
|
80356
80446
|
var callBound = require('call-bound');
|
|
@@ -80399,7 +80489,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80399
80489
|
return getProto(fn) === GeneratorFunction;
|
|
80400
80490
|
};
|
|
80401
80491
|
|
|
80402
|
-
},{"call-bound":
|
|
80492
|
+
},{"call-bound":454,"get-proto":472,"has-tostringtag/shams":478,"safe-regex-test":501}],484:[function(require,module,exports){
|
|
80403
80493
|
'use strict';
|
|
80404
80494
|
|
|
80405
80495
|
var callBound = require('call-bound');
|
|
@@ -80470,7 +80560,7 @@ if (hasToStringTag) {
|
|
|
80470
80560
|
|
|
80471
80561
|
module.exports = fn;
|
|
80472
80562
|
|
|
80473
|
-
},{"call-bound":
|
|
80563
|
+
},{"call-bound":454,"gopd":474,"has-tostringtag/shams":478,"hasown":479}],485:[function(require,module,exports){
|
|
80474
80564
|
'use strict';
|
|
80475
80565
|
|
|
80476
80566
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80480,19 +80570,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80480
80570
|
return !!whichTypedArray(value);
|
|
80481
80571
|
};
|
|
80482
80572
|
|
|
80483
|
-
},{"which-typed-array":
|
|
80573
|
+
},{"which-typed-array":506}],486:[function(require,module,exports){
|
|
80484
80574
|
'use strict';
|
|
80485
80575
|
|
|
80486
80576
|
/** @type {import('./abs')} */
|
|
80487
80577
|
module.exports = Math.abs;
|
|
80488
80578
|
|
|
80489
|
-
},{}],
|
|
80579
|
+
},{}],487:[function(require,module,exports){
|
|
80490
80580
|
'use strict';
|
|
80491
80581
|
|
|
80492
80582
|
/** @type {import('./floor')} */
|
|
80493
80583
|
module.exports = Math.floor;
|
|
80494
80584
|
|
|
80495
|
-
},{}],
|
|
80585
|
+
},{}],488:[function(require,module,exports){
|
|
80496
80586
|
'use strict';
|
|
80497
80587
|
|
|
80498
80588
|
/** @type {import('./isNaN')} */
|
|
@@ -80500,31 +80590,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
80500
80590
|
return a !== a;
|
|
80501
80591
|
};
|
|
80502
80592
|
|
|
80503
|
-
},{}],
|
|
80593
|
+
},{}],489:[function(require,module,exports){
|
|
80504
80594
|
'use strict';
|
|
80505
80595
|
|
|
80506
80596
|
/** @type {import('./max')} */
|
|
80507
80597
|
module.exports = Math.max;
|
|
80508
80598
|
|
|
80509
|
-
},{}],
|
|
80599
|
+
},{}],490:[function(require,module,exports){
|
|
80510
80600
|
'use strict';
|
|
80511
80601
|
|
|
80512
80602
|
/** @type {import('./min')} */
|
|
80513
80603
|
module.exports = Math.min;
|
|
80514
80604
|
|
|
80515
|
-
},{}],
|
|
80605
|
+
},{}],491:[function(require,module,exports){
|
|
80516
80606
|
'use strict';
|
|
80517
80607
|
|
|
80518
80608
|
/** @type {import('./pow')} */
|
|
80519
80609
|
module.exports = Math.pow;
|
|
80520
80610
|
|
|
80521
|
-
},{}],
|
|
80611
|
+
},{}],492:[function(require,module,exports){
|
|
80522
80612
|
'use strict';
|
|
80523
80613
|
|
|
80524
80614
|
/** @type {import('./round')} */
|
|
80525
80615
|
module.exports = Math.round;
|
|
80526
80616
|
|
|
80527
|
-
},{}],
|
|
80617
|
+
},{}],493:[function(require,module,exports){
|
|
80528
80618
|
'use strict';
|
|
80529
80619
|
|
|
80530
80620
|
var $isNaN = require('./isNaN');
|
|
@@ -80537,7 +80627,7 @@ module.exports = function sign(number) {
|
|
|
80537
80627
|
return number < 0 ? -1 : +1;
|
|
80538
80628
|
};
|
|
80539
80629
|
|
|
80540
|
-
},{"./isNaN":
|
|
80630
|
+
},{"./isNaN":488}],494:[function(require,module,exports){
|
|
80541
80631
|
'use strict';
|
|
80542
80632
|
|
|
80543
80633
|
var keysShim;
|
|
@@ -80661,7 +80751,7 @@ if (!Object.keys) {
|
|
|
80661
80751
|
}
|
|
80662
80752
|
module.exports = keysShim;
|
|
80663
80753
|
|
|
80664
|
-
},{"./isArguments":
|
|
80754
|
+
},{"./isArguments":496}],495:[function(require,module,exports){
|
|
80665
80755
|
'use strict';
|
|
80666
80756
|
|
|
80667
80757
|
var slice = Array.prototype.slice;
|
|
@@ -80695,7 +80785,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
80695
80785
|
|
|
80696
80786
|
module.exports = keysShim;
|
|
80697
80787
|
|
|
80698
|
-
},{"./implementation":
|
|
80788
|
+
},{"./implementation":494,"./isArguments":496}],496:[function(require,module,exports){
|
|
80699
80789
|
'use strict';
|
|
80700
80790
|
|
|
80701
80791
|
var toStr = Object.prototype.toString;
|
|
@@ -80714,7 +80804,7 @@ module.exports = function isArguments(value) {
|
|
|
80714
80804
|
return isArgs;
|
|
80715
80805
|
};
|
|
80716
80806
|
|
|
80717
|
-
},{}],
|
|
80807
|
+
},{}],497:[function(require,module,exports){
|
|
80718
80808
|
'use strict';
|
|
80719
80809
|
|
|
80720
80810
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -80762,7 +80852,7 @@ module.exports = function assign(target, source1) {
|
|
|
80762
80852
|
return to; // step 4
|
|
80763
80853
|
};
|
|
80764
80854
|
|
|
80765
|
-
},{"call-bound":
|
|
80855
|
+
},{"call-bound":454,"es-object-atoms":465,"has-symbols/shams":477,"object-keys":495}],498:[function(require,module,exports){
|
|
80766
80856
|
'use strict';
|
|
80767
80857
|
|
|
80768
80858
|
var implementation = require('./implementation');
|
|
@@ -80819,7 +80909,7 @@ module.exports = function getPolyfill() {
|
|
|
80819
80909
|
return Object.assign;
|
|
80820
80910
|
};
|
|
80821
80911
|
|
|
80822
|
-
},{"./implementation":
|
|
80912
|
+
},{"./implementation":497}],499:[function(require,module,exports){
|
|
80823
80913
|
'use strict';
|
|
80824
80914
|
|
|
80825
80915
|
/** @type {import('.')} */
|
|
@@ -80838,7 +80928,7 @@ module.exports = [
|
|
|
80838
80928
|
'BigUint64Array'
|
|
80839
80929
|
];
|
|
80840
80930
|
|
|
80841
|
-
},{}],
|
|
80931
|
+
},{}],500:[function(require,module,exports){
|
|
80842
80932
|
// shim for using process in browser
|
|
80843
80933
|
var process = module.exports = {};
|
|
80844
80934
|
|
|
@@ -81024,7 +81114,7 @@ process.chdir = function (dir) {
|
|
|
81024
81114
|
};
|
|
81025
81115
|
process.umask = function() { return 0; };
|
|
81026
81116
|
|
|
81027
|
-
},{}],
|
|
81117
|
+
},{}],501:[function(require,module,exports){
|
|
81028
81118
|
'use strict';
|
|
81029
81119
|
|
|
81030
81120
|
var callBound = require('call-bound');
|
|
@@ -81043,7 +81133,7 @@ module.exports = function regexTester(regex) {
|
|
|
81043
81133
|
};
|
|
81044
81134
|
};
|
|
81045
81135
|
|
|
81046
|
-
},{"call-bound":
|
|
81136
|
+
},{"call-bound":454,"es-errors/type":463,"is-regex":484}],502:[function(require,module,exports){
|
|
81047
81137
|
'use strict';
|
|
81048
81138
|
|
|
81049
81139
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -81087,9 +81177,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
81087
81177
|
return fn;
|
|
81088
81178
|
};
|
|
81089
81179
|
|
|
81090
|
-
},{"define-data-property":
|
|
81091
|
-
arguments[4][
|
|
81092
|
-
},{"dup":
|
|
81180
|
+
},{"define-data-property":455,"es-errors/type":463,"get-intrinsic":469,"gopd":474,"has-property-descriptors":475}],503:[function(require,module,exports){
|
|
81181
|
+
arguments[4][443][0].apply(exports,arguments)
|
|
81182
|
+
},{"dup":443}],504:[function(require,module,exports){
|
|
81093
81183
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
81094
81184
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
81095
81185
|
|
|
@@ -81425,7 +81515,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81425
81515
|
});
|
|
81426
81516
|
});
|
|
81427
81517
|
|
|
81428
|
-
},{"is-arguments":
|
|
81518
|
+
},{"is-arguments":481,"is-generator-function":483,"is-typed-array":485,"which-typed-array":506}],505:[function(require,module,exports){
|
|
81429
81519
|
(function (process){(function (){
|
|
81430
81520
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81431
81521
|
//
|
|
@@ -82144,7 +82234,7 @@ function callbackify(original) {
|
|
|
82144
82234
|
exports.callbackify = callbackify;
|
|
82145
82235
|
|
|
82146
82236
|
}).call(this)}).call(this,require('_process'))
|
|
82147
|
-
},{"./support/isBuffer":
|
|
82237
|
+
},{"./support/isBuffer":503,"./support/types":504,"_process":500,"inherits":480}],506:[function(require,module,exports){
|
|
82148
82238
|
(function (global){(function (){
|
|
82149
82239
|
'use strict';
|
|
82150
82240
|
|
|
@@ -82265,5 +82355,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
82265
82355
|
};
|
|
82266
82356
|
|
|
82267
82357
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
82268
|
-
},{"available-typed-arrays":
|
|
82358
|
+
},{"available-typed-arrays":445,"call-bind":453,"call-bound":454,"for-each":466,"get-proto":472,"gopd":474,"has-tostringtag/shams":478}]},{},[145])(145)
|
|
82269
82359
|
});
|