@designliquido/delegua 1.23.4 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/avaliador-sintatico/avaliador-sintatico-base.d.ts +3 -0
- package/avaliador-sintatico/avaliador-sintatico-base.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico-base.js +16 -5
- package/avaliador-sintatico/avaliador-sintatico-base.js.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.d.ts +2 -0
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js +7 -9
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts +8 -5
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +44 -11
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
- package/bin/package.json +1 -1
- package/ffi/despachador-ffi-interface.d.ts +31 -0
- package/ffi/despachador-ffi-interface.d.ts.map +1 -0
- package/ffi/despachador-ffi-interface.js +3 -0
- package/ffi/despachador-ffi-interface.js.map +1 -0
- package/ffi/index.d.ts +3 -0
- package/ffi/index.d.ts.map +1 -0
- package/ffi/index.js +19 -0
- package/ffi/index.js.map +1 -0
- package/ffi/leitor-definicao.d.ts +23 -0
- package/ffi/leitor-definicao.d.ts.map +1 -0
- package/ffi/leitor-definicao.js +56 -0
- package/ffi/leitor-definicao.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/interpretador/depuracao/comum.js +1 -1
- package/interpretador/depuracao/comum.js.map +1 -1
- package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts +2 -2
- package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts.map +1 -1
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js +15 -25
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js.map +1 -1
- package/interpretador/estruturas/descritor-tipo-classe.d.ts +1 -1
- package/interpretador/estruturas/descritor-tipo-classe.d.ts.map +1 -1
- package/interpretador/interpretador-base.d.ts +14 -1
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +54 -18
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador.d.ts +2 -7
- package/interpretador/interpretador.d.ts.map +1 -1
- package/interpretador/interpretador.js +19 -47
- package/interpretador/interpretador.js.map +1 -1
- package/lexador/lexador.d.ts +15 -13
- package/lexador/lexador.d.ts.map +1 -1
- package/lexador/lexador.js +52 -17
- package/lexador/lexador.js.map +1 -1
- package/package.json +1 -1
- package/umd/delegua.js +671 -504
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":179,"../quebras":250,"./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;
|
|
@@ -1887,7 +1887,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1887
1887
|
}
|
|
1888
1888
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1889
1889
|
|
|
1890
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":
|
|
1890
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":176,"../lexador/micro-lexador":247,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1891
1891
|
"use strict";
|
|
1892
1892
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1893
1893
|
|
|
@@ -2099,7 +2099,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2099
2099
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
|
-
},{"../interfaces":
|
|
2102
|
+
},{"../interfaces":179}],9:[function(require,module,exports){
|
|
2103
2103
|
"use strict";
|
|
2104
2104
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2105
2105
|
|
|
@@ -2245,15 +2245,26 @@ class AvaliadorSintaticoBase {
|
|
|
2245
2245
|
declaracaoDeVariaveis() {
|
|
2246
2246
|
throw new Error('Método não implementado.');
|
|
2247
2247
|
}
|
|
2248
|
-
|
|
2249
|
-
|
|
2248
|
+
validacaoComparacao(operador, esquerda, direita) { }
|
|
2249
|
+
criarConstrutoComparacao(esquerda, operador, direita) {
|
|
2250
|
+
return new construtos_1.Binario(this.hashArquivo, esquerda, operador, direita);
|
|
2251
|
+
}
|
|
2252
|
+
async logicaComumComparacao(metodoProximoNivel) {
|
|
2253
|
+
let expressao = await metodoProximoNivel();
|
|
2250
2254
|
while (this.verificarSeSimboloAtualEIgualA(comum_1.default.MAIOR, comum_1.default.MAIOR_IGUAL, comum_1.default.MENOR, comum_1.default.MENOR_IGUAL)) {
|
|
2251
|
-
const operador = this.
|
|
2252
|
-
|
|
2253
|
-
|
|
2255
|
+
const operador = this.simboloAnterior
|
|
2256
|
+
? this.simboloAnterior()
|
|
2257
|
+
: this.simbolos[this.atual - 1];
|
|
2258
|
+
const esquerda = expressao;
|
|
2259
|
+
const direita = await metodoProximoNivel();
|
|
2260
|
+
this.validacaoComparacao(operador, esquerda, direita);
|
|
2261
|
+
expressao = this.criarConstrutoComparacao(esquerda, operador, direita);
|
|
2254
2262
|
}
|
|
2255
2263
|
return expressao;
|
|
2256
2264
|
}
|
|
2265
|
+
async comparar() {
|
|
2266
|
+
return await this.logicaComumComparacao(() => this.adicaoOuSubtracao());
|
|
2267
|
+
}
|
|
2257
2268
|
async comparacaoIgualdade() {
|
|
2258
2269
|
let expressao = await this.comparar();
|
|
2259
2270
|
while (this.verificarSeSimboloAtualEIgualA(comum_1.default.DIFERENTE, comum_1.default.IGUAL, comum_1.default.IGUAL_IGUAL)) {
|
|
@@ -2379,7 +2390,7 @@ class AvaliadorSintaticoBase {
|
|
|
2379
2390
|
}
|
|
2380
2391
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2381
2392
|
|
|
2382
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":
|
|
2393
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2383
2394
|
"use strict";
|
|
2384
2395
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2385
2396
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3520,16 +3531,14 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
3520
3531
|
}
|
|
3521
3532
|
return expressao;
|
|
3522
3533
|
}
|
|
3534
|
+
validacaoComparacao(operador, esquerda, direita) {
|
|
3535
|
+
this.verificarOperandosComparacao(operador, esquerda, direita);
|
|
3536
|
+
}
|
|
3537
|
+
criarConstrutoComparacao(esquerda, operador, direita) {
|
|
3538
|
+
return new construtos_1.Binario(this.hashArquivo, esquerda, operador, direita);
|
|
3539
|
+
}
|
|
3523
3540
|
async comparar() {
|
|
3524
|
-
|
|
3525
|
-
while (this.verificarSeSimboloAtualEIgualA(delegua_2.default.MAIOR, delegua_2.default.MAIOR_IGUAL, delegua_2.default.MENOR, delegua_2.default.MENOR_IGUAL)) {
|
|
3526
|
-
const operador = this.simbolos[this.atual - 1];
|
|
3527
|
-
const esquerda = expressao;
|
|
3528
|
-
const direito = await this.bitOu();
|
|
3529
|
-
this.verificarOperandosComparacao(operador, esquerda, direito);
|
|
3530
|
-
expressao = new construtos_1.Binario(this.hashArquivo, esquerda, operador, direito);
|
|
3531
|
-
}
|
|
3532
|
-
return expressao;
|
|
3541
|
+
return await this.logicaComumComparacao(() => this.bitOu());
|
|
3533
3542
|
}
|
|
3534
3543
|
async comparacaoIgualdade() {
|
|
3535
3544
|
let expressao = await this.comparar();
|
|
@@ -5533,7 +5542,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5533
5542
|
}
|
|
5534
5543
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5535
5544
|
|
|
5536
|
-
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":
|
|
5545
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":149,"../informacao-elemento-sintatico":150,"../lexador/simbolo":249,"../tipos-de-dados/delegua":251,"../tipos-de-simbolos/delegua":256,"./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":449}],12:[function(require,module,exports){
|
|
5537
5546
|
"use strict";
|
|
5538
5547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5539
5548
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -5648,7 +5657,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
5648
5657
|
}
|
|
5649
5658
|
}
|
|
5650
5659
|
|
|
5651
|
-
},{"../declaracoes":116,"../informacao-elemento-sintatico":
|
|
5660
|
+
},{"../declaracoes":116,"../informacao-elemento-sintatico":150}],13:[function(require,module,exports){
|
|
5652
5661
|
"use strict";
|
|
5653
5662
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5654
5663
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6308,7 +6317,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6308
6317
|
}
|
|
6309
6318
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6310
6319
|
|
|
6311
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":
|
|
6320
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":257,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6312
6321
|
"use strict";
|
|
6313
6322
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6314
6323
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6334,6 +6343,7 @@ const primitivas_numero_1 = __importDefault(require("../../bibliotecas/primitiva
|
|
|
6334
6343
|
const primitivas_texto_1 = __importDefault(require("../../bibliotecas/primitivas-texto"));
|
|
6335
6344
|
const primitivas_vetor_1 = __importDefault(require("../../bibliotecas/primitivas-vetor"));
|
|
6336
6345
|
const primitivas_tupla_1 = __importDefault(require("../../bibliotecas/dialetos/pitugues/primitivas-tupla"));
|
|
6346
|
+
const avaliador_sintatico_base_1 = require("../avaliador-sintatico-base");
|
|
6337
6347
|
/**
|
|
6338
6348
|
* O avaliador sintático (_Parser_) é responsável por transformar os símbolos do Lexador em estruturas de alto nível.
|
|
6339
6349
|
* Essas estruturas de alto nível são as partes que executam lógica de programação de fato.
|
|
@@ -6342,8 +6352,9 @@ const primitivas_tupla_1 = __importDefault(require("../../bibliotecas/dialetos/p
|
|
|
6342
6352
|
* A grande diferença entre este avaliador e os demais é a forma como são entendidos os blocos de escopo.
|
|
6343
6353
|
* Este avaliador espera uma estrutura de pragmas, que explica quantos espaços há na frente de cada linha.
|
|
6344
6354
|
*/
|
|
6345
|
-
class AvaliadorSintaticoPitugues {
|
|
6355
|
+
class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSintaticoBase {
|
|
6346
6356
|
constructor(performance = false) {
|
|
6357
|
+
super();
|
|
6347
6358
|
this.atual = 0;
|
|
6348
6359
|
this.blocos = 0;
|
|
6349
6360
|
this.performance = performance;
|
|
@@ -7108,14 +7119,42 @@ class AvaliadorSintaticoPitugues {
|
|
|
7108
7119
|
}
|
|
7109
7120
|
return expressao;
|
|
7110
7121
|
}
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7122
|
+
eOperadorDeComparacao(tipo) {
|
|
7123
|
+
return [
|
|
7124
|
+
pitugues_2.default.MAIOR,
|
|
7125
|
+
pitugues_2.default.MAIOR_IGUAL,
|
|
7126
|
+
pitugues_2.default.MENOR,
|
|
7127
|
+
pitugues_2.default.MENOR_IGUAL
|
|
7128
|
+
].includes(tipo);
|
|
7129
|
+
}
|
|
7130
|
+
criarConstrutoComparacao(esquerda, operador, direita) {
|
|
7131
|
+
let operandoCentral = null;
|
|
7132
|
+
// Lógica de desugaring para comparações encadeadas (ex: 1 < x < 10)
|
|
7133
|
+
if (esquerda instanceof construtos_1.Binario &&
|
|
7134
|
+
this.eOperadorDeComparacao(esquerda.operador.tipo)) {
|
|
7135
|
+
operandoCentral = esquerda.direita;
|
|
7136
|
+
}
|
|
7137
|
+
else if (esquerda instanceof construtos_1.Logico &&
|
|
7138
|
+
esquerda.direita instanceof construtos_1.Binario &&
|
|
7139
|
+
this.eOperadorDeComparacao(esquerda.direita.operador.tipo)) {
|
|
7140
|
+
operandoCentral = esquerda.direita.direita;
|
|
7141
|
+
}
|
|
7142
|
+
if (operandoCentral !== null) {
|
|
7143
|
+
const operadorE = {
|
|
7144
|
+
tipo: pitugues_2.default.E,
|
|
7145
|
+
lexema: 'e',
|
|
7146
|
+
literal: null,
|
|
7147
|
+
linha: operador.linha,
|
|
7148
|
+
hashArquivo: this.hashArquivo
|
|
7149
|
+
};
|
|
7150
|
+
const novaComparacaoDireita = new construtos_1.Binario(this.hashArquivo, operandoCentral, operador, direita);
|
|
7151
|
+
return new construtos_1.Logico(this.hashArquivo, esquerda, operadorE, novaComparacaoDireita);
|
|
7117
7152
|
}
|
|
7118
|
-
|
|
7153
|
+
// Se não for encadeada, cria o Binário normal
|
|
7154
|
+
return new construtos_1.Binario(this.hashArquivo, esquerda, operador, direita);
|
|
7155
|
+
}
|
|
7156
|
+
async comparar() {
|
|
7157
|
+
return await this.logicaComumComparacao(() => this.bitOu());
|
|
7119
7158
|
}
|
|
7120
7159
|
async comparacaoIgualdade() {
|
|
7121
7160
|
let expressao = await this.comparar();
|
|
@@ -7258,7 +7297,10 @@ class AvaliadorSintaticoPitugues {
|
|
|
7258
7297
|
}
|
|
7259
7298
|
return expressao;
|
|
7260
7299
|
}
|
|
7261
|
-
async declaracaoEscreva(
|
|
7300
|
+
async declaracaoEscreva() {
|
|
7301
|
+
const simboloEscreva = this.simboloAnterior
|
|
7302
|
+
? this.simboloAnterior()
|
|
7303
|
+
: this.simbolos[this.atual - 1];
|
|
7262
7304
|
this.consumir(pitugues_2.default.PARENTESE_ESQUERDO, "Esperado '(' antes dos valores em escreva.");
|
|
7263
7305
|
const argumentos = [];
|
|
7264
7306
|
do {
|
|
@@ -7949,8 +7991,8 @@ class AvaliadorSintaticoPitugues {
|
|
|
7949
7991
|
return this.declaracaoEscolha();
|
|
7950
7992
|
case pitugues_2.default.IMPRIMA:
|
|
7951
7993
|
case pitugues_2.default.ESCREVA:
|
|
7952
|
-
|
|
7953
|
-
return this.declaracaoEscreva(
|
|
7994
|
+
this.avancarEDevolverAnterior();
|
|
7995
|
+
return this.declaracaoEscreva();
|
|
7954
7996
|
case pitugues_2.default.FALHAR:
|
|
7955
7997
|
this.avancarEDevolverAnterior();
|
|
7956
7998
|
return await this.declaracaoFalhar();
|
|
@@ -8168,7 +8210,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
8168
8210
|
}
|
|
8169
8211
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
8170
8212
|
|
|
8171
|
-
},{"../../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":
|
|
8213
|
+
},{"../../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":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../lexador/micro-lexador-pitugues":246,"../../tipos-de-dados/dialetos/pitugues":252,"../../tipos-de-simbolos/pitugues":260,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":449}],15:[function(require,module,exports){
|
|
8172
8214
|
"use strict";
|
|
8173
8215
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8174
8216
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8716,7 +8758,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8716
8758
|
}
|
|
8717
8759
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8718
8760
|
|
|
8719
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":
|
|
8761
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":249,"../../tipos-de-simbolos/portugol-ipt":261,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8720
8762
|
"use strict";
|
|
8721
8763
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8722
8764
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9683,7 +9725,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9683
9725
|
}
|
|
9684
9726
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9685
9727
|
|
|
9686
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
9728
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../tipos-de-simbolos/prisma":262,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":449}],17:[function(require,module,exports){
|
|
9687
9729
|
"use strict";
|
|
9688
9730
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9689
9731
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10691,7 +10733,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10691
10733
|
}
|
|
10692
10734
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10693
10735
|
|
|
10694
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":
|
|
10736
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador/simbolo":249,"../../tipos-de-dados/delegua":251,"../../tipos-de-simbolos/tenda":263,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":449}],18:[function(require,module,exports){
|
|
10695
10737
|
"use strict";
|
|
10696
10738
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10697
10739
|
if (k2 === undefined) k2 = k;
|
|
@@ -10960,7 +11002,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
10960
11002
|
}
|
|
10961
11003
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
10962
11004
|
|
|
10963
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
11005
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../tipos-de-simbolos/pitugues":260,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
10964
11006
|
"use strict";
|
|
10965
11007
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10966
11008
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -11146,7 +11188,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
11146
11188
|
}
|
|
11147
11189
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
11148
11190
|
|
|
11149
|
-
},{"../construtos":67,"../tipos-de-simbolos/comum":
|
|
11191
|
+
},{"../construtos":67,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
11150
11192
|
"use strict";
|
|
11151
11193
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11152
11194
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11379,7 +11421,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11379
11421
|
}
|
|
11380
11422
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11381
11423
|
|
|
11382
|
-
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11424
|
+
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":259,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11383
11425
|
"use strict";
|
|
11384
11426
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11385
11427
|
exports.MontaoTipos = void 0;
|
|
@@ -11430,7 +11472,7 @@ class MontaoTipos {
|
|
|
11430
11472
|
}
|
|
11431
11473
|
exports.MontaoTipos = MontaoTipos;
|
|
11432
11474
|
|
|
11433
|
-
},{"../geracao-identificadores":
|
|
11475
|
+
},{"../geracao-identificadores":147,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
|
|
11434
11476
|
"use strict";
|
|
11435
11477
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11436
11478
|
exports.PilhaEscopos = void 0;
|
|
@@ -12721,7 +12763,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12721
12763
|
return resultadoFinal;
|
|
12722
12764
|
}
|
|
12723
12765
|
|
|
12724
|
-
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":
|
|
12766
|
+
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":212,"../interpretador/estruturas/descritor-tipo-classe":210,"../interpretador/estruturas/funcao-padrao":211,"../interpretador/estruturas/objeto-delegua-classe":217,"../quebras":250}],30:[function(require,module,exports){
|
|
12725
12767
|
"use strict";
|
|
12726
12768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12727
12769
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -12758,7 +12800,7 @@ exports.default = {
|
|
|
12758
12800
|
},
|
|
12759
12801
|
};
|
|
12760
12802
|
|
|
12761
|
-
},{"../../../construtos":67,"../../../excecoes":140,"../../../informacao-elemento-sintatico":
|
|
12803
|
+
},{"../../../construtos":67,"../../../excecoes":140,"../../../informacao-elemento-sintatico":150}],31:[function(require,module,exports){
|
|
12762
12804
|
"use strict";
|
|
12763
12805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12764
12806
|
const construtos_1 = require("../construtos");
|
|
@@ -12871,7 +12913,7 @@ exports.default = {
|
|
|
12871
12913
|
},
|
|
12872
12914
|
};
|
|
12873
12915
|
|
|
12874
|
-
},{"../construtos":67,"../informacao-elemento-sintatico":
|
|
12916
|
+
},{"../construtos":67,"../informacao-elemento-sintatico":150}],32:[function(require,module,exports){
|
|
12875
12917
|
"use strict";
|
|
12876
12918
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12877
12919
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -12956,7 +12998,7 @@ exports.default = {
|
|
|
12956
12998
|
},
|
|
12957
12999
|
};
|
|
12958
13000
|
|
|
12959
|
-
},{"../informacao-elemento-sintatico":
|
|
13001
|
+
},{"../informacao-elemento-sintatico":150}],33:[function(require,module,exports){
|
|
12960
13002
|
"use strict";
|
|
12961
13003
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12962
13004
|
exports.implementacaoParticao = void 0;
|
|
@@ -13355,7 +13397,7 @@ exports.default = {
|
|
|
13355
13397
|
},
|
|
13356
13398
|
};
|
|
13357
13399
|
|
|
13358
|
-
},{"../construtos":67,"../excecoes":140,"../informacao-elemento-sintatico":
|
|
13400
|
+
},{"../construtos":67,"../excecoes":140,"../informacao-elemento-sintatico":150}],34:[function(require,module,exports){
|
|
13359
13401
|
"use strict";
|
|
13360
13402
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13361
13403
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13766,7 +13808,7 @@ exports.default = {
|
|
|
13766
13808
|
},
|
|
13767
13809
|
};
|
|
13768
13810
|
|
|
13769
|
-
},{"../construtos":67,"../excecoes":140,"../inferenciador":
|
|
13811
|
+
},{"../construtos":67,"../excecoes":140,"../inferenciador":149,"../informacao-elemento-sintatico":150}],35:[function(require,module,exports){
|
|
13770
13812
|
"use strict";
|
|
13771
13813
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13772
13814
|
exports.construirModuloAfirmar = construirModuloAfirmar;
|
|
@@ -13834,7 +13876,7 @@ function construirModuloAfirmar() {
|
|
|
13834
13876
|
return modulo;
|
|
13835
13877
|
}
|
|
13836
13878
|
|
|
13837
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
13879
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215}],36:[function(require,module,exports){
|
|
13838
13880
|
"use strict";
|
|
13839
13881
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13840
13882
|
exports.construirModuloDeTestes = construirModuloDeTestes;
|
|
@@ -14014,7 +14056,7 @@ function construirModuloDeTestes(interpretador, registro) {
|
|
|
14014
14056
|
return modulo;
|
|
14015
14057
|
}
|
|
14016
14058
|
|
|
14017
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
14059
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215,"./modulo-afirmar":35}],37:[function(require,module,exports){
|
|
14018
14060
|
"use strict";
|
|
14019
14061
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14020
14062
|
exports.RegistroTestes = void 0;
|
|
@@ -14486,7 +14528,7 @@ class Binario {
|
|
|
14486
14528
|
}
|
|
14487
14529
|
exports.Binario = Binario;
|
|
14488
14530
|
|
|
14489
|
-
},{"../tipos-de-simbolos/delegua":
|
|
14531
|
+
},{"../tipos-de-simbolos/delegua":256}],51:[function(require,module,exports){
|
|
14490
14532
|
"use strict";
|
|
14491
14533
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14492
14534
|
exports.Bote = void 0;
|
|
@@ -14541,7 +14583,7 @@ class Chamada {
|
|
|
14541
14583
|
}
|
|
14542
14584
|
exports.Chamada = Chamada;
|
|
14543
14585
|
|
|
14544
|
-
},{"../geracao-identificadores":
|
|
14586
|
+
},{"../geracao-identificadores":147}],53:[function(require,module,exports){
|
|
14545
14587
|
"use strict";
|
|
14546
14588
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14547
14589
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -15049,7 +15091,7 @@ class Leia {
|
|
|
15049
15091
|
}
|
|
15050
15092
|
exports.Leia = Leia;
|
|
15051
15093
|
|
|
15052
|
-
},{"../geracao-identificadores":
|
|
15094
|
+
},{"../geracao-identificadores":147}],70:[function(require,module,exports){
|
|
15053
15095
|
"use strict";
|
|
15054
15096
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15055
15097
|
exports.ListaCompreensao = void 0;
|
|
@@ -16303,7 +16345,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
16303
16345
|
}
|
|
16304
16346
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
16305
16347
|
|
|
16306
|
-
},{"../geracao-identificadores":
|
|
16348
|
+
},{"../geracao-identificadores":147,"./declaracao":105}],115:[function(require,module,exports){
|
|
16307
16349
|
"use strict";
|
|
16308
16350
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16309
16351
|
exports.Importar = void 0;
|
|
@@ -16996,7 +17038,7 @@ class EstilizadorDelegua {
|
|
|
16996
17038
|
}
|
|
16997
17039
|
exports.EstilizadorDelegua = EstilizadorDelegua;
|
|
16998
17040
|
|
|
16999
|
-
},{"../formatadores":
|
|
17041
|
+
},{"../formatadores":146,"./quebrador-linha":132}],131:[function(require,module,exports){
|
|
17000
17042
|
"use strict";
|
|
17001
17043
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17002
17044
|
if (k2 === undefined) k2 = k;
|
|
@@ -17542,7 +17584,7 @@ class RegraFortalecerTipos {
|
|
|
17542
17584
|
}
|
|
17543
17585
|
exports.RegraFortalecerTipos = RegraFortalecerTipos;
|
|
17544
17586
|
|
|
17545
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
17587
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149}],137:[function(require,module,exports){
|
|
17546
17588
|
"use strict";
|
|
17547
17589
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17548
17590
|
exports.RegraParadigmaConsistente = void 0;
|
|
@@ -17632,7 +17674,7 @@ class RegraParadigmaConsistente {
|
|
|
17632
17674
|
}
|
|
17633
17675
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17634
17676
|
|
|
17635
|
-
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":
|
|
17677
|
+
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":245}],138:[function(require,module,exports){
|
|
17636
17678
|
"use strict";
|
|
17637
17679
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17638
17680
|
exports.ErroDeAssertiva = void 0;
|
|
@@ -17684,6 +17726,87 @@ __exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
|
17684
17726
|
|
|
17685
17727
|
},{"./erro-de-assertiva":138,"./erro-em-tempo-de-execucao":139}],141:[function(require,module,exports){
|
|
17686
17728
|
"use strict";
|
|
17729
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17730
|
+
|
|
17731
|
+
},{}],142:[function(require,module,exports){
|
|
17732
|
+
"use strict";
|
|
17733
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17734
|
+
if (k2 === undefined) k2 = k;
|
|
17735
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
17736
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17737
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17738
|
+
}
|
|
17739
|
+
Object.defineProperty(o, k2, desc);
|
|
17740
|
+
}) : (function(o, m, k, k2) {
|
|
17741
|
+
if (k2 === undefined) k2 = k;
|
|
17742
|
+
o[k2] = m[k];
|
|
17743
|
+
}));
|
|
17744
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
17745
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17746
|
+
};
|
|
17747
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17748
|
+
__exportStar(require("./despachador-ffi-interface"), exports);
|
|
17749
|
+
__exportStar(require("./leitor-definicao"), exports);
|
|
17750
|
+
|
|
17751
|
+
},{"./despachador-ffi-interface":141,"./leitor-definicao":143}],143:[function(require,module,exports){
|
|
17752
|
+
"use strict";
|
|
17753
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17754
|
+
exports.lerMetadadosClasse = lerMetadadosClasse;
|
|
17755
|
+
exports.lerMetadadosMetodo = lerMetadadosMetodo;
|
|
17756
|
+
const construtos_1 = require("../construtos");
|
|
17757
|
+
/**
|
|
17758
|
+
* Extrai o valor primitivo de um atributo de decorador.
|
|
17759
|
+
* O parser armazena `valorPadrao` como um `Literal` construto;
|
|
17760
|
+
* aqui desembrulhamos para o valor JS puro.
|
|
17761
|
+
*/
|
|
17762
|
+
function resolverValorAtributo(valor) {
|
|
17763
|
+
if (valor instanceof construtos_1.Literal)
|
|
17764
|
+
return valor.valor;
|
|
17765
|
+
return valor;
|
|
17766
|
+
}
|
|
17767
|
+
/**
|
|
17768
|
+
* Normaliza o nome do decorador removendo o prefixo `@` adicionado pelo parser.
|
|
17769
|
+
*/
|
|
17770
|
+
function nomeDecorador(decorador) {
|
|
17771
|
+
return decorador.nome.startsWith('@') ? decorador.nome.slice(1) : decorador.nome;
|
|
17772
|
+
}
|
|
17773
|
+
/**
|
|
17774
|
+
* Lê os atributos de `@definicao` de uma lista de decoradores de uma classe estrangeira.
|
|
17775
|
+
* Retorna `null` se nenhum decorador `definicao` com atributo `biblioteca` for encontrado.
|
|
17776
|
+
*/
|
|
17777
|
+
function lerMetadadosClasse(decoradores) {
|
|
17778
|
+
for (const decorador of decoradores) {
|
|
17779
|
+
if (nomeDecorador(decorador) !== 'definicao')
|
|
17780
|
+
continue;
|
|
17781
|
+
const biblioteca = resolverValorAtributo(decorador.atributos?.['biblioteca']);
|
|
17782
|
+
if (!biblioteca)
|
|
17783
|
+
continue;
|
|
17784
|
+
const prefixo = resolverValorAtributo(decorador.atributos?.['prefixo']) ?? '';
|
|
17785
|
+
return { biblioteca: String(biblioteca), prefixo: String(prefixo) };
|
|
17786
|
+
}
|
|
17787
|
+
return null;
|
|
17788
|
+
}
|
|
17789
|
+
/**
|
|
17790
|
+
* Resolve o nome do símbolo C para um método de uma classe estrangeira.
|
|
17791
|
+
*
|
|
17792
|
+
* Ordem de resolução:
|
|
17793
|
+
* 1. `@definicao(simbolo="...")` no próprio método → usa o valor literal
|
|
17794
|
+
* 2. Caso contrário → `prefixo + nomeMetodo`
|
|
17795
|
+
*/
|
|
17796
|
+
function lerMetadadosMetodo(decoradores, nomeMetodo, prefixo) {
|
|
17797
|
+
for (const decorador of decoradores) {
|
|
17798
|
+
if (nomeDecorador(decorador) !== 'definicao')
|
|
17799
|
+
continue;
|
|
17800
|
+
const simbolo = resolverValorAtributo(decorador.atributos?.['simbolo']);
|
|
17801
|
+
if (simbolo) {
|
|
17802
|
+
return { simbolo: String(simbolo) };
|
|
17803
|
+
}
|
|
17804
|
+
}
|
|
17805
|
+
return { simbolo: prefixo + nomeMetodo };
|
|
17806
|
+
}
|
|
17807
|
+
|
|
17808
|
+
},{"../construtos":67}],144:[function(require,module,exports){
|
|
17809
|
+
"use strict";
|
|
17687
17810
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17688
17811
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17689
17812
|
};
|
|
@@ -18643,7 +18766,7 @@ class FormatadorDelegua {
|
|
|
18643
18766
|
}
|
|
18644
18767
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18645
18768
|
|
|
18646
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
18769
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],145:[function(require,module,exports){
|
|
18647
18770
|
"use strict";
|
|
18648
18771
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18649
18772
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19115,7 +19238,7 @@ class FormatadorPitugues {
|
|
|
19115
19238
|
}
|
|
19116
19239
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
19117
19240
|
|
|
19118
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":
|
|
19241
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":260}],146:[function(require,module,exports){
|
|
19119
19242
|
"use strict";
|
|
19120
19243
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19121
19244
|
if (k2 === undefined) k2 = k;
|
|
@@ -19135,7 +19258,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19135
19258
|
__exportStar(require("./formatador-delegua"), exports);
|
|
19136
19259
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
19137
19260
|
|
|
19138
|
-
},{"./formatador-delegua":
|
|
19261
|
+
},{"./formatador-delegua":144,"./formatador-pitugues":145}],147:[function(require,module,exports){
|
|
19139
19262
|
"use strict";
|
|
19140
19263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19141
19264
|
exports.cyrb53 = cyrb53;
|
|
@@ -19179,7 +19302,7 @@ function uuidv4() {
|
|
|
19179
19302
|
});
|
|
19180
19303
|
}
|
|
19181
19304
|
|
|
19182
|
-
},{}],
|
|
19305
|
+
},{}],148:[function(require,module,exports){
|
|
19183
19306
|
"use strict";
|
|
19184
19307
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19185
19308
|
if (k2 === undefined) k2 = k;
|
|
@@ -19197,6 +19320,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19197
19320
|
};
|
|
19198
19321
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19199
19322
|
__exportStar(require("./analisador-semantico"), exports);
|
|
19323
|
+
__exportStar(require("./ffi"), exports);
|
|
19200
19324
|
__exportStar(require("./avaliador-sintatico"), exports);
|
|
19201
19325
|
__exportStar(require("./construtos"), exports);
|
|
19202
19326
|
__exportStar(require("./declaracoes"), exports);
|
|
@@ -19208,7 +19332,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
19208
19332
|
__exportStar(require("./lexador"), exports);
|
|
19209
19333
|
__exportStar(require("./tradutores"), exports);
|
|
19210
19334
|
|
|
19211
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./formatadores":
|
|
19335
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./ffi":142,"./formatadores":146,"./geracao-identificadores":147,"./interfaces":179,"./interpretador":221,"./lexador":241,"./tradutores":264}],149:[function(require,module,exports){
|
|
19212
19336
|
"use strict";
|
|
19213
19337
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19214
19338
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19336,7 +19460,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19336
19460
|
}
|
|
19337
19461
|
}
|
|
19338
19462
|
|
|
19339
|
-
},{"./tipos-de-dados/delegua":
|
|
19463
|
+
},{"./tipos-de-dados/delegua":251,"./tipos-de-dados/primitivos":253,"./tipos-de-simbolos/delegua":256}],150:[function(require,module,exports){
|
|
19340
19464
|
"use strict";
|
|
19341
19465
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19342
19466
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -19355,15 +19479,15 @@ class InformacaoElementoSintatico {
|
|
|
19355
19479
|
}
|
|
19356
19480
|
exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
|
|
19357
19481
|
|
|
19358
|
-
},{}],
|
|
19482
|
+
},{}],151:[function(require,module,exports){
|
|
19359
19483
|
"use strict";
|
|
19360
19484
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19361
19485
|
|
|
19362
|
-
},{}],
|
|
19486
|
+
},{}],152:[function(require,module,exports){
|
|
19363
19487
|
"use strict";
|
|
19364
19488
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19365
19489
|
|
|
19366
|
-
},{}],
|
|
19490
|
+
},{}],153:[function(require,module,exports){
|
|
19367
19491
|
"use strict";
|
|
19368
19492
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19369
19493
|
if (k2 === undefined) k2 = k;
|
|
@@ -19384,27 +19508,27 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
|
|
|
19384
19508
|
__exportStar(require("./correcao-implementacao-interface"), exports);
|
|
19385
19509
|
__exportStar(require("./membro-interface-faltando-interface"), exports);
|
|
19386
19510
|
|
|
19387
|
-
},{"./avaliador-sintatico-interface":
|
|
19511
|
+
},{"./avaliador-sintatico-interface":151,"./correcao-implementacao-interface":152,"./membro-interface-faltando-interface":154}],154:[function(require,module,exports){
|
|
19388
19512
|
"use strict";
|
|
19389
19513
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19390
19514
|
|
|
19391
|
-
},{}],
|
|
19515
|
+
},{}],155:[function(require,module,exports){
|
|
19392
19516
|
"use strict";
|
|
19393
19517
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19394
19518
|
|
|
19395
|
-
},{}],
|
|
19519
|
+
},{}],156:[function(require,module,exports){
|
|
19396
19520
|
"use strict";
|
|
19397
19521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19398
19522
|
|
|
19399
|
-
},{}],
|
|
19523
|
+
},{}],157:[function(require,module,exports){
|
|
19400
19524
|
"use strict";
|
|
19401
19525
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19402
19526
|
|
|
19403
|
-
},{}],
|
|
19527
|
+
},{}],158:[function(require,module,exports){
|
|
19404
19528
|
"use strict";
|
|
19405
19529
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19406
19530
|
|
|
19407
|
-
},{}],
|
|
19531
|
+
},{}],159:[function(require,module,exports){
|
|
19408
19532
|
"use strict";
|
|
19409
19533
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19410
19534
|
if (k2 === undefined) k2 = k;
|
|
@@ -19424,11 +19548,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19424
19548
|
__exportStar(require("./caminho-escolha-interface"), exports);
|
|
19425
19549
|
__exportStar(require("./construto-interface"), exports);
|
|
19426
19550
|
|
|
19427
|
-
},{"./caminho-escolha-interface":
|
|
19551
|
+
},{"./caminho-escolha-interface":157,"./construto-interface":158}],160:[function(require,module,exports){
|
|
19428
19552
|
"use strict";
|
|
19429
19553
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19430
19554
|
|
|
19431
|
-
},{}],
|
|
19555
|
+
},{}],161:[function(require,module,exports){
|
|
19432
19556
|
"use strict";
|
|
19433
19557
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19434
19558
|
if (k2 === undefined) k2 = k;
|
|
@@ -19447,15 +19571,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19447
19571
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19448
19572
|
__exportStar(require("./caminho-se-senao-interface"), exports);
|
|
19449
19573
|
|
|
19450
|
-
},{"./caminho-se-senao-interface":
|
|
19574
|
+
},{"./caminho-se-senao-interface":160}],162:[function(require,module,exports){
|
|
19451
19575
|
"use strict";
|
|
19452
19576
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19453
19577
|
|
|
19454
|
-
},{}],
|
|
19578
|
+
},{}],163:[function(require,module,exports){
|
|
19455
19579
|
"use strict";
|
|
19456
19580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19457
19581
|
|
|
19458
|
-
},{}],
|
|
19582
|
+
},{}],164:[function(require,module,exports){
|
|
19459
19583
|
"use strict";
|
|
19460
19584
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19461
19585
|
if (k2 === undefined) k2 = k;
|
|
@@ -19477,19 +19601,19 @@ __exportStar(require("./fazer-interface"), exports);
|
|
|
19477
19601
|
__exportStar(require("./para-cada-interface"), exports);
|
|
19478
19602
|
__exportStar(require("./para-interface"), exports);
|
|
19479
19603
|
|
|
19480
|
-
},{"./enquanto-interface":
|
|
19604
|
+
},{"./enquanto-interface":162,"./fazer-interface":163,"./para-cada-interface":165,"./para-interface":166}],165:[function(require,module,exports){
|
|
19481
19605
|
"use strict";
|
|
19482
19606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19483
19607
|
|
|
19484
|
-
},{}],
|
|
19608
|
+
},{}],166:[function(require,module,exports){
|
|
19485
19609
|
"use strict";
|
|
19486
19610
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19487
19611
|
|
|
19488
|
-
},{}],
|
|
19612
|
+
},{}],167:[function(require,module,exports){
|
|
19489
19613
|
"use strict";
|
|
19490
19614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19491
19615
|
|
|
19492
|
-
},{}],
|
|
19616
|
+
},{}],168:[function(require,module,exports){
|
|
19493
19617
|
"use strict";
|
|
19494
19618
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19495
19619
|
if (k2 === undefined) k2 = k;
|
|
@@ -19508,27 +19632,27 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19508
19632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19509
19633
|
__exportStar(require("./retorno-resolvedor-interface"), exports);
|
|
19510
19634
|
|
|
19511
|
-
},{"./retorno-resolvedor-interface":
|
|
19635
|
+
},{"./retorno-resolvedor-interface":169}],169:[function(require,module,exports){
|
|
19512
19636
|
"use strict";
|
|
19513
19637
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19514
19638
|
|
|
19515
|
-
},{}],
|
|
19639
|
+
},{}],170:[function(require,module,exports){
|
|
19516
19640
|
"use strict";
|
|
19517
19641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19518
19642
|
|
|
19519
|
-
},{}],
|
|
19643
|
+
},{}],171:[function(require,module,exports){
|
|
19520
19644
|
"use strict";
|
|
19521
19645
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19522
19646
|
|
|
19523
|
-
},{}],
|
|
19647
|
+
},{}],172:[function(require,module,exports){
|
|
19524
19648
|
"use strict";
|
|
19525
19649
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19526
19650
|
|
|
19527
|
-
},{}],
|
|
19651
|
+
},{}],173:[function(require,module,exports){
|
|
19528
19652
|
"use strict";
|
|
19529
19653
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19530
19654
|
|
|
19531
|
-
},{}],
|
|
19655
|
+
},{}],174:[function(require,module,exports){
|
|
19532
19656
|
"use strict";
|
|
19533
19657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19534
19658
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -19540,11 +19664,11 @@ var DiagnosticoSeveridade;
|
|
|
19540
19664
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
19541
19665
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
19542
19666
|
|
|
19543
|
-
},{}],
|
|
19667
|
+
},{}],175:[function(require,module,exports){
|
|
19544
19668
|
"use strict";
|
|
19545
19669
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19546
19670
|
|
|
19547
|
-
},{}],
|
|
19671
|
+
},{}],176:[function(require,module,exports){
|
|
19548
19672
|
"use strict";
|
|
19549
19673
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19550
19674
|
if (k2 === undefined) k2 = k;
|
|
@@ -19566,15 +19690,15 @@ __exportStar(require("./correcao-sugerida-interface"), exports);
|
|
|
19566
19690
|
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
19567
19691
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
19568
19692
|
|
|
19569
|
-
},{"./correcao-implementacao-metodo-interface":
|
|
19693
|
+
},{"./correcao-implementacao-metodo-interface":172,"./correcao-sugerida-interface":173,"./diagnostico-analisador-semantico-interface":174,"./erro-interpretador-interface":175}],177:[function(require,module,exports){
|
|
19570
19694
|
"use strict";
|
|
19571
19695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19572
19696
|
|
|
19573
|
-
},{}],
|
|
19697
|
+
},{}],178:[function(require,module,exports){
|
|
19574
19698
|
"use strict";
|
|
19575
19699
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19576
19700
|
|
|
19577
|
-
},{}],
|
|
19701
|
+
},{}],179:[function(require,module,exports){
|
|
19578
19702
|
"use strict";
|
|
19579
19703
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19580
19704
|
if (k2 === undefined) k2 = k;
|
|
@@ -19623,47 +19747,47 @@ __exportStar(require("./erros"), exports);
|
|
|
19623
19747
|
__exportStar(require("./retornos"), exports);
|
|
19624
19748
|
__exportStar(require("./tradutores"), exports);
|
|
19625
19749
|
|
|
19626
|
-
},{"./avaliador-sintatico":
|
|
19750
|
+
},{"./avaliador-sintatico":153,"./componente-modulo-classe-interface":155,"./componente-modulo-funcao-interface":156,"./construtos":159,"./declaracoes":161,"./delegua":164,"./depuracao":167,"./egua-classico":168,"./entrada-tabela-diagnostico-semantico-interface":170,"./entrada-tabela-diagnosticos-sintatico-interface":171,"./erros":176,"./estilizador/estilizador-interface":177,"./formatador-comum-interface":178,"./interpretador-com-depuracao-interface":180,"./interpretador-interface":181,"./iteravel-interface":182,"./lexador-interface":183,"./modulo-interface":184,"./parametro-interface":185,"./pilha-interface":186,"./primitiva-interface":187,"./resolvedor-interface":188,"./resultado-parcial-interpretador-interface":189,"./retornos":190,"./retornos/retorno-execucao-interface":193,"./simbolo-interface":196,"./tradutores":198,"./tradutores/tradutor-interface":199,"./variavel-interface":200,"./visitante-comum-interface":201,"./visitante-delegua-interface":202}],180:[function(require,module,exports){
|
|
19627
19751
|
"use strict";
|
|
19628
19752
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19629
19753
|
|
|
19630
|
-
},{}],
|
|
19754
|
+
},{}],181:[function(require,module,exports){
|
|
19631
19755
|
"use strict";
|
|
19632
19756
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19633
19757
|
|
|
19634
|
-
},{}],
|
|
19758
|
+
},{}],182:[function(require,module,exports){
|
|
19635
19759
|
"use strict";
|
|
19636
19760
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19637
19761
|
|
|
19638
|
-
},{}],
|
|
19762
|
+
},{}],183:[function(require,module,exports){
|
|
19639
19763
|
"use strict";
|
|
19640
19764
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19641
19765
|
|
|
19642
|
-
},{}],
|
|
19766
|
+
},{}],184:[function(require,module,exports){
|
|
19643
19767
|
"use strict";
|
|
19644
19768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19645
19769
|
|
|
19646
|
-
},{}],
|
|
19770
|
+
},{}],185:[function(require,module,exports){
|
|
19647
19771
|
"use strict";
|
|
19648
19772
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19649
19773
|
|
|
19650
|
-
},{}],
|
|
19774
|
+
},{}],186:[function(require,module,exports){
|
|
19651
19775
|
"use strict";
|
|
19652
19776
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19653
19777
|
|
|
19654
|
-
},{}],
|
|
19778
|
+
},{}],187:[function(require,module,exports){
|
|
19655
19779
|
"use strict";
|
|
19656
19780
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19657
19781
|
|
|
19658
|
-
},{}],
|
|
19782
|
+
},{}],188:[function(require,module,exports){
|
|
19659
19783
|
"use strict";
|
|
19660
19784
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19661
19785
|
|
|
19662
|
-
},{}],
|
|
19786
|
+
},{}],189:[function(require,module,exports){
|
|
19663
19787
|
"use strict";
|
|
19664
19788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19665
19789
|
|
|
19666
|
-
},{}],
|
|
19790
|
+
},{}],190:[function(require,module,exports){
|
|
19667
19791
|
"use strict";
|
|
19668
19792
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19669
19793
|
if (k2 === undefined) k2 = k;
|
|
@@ -19686,35 +19810,35 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
19686
19810
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19687
19811
|
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19688
19812
|
|
|
19689
|
-
},{"./retorno-analisador-semantico-interface":
|
|
19813
|
+
},{"./retorno-analisador-semantico-interface":191,"./retorno-avaliador-sintatico-interface":192,"./retorno-execucao-interface":193,"./retorno-interpretador-interface":194,"./retorno-lexador-interface":195}],191:[function(require,module,exports){
|
|
19690
19814
|
"use strict";
|
|
19691
19815
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19692
19816
|
|
|
19693
|
-
},{}],
|
|
19817
|
+
},{}],192:[function(require,module,exports){
|
|
19694
19818
|
"use strict";
|
|
19695
19819
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19696
19820
|
|
|
19697
|
-
},{}],
|
|
19821
|
+
},{}],193:[function(require,module,exports){
|
|
19698
19822
|
"use strict";
|
|
19699
19823
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19700
19824
|
|
|
19701
|
-
},{}],
|
|
19825
|
+
},{}],194:[function(require,module,exports){
|
|
19702
19826
|
"use strict";
|
|
19703
19827
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19704
19828
|
|
|
19705
|
-
},{}],
|
|
19829
|
+
},{}],195:[function(require,module,exports){
|
|
19706
19830
|
"use strict";
|
|
19707
19831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19708
19832
|
|
|
19709
|
-
},{}],
|
|
19833
|
+
},{}],196:[function(require,module,exports){
|
|
19710
19834
|
"use strict";
|
|
19711
19835
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19712
19836
|
|
|
19713
|
-
},{}],
|
|
19837
|
+
},{}],197:[function(require,module,exports){
|
|
19714
19838
|
"use strict";
|
|
19715
19839
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19716
19840
|
|
|
19717
|
-
},{}],
|
|
19841
|
+
},{}],198:[function(require,module,exports){
|
|
19718
19842
|
"use strict";
|
|
19719
19843
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19720
19844
|
if (k2 === undefined) k2 = k;
|
|
@@ -19734,23 +19858,23 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19734
19858
|
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19735
19859
|
__exportStar(require("./tradutor-interface"), exports);
|
|
19736
19860
|
|
|
19737
|
-
},{"./contexto-funcao-interface":
|
|
19861
|
+
},{"./contexto-funcao-interface":197,"./tradutor-interface":199}],199:[function(require,module,exports){
|
|
19738
19862
|
"use strict";
|
|
19739
19863
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19740
19864
|
|
|
19741
|
-
},{}],
|
|
19865
|
+
},{}],200:[function(require,module,exports){
|
|
19742
19866
|
"use strict";
|
|
19743
19867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19744
19868
|
|
|
19745
|
-
},{}],
|
|
19869
|
+
},{}],201:[function(require,module,exports){
|
|
19746
19870
|
"use strict";
|
|
19747
19871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19748
19872
|
|
|
19749
|
-
},{}],
|
|
19873
|
+
},{}],202:[function(require,module,exports){
|
|
19750
19874
|
"use strict";
|
|
19751
19875
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19752
19876
|
|
|
19753
|
-
},{}],
|
|
19877
|
+
},{}],203:[function(require,module,exports){
|
|
19754
19878
|
"use strict";
|
|
19755
19879
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19756
19880
|
if (k2 === undefined) k2 = k;
|
|
@@ -20365,7 +20489,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
20365
20489
|
}
|
|
20366
20490
|
}
|
|
20367
20491
|
|
|
20368
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":
|
|
20492
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":209,"./estruturas/descritor-tipo-classe":210,"./estruturas/funcao-padrao":211,"./estruturas/objeto-delegua-classe":217}],204:[function(require,module,exports){
|
|
20369
20493
|
"use strict";
|
|
20370
20494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20371
20495
|
exports.EspacoMemoria = void 0;
|
|
@@ -20390,7 +20514,7 @@ class EspacoMemoria {
|
|
|
20390
20514
|
}
|
|
20391
20515
|
exports.EspacoMemoria = EspacoMemoria;
|
|
20392
20516
|
|
|
20393
|
-
},{}],
|
|
20517
|
+
},{}],205:[function(require,module,exports){
|
|
20394
20518
|
"use strict";
|
|
20395
20519
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20396
20520
|
exports.Chamavel = void 0;
|
|
@@ -20407,7 +20531,7 @@ class Chamavel {
|
|
|
20407
20531
|
}
|
|
20408
20532
|
exports.Chamavel = Chamavel;
|
|
20409
20533
|
|
|
20410
|
-
},{}],
|
|
20534
|
+
},{}],206:[function(require,module,exports){
|
|
20411
20535
|
"use strict";
|
|
20412
20536
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20413
20537
|
exports.ClasseDeModulo = void 0;
|
|
@@ -20428,7 +20552,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
20428
20552
|
}
|
|
20429
20553
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
20430
20554
|
|
|
20431
|
-
},{"./chamavel":
|
|
20555
|
+
},{"./chamavel":205}],207:[function(require,module,exports){
|
|
20432
20556
|
"use strict";
|
|
20433
20557
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20434
20558
|
exports.ClassePadrao = void 0;
|
|
@@ -20469,7 +20593,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
20469
20593
|
}
|
|
20470
20594
|
exports.ClassePadrao = ClassePadrao;
|
|
20471
20595
|
|
|
20472
|
-
},{"./chamavel":
|
|
20596
|
+
},{"./chamavel":205}],208:[function(require,module,exports){
|
|
20473
20597
|
"use strict";
|
|
20474
20598
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20475
20599
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -20512,7 +20636,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
20512
20636
|
}
|
|
20513
20637
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
20514
20638
|
|
|
20515
|
-
},{"./delegua-funcao":
|
|
20639
|
+
},{"./delegua-funcao":209}],209:[function(require,module,exports){
|
|
20516
20640
|
"use strict";
|
|
20517
20641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20518
20642
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20715,7 +20839,7 @@ function tipoDeDados(valor) {
|
|
|
20715
20839
|
}
|
|
20716
20840
|
}
|
|
20717
20841
|
|
|
20718
|
-
},{"../../declaracoes":116,"../../quebras":
|
|
20842
|
+
},{"../../declaracoes":116,"../../quebras":250,"../espaco-memoria":204,"./chamavel":205,"./objeto-delegua-classe":217}],210:[function(require,module,exports){
|
|
20719
20843
|
"use strict";
|
|
20720
20844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20721
20845
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -21030,7 +21154,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
21030
21154
|
}
|
|
21031
21155
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
21032
21156
|
|
|
21033
|
-
},{"../../excecoes":140,"./chamavel":
|
|
21157
|
+
},{"../../excecoes":140,"./chamavel":205,"./metodo-polimorfico":213,"./objeto-delegua-classe":217}],211:[function(require,module,exports){
|
|
21034
21158
|
"use strict";
|
|
21035
21159
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21036
21160
|
exports.FuncaoPadrao = void 0;
|
|
@@ -21069,7 +21193,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
21069
21193
|
}
|
|
21070
21194
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
21071
21195
|
|
|
21072
|
-
},{"./chamavel":
|
|
21196
|
+
},{"./chamavel":205}],212:[function(require,module,exports){
|
|
21073
21197
|
"use strict";
|
|
21074
21198
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21075
21199
|
if (k2 === undefined) k2 = k;
|
|
@@ -21102,7 +21226,7 @@ __exportStar(require("./objeto-padrao"), exports);
|
|
|
21102
21226
|
__exportStar(require("./referencia-montao"), exports);
|
|
21103
21227
|
__exportStar(require("./super-proxy"), exports);
|
|
21104
21228
|
|
|
21105
|
-
},{"./chamavel":
|
|
21229
|
+
},{"./chamavel":205,"./classe-de-modulo":206,"./classe-padrao":207,"./delegua-funcao":209,"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210,"./funcao-padrao":211,"./metodo-polimorfico":213,"./metodo-primitiva":214,"./modulo":215,"./objeto-base":216,"./objeto-delegua-classe":217,"./objeto-padrao":218,"./referencia-montao":219,"./super-proxy":220}],213:[function(require,module,exports){
|
|
21106
21230
|
"use strict";
|
|
21107
21231
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21108
21232
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -21280,7 +21404,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
21280
21404
|
}
|
|
21281
21405
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
21282
21406
|
|
|
21283
|
-
},{"../../excecoes":140,"../../inferenciador":
|
|
21407
|
+
},{"../../excecoes":140,"../../inferenciador":149,"./chamavel":205}],214:[function(require,module,exports){
|
|
21284
21408
|
"use strict";
|
|
21285
21409
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21286
21410
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -21326,7 +21450,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
21326
21450
|
}
|
|
21327
21451
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
21328
21452
|
|
|
21329
|
-
},{"./chamavel":
|
|
21453
|
+
},{"./chamavel":205}],215:[function(require,module,exports){
|
|
21330
21454
|
"use strict";
|
|
21331
21455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21332
21456
|
exports.DeleguaModulo = void 0;
|
|
@@ -21352,7 +21476,7 @@ class DeleguaModulo {
|
|
|
21352
21476
|
}
|
|
21353
21477
|
exports.DeleguaModulo = DeleguaModulo;
|
|
21354
21478
|
|
|
21355
|
-
},{}],
|
|
21479
|
+
},{}],216:[function(require,module,exports){
|
|
21356
21480
|
"use strict";
|
|
21357
21481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21358
21482
|
exports.OBJETO_BASE = void 0;
|
|
@@ -21426,7 +21550,7 @@ function criarDescritorObjeto() {
|
|
|
21426
21550
|
}
|
|
21427
21551
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
21428
21552
|
|
|
21429
|
-
},{"./delegua-funcao-nativa":
|
|
21553
|
+
},{"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210}],217:[function(require,module,exports){
|
|
21430
21554
|
"use strict";
|
|
21431
21555
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21432
21556
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -21608,7 +21732,7 @@ class ObjetoDeleguaClasse {
|
|
|
21608
21732
|
}
|
|
21609
21733
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
21610
21734
|
|
|
21611
|
-
},{"../../excecoes":140}],
|
|
21735
|
+
},{"../../excecoes":140}],218:[function(require,module,exports){
|
|
21612
21736
|
"use strict";
|
|
21613
21737
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21614
21738
|
exports.ObjetoPadrao = void 0;
|
|
@@ -21642,7 +21766,7 @@ class ObjetoPadrao {
|
|
|
21642
21766
|
}
|
|
21643
21767
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
21644
21768
|
|
|
21645
|
-
},{}],
|
|
21769
|
+
},{}],219:[function(require,module,exports){
|
|
21646
21770
|
"use strict";
|
|
21647
21771
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21648
21772
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21667,7 +21791,7 @@ class ReferenciaMontao {
|
|
|
21667
21791
|
}
|
|
21668
21792
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21669
21793
|
|
|
21670
|
-
},{}],
|
|
21794
|
+
},{}],220:[function(require,module,exports){
|
|
21671
21795
|
"use strict";
|
|
21672
21796
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21673
21797
|
exports.SuperProxy = void 0;
|
|
@@ -21706,7 +21830,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21706
21830
|
}
|
|
21707
21831
|
exports.SuperProxy = SuperProxy;
|
|
21708
21832
|
|
|
21709
|
-
},{"./chamavel":
|
|
21833
|
+
},{"./chamavel":205}],221:[function(require,module,exports){
|
|
21710
21834
|
"use strict";
|
|
21711
21835
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21712
21836
|
if (k2 === undefined) k2 = k;
|
|
@@ -21727,7 +21851,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21727
21851
|
__exportStar(require("./interpretador"), exports);
|
|
21728
21852
|
__exportStar(require("./interpretador-base"), exports);
|
|
21729
21853
|
|
|
21730
|
-
},{"./estruturas":
|
|
21854
|
+
},{"./estruturas":212,"./interpretador":223,"./interpretador-base":222}],222:[function(require,module,exports){
|
|
21731
21855
|
"use strict";
|
|
21732
21856
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21733
21857
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -22290,7 +22414,7 @@ class InterpretadorBase {
|
|
|
22290
22414
|
* @param esquerda O operando esquerdo.
|
|
22291
22415
|
* @returns Se ambos os operandos são números ou não.
|
|
22292
22416
|
*/
|
|
22293
|
-
verificarOperandosNumeros(operador,
|
|
22417
|
+
verificarOperandosNumeros(operador, esquerda, direita) {
|
|
22294
22418
|
const tipoDireita = direita.tipo
|
|
22295
22419
|
? direita.tipo
|
|
22296
22420
|
: typeof direita === primitivos_1.default.NUMERO
|
|
@@ -22368,23 +22492,33 @@ class InterpretadorBase {
|
|
|
22368
22492
|
const resultadoExponenciacao = Math.pow(valorEsquerdo, valorDireito);
|
|
22369
22493
|
return resultadoExponenciacao;
|
|
22370
22494
|
case delegua_1.default.MAIOR:
|
|
22371
|
-
if (
|
|
22372
|
-
|
|
22495
|
+
if (typeof valorEsquerdo === 'string' &&
|
|
22496
|
+
typeof valorDireito === 'string') {
|
|
22373
22497
|
return valorEsquerdo > valorDireito;
|
|
22374
22498
|
}
|
|
22375
|
-
|
|
22499
|
+
this.verificarOperandosNumeros(expressao.operador, esquerda, direita);
|
|
22500
|
+
return Number(valorEsquerdo) > Number(valorDireito);
|
|
22376
22501
|
case delegua_1.default.MAIOR_IGUAL:
|
|
22502
|
+
if (typeof valorEsquerdo === 'string' &&
|
|
22503
|
+
typeof valorDireito === 'string') {
|
|
22504
|
+
return valorEsquerdo >= valorDireito;
|
|
22505
|
+
}
|
|
22377
22506
|
this.verificarOperandosNumeros(expressao.operador, esquerda, direita);
|
|
22378
|
-
return valorEsquerdo >= valorDireito;
|
|
22507
|
+
return Number(valorEsquerdo) >= Number(valorDireito);
|
|
22379
22508
|
case delegua_1.default.MENOR:
|
|
22380
|
-
if (
|
|
22381
|
-
|
|
22509
|
+
if (typeof valorEsquerdo === 'string' &&
|
|
22510
|
+
typeof valorDireito === 'string') {
|
|
22382
22511
|
return valorEsquerdo < valorDireito;
|
|
22383
22512
|
}
|
|
22384
|
-
|
|
22513
|
+
this.verificarOperandosNumeros(expressao.operador, esquerda, direita);
|
|
22514
|
+
return Number(valorEsquerdo) < Number(valorDireito);
|
|
22385
22515
|
case delegua_1.default.MENOR_IGUAL:
|
|
22516
|
+
if (typeof valorEsquerdo === 'string' &&
|
|
22517
|
+
typeof valorDireito === 'string') {
|
|
22518
|
+
return valorEsquerdo <= valorDireito;
|
|
22519
|
+
}
|
|
22386
22520
|
this.verificarOperandosNumeros(expressao.operador, esquerda, direita);
|
|
22387
|
-
return valorEsquerdo <= valorDireito;
|
|
22521
|
+
return Number(valorEsquerdo) <= Number(valorDireito);
|
|
22388
22522
|
case delegua_1.default.SUBTRACAO:
|
|
22389
22523
|
case delegua_1.default.MENOS_IGUAL:
|
|
22390
22524
|
this.verificarOperandosNumeros(expressao.operador, esquerda, direita);
|
|
@@ -22714,13 +22848,29 @@ class InterpretadorBase {
|
|
|
22714
22848
|
});
|
|
22715
22849
|
}
|
|
22716
22850
|
}
|
|
22851
|
+
/** Gancho para linguagens definirem lógica de escopo (Pituguês LEGB) ou de memória (Delégua) */
|
|
22852
|
+
atribuirVariavel(alvoVariavel, valorResolvido, indice) {
|
|
22853
|
+
this.pilhaEscoposExecucao.atribuirVariavel(alvoVariavel.simbolo, valorResolvido, indice);
|
|
22854
|
+
}
|
|
22855
|
+
/** Gancho para linguagens definirem como acessar propriedades de objetos */
|
|
22856
|
+
async definirPropriedadeObjeto(objeto, simbolo, valor) {
|
|
22857
|
+
if (objeto instanceof estruturas_1.ObjetoDeleguaClasse) {
|
|
22858
|
+
await objeto.definir(simbolo, valor, this);
|
|
22859
|
+
}
|
|
22860
|
+
else if (objeto !== null && objeto !== undefined) {
|
|
22861
|
+
objeto[simbolo.lexema] = valor;
|
|
22862
|
+
}
|
|
22863
|
+
}
|
|
22717
22864
|
/**
|
|
22718
22865
|
* Execução de uma expressão de atribuição.
|
|
22719
22866
|
* @param expressao A expressão.
|
|
22720
22867
|
* @returns O valor atribuído.
|
|
22721
22868
|
*/
|
|
22722
22869
|
async visitarExpressaoDeAtribuicao(expressao) {
|
|
22723
|
-
|
|
22870
|
+
let valor = await this.avaliar(expressao.valor);
|
|
22871
|
+
if (valor && valor.hasOwnProperty('valorRetornado')) {
|
|
22872
|
+
valor = valor.valorRetornado;
|
|
22873
|
+
}
|
|
22724
22874
|
const valorResolvido = this.resolverValor(valor);
|
|
22725
22875
|
let indice = null;
|
|
22726
22876
|
if (expressao.indice) {
|
|
@@ -22728,22 +22878,18 @@ class InterpretadorBase {
|
|
|
22728
22878
|
}
|
|
22729
22879
|
switch (expressao.alvo.constructor) {
|
|
22730
22880
|
case construtos_1.AcessoMetodoOuPropriedade:
|
|
22731
|
-
// Nunca será método aqui: apenas propriedade.
|
|
22732
22881
|
const alvoPropriedade = expressao.alvo;
|
|
22733
22882
|
const variavelObjeto = await this.avaliar(alvoPropriedade.objeto);
|
|
22734
22883
|
const objeto = this.resolverValor(variavelObjeto);
|
|
22735
|
-
const
|
|
22736
|
-
|
|
22737
|
-
const objetoDeleguaClasse = objeto;
|
|
22738
|
-
await objetoDeleguaClasse.definir(alvoPropriedade.simbolo, valor, this);
|
|
22739
|
-
}
|
|
22884
|
+
const valorProp = await this.avaliar(expressao.valor);
|
|
22885
|
+
await this.definirPropriedadeObjeto(objeto, alvoPropriedade.simbolo, valorProp);
|
|
22740
22886
|
break;
|
|
22741
22887
|
case construtos_1.Variavel:
|
|
22742
22888
|
const alvoVariavel = expressao.alvo;
|
|
22743
|
-
this.
|
|
22889
|
+
this.atribuirVariavel(alvoVariavel, valorResolvido, indice);
|
|
22744
22890
|
break;
|
|
22745
22891
|
default:
|
|
22746
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloOperador,
|
|
22892
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloOperador, "Alvo da atribuição inválido. O lado esquerdo de uma atribuição deve ser uma variável, propriedade ou índice.");
|
|
22747
22893
|
}
|
|
22748
22894
|
return valorResolvido;
|
|
22749
22895
|
}
|
|
@@ -23409,6 +23555,14 @@ class InterpretadorBase {
|
|
|
23409
23555
|
return descritorTipoClasse;
|
|
23410
23556
|
}
|
|
23411
23557
|
resolverMetodoDeClasse(declaracao, superClassesResolvidas, _mesclaResolvidas) {
|
|
23558
|
+
if (declaracao.estrangeira && this.despachadorFFI) {
|
|
23559
|
+
const descritorFFI = this.despachadorFFI.resolverClasseEstrangeira(declaracao);
|
|
23560
|
+
if (descritorFFI) {
|
|
23561
|
+
descritorFFI.estrangeira = true;
|
|
23562
|
+
descritorFFI.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorFFI);
|
|
23563
|
+
return descritorFFI;
|
|
23564
|
+
}
|
|
23565
|
+
}
|
|
23412
23566
|
const metodos = {};
|
|
23413
23567
|
for (const metodoAtual of declaracao.metodos) {
|
|
23414
23568
|
const nomeMetodo = metodoAtual.simbolo.lexema;
|
|
@@ -23424,6 +23578,9 @@ class InterpretadorBase {
|
|
|
23424
23578
|
descritorTipoClasse.superClasses = [estruturas_1.OBJETO_BASE];
|
|
23425
23579
|
}
|
|
23426
23580
|
descritorTipoClasse.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorTipoClasse);
|
|
23581
|
+
if (declaracao.estrangeira) {
|
|
23582
|
+
descritorTipoClasse.estrangeira = true;
|
|
23583
|
+
}
|
|
23427
23584
|
return descritorTipoClasse;
|
|
23428
23585
|
}
|
|
23429
23586
|
/**
|
|
@@ -23981,6 +24138,9 @@ class InterpretadorBase {
|
|
|
23981
24138
|
const deltaInterpretacao = (0, browser_process_hrtime_1.default)(inicioInterpretacao);
|
|
23982
24139
|
console.log(`[Interpretador] Tempo para interpretaçao: ${deltaInterpretacao[0] * 1e9 + deltaInterpretacao[1]}ns`);
|
|
23983
24140
|
}
|
|
24141
|
+
if (!manterAmbiente) {
|
|
24142
|
+
this.despachadorFFI?.descarregarTudo();
|
|
24143
|
+
}
|
|
23984
24144
|
const retorno = {
|
|
23985
24145
|
erros: this.erros,
|
|
23986
24146
|
resultado: this.resultadoInterpretador,
|
|
@@ -23992,7 +24152,7 @@ class InterpretadorBase {
|
|
|
23992
24152
|
}
|
|
23993
24153
|
exports.InterpretadorBase = InterpretadorBase;
|
|
23994
24154
|
|
|
23995
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":
|
|
24155
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":149,"../lexador":241,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./espaco-memoria":204,"./estruturas":212,"./estruturas/metodo-primitiva":214,"./pilha-escopos-execucao":225,"browser-process-hrtime":449}],223:[function(require,module,exports){
|
|
23996
24156
|
"use strict";
|
|
23997
24157
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
23998
24158
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -24037,6 +24197,17 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24037
24197
|
pontoInicializacaoBibliotecasGlobais() {
|
|
24038
24198
|
(0, comum_1.carregarBibliotecasGlobais)(this.pilhaEscoposExecucao);
|
|
24039
24199
|
}
|
|
24200
|
+
atribuirVariavel(alvoVariavel, valorResolvido, indice) {
|
|
24201
|
+
const variavelResolvida = this.pilhaEscoposExecucao.obterValorVariavel(alvoVariavel.simbolo);
|
|
24202
|
+
if (variavelResolvida.valor instanceof estruturas_1.ReferenciaMontao) {
|
|
24203
|
+
const referenciaMontao = this.montao.obterReferencia(this.hashArquivoDeclaracaoAtual, this.linhaDeclaracaoAtual, variavelResolvida.valor.endereco);
|
|
24204
|
+
referenciaMontao[indice] = valorResolvido;
|
|
24205
|
+
}
|
|
24206
|
+
else {
|
|
24207
|
+
// Se não for montão, usa o comportamento padrão da Pilha
|
|
24208
|
+
super.atribuirVariavel(alvoVariavel, valorResolvido, indice);
|
|
24209
|
+
}
|
|
24210
|
+
}
|
|
24040
24211
|
async avaliarArgumentosEscreva(argumentos) {
|
|
24041
24212
|
if (this.constructor !== Interpretador) {
|
|
24042
24213
|
return await super.avaliarArgumentosEscreva(argumentos);
|
|
@@ -24717,6 +24888,14 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24717
24888
|
return descritorTipoClasse;
|
|
24718
24889
|
}
|
|
24719
24890
|
resolverMetodoDeClasse(declaracao, superClassesResolvidas, mesclaResolvidas) {
|
|
24891
|
+
if (declaracao.estrangeira && this.despachadorFFI) {
|
|
24892
|
+
const descritorFFI = this.despachadorFFI.resolverClasseEstrangeira(declaracao);
|
|
24893
|
+
if (descritorFFI) {
|
|
24894
|
+
descritorFFI.estrangeira = true;
|
|
24895
|
+
descritorFFI.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorFFI);
|
|
24896
|
+
return descritorFFI;
|
|
24897
|
+
}
|
|
24898
|
+
}
|
|
24720
24899
|
return this.logicaPropriedadesEMetodosDeClasse(declaracao, superClassesResolvidas, mesclaResolvidas);
|
|
24721
24900
|
}
|
|
24722
24901
|
/**
|
|
@@ -25215,53 +25394,6 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25215
25394
|
async visitarExpressaoComentario(expressao) {
|
|
25216
25395
|
return Promise.resolve();
|
|
25217
25396
|
}
|
|
25218
|
-
/**
|
|
25219
|
-
* Execução de uma expressão de atribuição.
|
|
25220
|
-
* @param expressao A expressão.
|
|
25221
|
-
* @returns O valor atribuído.
|
|
25222
|
-
*/
|
|
25223
|
-
async visitarExpressaoDeAtribuicao(expressao) {
|
|
25224
|
-
let valor = await this.avaliar(expressao.valor);
|
|
25225
|
-
if (valor && valor.hasOwnProperty('valorRetornado')) {
|
|
25226
|
-
valor = valor.valorRetornado;
|
|
25227
|
-
}
|
|
25228
|
-
const valorResolvido = this.resolverValor(valor);
|
|
25229
|
-
let indice = null;
|
|
25230
|
-
if (expressao.indice) {
|
|
25231
|
-
indice = this.resolverValor(await this.avaliar(expressao.indice));
|
|
25232
|
-
}
|
|
25233
|
-
switch (expressao.alvo.constructor) {
|
|
25234
|
-
case construtos_1.Variavel:
|
|
25235
|
-
const alvoVariavel = expressao.alvo;
|
|
25236
|
-
const variavelResolvida = this.pilhaEscoposExecucao.obterValorVariavel(alvoVariavel.simbolo);
|
|
25237
|
-
if (variavelResolvida.valor instanceof estruturas_1.ReferenciaMontao) {
|
|
25238
|
-
const referenciaMontao = this.montao.obterReferencia(this.hashArquivoDeclaracaoAtual, this.linhaDeclaracaoAtual, variavelResolvida.valor.endereco);
|
|
25239
|
-
referenciaMontao[indice] = valorResolvido;
|
|
25240
|
-
}
|
|
25241
|
-
else {
|
|
25242
|
-
this.pilhaEscoposExecucao.atribuirVariavel(alvoVariavel.simbolo, valorResolvido, indice);
|
|
25243
|
-
}
|
|
25244
|
-
break;
|
|
25245
|
-
case construtos_1.AcessoMetodoOuPropriedade:
|
|
25246
|
-
// Nunca será método aqui: apenas propriedade.
|
|
25247
|
-
const alvoPropriedade = expressao.alvo;
|
|
25248
|
-
const variavelObjeto = await this.avaliar(alvoPropriedade.objeto);
|
|
25249
|
-
const objeto = this.resolverValor(variavelObjeto);
|
|
25250
|
-
const valor = await this.avaliar(expressao.valor);
|
|
25251
|
-
if (objeto.constructor === estruturas_1.ObjetoDeleguaClasse) {
|
|
25252
|
-
const objetoDeleguaClasse = objeto;
|
|
25253
|
-
await objetoDeleguaClasse.definir(alvoPropriedade.simbolo, valor, this);
|
|
25254
|
-
}
|
|
25255
|
-
else {
|
|
25256
|
-
// Se cair aqui, provavelmente `objeto.constructor.name` é 'Object'.
|
|
25257
|
-
objeto[alvoPropriedade.simbolo.lexema] = valor;
|
|
25258
|
-
}
|
|
25259
|
-
break;
|
|
25260
|
-
default:
|
|
25261
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(undefined, `Atribuição com caso faltante: ${JSON.stringify(expressao)}.`);
|
|
25262
|
-
}
|
|
25263
|
-
return valorResolvido;
|
|
25264
|
-
}
|
|
25265
25397
|
async visitarExpressaoDefinirValor(expressao) {
|
|
25266
25398
|
const variavelObjeto = await this.avaliar(expressao.objeto);
|
|
25267
25399
|
const objeto = this.resolverValor(variavelObjeto);
|
|
@@ -25563,7 +25695,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25563
25695
|
}
|
|
25564
25696
|
exports.Interpretador = Interpretador;
|
|
25565
25697
|
|
|
25566
|
-
},{"../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":
|
|
25698
|
+
},{"../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":149,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./comum":203,"./estruturas":212,"./interpretador-base":222,"./montao":224}],224:[function(require,module,exports){
|
|
25567
25699
|
"use strict";
|
|
25568
25700
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25569
25701
|
exports.Montao = void 0;
|
|
@@ -25620,7 +25752,7 @@ class Montao {
|
|
|
25620
25752
|
}
|
|
25621
25753
|
exports.Montao = Montao;
|
|
25622
25754
|
|
|
25623
|
-
},{"../excecoes":140,"../geracao-identificadores":
|
|
25755
|
+
},{"../excecoes":140,"../geracao-identificadores":147}],225:[function(require,module,exports){
|
|
25624
25756
|
"use strict";
|
|
25625
25757
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25626
25758
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25961,7 +26093,7 @@ class PilhaEscoposExecucao {
|
|
|
25961
26093
|
}
|
|
25962
26094
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
25963
26095
|
|
|
25964
|
-
},{"../excecoes":140,"../inferenciador":
|
|
26096
|
+
},{"../excecoes":140,"../inferenciador":149,"../lexador":241,"../tipos-de-dados/delegua":251,"./estruturas":212}],226:[function(require,module,exports){
|
|
25965
26097
|
"use strict";
|
|
25966
26098
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
25967
26099
|
if (k2 === undefined) k2 = k;
|
|
@@ -25986,7 +26118,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
25986
26118
|
__exportStar(require("./lexador-prisma"), exports);
|
|
25987
26119
|
__exportStar(require("./lexador-tenda"), exports);
|
|
25988
26120
|
|
|
25989
|
-
},{"./lexador-calango":
|
|
26121
|
+
},{"./lexador-calango":227,"./lexador-egua-classico":228,"./lexador-guarani":229,"./lexador-pitugues":230,"./lexador-portugol-ipt":231,"./lexador-prisma":232,"./lexador-tenda":233}],227:[function(require,module,exports){
|
|
25990
26122
|
"use strict";
|
|
25991
26123
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25992
26124
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26301,7 +26433,7 @@ class LexadorCalango {
|
|
|
26301
26433
|
}
|
|
26302
26434
|
exports.LexadorCalango = LexadorCalango;
|
|
26303
26435
|
|
|
26304
|
-
},{"../../tipos-de-simbolos/calango":
|
|
26436
|
+
},{"../../tipos-de-simbolos/calango":254,"../simbolo":249,"./palavras-reservadas/calango":234}],228:[function(require,module,exports){
|
|
26305
26437
|
"use strict";
|
|
26306
26438
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26307
26439
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26594,7 +26726,7 @@ class LexadorEguaClassico {
|
|
|
26594
26726
|
}
|
|
26595
26727
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
26596
26728
|
|
|
26597
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
26729
|
+
},{"../../tipos-de-simbolos/egua-classico":257,"../simbolo":249,"./palavras-reservadas/egua-classico":235}],229:[function(require,module,exports){
|
|
26598
26730
|
"use strict";
|
|
26599
26731
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26600
26732
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26713,7 +26845,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
26713
26845
|
}
|
|
26714
26846
|
exports.LexadorGuarani = LexadorGuarani;
|
|
26715
26847
|
|
|
26716
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
26848
|
+
},{"../../tipos-de-simbolos/guarani":258,"../lexador-base":243,"./palavras-reservadas/guarani":236}],230:[function(require,module,exports){
|
|
26717
26849
|
"use strict";
|
|
26718
26850
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26719
26851
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27256,7 +27388,7 @@ class LexadorPitugues {
|
|
|
27256
27388
|
}
|
|
27257
27389
|
exports.LexadorPitugues = LexadorPitugues;
|
|
27258
27390
|
|
|
27259
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
27391
|
+
},{"../../tipos-de-simbolos/pitugues":260,"../simbolo":249,"./palavras-reservadas/pitugues":237,"browser-process-hrtime":449}],231:[function(require,module,exports){
|
|
27260
27392
|
"use strict";
|
|
27261
27393
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27262
27394
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27565,7 +27697,7 @@ class LexadorPortugolIpt {
|
|
|
27565
27697
|
}
|
|
27566
27698
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
27567
27699
|
|
|
27568
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
27700
|
+
},{"../../tipos-de-simbolos/portugol-ipt":261,"../simbolo":249,"./palavras-reservadas/portugol-ipt":238}],232:[function(require,module,exports){
|
|
27569
27701
|
"use strict";
|
|
27570
27702
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27571
27703
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27966,7 +28098,7 @@ class LexadorPrisma {
|
|
|
27966
28098
|
}
|
|
27967
28099
|
exports.LexadorPrisma = LexadorPrisma;
|
|
27968
28100
|
|
|
27969
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
28101
|
+
},{"../../tipos-de-simbolos/prisma":262,"../simbolo":249,"./palavras-reservadas/prisma":239,"browser-process-hrtime":449}],233:[function(require,module,exports){
|
|
27970
28102
|
"use strict";
|
|
27971
28103
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27972
28104
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28360,7 +28492,7 @@ class LexadorTenda {
|
|
|
28360
28492
|
}
|
|
28361
28493
|
exports.LexadorTenda = LexadorTenda;
|
|
28362
28494
|
|
|
28363
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
28495
|
+
},{"../../tipos-de-simbolos/tenda":263,"../simbolo":249,"./palavras-reservadas/tenda":240,"browser-process-hrtime":449}],234:[function(require,module,exports){
|
|
28364
28496
|
"use strict";
|
|
28365
28497
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28366
28498
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28408,7 +28540,7 @@ exports.default = {
|
|
|
28408
28540
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
28409
28541
|
};
|
|
28410
28542
|
|
|
28411
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
28543
|
+
},{"../../../tipos-de-simbolos/calango":254}],235:[function(require,module,exports){
|
|
28412
28544
|
"use strict";
|
|
28413
28545
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28414
28546
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28449,7 +28581,7 @@ exports.palavrasReservadas = {
|
|
|
28449
28581
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
28450
28582
|
};
|
|
28451
28583
|
|
|
28452
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
28584
|
+
},{"../../../tipos-de-simbolos/egua-classico":257}],236:[function(require,module,exports){
|
|
28453
28585
|
"use strict";
|
|
28454
28586
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28455
28587
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28461,7 +28593,7 @@ exports.palavrasReservadas = {
|
|
|
28461
28593
|
hai: guarani_1.default.HAI,
|
|
28462
28594
|
};
|
|
28463
28595
|
|
|
28464
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
28596
|
+
},{"../../../tipos-de-simbolos/guarani":258}],237:[function(require,module,exports){
|
|
28465
28597
|
"use strict";
|
|
28466
28598
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28467
28599
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28523,7 +28655,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
28523
28655
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
28524
28656
|
};
|
|
28525
28657
|
|
|
28526
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
28658
|
+
},{"../../../tipos-de-simbolos/pitugues":260}],238:[function(require,module,exports){
|
|
28527
28659
|
"use strict";
|
|
28528
28660
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28529
28661
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28583,7 +28715,7 @@ exports.palavrasReservadas = {
|
|
|
28583
28715
|
não: portugol_ipt_1.default.NAO,
|
|
28584
28716
|
};
|
|
28585
28717
|
|
|
28586
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
28718
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":261}],239:[function(require,module,exports){
|
|
28587
28719
|
"use strict";
|
|
28588
28720
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28589
28721
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28634,7 +28766,7 @@ exports.palavrasReservadas = {
|
|
|
28634
28766
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
28635
28767
|
};
|
|
28636
28768
|
|
|
28637
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
28769
|
+
},{"../../../tipos-de-simbolos/prisma":262}],240:[function(require,module,exports){
|
|
28638
28770
|
"use strict";
|
|
28639
28771
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28640
28772
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28692,7 +28824,7 @@ exports.palavrasReservadas = {
|
|
|
28692
28824
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
28693
28825
|
};
|
|
28694
28826
|
|
|
28695
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
28827
|
+
},{"../../../tipos-de-simbolos/tenda":263}],241:[function(require,module,exports){
|
|
28696
28828
|
"use strict";
|
|
28697
28829
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
28698
28830
|
if (k2 === undefined) k2 = k;
|
|
@@ -28715,7 +28847,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
28715
28847
|
__exportStar(require("./micro-lexador"), exports);
|
|
28716
28848
|
__exportStar(require("./simbolo"), exports);
|
|
28717
28849
|
|
|
28718
|
-
},{"./dialetos":
|
|
28850
|
+
},{"./dialetos":226,"./lexador":244,"./lexador-base-linha-unica":242,"./micro-lexador":247,"./simbolo":249}],242:[function(require,module,exports){
|
|
28719
28851
|
"use strict";
|
|
28720
28852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28721
28853
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -28804,7 +28936,7 @@ class LexadorBaseLinhaUnica {
|
|
|
28804
28936
|
}
|
|
28805
28937
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
28806
28938
|
|
|
28807
|
-
},{"./simbolo":
|
|
28939
|
+
},{"./simbolo":249}],243:[function(require,module,exports){
|
|
28808
28940
|
"use strict";
|
|
28809
28941
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28810
28942
|
exports.LexadorBase = void 0;
|
|
@@ -28943,7 +29075,7 @@ class LexadorBase {
|
|
|
28943
29075
|
}
|
|
28944
29076
|
exports.LexadorBase = LexadorBase;
|
|
28945
29077
|
|
|
28946
|
-
},{"./simbolo":
|
|
29078
|
+
},{"./simbolo":249}],244:[function(require,module,exports){
|
|
28947
29079
|
"use strict";
|
|
28948
29080
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28949
29081
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28955,11 +29087,11 @@ const simbolo_1 = require("./simbolo");
|
|
|
28955
29087
|
const palavras_reservadas_1 = require("./palavras-reservadas");
|
|
28956
29088
|
const delegua_1 = __importDefault(require("../tipos-de-simbolos/delegua"));
|
|
28957
29089
|
/**
|
|
28958
|
-
|
|
28959
|
-
|
|
28960
|
-
|
|
28961
|
-
|
|
28962
|
-
|
|
29090
|
+
* O Lexador é responsável por transformar o código em uma coleção de tokens de linguagem.
|
|
29091
|
+
* Cada token de linguagem é representado por um tipo, um lexema e informações da linha de código em que foi expresso.
|
|
29092
|
+
* Também é responsável por mapear as palavras reservadas da linguagem, que não podem ser usadas por outras
|
|
29093
|
+
* estruturas, tais como nomes de variáveis, funções, literais, classes e assim por diante.
|
|
29094
|
+
*/
|
|
28963
29095
|
class Lexador {
|
|
28964
29096
|
constructor(performance = false) {
|
|
28965
29097
|
this.codigo = [];
|
|
@@ -29027,10 +29159,10 @@ class Lexador {
|
|
|
29027
29159
|
return this.atual >= this.codigo[this.linha].length;
|
|
29028
29160
|
}
|
|
29029
29161
|
/**
|
|
29030
|
-
|
|
29031
|
-
|
|
29032
|
-
|
|
29033
|
-
|
|
29162
|
+
* Indica se o código está na última linha.
|
|
29163
|
+
* @returns Verdadeiro se contador de linhas está na última linha.
|
|
29164
|
+
* Falso caso contrário.
|
|
29165
|
+
*/
|
|
29034
29166
|
eUltimaLinha() {
|
|
29035
29167
|
return this.linha >= this.codigo.length - 1;
|
|
29036
29168
|
}
|
|
@@ -29038,7 +29170,9 @@ class Lexador {
|
|
|
29038
29170
|
return this.eUltimaLinha() && this.codigo[this.codigo.length - 1].length <= this.atual;
|
|
29039
29171
|
}
|
|
29040
29172
|
avancar() {
|
|
29041
|
-
this.
|
|
29173
|
+
const linha = this.codigo[this.linha];
|
|
29174
|
+
const codePoint = linha.codePointAt(this.atual);
|
|
29175
|
+
this.atual += codePoint && codePoint > 0xffff ? 2 : 1;
|
|
29042
29176
|
if (this.eFinalDaLinha() && !this.eUltimaLinha()) {
|
|
29043
29177
|
this.linha++;
|
|
29044
29178
|
this.atual = 0;
|
|
@@ -29056,7 +29190,12 @@ class Lexador {
|
|
|
29056
29190
|
simboloAtual() {
|
|
29057
29191
|
if (this.eFinalDaLinha())
|
|
29058
29192
|
return '\0';
|
|
29059
|
-
|
|
29193
|
+
const linha = this.codigo[this.linha];
|
|
29194
|
+
const codePoint = linha.codePointAt(this.atual);
|
|
29195
|
+
if (codePoint === undefined) {
|
|
29196
|
+
return '\0';
|
|
29197
|
+
}
|
|
29198
|
+
return String.fromCodePoint(codePoint);
|
|
29060
29199
|
}
|
|
29061
29200
|
comentarioMultilinha() {
|
|
29062
29201
|
let conteudo = '';
|
|
@@ -29080,10 +29219,10 @@ class Lexador {
|
|
|
29080
29219
|
}
|
|
29081
29220
|
}
|
|
29082
29221
|
/**
|
|
29083
|
-
|
|
29084
|
-
|
|
29085
|
-
|
|
29086
|
-
|
|
29222
|
+
* Lê um comentário documentário (iniciado com `/**`), agregando o conteúdo
|
|
29223
|
+
* em um único token DOCUMENTARIO. Linhas com `*` inicial (convenção JSDoc)
|
|
29224
|
+
* têm o asterisco removido.
|
|
29225
|
+
*/
|
|
29087
29226
|
comentarioDocumentario() {
|
|
29088
29227
|
// Cursor está no primeiro '*' de '/**'. Avança para pular o segundo '*'.
|
|
29089
29228
|
this.avancar();
|
|
@@ -29121,10 +29260,23 @@ class Lexador {
|
|
|
29121
29260
|
this.adicionarSimbolo(delegua_1.default.COMENTARIO, conteudo.trim());
|
|
29122
29261
|
}
|
|
29123
29262
|
proximoSimbolo() {
|
|
29124
|
-
|
|
29263
|
+
const linha = this.codigo[this.linha];
|
|
29264
|
+
const atual = this.simboloAtual();
|
|
29265
|
+
const incremento = atual.length;
|
|
29266
|
+
const codePoint = linha.codePointAt(this.atual + incremento);
|
|
29267
|
+
if (codePoint === undefined) {
|
|
29268
|
+
return '\0';
|
|
29269
|
+
}
|
|
29270
|
+
return String.fromCodePoint(codePoint);
|
|
29125
29271
|
}
|
|
29126
29272
|
simboloAnterior() {
|
|
29127
|
-
|
|
29273
|
+
const linha = this.codigo[this.linha];
|
|
29274
|
+
const indiceAnterior = this.atual -
|
|
29275
|
+
(linha.codePointAt(this.atual - 2) > 0xffff ? 2 : 1);
|
|
29276
|
+
const codePoint = linha.codePointAt(indiceAnterior);
|
|
29277
|
+
if (codePoint === undefined) {
|
|
29278
|
+
return '\0';
|
|
29279
|
+
}
|
|
29128
29280
|
}
|
|
29129
29281
|
analisarTexto(delimitador = '"') {
|
|
29130
29282
|
let valor = '';
|
|
@@ -29310,6 +29462,19 @@ class Lexador {
|
|
|
29310
29462
|
: delegua_1.default.IDENTIFICADOR;
|
|
29311
29463
|
this.adicionarSimbolo(tipo);
|
|
29312
29464
|
}
|
|
29465
|
+
eEmoji(caractere) {
|
|
29466
|
+
const emojiRegex = /\p{Extended_Pictographic}(?:\uFE0F|\u200D\p{Extended_Pictographic})*/u;
|
|
29467
|
+
return emojiRegex.test(caractere);
|
|
29468
|
+
}
|
|
29469
|
+
analisarEmoji() {
|
|
29470
|
+
const simboloAtual = this.simboloAtual();
|
|
29471
|
+
this.erros.push({
|
|
29472
|
+
linha: this.linha + 1,
|
|
29473
|
+
caractere: simboloAtual,
|
|
29474
|
+
mensagem: 'Emojis devem estar envoltos por aspas.',
|
|
29475
|
+
});
|
|
29476
|
+
this.avancar();
|
|
29477
|
+
}
|
|
29313
29478
|
analisarToken() {
|
|
29314
29479
|
const caractere = this.simboloAtual();
|
|
29315
29480
|
switch (caractere) {
|
|
@@ -29573,6 +29738,8 @@ class Lexador {
|
|
|
29573
29738
|
default:
|
|
29574
29739
|
if (this.eDigito(caractere))
|
|
29575
29740
|
this.analisarNumero();
|
|
29741
|
+
else if (this.eEmoji(caractere))
|
|
29742
|
+
this.analisarEmoji();
|
|
29576
29743
|
else if (this.eAlfabeto(caractere))
|
|
29577
29744
|
this.identificarPalavraChave();
|
|
29578
29745
|
else {
|
|
@@ -29617,7 +29784,7 @@ class Lexador {
|
|
|
29617
29784
|
}
|
|
29618
29785
|
exports.Lexador = Lexador;
|
|
29619
29786
|
|
|
29620
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29787
|
+
},{"../tipos-de-simbolos/delegua":256,"./palavras-reservadas":248,"./simbolo":249,"browser-process-hrtime":449}],245:[function(require,module,exports){
|
|
29621
29788
|
"use strict";
|
|
29622
29789
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29623
29790
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29800,7 +29967,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29800
29967
|
return paradigmaLexema === paradigma;
|
|
29801
29968
|
}
|
|
29802
29969
|
|
|
29803
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29970
|
+
},{"../tipos-de-simbolos/delegua":256}],246:[function(require,module,exports){
|
|
29804
29971
|
"use strict";
|
|
29805
29972
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29806
29973
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30020,7 +30187,7 @@ class MicroLexadorPitugues {
|
|
|
30020
30187
|
}
|
|
30021
30188
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
30022
30189
|
|
|
30023
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
30190
|
+
},{"../tipos-de-simbolos/pitugues":260,"./palavras-reservadas":248,"./simbolo":249}],247:[function(require,module,exports){
|
|
30024
30191
|
"use strict";
|
|
30025
30192
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30026
30193
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30258,7 +30425,7 @@ class MicroLexador {
|
|
|
30258
30425
|
}
|
|
30259
30426
|
exports.MicroLexador = MicroLexador;
|
|
30260
30427
|
|
|
30261
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
30428
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":259,"./palavras-reservadas":248,"./simbolo":249}],248:[function(require,module,exports){
|
|
30262
30429
|
"use strict";
|
|
30263
30430
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30264
30431
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30359,7 +30526,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
30359
30526
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
30360
30527
|
};
|
|
30361
30528
|
|
|
30362
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30529
|
+
},{"../tipos-de-simbolos/delegua":256}],249:[function(require,module,exports){
|
|
30363
30530
|
"use strict";
|
|
30364
30531
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30365
30532
|
exports.Simbolo = void 0;
|
|
@@ -30380,7 +30547,7 @@ class Simbolo {
|
|
|
30380
30547
|
}
|
|
30381
30548
|
exports.Simbolo = Simbolo;
|
|
30382
30549
|
|
|
30383
|
-
},{}],
|
|
30550
|
+
},{}],250:[function(require,module,exports){
|
|
30384
30551
|
"use strict";
|
|
30385
30552
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30386
30553
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -30405,7 +30572,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
30405
30572
|
}
|
|
30406
30573
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
30407
30574
|
|
|
30408
|
-
},{}],
|
|
30575
|
+
},{}],251:[function(require,module,exports){
|
|
30409
30576
|
"use strict";
|
|
30410
30577
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30411
30578
|
exports.default = {
|
|
@@ -30439,7 +30606,7 @@ exports.default = {
|
|
|
30439
30606
|
VETOR_TEXTO: 'texto[]',
|
|
30440
30607
|
};
|
|
30441
30608
|
|
|
30442
|
-
},{}],
|
|
30609
|
+
},{}],252:[function(require,module,exports){
|
|
30443
30610
|
"use strict";
|
|
30444
30611
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30445
30612
|
exports.default = {
|
|
@@ -30469,7 +30636,7 @@ exports.default = {
|
|
|
30469
30636
|
VETOR_TEXTO: 'texto[]',
|
|
30470
30637
|
};
|
|
30471
30638
|
|
|
30472
|
-
},{}],
|
|
30639
|
+
},{}],253:[function(require,module,exports){
|
|
30473
30640
|
"use strict";
|
|
30474
30641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30475
30642
|
exports.default = {
|
|
@@ -30488,7 +30655,7 @@ exports.default = {
|
|
|
30488
30655
|
TEXTO: 'string',
|
|
30489
30656
|
};
|
|
30490
30657
|
|
|
30491
|
-
},{}],
|
|
30658
|
+
},{}],254:[function(require,module,exports){
|
|
30492
30659
|
"use strict";
|
|
30493
30660
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30494
30661
|
exports.default = {
|
|
@@ -30560,7 +30727,7 @@ exports.default = {
|
|
|
30560
30727
|
VIRGULA: 'VIRGULA',
|
|
30561
30728
|
};
|
|
30562
30729
|
|
|
30563
|
-
},{}],
|
|
30730
|
+
},{}],255:[function(require,module,exports){
|
|
30564
30731
|
"use strict";
|
|
30565
30732
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30566
30733
|
exports.default = {
|
|
@@ -30587,7 +30754,7 @@ exports.default = {
|
|
|
30587
30754
|
VIRGULA: 'VIRGULA',
|
|
30588
30755
|
};
|
|
30589
30756
|
|
|
30590
|
-
},{}],
|
|
30757
|
+
},{}],256:[function(require,module,exports){
|
|
30591
30758
|
"use strict";
|
|
30592
30759
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30593
30760
|
exports.default = {
|
|
@@ -30703,7 +30870,7 @@ exports.default = {
|
|
|
30703
30870
|
VIRGULA: 'VIRGULA',
|
|
30704
30871
|
};
|
|
30705
30872
|
|
|
30706
|
-
},{}],
|
|
30873
|
+
},{}],257:[function(require,module,exports){
|
|
30707
30874
|
"use strict";
|
|
30708
30875
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30709
30876
|
exports.default = {
|
|
@@ -30781,7 +30948,7 @@ exports.default = {
|
|
|
30781
30948
|
VIRGULA: 'VIRGULA',
|
|
30782
30949
|
};
|
|
30783
30950
|
|
|
30784
|
-
},{}],
|
|
30951
|
+
},{}],258:[function(require,module,exports){
|
|
30785
30952
|
"use strict";
|
|
30786
30953
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30787
30954
|
exports.default = {
|
|
@@ -30798,7 +30965,7 @@ exports.default = {
|
|
|
30798
30965
|
VIRGULA: 'VIRGULA',
|
|
30799
30966
|
};
|
|
30800
30967
|
|
|
30801
|
-
},{}],
|
|
30968
|
+
},{}],259:[function(require,module,exports){
|
|
30802
30969
|
"use strict";
|
|
30803
30970
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30804
30971
|
exports.default = {
|
|
@@ -30851,7 +31018,7 @@ exports.default = {
|
|
|
30851
31018
|
VIRGULA: 'VIRGULA',
|
|
30852
31019
|
};
|
|
30853
31020
|
|
|
30854
|
-
},{}],
|
|
31021
|
+
},{}],260:[function(require,module,exports){
|
|
30855
31022
|
"use strict";
|
|
30856
31023
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30857
31024
|
exports.default = {
|
|
@@ -30946,7 +31113,7 @@ exports.default = {
|
|
|
30946
31113
|
VIRGULA: 'VIRGULA',
|
|
30947
31114
|
};
|
|
30948
31115
|
|
|
30949
|
-
},{}],
|
|
31116
|
+
},{}],261:[function(require,module,exports){
|
|
30950
31117
|
"use strict";
|
|
30951
31118
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30952
31119
|
exports.default = {
|
|
@@ -31025,7 +31192,7 @@ exports.default = {
|
|
|
31025
31192
|
VARIAVEL: 'VARIAVEL',
|
|
31026
31193
|
};
|
|
31027
31194
|
|
|
31028
|
-
},{}],
|
|
31195
|
+
},{}],262:[function(require,module,exports){
|
|
31029
31196
|
"use strict";
|
|
31030
31197
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31031
31198
|
exports.default = {
|
|
@@ -31109,7 +31276,7 @@ exports.default = {
|
|
|
31109
31276
|
VIRGULA: 'VIRGULA',
|
|
31110
31277
|
};
|
|
31111
31278
|
|
|
31112
|
-
},{}],
|
|
31279
|
+
},{}],263:[function(require,module,exports){
|
|
31113
31280
|
"use strict";
|
|
31114
31281
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31115
31282
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -31204,7 +31371,7 @@ exports.default = {
|
|
|
31204
31371
|
VIRGULA: 'VIRGULA',
|
|
31205
31372
|
};
|
|
31206
31373
|
|
|
31207
|
-
},{}],
|
|
31374
|
+
},{}],264:[function(require,module,exports){
|
|
31208
31375
|
"use strict";
|
|
31209
31376
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31210
31377
|
if (k2 === undefined) k2 = k;
|
|
@@ -31237,7 +31404,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
31237
31404
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
31238
31405
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
31239
31406
|
|
|
31240
|
-
},{"./tradutor-assembly-arm":
|
|
31407
|
+
},{"./tradutor-assembly-arm":273,"./tradutor-assembly-risc-v":274,"./tradutor-assembly-x64":275,"./tradutor-assemblyscript":276,"./tradutor-elixir":277,"./tradutor-javascript":278,"./tradutor-mermaidjs":279,"./tradutor-portugol-ipt":280,"./tradutor-python":281,"./tradutor-reverso-calango":282,"./tradutor-reverso-javascript":283,"./tradutor-reverso-python":284,"./tradutor-reverso-tenda":285,"./tradutor-ruby":286,"./tradutor-webassembly":287}],265:[function(require,module,exports){
|
|
31241
31408
|
"use strict";
|
|
31242
31409
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31243
31410
|
exports.ArestaFluxograma = void 0;
|
|
@@ -31249,7 +31416,7 @@ class ArestaFluxograma {
|
|
|
31249
31416
|
}
|
|
31250
31417
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
31251
31418
|
|
|
31252
|
-
},{}],
|
|
31419
|
+
},{}],266:[function(require,module,exports){
|
|
31253
31420
|
"use strict";
|
|
31254
31421
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31255
31422
|
if (k2 === undefined) k2 = k;
|
|
@@ -31272,7 +31439,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
31272
31439
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
31273
31440
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
31274
31441
|
|
|
31275
|
-
},{"./aresta-fluxograma":
|
|
31442
|
+
},{"./aresta-fluxograma":265,"./subgrafo-classe":267,"./subgrafo-funcao":268,"./subgrafo-metodo":269,"./vertice-fluxograma":270}],267:[function(require,module,exports){
|
|
31276
31443
|
"use strict";
|
|
31277
31444
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31278
31445
|
exports.SubgrafoClasse = void 0;
|
|
@@ -31318,7 +31485,7 @@ class SubgrafoClasse {
|
|
|
31318
31485
|
}
|
|
31319
31486
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
31320
31487
|
|
|
31321
|
-
},{}],
|
|
31488
|
+
},{}],268:[function(require,module,exports){
|
|
31322
31489
|
"use strict";
|
|
31323
31490
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31324
31491
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -31333,7 +31500,7 @@ class SubgrafoFuncao {
|
|
|
31333
31500
|
}
|
|
31334
31501
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
31335
31502
|
|
|
31336
|
-
},{}],
|
|
31503
|
+
},{}],269:[function(require,module,exports){
|
|
31337
31504
|
"use strict";
|
|
31338
31505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31339
31506
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -31350,7 +31517,7 @@ class SubgrafoMetodo {
|
|
|
31350
31517
|
}
|
|
31351
31518
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
31352
31519
|
|
|
31353
|
-
},{}],
|
|
31520
|
+
},{}],270:[function(require,module,exports){
|
|
31354
31521
|
"use strict";
|
|
31355
31522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31356
31523
|
exports.VerticeFluxograma = void 0;
|
|
@@ -31367,7 +31534,7 @@ class VerticeFluxograma {
|
|
|
31367
31534
|
}
|
|
31368
31535
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
31369
31536
|
|
|
31370
|
-
},{}],
|
|
31537
|
+
},{}],271:[function(require,module,exports){
|
|
31371
31538
|
"use strict";
|
|
31372
31539
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
31373
31540
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32607,7 +32774,7 @@ __decorate([
|
|
|
32607
32774
|
Decorators_1.Override
|
|
32608
32775
|
], Python3Lexer.prototype, "nextToken", null);
|
|
32609
32776
|
|
|
32610
|
-
},{"./python3-parser":
|
|
32777
|
+
},{"./python3-parser":272,"antlr4ts/CommonToken":297,"antlr4ts/Decorators":301,"antlr4ts/Lexer":309,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/LexerATNSimulator":359,"antlr4ts/misc/Utils":420}],272:[function(require,module,exports){
|
|
32611
32778
|
"use strict";
|
|
32612
32779
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
32613
32780
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43854,7 +44021,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43854
44021
|
}
|
|
43855
44022
|
exports.Yield_argContext = Yield_argContext;
|
|
43856
44023
|
|
|
43857
|
-
},{"antlr4ts/FailedPredicateException":
|
|
44024
|
+
},{"antlr4ts/FailedPredicateException":305,"antlr4ts/NoViableAltException":313,"antlr4ts/Parser":314,"antlr4ts/ParserRuleContext":317,"antlr4ts/RecognitionException":320,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATN":334,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/ParserATNSimulator":375,"antlr4ts/misc/Utils":420}],273:[function(require,module,exports){
|
|
43858
44025
|
"use strict";
|
|
43859
44026
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43860
44027
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -44566,7 +44733,7 @@ ${labelFim}:`;
|
|
|
44566
44733
|
}
|
|
44567
44734
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
44568
44735
|
|
|
44569
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
44736
|
+
},{"../construtos":67,"../declaracoes":116}],274:[function(require,module,exports){
|
|
44570
44737
|
"use strict";
|
|
44571
44738
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44572
44739
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -45255,7 +45422,7 @@ ${labelSenao}:`;
|
|
|
45255
45422
|
}
|
|
45256
45423
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
45257
45424
|
|
|
45258
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
45425
|
+
},{"../construtos":67,"../declaracoes":116}],275:[function(require,module,exports){
|
|
45259
45426
|
"use strict";
|
|
45260
45427
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45261
45428
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -46030,7 +46197,7 @@ __delegua_print_int:
|
|
|
46030
46197
|
}
|
|
46031
46198
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
46032
46199
|
|
|
46033
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
46200
|
+
},{"../construtos":67,"../declaracoes":116}],276:[function(require,module,exports){
|
|
46034
46201
|
"use strict";
|
|
46035
46202
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46036
46203
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -47245,7 +47412,7 @@ class TradutorAssemblyScript {
|
|
|
47245
47412
|
}
|
|
47246
47413
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
47247
47414
|
|
|
47248
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
47415
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],277:[function(require,module,exports){
|
|
47249
47416
|
"use strict";
|
|
47250
47417
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47251
47418
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48206,7 +48373,7 @@ class TradutorElixir {
|
|
|
48206
48373
|
}
|
|
48207
48374
|
exports.TradutorElixir = TradutorElixir;
|
|
48208
48375
|
|
|
48209
|
-
},{"../tipos-de-simbolos/delegua":
|
|
48376
|
+
},{"../tipos-de-simbolos/delegua":256}],278:[function(require,module,exports){
|
|
48210
48377
|
"use strict";
|
|
48211
48378
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48212
48379
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48998,7 +49165,7 @@ class TradutorJavaScript {
|
|
|
48998
49165
|
}
|
|
48999
49166
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
49000
49167
|
|
|
49001
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
49168
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],279:[function(require,module,exports){
|
|
49002
49169
|
"use strict";
|
|
49003
49170
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49004
49171
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49827,7 +49994,7 @@ class TradutorMermaidJs {
|
|
|
49827
49994
|
}
|
|
49828
49995
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49829
49996
|
|
|
49830
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
49997
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256,"./mermaid":266}],280:[function(require,module,exports){
|
|
49831
49998
|
"use strict";
|
|
49832
49999
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49833
50000
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50209,7 +50376,7 @@ class TradutorPortugolIpt {
|
|
|
50209
50376
|
}
|
|
50210
50377
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
50211
50378
|
|
|
50212
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":
|
|
50379
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":226,"../tipos-de-simbolos/portugol-ipt":261}],281:[function(require,module,exports){
|
|
50213
50380
|
"use strict";
|
|
50214
50381
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50215
50382
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50894,7 +51061,7 @@ class TradutorPython {
|
|
|
50894
51061
|
}
|
|
50895
51062
|
exports.TradutorPython = TradutorPython;
|
|
50896
51063
|
|
|
50897
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
51064
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],282:[function(require,module,exports){
|
|
50898
51065
|
"use strict";
|
|
50899
51066
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50900
51067
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -51248,7 +51415,7 @@ class TradutorReversoCalango {
|
|
|
51248
51415
|
}
|
|
51249
51416
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
51250
51417
|
|
|
51251
|
-
},{"../tipos-de-simbolos/calango":
|
|
51418
|
+
},{"../tipos-de-simbolos/calango":254}],283:[function(require,module,exports){
|
|
51252
51419
|
"use strict";
|
|
51253
51420
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51254
51421
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -51643,7 +51810,7 @@ class TradutorReversoJavaScript {
|
|
|
51643
51810
|
}
|
|
51644
51811
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
51645
51812
|
|
|
51646
|
-
},{}],
|
|
51813
|
+
},{}],284:[function(require,module,exports){
|
|
51647
51814
|
"use strict";
|
|
51648
51815
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51649
51816
|
exports.TradutorReversoPython = void 0;
|
|
@@ -52296,7 +52463,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
52296
52463
|
}
|
|
52297
52464
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
52298
52465
|
|
|
52299
|
-
},{"./python/python3-lexer":
|
|
52466
|
+
},{"./python/python3-lexer":271,"./python/python3-parser":272,"antlr4ts":403,"antlr4ts/tree/AbstractParseTreeVisitor":421}],285:[function(require,module,exports){
|
|
52300
52467
|
"use strict";
|
|
52301
52468
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52302
52469
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52887,7 +53054,7 @@ class TradutorReversoTenda {
|
|
|
52887
53054
|
}
|
|
52888
53055
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
52889
53056
|
|
|
52890
|
-
},{"../construtos":67,"../tipos-de-simbolos/tenda":
|
|
53057
|
+
},{"../construtos":67,"../tipos-de-simbolos/tenda":263}],286:[function(require,module,exports){
|
|
52891
53058
|
"use strict";
|
|
52892
53059
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52893
53060
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -53574,7 +53741,7 @@ class TradutorRuby {
|
|
|
53574
53741
|
}
|
|
53575
53742
|
exports.TradutorRuby = TradutorRuby;
|
|
53576
53743
|
|
|
53577
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
53744
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],287:[function(require,module,exports){
|
|
53578
53745
|
"use strict";
|
|
53579
53746
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53580
53747
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -54461,7 +54628,7 @@ process.exit(codigoSaida);
|
|
|
54461
54628
|
}
|
|
54462
54629
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
54463
54630
|
|
|
54464
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
54631
|
+
},{"../construtos":67,"../declaracoes":116}],288:[function(require,module,exports){
|
|
54465
54632
|
"use strict";
|
|
54466
54633
|
/*!
|
|
54467
54634
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54469,7 +54636,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
54469
54636
|
*/
|
|
54470
54637
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54471
54638
|
|
|
54472
|
-
},{}],
|
|
54639
|
+
},{}],289:[function(require,module,exports){
|
|
54473
54640
|
"use strict";
|
|
54474
54641
|
/*!
|
|
54475
54642
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54477,7 +54644,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54477
54644
|
*/
|
|
54478
54645
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54479
54646
|
|
|
54480
|
-
},{}],
|
|
54647
|
+
},{}],290:[function(require,module,exports){
|
|
54481
54648
|
"use strict";
|
|
54482
54649
|
/*!
|
|
54483
54650
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54639,7 +54806,7 @@ __decorate([
|
|
|
54639
54806
|
], ANTLRInputStream.prototype, "toString", null);
|
|
54640
54807
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
54641
54808
|
|
|
54642
|
-
},{"./Decorators":
|
|
54809
|
+
},{"./Decorators":301,"./IntStream":307,"assert":444}],291:[function(require,module,exports){
|
|
54643
54810
|
"use strict";
|
|
54644
54811
|
/*!
|
|
54645
54812
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54722,7 +54889,7 @@ __decorate([
|
|
|
54722
54889
|
], BailErrorStrategy.prototype, "sync", null);
|
|
54723
54890
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
54724
54891
|
|
|
54725
|
-
},{"./Decorators":
|
|
54892
|
+
},{"./Decorators":301,"./DefaultErrorStrategy":302,"./InputMismatchException":306,"./misc/ParseCancellationException":418}],292:[function(require,module,exports){
|
|
54726
54893
|
"use strict";
|
|
54727
54894
|
/*!
|
|
54728
54895
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55212,7 +55379,7 @@ BufferedTokenStream = __decorate([
|
|
|
55212
55379
|
], BufferedTokenStream);
|
|
55213
55380
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
55214
55381
|
|
|
55215
|
-
},{"./CommonToken":
|
|
55382
|
+
},{"./CommonToken":297,"./Decorators":301,"./Lexer":309,"./Token":326,"./misc/Interval":413,"assert":444}],293:[function(require,module,exports){
|
|
55216
55383
|
"use strict";
|
|
55217
55384
|
/*!
|
|
55218
55385
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55220,7 +55387,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
55220
55387
|
*/
|
|
55221
55388
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55222
55389
|
|
|
55223
|
-
},{}],
|
|
55390
|
+
},{}],294:[function(require,module,exports){
|
|
55224
55391
|
"use strict";
|
|
55225
55392
|
/*!
|
|
55226
55393
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55354,7 +55521,7 @@ var CharStreams;
|
|
|
55354
55521
|
// }
|
|
55355
55522
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
55356
55523
|
|
|
55357
|
-
},{"./CodePointBuffer":
|
|
55524
|
+
},{"./CodePointBuffer":295,"./CodePointCharStream":296,"./IntStream":307}],295:[function(require,module,exports){
|
|
55358
55525
|
"use strict";
|
|
55359
55526
|
/*!
|
|
55360
55527
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55589,7 +55756,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
55589
55756
|
CodePointBuffer.Builder = Builder;
|
|
55590
55757
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
55591
55758
|
|
|
55592
|
-
},{"./misc/Character":
|
|
55759
|
+
},{"./misc/Character":409,"assert":444}],296:[function(require,module,exports){
|
|
55593
55760
|
"use strict";
|
|
55594
55761
|
/*!
|
|
55595
55762
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55739,7 +55906,7 @@ __decorate([
|
|
|
55739
55906
|
], CodePointCharStream.prototype, "getText", null);
|
|
55740
55907
|
exports.CodePointCharStream = CodePointCharStream;
|
|
55741
55908
|
|
|
55742
|
-
},{"./Decorators":
|
|
55909
|
+
},{"./Decorators":301,"./IntStream":307,"./misc/Interval":413,"assert":444}],297:[function(require,module,exports){
|
|
55743
55910
|
"use strict";
|
|
55744
55911
|
/*!
|
|
55745
55912
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55969,7 +56136,7 @@ CommonToken = __decorate([
|
|
|
55969
56136
|
], CommonToken);
|
|
55970
56137
|
exports.CommonToken = CommonToken;
|
|
55971
56138
|
|
|
55972
|
-
},{"./Decorators":
|
|
56139
|
+
},{"./Decorators":301,"./Token":326,"./misc/Interval":413}],298:[function(require,module,exports){
|
|
55973
56140
|
"use strict";
|
|
55974
56141
|
/*!
|
|
55975
56142
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56033,7 +56200,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
56033
56200
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
56034
56201
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
56035
56202
|
|
|
56036
|
-
},{"./CommonToken":
|
|
56203
|
+
},{"./CommonToken":297,"./Decorators":301,"./misc/Interval":413}],299:[function(require,module,exports){
|
|
56037
56204
|
"use strict";
|
|
56038
56205
|
/*!
|
|
56039
56206
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56160,7 +56327,7 @@ CommonTokenStream = __decorate([
|
|
|
56160
56327
|
], CommonTokenStream);
|
|
56161
56328
|
exports.CommonTokenStream = CommonTokenStream;
|
|
56162
56329
|
|
|
56163
|
-
},{"./BufferedTokenStream":
|
|
56330
|
+
},{"./BufferedTokenStream":292,"./Decorators":301,"./Token":326}],300:[function(require,module,exports){
|
|
56164
56331
|
"use strict";
|
|
56165
56332
|
/*!
|
|
56166
56333
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56194,7 +56361,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
56194
56361
|
*/
|
|
56195
56362
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
56196
56363
|
|
|
56197
|
-
},{}],
|
|
56364
|
+
},{}],301:[function(require,module,exports){
|
|
56198
56365
|
"use strict";
|
|
56199
56366
|
/*!
|
|
56200
56367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56221,7 +56388,7 @@ function SuppressWarnings(options) {
|
|
|
56221
56388
|
}
|
|
56222
56389
|
exports.SuppressWarnings = SuppressWarnings;
|
|
56223
56390
|
|
|
56224
|
-
},{}],
|
|
56391
|
+
},{}],302:[function(require,module,exports){
|
|
56225
56392
|
"use strict";
|
|
56226
56393
|
/*!
|
|
56227
56394
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57035,7 +57202,7 @@ __decorate([
|
|
|
57035
57202
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
57036
57203
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
57037
57204
|
|
|
57038
|
-
},{"./Decorators":
|
|
57205
|
+
},{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./NoViableAltException":313,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/PredictionContext":381,"./misc/IntervalSet":414}],303:[function(require,module,exports){
|
|
57039
57206
|
"use strict";
|
|
57040
57207
|
/*!
|
|
57041
57208
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57111,7 +57278,7 @@ var Dependents;
|
|
|
57111
57278
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
57112
57279
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
57113
57280
|
|
|
57114
|
-
},{}],
|
|
57281
|
+
},{}],304:[function(require,module,exports){
|
|
57115
57282
|
"use strict";
|
|
57116
57283
|
/*!
|
|
57117
57284
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57259,7 +57426,7 @@ __decorate([
|
|
|
57259
57426
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
57260
57427
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
57261
57428
|
|
|
57262
|
-
},{"./Decorators":
|
|
57429
|
+
},{"./Decorators":301,"./misc/BitSet":408,"./misc/Interval":413}],305:[function(require,module,exports){
|
|
57263
57430
|
"use strict";
|
|
57264
57431
|
/*!
|
|
57265
57432
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57324,7 +57491,7 @@ FailedPredicateException = __decorate([
|
|
|
57324
57491
|
], FailedPredicateException);
|
|
57325
57492
|
exports.FailedPredicateException = FailedPredicateException;
|
|
57326
57493
|
|
|
57327
|
-
},{"./Decorators":
|
|
57494
|
+
},{"./Decorators":301,"./RecognitionException":320,"./atn/PredicateTransition":380}],306:[function(require,module,exports){
|
|
57328
57495
|
"use strict";
|
|
57329
57496
|
/*!
|
|
57330
57497
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57364,7 +57531,7 @@ InputMismatchException = __decorate([
|
|
|
57364
57531
|
], InputMismatchException);
|
|
57365
57532
|
exports.InputMismatchException = InputMismatchException;
|
|
57366
57533
|
|
|
57367
|
-
},{"./Decorators":
|
|
57534
|
+
},{"./Decorators":301,"./RecognitionException":320}],307:[function(require,module,exports){
|
|
57368
57535
|
"use strict";
|
|
57369
57536
|
/*!
|
|
57370
57537
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57387,7 +57554,7 @@ var IntStream;
|
|
|
57387
57554
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
57388
57555
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
57389
57556
|
|
|
57390
|
-
},{}],
|
|
57557
|
+
},{}],308:[function(require,module,exports){
|
|
57391
57558
|
"use strict";
|
|
57392
57559
|
/*!
|
|
57393
57560
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57434,7 +57601,7 @@ __decorate([
|
|
|
57434
57601
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
57435
57602
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
57436
57603
|
|
|
57437
|
-
},{"./Decorators":
|
|
57604
|
+
},{"./Decorators":301,"./ParserRuleContext":317}],309:[function(require,module,exports){
|
|
57438
57605
|
"use strict";
|
|
57439
57606
|
/*!
|
|
57440
57607
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57770,7 +57937,7 @@ __decorate([
|
|
|
57770
57937
|
], Lexer.prototype, "charPositionInLine", null);
|
|
57771
57938
|
exports.Lexer = Lexer;
|
|
57772
57939
|
|
|
57773
|
-
},{"./CommonTokenFactory":
|
|
57940
|
+
},{"./CommonTokenFactory":298,"./Decorators":301,"./IntStream":307,"./LexerNoViableAltException":311,"./Recognizer":321,"./Token":326,"./atn/LexerATNSimulator":359,"./misc/IntegerStack":412,"./misc/Interval":413}],310:[function(require,module,exports){
|
|
57774
57941
|
"use strict";
|
|
57775
57942
|
/*!
|
|
57776
57943
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57850,7 +58017,7 @@ LexerInterpreter = __decorate([
|
|
|
57850
58017
|
], LexerInterpreter);
|
|
57851
58018
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57852
58019
|
|
|
57853
|
-
},{"./Decorators":
|
|
58020
|
+
},{"./Decorators":301,"./Lexer":309,"./atn/LexerATNSimulator":359}],311:[function(require,module,exports){
|
|
57854
58021
|
"use strict";
|
|
57855
58022
|
/*!
|
|
57856
58023
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57907,7 +58074,7 @@ LexerNoViableAltException = __decorate([
|
|
|
57907
58074
|
], LexerNoViableAltException);
|
|
57908
58075
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
57909
58076
|
|
|
57910
|
-
},{"./Decorators":
|
|
58077
|
+
},{"./Decorators":301,"./RecognitionException":320,"./misc/Interval":413,"./misc/Utils":420}],312:[function(require,module,exports){
|
|
57911
58078
|
"use strict";
|
|
57912
58079
|
/*!
|
|
57913
58080
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58117,7 +58284,7 @@ ListTokenSource = __decorate([
|
|
|
58117
58284
|
], ListTokenSource);
|
|
58118
58285
|
exports.ListTokenSource = ListTokenSource;
|
|
58119
58286
|
|
|
58120
|
-
},{"./CommonTokenFactory":
|
|
58287
|
+
},{"./CommonTokenFactory":298,"./Decorators":301,"./Token":326}],313:[function(require,module,exports){
|
|
58121
58288
|
"use strict";
|
|
58122
58289
|
/*!
|
|
58123
58290
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58172,7 +58339,7 @@ __decorate([
|
|
|
58172
58339
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
58173
58340
|
exports.NoViableAltException = NoViableAltException;
|
|
58174
58341
|
|
|
58175
|
-
},{"./Decorators":
|
|
58342
|
+
},{"./Decorators":301,"./Parser":314,"./RecognitionException":320}],314:[function(require,module,exports){
|
|
58176
58343
|
(function (process){(function (){
|
|
58177
58344
|
"use strict";
|
|
58178
58345
|
/*!
|
|
@@ -59018,7 +59185,7 @@ __decorate([
|
|
|
59018
59185
|
exports.Parser = Parser;
|
|
59019
59186
|
|
|
59020
59187
|
}).call(this)}).call(this,require('_process'))
|
|
59021
|
-
},{"./Decorators":
|
|
59188
|
+
},{"./Decorators":301,"./DefaultErrorStrategy":302,"./Lexer":309,"./ProxyParserErrorListener":319,"./Recognizer":321,"./Token":326,"./atn/ATNDeserializationOptions":337,"./atn/ATNDeserializer":338,"./atn/ParseInfo":374,"./atn/ParserATNSimulator":375,"./atn/ProfilingATNSimulator":384,"./misc/IntegerStack":412,"./misc/Utils":420,"./tree/ErrorNode":422,"./tree/TerminalNode":424,"./tree/pattern/ParseTreePatternMatcher":429,"_process":503}],315:[function(require,module,exports){
|
|
59022
59189
|
"use strict";
|
|
59023
59190
|
/*!
|
|
59024
59191
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59026,7 +59193,7 @@ exports.Parser = Parser;
|
|
|
59026
59193
|
*/
|
|
59027
59194
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59028
59195
|
|
|
59029
|
-
},{}],
|
|
59196
|
+
},{}],316:[function(require,module,exports){
|
|
59030
59197
|
"use strict";
|
|
59031
59198
|
/*!
|
|
59032
59199
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59434,7 +59601,7 @@ ParserInterpreter = __decorate([
|
|
|
59434
59601
|
], ParserInterpreter);
|
|
59435
59602
|
exports.ParserInterpreter = ParserInterpreter;
|
|
59436
59603
|
|
|
59437
|
-
},{"./Decorators":
|
|
59604
|
+
},{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./InterpreterRuleContext":308,"./Parser":314,"./RecognitionException":320,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/LoopEndState":371,"./atn/ParserATNSimulator":375,"./atn/StarLoopEntryState":393,"./misc/BitSet":408}],317:[function(require,module,exports){
|
|
59438
59605
|
"use strict";
|
|
59439
59606
|
/*!
|
|
59440
59607
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59735,7 +59902,7 @@ __decorate([
|
|
|
59735
59902
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
59736
59903
|
exports.ParserRuleContext = ParserRuleContext;
|
|
59737
59904
|
|
|
59738
|
-
},{"./Decorators":
|
|
59905
|
+
},{"./Decorators":301,"./RuleContext":322,"./misc/Interval":413,"./tree/ErrorNode":422,"./tree/TerminalNode":424}],318:[function(require,module,exports){
|
|
59739
59906
|
"use strict";
|
|
59740
59907
|
/*!
|
|
59741
59908
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59785,7 +59952,7 @@ __decorate([
|
|
|
59785
59952
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59786
59953
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59787
59954
|
|
|
59788
|
-
},{"./Decorators":
|
|
59955
|
+
},{"./Decorators":301}],319:[function(require,module,exports){
|
|
59789
59956
|
"use strict";
|
|
59790
59957
|
/*!
|
|
59791
59958
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59844,7 +60011,7 @@ __decorate([
|
|
|
59844
60011
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59845
60012
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59846
60013
|
|
|
59847
|
-
},{"./Decorators":
|
|
60014
|
+
},{"./Decorators":301,"./ProxyErrorListener":318}],320:[function(require,module,exports){
|
|
59848
60015
|
"use strict";
|
|
59849
60016
|
/*!
|
|
59850
60017
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59949,7 +60116,7 @@ class RecognitionException extends Error {
|
|
|
59949
60116
|
}
|
|
59950
60117
|
exports.RecognitionException = RecognitionException;
|
|
59951
60118
|
|
|
59952
|
-
},{}],
|
|
60119
|
+
},{}],321:[function(require,module,exports){
|
|
59953
60120
|
"use strict";
|
|
59954
60121
|
/*!
|
|
59955
60122
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60168,7 +60335,7 @@ __decorate([
|
|
|
60168
60335
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
60169
60336
|
exports.Recognizer = Recognizer;
|
|
60170
60337
|
|
|
60171
|
-
},{"./ConsoleErrorListener":
|
|
60338
|
+
},{"./ConsoleErrorListener":300,"./Decorators":301,"./ProxyErrorListener":318,"./Token":326,"./misc/Utils":420}],322:[function(require,module,exports){
|
|
60172
60339
|
"use strict";
|
|
60173
60340
|
/*!
|
|
60174
60341
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60385,7 +60552,7 @@ __decorate([
|
|
|
60385
60552
|
], RuleContext.prototype, "toStringTree", null);
|
|
60386
60553
|
exports.RuleContext = RuleContext;
|
|
60387
60554
|
|
|
60388
|
-
},{"./Decorators":
|
|
60555
|
+
},{"./Decorators":301,"./ParserRuleContext":317,"./Recognizer":321,"./atn/ATN":334,"./misc/Interval":413,"./tree/RuleNode":423,"./tree/Trees":425}],323:[function(require,module,exports){
|
|
60389
60556
|
"use strict";
|
|
60390
60557
|
/*!
|
|
60391
60558
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60436,7 +60603,7 @@ __decorate([
|
|
|
60436
60603
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
60437
60604
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
60438
60605
|
|
|
60439
|
-
},{"./Decorators":
|
|
60606
|
+
},{"./Decorators":301,"./ParserRuleContext":317,"./atn/ATN":334}],324:[function(require,module,exports){
|
|
60440
60607
|
"use strict";
|
|
60441
60608
|
/*!
|
|
60442
60609
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60459,7 +60626,7 @@ function RuleDependency(dependency) {
|
|
|
60459
60626
|
}
|
|
60460
60627
|
exports.RuleDependency = RuleDependency;
|
|
60461
60628
|
|
|
60462
|
-
},{}],
|
|
60629
|
+
},{}],325:[function(require,module,exports){
|
|
60463
60630
|
"use strict";
|
|
60464
60631
|
/*!
|
|
60465
60632
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60478,7 +60645,7 @@ function RuleVersion(version) {
|
|
|
60478
60645
|
}
|
|
60479
60646
|
exports.RuleVersion = RuleVersion;
|
|
60480
60647
|
|
|
60481
|
-
},{}],
|
|
60648
|
+
},{}],326:[function(require,module,exports){
|
|
60482
60649
|
"use strict";
|
|
60483
60650
|
/*!
|
|
60484
60651
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60518,7 +60685,7 @@ var Token;
|
|
|
60518
60685
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
60519
60686
|
})(Token = exports.Token || (exports.Token = {}));
|
|
60520
60687
|
|
|
60521
|
-
},{"./IntStream":
|
|
60688
|
+
},{"./IntStream":307}],327:[function(require,module,exports){
|
|
60522
60689
|
"use strict";
|
|
60523
60690
|
/*!
|
|
60524
60691
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60526,7 +60693,7 @@ var Token;
|
|
|
60526
60693
|
*/
|
|
60527
60694
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60528
60695
|
|
|
60529
|
-
},{}],
|
|
60696
|
+
},{}],328:[function(require,module,exports){
|
|
60530
60697
|
"use strict";
|
|
60531
60698
|
/*!
|
|
60532
60699
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60534,7 +60701,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60534
60701
|
*/
|
|
60535
60702
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60536
60703
|
|
|
60537
|
-
},{}],
|
|
60704
|
+
},{}],329:[function(require,module,exports){
|
|
60538
60705
|
"use strict";
|
|
60539
60706
|
/*!
|
|
60540
60707
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60542,7 +60709,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60542
60709
|
*/
|
|
60543
60710
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60544
60711
|
|
|
60545
|
-
},{}],
|
|
60712
|
+
},{}],330:[function(require,module,exports){
|
|
60546
60713
|
"use strict";
|
|
60547
60714
|
/*!
|
|
60548
60715
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61050,7 +61217,7 @@ __decorate([
|
|
|
61050
61217
|
Decorators_1.Override
|
|
61051
61218
|
], ReplaceOp.prototype, "toString", null);
|
|
61052
61219
|
|
|
61053
|
-
},{"./Decorators":
|
|
61220
|
+
},{"./Decorators":301,"./Token":326,"./misc/Interval":413}],331:[function(require,module,exports){
|
|
61054
61221
|
"use strict";
|
|
61055
61222
|
/*!
|
|
61056
61223
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61058,7 +61225,7 @@ __decorate([
|
|
|
61058
61225
|
*/
|
|
61059
61226
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61060
61227
|
|
|
61061
|
-
},{}],
|
|
61228
|
+
},{}],332:[function(require,module,exports){
|
|
61062
61229
|
"use strict";
|
|
61063
61230
|
/*!
|
|
61064
61231
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61178,7 +61345,7 @@ __decorate([
|
|
|
61178
61345
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
61179
61346
|
exports.VocabularyImpl = VocabularyImpl;
|
|
61180
61347
|
|
|
61181
|
-
},{"./Decorators":
|
|
61348
|
+
},{"./Decorators":301,"./Token":326}],333:[function(require,module,exports){
|
|
61182
61349
|
"use strict";
|
|
61183
61350
|
/*!
|
|
61184
61351
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61186,7 +61353,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
61186
61353
|
*/
|
|
61187
61354
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61188
61355
|
|
|
61189
|
-
},{}],
|
|
61356
|
+
},{}],334:[function(require,module,exports){
|
|
61190
61357
|
"use strict";
|
|
61191
61358
|
/*!
|
|
61192
61359
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61408,7 +61575,7 @@ exports.ATN = ATN;
|
|
|
61408
61575
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
61409
61576
|
exports.ATN = ATN;
|
|
61410
61577
|
|
|
61411
|
-
},{"../Decorators":
|
|
61578
|
+
},{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashMap":404,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./InvalidState":357,"./LL1Analyzer":358,"./PredictionContext":381,"assert":444}],335:[function(require,module,exports){
|
|
61412
61579
|
"use strict";
|
|
61413
61580
|
/*!
|
|
61414
61581
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61933,7 +62100,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
61933
62100
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
61934
62101
|
], ActionSemanticContextATNConfig);
|
|
61935
62102
|
|
|
61936
|
-
},{"../Decorators":
|
|
62103
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"./DecisionState":354,"./PredictionContext":381,"./SemanticContext":389,"assert":444}],336:[function(require,module,exports){
|
|
61937
62104
|
"use strict";
|
|
61938
62105
|
/*!
|
|
61939
62106
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62380,7 +62547,7 @@ __decorate([
|
|
|
62380
62547
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
62381
62548
|
exports.ATNConfigSet = ATNConfigSet;
|
|
62382
62549
|
|
|
62383
|
-
},{"../Decorators":
|
|
62550
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/BitSet":408,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420,"./ATN":334,"./ATNConfig":335,"./PredictionContext":381,"./PredictionContextCache":382,"./SemanticContext":389,"assert":444}],337:[function(require,module,exports){
|
|
62384
62551
|
"use strict";
|
|
62385
62552
|
/*!
|
|
62386
62553
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62459,7 +62626,7 @@ __decorate([
|
|
|
62459
62626
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
62460
62627
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
62461
62628
|
|
|
62462
|
-
},{"../Decorators":
|
|
62629
|
+
},{"../Decorators":301}],338:[function(require,module,exports){
|
|
62463
62630
|
"use strict";
|
|
62464
62631
|
/*!
|
|
62465
62632
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63546,7 +63713,7 @@ __decorate([
|
|
|
63546
63713
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
63547
63714
|
exports.ATNDeserializer = ATNDeserializer;
|
|
63548
63715
|
|
|
63549
|
-
},{"../Decorators":
|
|
63716
|
+
},{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/UUID":419,"./ATN":334,"./ATNDeserializationOptions":337,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./BasicBlockStartState":346,"./BasicState":347,"./BlockEndState":348,"./BlockStartState":349,"./DecisionState":354,"./EpsilonTransition":355,"./InvalidState":357,"./LexerChannelAction":361,"./LexerCustomAction":362,"./LexerModeAction":364,"./LexerMoreAction":365,"./LexerPopModeAction":366,"./LexerPushModeAction":367,"./LexerSkipAction":368,"./LexerTypeAction":369,"./LoopEndState":371,"./NotSetTransition":372,"./ParserATNSimulator":375,"./PlusBlockStartState":376,"./PlusLoopbackState":377,"./PrecedencePredicateTransition":378,"./PredicateTransition":380,"./RangeTransition":385,"./RuleStartState":386,"./RuleStopState":387,"./RuleTransition":388,"./SetTransition":390,"./StarBlockStartState":392,"./StarLoopEntryState":393,"./StarLoopbackState":394,"./TokensStartState":395,"./WildcardTransition":397}],339:[function(require,module,exports){
|
|
63550
63717
|
"use strict";
|
|
63551
63718
|
/*!
|
|
63552
63719
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63610,7 +63777,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
63610
63777
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
63611
63778
|
exports.ATNSimulator = ATNSimulator;
|
|
63612
63779
|
|
|
63613
|
-
},{"../Decorators":
|
|
63780
|
+
},{"../Decorators":301,"../dfa/DFAState":401,"./ATNConfigSet":336,"./PredictionContext":381}],340:[function(require,module,exports){
|
|
63614
63781
|
"use strict";
|
|
63615
63782
|
/*!
|
|
63616
63783
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63797,7 +63964,7 @@ exports.ATNState = ATNState;
|
|
|
63797
63964
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63798
63965
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63799
63966
|
|
|
63800
|
-
},{"../Decorators":
|
|
63967
|
+
},{"../Decorators":301}],341:[function(require,module,exports){
|
|
63801
63968
|
"use strict";
|
|
63802
63969
|
/*!
|
|
63803
63970
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63823,7 +63990,7 @@ var ATNStateType;
|
|
|
63823
63990
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63824
63991
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63825
63992
|
|
|
63826
|
-
},{}],
|
|
63993
|
+
},{}],342:[function(require,module,exports){
|
|
63827
63994
|
"use strict";
|
|
63828
63995
|
/*!
|
|
63829
63996
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63843,7 +64010,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63843
64010
|
}
|
|
63844
64011
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63845
64012
|
|
|
63846
|
-
},{"./Transition":
|
|
64013
|
+
},{"./Transition":396}],343:[function(require,module,exports){
|
|
63847
64014
|
"use strict";
|
|
63848
64015
|
/*!
|
|
63849
64016
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63899,7 +64066,7 @@ ActionTransition = __decorate([
|
|
|
63899
64066
|
], ActionTransition);
|
|
63900
64067
|
exports.ActionTransition = ActionTransition;
|
|
63901
64068
|
|
|
63902
|
-
},{"../Decorators":
|
|
64069
|
+
},{"../Decorators":301,"./Transition":396}],344:[function(require,module,exports){
|
|
63903
64070
|
"use strict";
|
|
63904
64071
|
/*!
|
|
63905
64072
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63986,7 +64153,7 @@ AmbiguityInfo = __decorate([
|
|
|
63986
64153
|
], AmbiguityInfo);
|
|
63987
64154
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
63988
64155
|
|
|
63989
|
-
},{"../Decorators":
|
|
64156
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],345:[function(require,module,exports){
|
|
63990
64157
|
"use strict";
|
|
63991
64158
|
/*!
|
|
63992
64159
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64044,7 +64211,7 @@ AtomTransition = __decorate([
|
|
|
64044
64211
|
], AtomTransition);
|
|
64045
64212
|
exports.AtomTransition = AtomTransition;
|
|
64046
64213
|
|
|
64047
|
-
},{"../Decorators":
|
|
64214
|
+
},{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],346:[function(require,module,exports){
|
|
64048
64215
|
"use strict";
|
|
64049
64216
|
/*!
|
|
64050
64217
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64076,7 +64243,7 @@ __decorate([
|
|
|
64076
64243
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
64077
64244
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
64078
64245
|
|
|
64079
|
-
},{"../Decorators":
|
|
64246
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],347:[function(require,module,exports){
|
|
64080
64247
|
"use strict";
|
|
64081
64248
|
/*!
|
|
64082
64249
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64108,7 +64275,7 @@ __decorate([
|
|
|
64108
64275
|
], BasicState.prototype, "stateType", null);
|
|
64109
64276
|
exports.BasicState = BasicState;
|
|
64110
64277
|
|
|
64111
|
-
},{"../Decorators":
|
|
64278
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],348:[function(require,module,exports){
|
|
64112
64279
|
"use strict";
|
|
64113
64280
|
/*!
|
|
64114
64281
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64137,7 +64304,7 @@ __decorate([
|
|
|
64137
64304
|
], BlockEndState.prototype, "stateType", null);
|
|
64138
64305
|
exports.BlockEndState = BlockEndState;
|
|
64139
64306
|
|
|
64140
|
-
},{"../Decorators":
|
|
64307
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],349:[function(require,module,exports){
|
|
64141
64308
|
"use strict";
|
|
64142
64309
|
/*!
|
|
64143
64310
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64151,7 +64318,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
64151
64318
|
}
|
|
64152
64319
|
exports.BlockStartState = BlockStartState;
|
|
64153
64320
|
|
|
64154
|
-
},{"./DecisionState":
|
|
64321
|
+
},{"./DecisionState":354}],350:[function(require,module,exports){
|
|
64155
64322
|
"use strict";
|
|
64156
64323
|
/*!
|
|
64157
64324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64221,7 +64388,7 @@ __decorate([
|
|
|
64221
64388
|
], ConflictInfo.prototype, "hashCode", null);
|
|
64222
64389
|
exports.ConflictInfo = ConflictInfo;
|
|
64223
64390
|
|
|
64224
|
-
},{"../Decorators":
|
|
64391
|
+
},{"../Decorators":301,"../misc/Utils":420}],351:[function(require,module,exports){
|
|
64225
64392
|
"use strict";
|
|
64226
64393
|
/*!
|
|
64227
64394
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64281,7 +64448,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
64281
64448
|
], ContextSensitivityInfo);
|
|
64282
64449
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
64283
64450
|
|
|
64284
|
-
},{"../Decorators":
|
|
64451
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],352:[function(require,module,exports){
|
|
64285
64452
|
"use strict";
|
|
64286
64453
|
/*!
|
|
64287
64454
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64333,7 +64500,7 @@ DecisionEventInfo = __decorate([
|
|
|
64333
64500
|
], DecisionEventInfo);
|
|
64334
64501
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
64335
64502
|
|
|
64336
|
-
},{"../Decorators":
|
|
64503
|
+
},{"../Decorators":301}],353:[function(require,module,exports){
|
|
64337
64504
|
"use strict";
|
|
64338
64505
|
/*!
|
|
64339
64506
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64546,7 +64713,7 @@ __decorate([
|
|
|
64546
64713
|
], DecisionInfo.prototype, "toString", null);
|
|
64547
64714
|
exports.DecisionInfo = DecisionInfo;
|
|
64548
64715
|
|
|
64549
|
-
},{"../Decorators":
|
|
64716
|
+
},{"../Decorators":301}],354:[function(require,module,exports){
|
|
64550
64717
|
"use strict";
|
|
64551
64718
|
/*!
|
|
64552
64719
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64566,7 +64733,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
64566
64733
|
}
|
|
64567
64734
|
exports.DecisionState = DecisionState;
|
|
64568
64735
|
|
|
64569
|
-
},{"./ATNState":
|
|
64736
|
+
},{"./ATNState":340}],355:[function(require,module,exports){
|
|
64570
64737
|
"use strict";
|
|
64571
64738
|
/*!
|
|
64572
64739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64632,7 +64799,7 @@ EpsilonTransition = __decorate([
|
|
|
64632
64799
|
], EpsilonTransition);
|
|
64633
64800
|
exports.EpsilonTransition = EpsilonTransition;
|
|
64634
64801
|
|
|
64635
|
-
},{"../Decorators":
|
|
64802
|
+
},{"../Decorators":301,"./Transition":396}],356:[function(require,module,exports){
|
|
64636
64803
|
"use strict";
|
|
64637
64804
|
/*!
|
|
64638
64805
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64685,7 +64852,7 @@ ErrorInfo = __decorate([
|
|
|
64685
64852
|
], ErrorInfo);
|
|
64686
64853
|
exports.ErrorInfo = ErrorInfo;
|
|
64687
64854
|
|
|
64688
|
-
},{"../Decorators":
|
|
64855
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],357:[function(require,module,exports){
|
|
64689
64856
|
"use strict";
|
|
64690
64857
|
/*!
|
|
64691
64858
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64716,7 +64883,7 @@ __decorate([
|
|
|
64716
64883
|
], InvalidState.prototype, "stateType", null);
|
|
64717
64884
|
exports.InvalidState = InvalidState;
|
|
64718
64885
|
|
|
64719
|
-
},{"../Decorators":
|
|
64886
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BasicState":347}],358:[function(require,module,exports){
|
|
64720
64887
|
"use strict";
|
|
64721
64888
|
/*!
|
|
64722
64889
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64938,7 +65105,7 @@ LL1Analyzer = __decorate([
|
|
|
64938
65105
|
], LL1Analyzer);
|
|
64939
65106
|
exports.LL1Analyzer = LL1Analyzer;
|
|
64940
65107
|
|
|
64941
|
-
},{"../Decorators":
|
|
65108
|
+
},{"../Decorators":301,"../Token":326,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./ATNConfig":335,"./AbstractPredicateTransition":342,"./NotSetTransition":372,"./PredictionContext":381,"./RuleStopState":387,"./RuleTransition":388,"./WildcardTransition":397}],359:[function(require,module,exports){
|
|
64942
65109
|
"use strict";
|
|
64943
65110
|
/*!
|
|
64944
65111
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65655,7 +65822,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
65655
65822
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
65656
65823
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
65657
65824
|
|
|
65658
|
-
},{"../Decorators":
|
|
65825
|
+
},{"../Decorators":301,"../IntStream":307,"../Lexer":309,"../LexerNoViableAltException":311,"../Token":326,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Interval":413,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./LexerActionExecutor":360,"./OrderedATNConfigSet":373,"./PredictionContext":381,"./RuleStopState":387,"assert":444}],360:[function(require,module,exports){
|
|
65659
65826
|
"use strict";
|
|
65660
65827
|
/*!
|
|
65661
65828
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65856,7 +66023,7 @@ LexerActionExecutor = __decorate([
|
|
|
65856
66023
|
], LexerActionExecutor);
|
|
65857
66024
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65858
66025
|
|
|
65859
|
-
},{"../Decorators":
|
|
66026
|
+
},{"../Decorators":301,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"./LexerIndexedCustomAction":363}],361:[function(require,module,exports){
|
|
65860
66027
|
"use strict";
|
|
65861
66028
|
/*!
|
|
65862
66029
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65961,7 +66128,7 @@ __decorate([
|
|
|
65961
66128
|
], LexerChannelAction.prototype, "toString", null);
|
|
65962
66129
|
exports.LexerChannelAction = LexerChannelAction;
|
|
65963
66130
|
|
|
65964
|
-
},{"../Decorators":
|
|
66131
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],362:[function(require,module,exports){
|
|
65965
66132
|
"use strict";
|
|
65966
66133
|
/*!
|
|
65967
66134
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66090,7 +66257,7 @@ __decorate([
|
|
|
66090
66257
|
], LexerCustomAction.prototype, "equals", null);
|
|
66091
66258
|
exports.LexerCustomAction = LexerCustomAction;
|
|
66092
66259
|
|
|
66093
|
-
},{"../Decorators":
|
|
66260
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],363:[function(require,module,exports){
|
|
66094
66261
|
"use strict";
|
|
66095
66262
|
/*!
|
|
66096
66263
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66225,7 +66392,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
66225
66392
|
], LexerIndexedCustomAction);
|
|
66226
66393
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
66227
66394
|
|
|
66228
|
-
},{"../Decorators":
|
|
66395
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],364:[function(require,module,exports){
|
|
66229
66396
|
"use strict";
|
|
66230
66397
|
/*!
|
|
66231
66398
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66330,7 +66497,7 @@ __decorate([
|
|
|
66330
66497
|
], LexerModeAction.prototype, "toString", null);
|
|
66331
66498
|
exports.LexerModeAction = LexerModeAction;
|
|
66332
66499
|
|
|
66333
|
-
},{"../Decorators":
|
|
66500
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],365:[function(require,module,exports){
|
|
66334
66501
|
"use strict";
|
|
66335
66502
|
/*!
|
|
66336
66503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66426,7 +66593,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
66426
66593
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
66427
66594
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
66428
66595
|
|
|
66429
|
-
},{"../Decorators":
|
|
66596
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],366:[function(require,module,exports){
|
|
66430
66597
|
"use strict";
|
|
66431
66598
|
/*!
|
|
66432
66599
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66522,7 +66689,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
66522
66689
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
66523
66690
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
66524
66691
|
|
|
66525
|
-
},{"../Decorators":
|
|
66692
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],367:[function(require,module,exports){
|
|
66526
66693
|
"use strict";
|
|
66527
66694
|
/*!
|
|
66528
66695
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66627,7 +66794,7 @@ __decorate([
|
|
|
66627
66794
|
], LexerPushModeAction.prototype, "toString", null);
|
|
66628
66795
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
66629
66796
|
|
|
66630
|
-
},{"../Decorators":
|
|
66797
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],368:[function(require,module,exports){
|
|
66631
66798
|
"use strict";
|
|
66632
66799
|
/*!
|
|
66633
66800
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66723,7 +66890,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
66723
66890
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
66724
66891
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
66725
66892
|
|
|
66726
|
-
},{"../Decorators":
|
|
66893
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],369:[function(require,module,exports){
|
|
66727
66894
|
"use strict";
|
|
66728
66895
|
/*!
|
|
66729
66896
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66827,7 +66994,7 @@ __decorate([
|
|
|
66827
66994
|
], LexerTypeAction.prototype, "toString", null);
|
|
66828
66995
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66829
66996
|
|
|
66830
|
-
},{"../Decorators":
|
|
66997
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],370:[function(require,module,exports){
|
|
66831
66998
|
"use strict";
|
|
66832
66999
|
/*!
|
|
66833
67000
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66879,7 +67046,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66879
67046
|
], LookaheadEventInfo);
|
|
66880
67047
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
66881
67048
|
|
|
66882
|
-
},{"../Decorators":
|
|
67049
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],371:[function(require,module,exports){
|
|
66883
67050
|
"use strict";
|
|
66884
67051
|
/*!
|
|
66885
67052
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66908,7 +67075,7 @@ __decorate([
|
|
|
66908
67075
|
], LoopEndState.prototype, "stateType", null);
|
|
66909
67076
|
exports.LoopEndState = LoopEndState;
|
|
66910
67077
|
|
|
66911
|
-
},{"../Decorators":
|
|
67078
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],372:[function(require,module,exports){
|
|
66912
67079
|
"use strict";
|
|
66913
67080
|
/*!
|
|
66914
67081
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66957,7 +67124,7 @@ NotSetTransition = __decorate([
|
|
|
66957
67124
|
], NotSetTransition);
|
|
66958
67125
|
exports.NotSetTransition = NotSetTransition;
|
|
66959
67126
|
|
|
66960
|
-
},{"../Decorators":
|
|
67127
|
+
},{"../Decorators":301,"./SetTransition":390}],373:[function(require,module,exports){
|
|
66961
67128
|
"use strict";
|
|
66962
67129
|
/*!
|
|
66963
67130
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67012,7 +67179,7 @@ __decorate([
|
|
|
67012
67179
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
67013
67180
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
67014
67181
|
|
|
67015
|
-
},{"../Decorators":
|
|
67182
|
+
},{"../Decorators":301,"./ATNConfigSet":336}],374:[function(require,module,exports){
|
|
67016
67183
|
"use strict";
|
|
67017
67184
|
/*!
|
|
67018
67185
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67174,7 +67341,7 @@ ParseInfo = __decorate([
|
|
|
67174
67341
|
], ParseInfo);
|
|
67175
67342
|
exports.ParseInfo = ParseInfo;
|
|
67176
67343
|
|
|
67177
|
-
},{"../Decorators":
|
|
67344
|
+
},{"../Decorators":301}],375:[function(require,module,exports){
|
|
67178
67345
|
"use strict";
|
|
67179
67346
|
/*!
|
|
67180
67347
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69447,7 +69614,7 @@ ParserATNSimulator = __decorate([
|
|
|
69447
69614
|
], ParserATNSimulator);
|
|
69448
69615
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
69449
69616
|
|
|
69450
|
-
},{"../Decorators":
|
|
69617
|
+
},{"../Decorators":301,"../IntStream":307,"../NoViableAltException":313,"../ParserRuleContext":317,"../Token":326,"../VocabularyImpl":332,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/BitSet":408,"../misc/IntegerList":411,"../misc/Interval":413,"../misc/ObjectEqualityComparator":417,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./ConflictInfo":350,"./DecisionState":354,"./NotSetTransition":372,"./PredictionContext":381,"./PredictionContextCache":382,"./PredictionMode":383,"./RuleStopState":387,"./RuleTransition":388,"./SemanticContext":389,"./SetTransition":390,"./SimulatorState":391,"assert":444}],376:[function(require,module,exports){
|
|
69451
69618
|
"use strict";
|
|
69452
69619
|
/*!
|
|
69453
69620
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69480,7 +69647,7 @@ __decorate([
|
|
|
69480
69647
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
69481
69648
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
69482
69649
|
|
|
69483
|
-
},{"../Decorators":
|
|
69650
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],377:[function(require,module,exports){
|
|
69484
69651
|
"use strict";
|
|
69485
69652
|
/*!
|
|
69486
69653
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69511,7 +69678,7 @@ __decorate([
|
|
|
69511
69678
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
69512
69679
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
69513
69680
|
|
|
69514
|
-
},{"../Decorators":
|
|
69681
|
+
},{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],378:[function(require,module,exports){
|
|
69515
69682
|
"use strict";
|
|
69516
69683
|
/*!
|
|
69517
69684
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69574,7 +69741,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
69574
69741
|
], PrecedencePredicateTransition);
|
|
69575
69742
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
69576
69743
|
|
|
69577
|
-
},{"../Decorators":
|
|
69744
|
+
},{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],379:[function(require,module,exports){
|
|
69578
69745
|
"use strict";
|
|
69579
69746
|
/*!
|
|
69580
69747
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69637,7 +69804,7 @@ PredicateEvalInfo = __decorate([
|
|
|
69637
69804
|
], PredicateEvalInfo);
|
|
69638
69805
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
69639
69806
|
|
|
69640
|
-
},{"../Decorators":
|
|
69807
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],380:[function(require,module,exports){
|
|
69641
69808
|
"use strict";
|
|
69642
69809
|
/*!
|
|
69643
69810
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69703,7 +69870,7 @@ PredicateTransition = __decorate([
|
|
|
69703
69870
|
], PredicateTransition);
|
|
69704
69871
|
exports.PredicateTransition = PredicateTransition;
|
|
69705
69872
|
|
|
69706
|
-
},{"../Decorators":
|
|
69873
|
+
},{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],381:[function(require,module,exports){
|
|
69707
69874
|
"use strict";
|
|
69708
69875
|
/*!
|
|
69709
69876
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70394,7 +70561,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
70394
70561
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
70395
70562
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
70396
70563
|
|
|
70397
|
-
},{"../Decorators":
|
|
70564
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/MurmurHash":416,"./PredictionContextCache":382,"assert":444}],382:[function(require,module,exports){
|
|
70398
70565
|
"use strict";
|
|
70399
70566
|
/*!
|
|
70400
70567
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70535,7 +70702,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
70535
70702
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
70536
70703
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
70537
70704
|
|
|
70538
|
-
},{"../Decorators":
|
|
70705
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/ObjectEqualityComparator":417,"./PredictionContext":381,"assert":444}],383:[function(require,module,exports){
|
|
70539
70706
|
"use strict";
|
|
70540
70707
|
/*!
|
|
70541
70708
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70696,7 +70863,7 @@ var PredictionMode;
|
|
|
70696
70863
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
70697
70864
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
70698
70865
|
|
|
70699
|
-
},{"../Decorators":
|
|
70866
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"./RuleStopState":387}],384:[function(require,module,exports){
|
|
70700
70867
|
(function (process){(function (){
|
|
70701
70868
|
"use strict";
|
|
70702
70869
|
/*!
|
|
@@ -70965,7 +71132,7 @@ __decorate([
|
|
|
70965
71132
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
70966
71133
|
|
|
70967
71134
|
}).call(this)}).call(this,require('_process'))
|
|
70968
|
-
},{"../Decorators":
|
|
71135
|
+
},{"../Decorators":301,"./ATN":334,"./ATNSimulator":339,"./AmbiguityInfo":344,"./ContextSensitivityInfo":351,"./DecisionInfo":353,"./ErrorInfo":356,"./LookaheadEventInfo":370,"./ParserATNSimulator":375,"./PredicateEvalInfo":379,"./SemanticContext":389,"./SimulatorState":391,"_process":503}],385:[function(require,module,exports){
|
|
70969
71136
|
"use strict";
|
|
70970
71137
|
/*!
|
|
70971
71138
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71023,7 +71190,7 @@ RangeTransition = __decorate([
|
|
|
71023
71190
|
], RangeTransition);
|
|
71024
71191
|
exports.RangeTransition = RangeTransition;
|
|
71025
71192
|
|
|
71026
|
-
},{"../Decorators":
|
|
71193
|
+
},{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],386:[function(require,module,exports){
|
|
71027
71194
|
"use strict";
|
|
71028
71195
|
/*!
|
|
71029
71196
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71056,7 +71223,7 @@ __decorate([
|
|
|
71056
71223
|
], RuleStartState.prototype, "stateType", null);
|
|
71057
71224
|
exports.RuleStartState = RuleStartState;
|
|
71058
71225
|
|
|
71059
|
-
},{"../Decorators":
|
|
71226
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],387:[function(require,module,exports){
|
|
71060
71227
|
"use strict";
|
|
71061
71228
|
/*!
|
|
71062
71229
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71095,7 +71262,7 @@ __decorate([
|
|
|
71095
71262
|
], RuleStopState.prototype, "stateType", null);
|
|
71096
71263
|
exports.RuleStopState = RuleStopState;
|
|
71097
71264
|
|
|
71098
|
-
},{"../Decorators":
|
|
71265
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],388:[function(require,module,exports){
|
|
71099
71266
|
"use strict";
|
|
71100
71267
|
/*!
|
|
71101
71268
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71151,7 +71318,7 @@ RuleTransition = __decorate([
|
|
|
71151
71318
|
], RuleTransition);
|
|
71152
71319
|
exports.RuleTransition = RuleTransition;
|
|
71153
71320
|
|
|
71154
|
-
},{"../Decorators":
|
|
71321
|
+
},{"../Decorators":301,"./Transition":396}],389:[function(require,module,exports){
|
|
71155
71322
|
"use strict";
|
|
71156
71323
|
/*!
|
|
71157
71324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71631,7 +71798,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
71631
71798
|
SemanticContext.OR = OR;
|
|
71632
71799
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
71633
71800
|
|
|
71634
|
-
},{"../Decorators":
|
|
71801
|
+
},{"../Decorators":301,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420}],390:[function(require,module,exports){
|
|
71635
71802
|
"use strict";
|
|
71636
71803
|
/*!
|
|
71637
71804
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71697,7 +71864,7 @@ SetTransition = __decorate([
|
|
|
71697
71864
|
], SetTransition);
|
|
71698
71865
|
exports.SetTransition = SetTransition;
|
|
71699
71866
|
|
|
71700
|
-
},{"../Decorators":
|
|
71867
|
+
},{"../Decorators":301,"../Token":326,"../misc/IntervalSet":414,"./Transition":396}],391:[function(require,module,exports){
|
|
71701
71868
|
"use strict";
|
|
71702
71869
|
/*!
|
|
71703
71870
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71733,7 +71900,7 @@ SimulatorState = __decorate([
|
|
|
71733
71900
|
], SimulatorState);
|
|
71734
71901
|
exports.SimulatorState = SimulatorState;
|
|
71735
71902
|
|
|
71736
|
-
},{"../Decorators":
|
|
71903
|
+
},{"../Decorators":301,"../ParserRuleContext":317}],392:[function(require,module,exports){
|
|
71737
71904
|
"use strict";
|
|
71738
71905
|
/*!
|
|
71739
71906
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71761,7 +71928,7 @@ __decorate([
|
|
|
71761
71928
|
], StarBlockStartState.prototype, "stateType", null);
|
|
71762
71929
|
exports.StarBlockStartState = StarBlockStartState;
|
|
71763
71930
|
|
|
71764
|
-
},{"../Decorators":
|
|
71931
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],393:[function(require,module,exports){
|
|
71765
71932
|
"use strict";
|
|
71766
71933
|
/*!
|
|
71767
71934
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71818,7 +71985,7 @@ __decorate([
|
|
|
71818
71985
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71819
71986
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71820
71987
|
|
|
71821
|
-
},{"../Decorators":
|
|
71988
|
+
},{"../Decorators":301,"../misc/BitSet":408,"./ATNStateType":341,"./DecisionState":354}],394:[function(require,module,exports){
|
|
71822
71989
|
"use strict";
|
|
71823
71990
|
/*!
|
|
71824
71991
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71849,7 +72016,7 @@ __decorate([
|
|
|
71849
72016
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71850
72017
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71851
72018
|
|
|
71852
|
-
},{"../Decorators":
|
|
72019
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],395:[function(require,module,exports){
|
|
71853
72020
|
"use strict";
|
|
71854
72021
|
/*!
|
|
71855
72022
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71878,7 +72045,7 @@ __decorate([
|
|
|
71878
72045
|
], TokensStartState.prototype, "stateType", null);
|
|
71879
72046
|
exports.TokensStartState = TokensStartState;
|
|
71880
72047
|
|
|
71881
|
-
},{"../Decorators":
|
|
72048
|
+
},{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],396:[function(require,module,exports){
|
|
71882
72049
|
"use strict";
|
|
71883
72050
|
/*!
|
|
71884
72051
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71952,7 +72119,7 @@ Transition = __decorate([
|
|
|
71952
72119
|
], Transition);
|
|
71953
72120
|
exports.Transition = Transition;
|
|
71954
72121
|
|
|
71955
|
-
},{"../Decorators":
|
|
72122
|
+
},{"../Decorators":301}],397:[function(require,module,exports){
|
|
71956
72123
|
"use strict";
|
|
71957
72124
|
/*!
|
|
71958
72125
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72000,7 +72167,7 @@ WildcardTransition = __decorate([
|
|
|
72000
72167
|
], WildcardTransition);
|
|
72001
72168
|
exports.WildcardTransition = WildcardTransition;
|
|
72002
72169
|
|
|
72003
|
-
},{"../Decorators":
|
|
72170
|
+
},{"../Decorators":301,"./Transition":396}],398:[function(require,module,exports){
|
|
72004
72171
|
"use strict";
|
|
72005
72172
|
/*!
|
|
72006
72173
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72042,7 +72209,7 @@ class AcceptStateInfo {
|
|
|
72042
72209
|
}
|
|
72043
72210
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
72044
72211
|
|
|
72045
|
-
},{}],
|
|
72212
|
+
},{}],399:[function(require,module,exports){
|
|
72046
72213
|
"use strict";
|
|
72047
72214
|
/*!
|
|
72048
72215
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72217,7 +72384,7 @@ DFA = __decorate([
|
|
|
72217
72384
|
], DFA);
|
|
72218
72385
|
exports.DFA = DFA;
|
|
72219
72386
|
|
|
72220
|
-
},{"../Decorators":
|
|
72387
|
+
},{"../Decorators":301,"../VocabularyImpl":332,"../atn/ATNConfigSet":336,"../atn/StarLoopEntryState":393,"../misc/Array2DHashSet":405,"../misc/ObjectEqualityComparator":417,"./DFASerializer":400,"./DFAState":401,"./LexerDFASerializer":402}],400:[function(require,module,exports){
|
|
72221
72388
|
"use strict";
|
|
72222
72389
|
/*!
|
|
72223
72390
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72359,7 +72526,7 @@ __decorate([
|
|
|
72359
72526
|
], DFASerializer.prototype, "toString", null);
|
|
72360
72527
|
exports.DFASerializer = DFASerializer;
|
|
72361
72528
|
|
|
72362
|
-
},{"../Decorators":
|
|
72529
|
+
},{"../Decorators":301,"../Recognizer":321,"../VocabularyImpl":332,"../atn/ATNSimulator":339,"../atn/PredictionContext":381}],401:[function(require,module,exports){
|
|
72363
72530
|
"use strict";
|
|
72364
72531
|
/*!
|
|
72365
72532
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72590,7 +72757,7 @@ exports.DFAState = DFAState;
|
|
|
72590
72757
|
DFAState.PredPrediction = PredPrediction;
|
|
72591
72758
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
72592
72759
|
|
|
72593
|
-
},{"../Decorators":
|
|
72760
|
+
},{"../Decorators":301,"../atn/ATN":334,"../atn/PredictionContext":381,"../misc/BitSet":408,"../misc/MurmurHash":416,"assert":444}],402:[function(require,module,exports){
|
|
72594
72761
|
"use strict";
|
|
72595
72762
|
/*!
|
|
72596
72763
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72627,7 +72794,7 @@ LexerDFASerializer = __decorate([
|
|
|
72627
72794
|
], LexerDFASerializer);
|
|
72628
72795
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
72629
72796
|
|
|
72630
|
-
},{"../Decorators":
|
|
72797
|
+
},{"../Decorators":301,"../VocabularyImpl":332,"./DFASerializer":400}],403:[function(require,module,exports){
|
|
72631
72798
|
"use strict";
|
|
72632
72799
|
/*!
|
|
72633
72800
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72693,7 +72860,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
72693
72860
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
72694
72861
|
__exportStar(require("./WritableToken"), exports);
|
|
72695
72862
|
|
|
72696
|
-
},{"./ANTLRErrorListener":
|
|
72863
|
+
},{"./ANTLRErrorListener":288,"./ANTLRErrorStrategy":289,"./ANTLRInputStream":290,"./BailErrorStrategy":291,"./BufferedTokenStream":292,"./CharStream":293,"./CharStreams":294,"./CodePointBuffer":295,"./CodePointCharStream":296,"./CommonToken":297,"./CommonTokenFactory":298,"./CommonTokenStream":299,"./ConsoleErrorListener":300,"./DefaultErrorStrategy":302,"./Dependents":303,"./DiagnosticErrorListener":304,"./FailedPredicateException":305,"./InputMismatchException":306,"./IntStream":307,"./InterpreterRuleContext":308,"./Lexer":309,"./LexerInterpreter":310,"./LexerNoViableAltException":311,"./ListTokenSource":312,"./NoViableAltException":313,"./Parser":314,"./ParserErrorListener":315,"./ParserInterpreter":316,"./ParserRuleContext":317,"./ProxyErrorListener":318,"./ProxyParserErrorListener":319,"./RecognitionException":320,"./Recognizer":321,"./RuleContext":322,"./RuleContextWithAltNum":323,"./RuleDependency":324,"./RuleVersion":325,"./Token":326,"./TokenFactory":327,"./TokenSource":328,"./TokenStream":329,"./TokenStreamRewriter":330,"./Vocabulary":331,"./VocabularyImpl":332,"./WritableToken":333}],404:[function(require,module,exports){
|
|
72697
72864
|
"use strict";
|
|
72698
72865
|
/*!
|
|
72699
72866
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72776,7 +72943,7 @@ class Array2DHashMap {
|
|
|
72776
72943
|
}
|
|
72777
72944
|
exports.Array2DHashMap = Array2DHashMap;
|
|
72778
72945
|
|
|
72779
|
-
},{"./Array2DHashSet":
|
|
72946
|
+
},{"./Array2DHashSet":405}],405:[function(require,module,exports){
|
|
72780
72947
|
"use strict";
|
|
72781
72948
|
/*!
|
|
72782
72949
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73143,7 +73310,7 @@ __decorate([
|
|
|
73143
73310
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
73144
73311
|
exports.Array2DHashSet = Array2DHashSet;
|
|
73145
73312
|
|
|
73146
|
-
},{"../Decorators":
|
|
73313
|
+
},{"../Decorators":301,"./DefaultEqualityComparator":410,"./MurmurHash":416,"assert":444}],406:[function(require,module,exports){
|
|
73147
73314
|
"use strict";
|
|
73148
73315
|
/*!
|
|
73149
73316
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73215,7 +73382,7 @@ __decorate([
|
|
|
73215
73382
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
73216
73383
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
73217
73384
|
|
|
73218
|
-
},{"../Decorators":
|
|
73385
|
+
},{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],407:[function(require,module,exports){
|
|
73219
73386
|
"use strict";
|
|
73220
73387
|
/*!
|
|
73221
73388
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73285,7 +73452,7 @@ var Arrays;
|
|
|
73285
73452
|
Arrays.toString = toString;
|
|
73286
73453
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
73287
73454
|
|
|
73288
|
-
},{}],
|
|
73455
|
+
},{}],408:[function(require,module,exports){
|
|
73289
73456
|
"use strict";
|
|
73290
73457
|
/*!
|
|
73291
73458
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73957,7 +74124,7 @@ class BitSetIterator {
|
|
|
73957
74124
|
[Symbol.iterator]() { return this; }
|
|
73958
74125
|
}
|
|
73959
74126
|
|
|
73960
|
-
},{"./MurmurHash":
|
|
74127
|
+
},{"./MurmurHash":416,"util":508}],409:[function(require,module,exports){
|
|
73961
74128
|
"use strict";
|
|
73962
74129
|
/*!
|
|
73963
74130
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73978,7 +74145,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
73978
74145
|
}
|
|
73979
74146
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
73980
74147
|
|
|
73981
|
-
},{}],
|
|
74148
|
+
},{}],410:[function(require,module,exports){
|
|
73982
74149
|
"use strict";
|
|
73983
74150
|
/*!
|
|
73984
74151
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74049,7 +74216,7 @@ __decorate([
|
|
|
74049
74216
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
74050
74217
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
74051
74218
|
|
|
74052
|
-
},{"../Decorators":
|
|
74219
|
+
},{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],411:[function(require,module,exports){
|
|
74053
74220
|
"use strict";
|
|
74054
74221
|
/*!
|
|
74055
74222
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74343,7 +74510,7 @@ __decorate([
|
|
|
74343
74510
|
], IntegerList.prototype, "toString", null);
|
|
74344
74511
|
exports.IntegerList = IntegerList;
|
|
74345
74512
|
|
|
74346
|
-
},{"../Decorators":
|
|
74513
|
+
},{"../Decorators":301,"./Arrays":407}],412:[function(require,module,exports){
|
|
74347
74514
|
"use strict";
|
|
74348
74515
|
/*!
|
|
74349
74516
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74373,7 +74540,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
74373
74540
|
}
|
|
74374
74541
|
exports.IntegerStack = IntegerStack;
|
|
74375
74542
|
|
|
74376
|
-
},{"./IntegerList":
|
|
74543
|
+
},{"./IntegerList":411}],413:[function(require,module,exports){
|
|
74377
74544
|
"use strict";
|
|
74378
74545
|
/*!
|
|
74379
74546
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74516,7 +74683,7 @@ __decorate([
|
|
|
74516
74683
|
], Interval.prototype, "toString", null);
|
|
74517
74684
|
exports.Interval = Interval;
|
|
74518
74685
|
|
|
74519
|
-
},{"../Decorators":
|
|
74686
|
+
},{"../Decorators":301}],414:[function(require,module,exports){
|
|
74520
74687
|
"use strict";
|
|
74521
74688
|
/*!
|
|
74522
74689
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75162,7 +75329,7 @@ __decorate([
|
|
|
75162
75329
|
], IntervalSet, "subtract", null);
|
|
75163
75330
|
exports.IntervalSet = IntervalSet;
|
|
75164
75331
|
|
|
75165
|
-
},{"../Decorators":
|
|
75332
|
+
},{"../Decorators":301,"../Lexer":309,"../Token":326,"./ArrayEqualityComparator":406,"./IntegerList":411,"./Interval":413,"./MurmurHash":416}],415:[function(require,module,exports){
|
|
75166
75333
|
"use strict";
|
|
75167
75334
|
/*!
|
|
75168
75335
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75195,7 +75362,7 @@ class MultiMap extends Map {
|
|
|
75195
75362
|
}
|
|
75196
75363
|
exports.MultiMap = MultiMap;
|
|
75197
75364
|
|
|
75198
|
-
},{}],
|
|
75365
|
+
},{}],416:[function(require,module,exports){
|
|
75199
75366
|
"use strict";
|
|
75200
75367
|
/*!
|
|
75201
75368
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75310,7 +75477,7 @@ var MurmurHash;
|
|
|
75310
75477
|
}
|
|
75311
75478
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
75312
75479
|
|
|
75313
|
-
},{}],
|
|
75480
|
+
},{}],417:[function(require,module,exports){
|
|
75314
75481
|
"use strict";
|
|
75315
75482
|
/*!
|
|
75316
75483
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75369,7 +75536,7 @@ __decorate([
|
|
|
75369
75536
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
75370
75537
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
75371
75538
|
|
|
75372
|
-
},{"../Decorators":
|
|
75539
|
+
},{"../Decorators":301}],418:[function(require,module,exports){
|
|
75373
75540
|
"use strict";
|
|
75374
75541
|
/*!
|
|
75375
75542
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75398,7 +75565,7 @@ class ParseCancellationException extends Error {
|
|
|
75398
75565
|
}
|
|
75399
75566
|
exports.ParseCancellationException = ParseCancellationException;
|
|
75400
75567
|
|
|
75401
|
-
},{}],
|
|
75568
|
+
},{}],419:[function(require,module,exports){
|
|
75402
75569
|
"use strict";
|
|
75403
75570
|
/*!
|
|
75404
75571
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75452,7 +75619,7 @@ class UUID {
|
|
|
75452
75619
|
}
|
|
75453
75620
|
exports.UUID = UUID;
|
|
75454
75621
|
|
|
75455
|
-
},{"./MurmurHash":
|
|
75622
|
+
},{"./MurmurHash":416}],420:[function(require,module,exports){
|
|
75456
75623
|
"use strict";
|
|
75457
75624
|
/*!
|
|
75458
75625
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75627,7 +75794,7 @@ exports.toCharArray = toCharArray;
|
|
|
75627
75794
|
// return s;
|
|
75628
75795
|
// }
|
|
75629
75796
|
|
|
75630
|
-
},{}],
|
|
75797
|
+
},{}],421:[function(require,module,exports){
|
|
75631
75798
|
"use strict";
|
|
75632
75799
|
/*!
|
|
75633
75800
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75772,7 +75939,7 @@ __decorate([
|
|
|
75772
75939
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
75773
75940
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
75774
75941
|
|
|
75775
|
-
},{"../Decorators":
|
|
75942
|
+
},{"../Decorators":301}],422:[function(require,module,exports){
|
|
75776
75943
|
"use strict";
|
|
75777
75944
|
/*!
|
|
75778
75945
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75808,7 +75975,7 @@ __decorate([
|
|
|
75808
75975
|
], ErrorNode.prototype, "accept", null);
|
|
75809
75976
|
exports.ErrorNode = ErrorNode;
|
|
75810
75977
|
|
|
75811
|
-
},{"../Decorators":
|
|
75978
|
+
},{"../Decorators":301,"./TerminalNode":424}],423:[function(require,module,exports){
|
|
75812
75979
|
"use strict";
|
|
75813
75980
|
/*!
|
|
75814
75981
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75820,7 +75987,7 @@ class RuleNode {
|
|
|
75820
75987
|
}
|
|
75821
75988
|
exports.RuleNode = RuleNode;
|
|
75822
75989
|
|
|
75823
|
-
},{}],
|
|
75990
|
+
},{}],424:[function(require,module,exports){
|
|
75824
75991
|
"use strict";
|
|
75825
75992
|
/*!
|
|
75826
75993
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75912,7 +76079,7 @@ __decorate([
|
|
|
75912
76079
|
], TerminalNode.prototype, "toString", null);
|
|
75913
76080
|
exports.TerminalNode = TerminalNode;
|
|
75914
76081
|
|
|
75915
|
-
},{"../Decorators":
|
|
76082
|
+
},{"../Decorators":301,"../Token":326,"../misc/Interval":413}],425:[function(require,module,exports){
|
|
75916
76083
|
"use strict";
|
|
75917
76084
|
/*!
|
|
75918
76085
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76156,7 +76323,7 @@ __decorate([
|
|
|
76156
76323
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
76157
76324
|
exports.Trees = Trees;
|
|
76158
76325
|
|
|
76159
|
-
},{"../CommonToken":
|
|
76326
|
+
},{"../CommonToken":297,"../Decorators":301,"../Parser":314,"../ParserRuleContext":317,"../Token":326,"../atn/ATN":334,"../misc/Utils":420,"./ErrorNode":422,"./RuleNode":423,"./TerminalNode":424}],426:[function(require,module,exports){
|
|
76160
76327
|
"use strict";
|
|
76161
76328
|
/*!
|
|
76162
76329
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76180,7 +76347,7 @@ class Chunk {
|
|
|
76180
76347
|
}
|
|
76181
76348
|
exports.Chunk = Chunk;
|
|
76182
76349
|
|
|
76183
|
-
},{}],
|
|
76350
|
+
},{}],427:[function(require,module,exports){
|
|
76184
76351
|
"use strict";
|
|
76185
76352
|
/*!
|
|
76186
76353
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76360,7 +76527,7 @@ ParseTreeMatch = __decorate([
|
|
|
76360
76527
|
], ParseTreeMatch);
|
|
76361
76528
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
76362
76529
|
|
|
76363
|
-
},{"../../Decorators":
|
|
76530
|
+
},{"../../Decorators":301}],428:[function(require,module,exports){
|
|
76364
76531
|
"use strict";
|
|
76365
76532
|
/*!
|
|
76366
76533
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76518,7 +76685,7 @@ ParseTreePattern = __decorate([
|
|
|
76518
76685
|
], ParseTreePattern);
|
|
76519
76686
|
exports.ParseTreePattern = ParseTreePattern;
|
|
76520
76687
|
|
|
76521
|
-
},{"../../Decorators":
|
|
76688
|
+
},{"../../Decorators":301,"../xpath/XPath":434}],429:[function(require,module,exports){
|
|
76522
76689
|
"use strict";
|
|
76523
76690
|
/*!
|
|
76524
76691
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76996,7 +77163,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
76996
77163
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
76997
77164
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
76998
77165
|
|
|
76999
|
-
},{"../../BailErrorStrategy":
|
|
77166
|
+
},{"../../BailErrorStrategy":291,"../../CharStreams":294,"../../CommonTokenStream":299,"../../Decorators":301,"../../ListTokenSource":312,"../../ParserInterpreter":316,"../../ParserRuleContext":317,"../../RecognitionException":320,"../../Token":326,"../../misc/MultiMap":415,"../../misc/ParseCancellationException":418,"../RuleNode":423,"../TerminalNode":424,"./ParseTreeMatch":427,"./ParseTreePattern":428,"./RuleTagToken":430,"./TagChunk":431,"./TextChunk":432,"./TokenTagToken":433}],430:[function(require,module,exports){
|
|
77000
77167
|
"use strict";
|
|
77001
77168
|
/*!
|
|
77002
77169
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77194,7 +77361,7 @@ RuleTagToken = __decorate([
|
|
|
77194
77361
|
], RuleTagToken);
|
|
77195
77362
|
exports.RuleTagToken = RuleTagToken;
|
|
77196
77363
|
|
|
77197
|
-
},{"../../Decorators":
|
|
77364
|
+
},{"../../Decorators":301,"../../Token":326}],431:[function(require,module,exports){
|
|
77198
77365
|
"use strict";
|
|
77199
77366
|
/*!
|
|
77200
77367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77281,7 +77448,7 @@ __decorate([
|
|
|
77281
77448
|
], TagChunk.prototype, "toString", null);
|
|
77282
77449
|
exports.TagChunk = TagChunk;
|
|
77283
77450
|
|
|
77284
|
-
},{"../../Decorators":
|
|
77451
|
+
},{"../../Decorators":301,"./Chunk":426}],432:[function(require,module,exports){
|
|
77285
77452
|
"use strict";
|
|
77286
77453
|
/*!
|
|
77287
77454
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77351,7 +77518,7 @@ TextChunk = __decorate([
|
|
|
77351
77518
|
], TextChunk);
|
|
77352
77519
|
exports.TextChunk = TextChunk;
|
|
77353
77520
|
|
|
77354
|
-
},{"../../Decorators":
|
|
77521
|
+
},{"../../Decorators":301,"./Chunk":426}],433:[function(require,module,exports){
|
|
77355
77522
|
"use strict";
|
|
77356
77523
|
/*!
|
|
77357
77524
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77446,7 +77613,7 @@ TokenTagToken = __decorate([
|
|
|
77446
77613
|
], TokenTagToken);
|
|
77447
77614
|
exports.TokenTagToken = TokenTagToken;
|
|
77448
77615
|
|
|
77449
|
-
},{"../../CommonToken":
|
|
77616
|
+
},{"../../CommonToken":297,"../../Decorators":301}],434:[function(require,module,exports){
|
|
77450
77617
|
"use strict";
|
|
77451
77618
|
/*!
|
|
77452
77619
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77643,7 +77810,7 @@ exports.XPath = XPath;
|
|
|
77643
77810
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
77644
77811
|
XPath.NOT = "!"; // word for invert operator
|
|
77645
77812
|
|
|
77646
|
-
},{"../../CharStreams":
|
|
77813
|
+
},{"../../CharStreams":294,"../../CommonTokenStream":299,"../../LexerNoViableAltException":311,"../../ParserRuleContext":317,"../../Token":326,"./XPathLexer":436,"./XPathLexerErrorListener":437,"./XPathRuleAnywhereElement":438,"./XPathRuleElement":439,"./XPathTokenAnywhereElement":440,"./XPathTokenElement":441,"./XPathWildcardAnywhereElement":442,"./XPathWildcardElement":443}],435:[function(require,module,exports){
|
|
77647
77814
|
"use strict";
|
|
77648
77815
|
/*!
|
|
77649
77816
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77678,7 +77845,7 @@ __decorate([
|
|
|
77678
77845
|
], XPathElement.prototype, "toString", null);
|
|
77679
77846
|
exports.XPathElement = XPathElement;
|
|
77680
77847
|
|
|
77681
|
-
},{"../../Decorators":
|
|
77848
|
+
},{"../../Decorators":301}],436:[function(require,module,exports){
|
|
77682
77849
|
"use strict";
|
|
77683
77850
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
77684
77851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -78153,7 +78320,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
78153
78320
|
XPathLexer._serializedATNSegment1,
|
|
78154
78321
|
], "");
|
|
78155
78322
|
|
|
78156
|
-
},{"../../Lexer":
|
|
78323
|
+
},{"../../Lexer":309,"../../VocabularyImpl":332,"../../atn/ATNDeserializer":338,"../../atn/LexerATNSimulator":359,"../../misc/Utils":420}],437:[function(require,module,exports){
|
|
78157
78324
|
"use strict";
|
|
78158
78325
|
/*!
|
|
78159
78326
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78178,7 +78345,7 @@ __decorate([
|
|
|
78178
78345
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
78179
78346
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
78180
78347
|
|
|
78181
|
-
},{"../../Decorators":
|
|
78348
|
+
},{"../../Decorators":301}],438:[function(require,module,exports){
|
|
78182
78349
|
"use strict";
|
|
78183
78350
|
/*!
|
|
78184
78351
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78212,7 +78379,7 @@ __decorate([
|
|
|
78212
78379
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
78213
78380
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
78214
78381
|
|
|
78215
|
-
},{"../../Decorators":
|
|
78382
|
+
},{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],439:[function(require,module,exports){
|
|
78216
78383
|
"use strict";
|
|
78217
78384
|
/*!
|
|
78218
78385
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78255,7 +78422,7 @@ __decorate([
|
|
|
78255
78422
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
78256
78423
|
exports.XPathRuleElement = XPathRuleElement;
|
|
78257
78424
|
|
|
78258
|
-
},{"../../Decorators":
|
|
78425
|
+
},{"../../Decorators":301,"../../ParserRuleContext":317,"../Trees":425,"./XPathElement":435}],440:[function(require,module,exports){
|
|
78259
78426
|
"use strict";
|
|
78260
78427
|
/*!
|
|
78261
78428
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78287,7 +78454,7 @@ __decorate([
|
|
|
78287
78454
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
78288
78455
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
78289
78456
|
|
|
78290
|
-
},{"../../Decorators":
|
|
78457
|
+
},{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],441:[function(require,module,exports){
|
|
78291
78458
|
"use strict";
|
|
78292
78459
|
/*!
|
|
78293
78460
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78330,7 +78497,7 @@ __decorate([
|
|
|
78330
78497
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
78331
78498
|
exports.XPathTokenElement = XPathTokenElement;
|
|
78332
78499
|
|
|
78333
|
-
},{"../../Decorators":
|
|
78500
|
+
},{"../../Decorators":301,"../TerminalNode":424,"../Trees":425,"./XPathElement":435}],442:[function(require,module,exports){
|
|
78334
78501
|
"use strict";
|
|
78335
78502
|
/*!
|
|
78336
78503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78366,7 +78533,7 @@ __decorate([
|
|
|
78366
78533
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
78367
78534
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
78368
78535
|
|
|
78369
|
-
},{"../../Decorators":
|
|
78536
|
+
},{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],443:[function(require,module,exports){
|
|
78370
78537
|
"use strict";
|
|
78371
78538
|
/*!
|
|
78372
78539
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78406,7 +78573,7 @@ __decorate([
|
|
|
78406
78573
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
78407
78574
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
78408
78575
|
|
|
78409
|
-
},{"../../Decorators":
|
|
78576
|
+
},{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],444:[function(require,module,exports){
|
|
78410
78577
|
(function (global){(function (){
|
|
78411
78578
|
'use strict';
|
|
78412
78579
|
|
|
@@ -78916,7 +79083,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
78916
79083
|
};
|
|
78917
79084
|
|
|
78918
79085
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78919
|
-
},{"object.assign/polyfill":
|
|
79086
|
+
},{"object.assign/polyfill":501,"util/":447}],445:[function(require,module,exports){
|
|
78920
79087
|
if (typeof Object.create === 'function') {
|
|
78921
79088
|
// implementation from standard node.js 'util' module
|
|
78922
79089
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -78941,14 +79108,14 @@ if (typeof Object.create === 'function') {
|
|
|
78941
79108
|
}
|
|
78942
79109
|
}
|
|
78943
79110
|
|
|
78944
|
-
},{}],
|
|
79111
|
+
},{}],446:[function(require,module,exports){
|
|
78945
79112
|
module.exports = function isBuffer(arg) {
|
|
78946
79113
|
return arg && typeof arg === 'object'
|
|
78947
79114
|
&& typeof arg.copy === 'function'
|
|
78948
79115
|
&& typeof arg.fill === 'function'
|
|
78949
79116
|
&& typeof arg.readUInt8 === 'function';
|
|
78950
79117
|
}
|
|
78951
|
-
},{}],
|
|
79118
|
+
},{}],447:[function(require,module,exports){
|
|
78952
79119
|
(function (process,global){(function (){
|
|
78953
79120
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
78954
79121
|
//
|
|
@@ -79538,7 +79705,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
79538
79705
|
}
|
|
79539
79706
|
|
|
79540
79707
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79541
|
-
},{"./support/isBuffer":
|
|
79708
|
+
},{"./support/isBuffer":446,"_process":503,"inherits":445}],448:[function(require,module,exports){
|
|
79542
79709
|
(function (global){(function (){
|
|
79543
79710
|
'use strict';
|
|
79544
79711
|
|
|
@@ -79559,7 +79726,7 @@ module.exports = function availableTypedArrays() {
|
|
|
79559
79726
|
};
|
|
79560
79727
|
|
|
79561
79728
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79562
|
-
},{"possible-typed-array-names":
|
|
79729
|
+
},{"possible-typed-array-names":502}],449:[function(require,module,exports){
|
|
79563
79730
|
(function (process,global){(function (){
|
|
79564
79731
|
module.exports = process.hrtime || hrtime
|
|
79565
79732
|
|
|
@@ -79590,7 +79757,7 @@ function hrtime(previousTimestamp){
|
|
|
79590
79757
|
return [seconds,nanoseconds]
|
|
79591
79758
|
}
|
|
79592
79759
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79593
|
-
},{"_process":
|
|
79760
|
+
},{"_process":503}],450:[function(require,module,exports){
|
|
79594
79761
|
'use strict';
|
|
79595
79762
|
|
|
79596
79763
|
var bind = require('function-bind');
|
|
@@ -79602,7 +79769,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
79602
79769
|
/** @type {import('./actualApply')} */
|
|
79603
79770
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
79604
79771
|
|
|
79605
|
-
},{"./functionApply":
|
|
79772
|
+
},{"./functionApply":452,"./functionCall":453,"./reflectApply":455,"function-bind":471}],451:[function(require,module,exports){
|
|
79606
79773
|
'use strict';
|
|
79607
79774
|
|
|
79608
79775
|
var bind = require('function-bind');
|
|
@@ -79614,19 +79781,19 @@ module.exports = function applyBind() {
|
|
|
79614
79781
|
return actualApply(bind, $apply, arguments);
|
|
79615
79782
|
};
|
|
79616
79783
|
|
|
79617
|
-
},{"./actualApply":
|
|
79784
|
+
},{"./actualApply":450,"./functionApply":452,"function-bind":471}],452:[function(require,module,exports){
|
|
79618
79785
|
'use strict';
|
|
79619
79786
|
|
|
79620
79787
|
/** @type {import('./functionApply')} */
|
|
79621
79788
|
module.exports = Function.prototype.apply;
|
|
79622
79789
|
|
|
79623
|
-
},{}],
|
|
79790
|
+
},{}],453:[function(require,module,exports){
|
|
79624
79791
|
'use strict';
|
|
79625
79792
|
|
|
79626
79793
|
/** @type {import('./functionCall')} */
|
|
79627
79794
|
module.exports = Function.prototype.call;
|
|
79628
79795
|
|
|
79629
|
-
},{}],
|
|
79796
|
+
},{}],454:[function(require,module,exports){
|
|
79630
79797
|
'use strict';
|
|
79631
79798
|
|
|
79632
79799
|
var bind = require('function-bind');
|
|
@@ -79643,13 +79810,13 @@ module.exports = function callBindBasic(args) {
|
|
|
79643
79810
|
return $actualApply(bind, $call, args);
|
|
79644
79811
|
};
|
|
79645
79812
|
|
|
79646
|
-
},{"./actualApply":
|
|
79813
|
+
},{"./actualApply":450,"./functionCall":453,"es-errors/type":466,"function-bind":471}],455:[function(require,module,exports){
|
|
79647
79814
|
'use strict';
|
|
79648
79815
|
|
|
79649
79816
|
/** @type {import('./reflectApply')} */
|
|
79650
79817
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
79651
79818
|
|
|
79652
|
-
},{}],
|
|
79819
|
+
},{}],456:[function(require,module,exports){
|
|
79653
79820
|
'use strict';
|
|
79654
79821
|
|
|
79655
79822
|
var setFunctionLength = require('set-function-length');
|
|
@@ -79675,7 +79842,7 @@ if ($defineProperty) {
|
|
|
79675
79842
|
module.exports.apply = applyBind;
|
|
79676
79843
|
}
|
|
79677
79844
|
|
|
79678
|
-
},{"call-bind-apply-helpers":
|
|
79845
|
+
},{"call-bind-apply-helpers":454,"call-bind-apply-helpers/applyBind":451,"es-define-property":460,"set-function-length":505}],457:[function(require,module,exports){
|
|
79679
79846
|
'use strict';
|
|
79680
79847
|
|
|
79681
79848
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -79696,7 +79863,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
79696
79863
|
return intrinsic;
|
|
79697
79864
|
};
|
|
79698
79865
|
|
|
79699
|
-
},{"call-bind-apply-helpers":
|
|
79866
|
+
},{"call-bind-apply-helpers":454,"get-intrinsic":472}],458:[function(require,module,exports){
|
|
79700
79867
|
'use strict';
|
|
79701
79868
|
|
|
79702
79869
|
var $defineProperty = require('es-define-property');
|
|
@@ -79754,7 +79921,7 @@ module.exports = function defineDataProperty(
|
|
|
79754
79921
|
}
|
|
79755
79922
|
};
|
|
79756
79923
|
|
|
79757
|
-
},{"es-define-property":
|
|
79924
|
+
},{"es-define-property":460,"es-errors/syntax":465,"es-errors/type":466,"gopd":477}],459:[function(require,module,exports){
|
|
79758
79925
|
'use strict';
|
|
79759
79926
|
|
|
79760
79927
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79786,7 +79953,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79786
79953
|
}
|
|
79787
79954
|
: false;
|
|
79788
79955
|
|
|
79789
|
-
},{"call-bind-apply-helpers":
|
|
79956
|
+
},{"call-bind-apply-helpers":454,"gopd":477}],460:[function(require,module,exports){
|
|
79790
79957
|
'use strict';
|
|
79791
79958
|
|
|
79792
79959
|
/** @type {import('.')} */
|
|
@@ -79802,55 +79969,55 @@ if ($defineProperty) {
|
|
|
79802
79969
|
|
|
79803
79970
|
module.exports = $defineProperty;
|
|
79804
79971
|
|
|
79805
|
-
},{}],
|
|
79972
|
+
},{}],461:[function(require,module,exports){
|
|
79806
79973
|
'use strict';
|
|
79807
79974
|
|
|
79808
79975
|
/** @type {import('./eval')} */
|
|
79809
79976
|
module.exports = EvalError;
|
|
79810
79977
|
|
|
79811
|
-
},{}],
|
|
79978
|
+
},{}],462:[function(require,module,exports){
|
|
79812
79979
|
'use strict';
|
|
79813
79980
|
|
|
79814
79981
|
/** @type {import('.')} */
|
|
79815
79982
|
module.exports = Error;
|
|
79816
79983
|
|
|
79817
|
-
},{}],
|
|
79984
|
+
},{}],463:[function(require,module,exports){
|
|
79818
79985
|
'use strict';
|
|
79819
79986
|
|
|
79820
79987
|
/** @type {import('./range')} */
|
|
79821
79988
|
module.exports = RangeError;
|
|
79822
79989
|
|
|
79823
|
-
},{}],
|
|
79990
|
+
},{}],464:[function(require,module,exports){
|
|
79824
79991
|
'use strict';
|
|
79825
79992
|
|
|
79826
79993
|
/** @type {import('./ref')} */
|
|
79827
79994
|
module.exports = ReferenceError;
|
|
79828
79995
|
|
|
79829
|
-
},{}],
|
|
79996
|
+
},{}],465:[function(require,module,exports){
|
|
79830
79997
|
'use strict';
|
|
79831
79998
|
|
|
79832
79999
|
/** @type {import('./syntax')} */
|
|
79833
80000
|
module.exports = SyntaxError;
|
|
79834
80001
|
|
|
79835
|
-
},{}],
|
|
80002
|
+
},{}],466:[function(require,module,exports){
|
|
79836
80003
|
'use strict';
|
|
79837
80004
|
|
|
79838
80005
|
/** @type {import('./type')} */
|
|
79839
80006
|
module.exports = TypeError;
|
|
79840
80007
|
|
|
79841
|
-
},{}],
|
|
80008
|
+
},{}],467:[function(require,module,exports){
|
|
79842
80009
|
'use strict';
|
|
79843
80010
|
|
|
79844
80011
|
/** @type {import('./uri')} */
|
|
79845
80012
|
module.exports = URIError;
|
|
79846
80013
|
|
|
79847
|
-
},{}],
|
|
80014
|
+
},{}],468:[function(require,module,exports){
|
|
79848
80015
|
'use strict';
|
|
79849
80016
|
|
|
79850
80017
|
/** @type {import('.')} */
|
|
79851
80018
|
module.exports = Object;
|
|
79852
80019
|
|
|
79853
|
-
},{}],
|
|
80020
|
+
},{}],469:[function(require,module,exports){
|
|
79854
80021
|
'use strict';
|
|
79855
80022
|
|
|
79856
80023
|
var isCallable = require('is-callable');
|
|
@@ -79921,7 +80088,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
79921
80088
|
}
|
|
79922
80089
|
};
|
|
79923
80090
|
|
|
79924
|
-
},{"is-callable":
|
|
80091
|
+
},{"is-callable":485}],470:[function(require,module,exports){
|
|
79925
80092
|
'use strict';
|
|
79926
80093
|
|
|
79927
80094
|
/* eslint no-invalid-this: 1 */
|
|
@@ -80007,14 +80174,14 @@ module.exports = function bind(that) {
|
|
|
80007
80174
|
return bound;
|
|
80008
80175
|
};
|
|
80009
80176
|
|
|
80010
|
-
},{}],
|
|
80177
|
+
},{}],471:[function(require,module,exports){
|
|
80011
80178
|
'use strict';
|
|
80012
80179
|
|
|
80013
80180
|
var implementation = require('./implementation');
|
|
80014
80181
|
|
|
80015
80182
|
module.exports = Function.prototype.bind || implementation;
|
|
80016
80183
|
|
|
80017
|
-
},{"./implementation":
|
|
80184
|
+
},{"./implementation":470}],472:[function(require,module,exports){
|
|
80018
80185
|
'use strict';
|
|
80019
80186
|
|
|
80020
80187
|
var undefined;
|
|
@@ -80394,7 +80561,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
80394
80561
|
return value;
|
|
80395
80562
|
};
|
|
80396
80563
|
|
|
80397
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
80564
|
+
},{"call-bind-apply-helpers/functionApply":452,"call-bind-apply-helpers/functionCall":453,"es-define-property":460,"es-errors":462,"es-errors/eval":461,"es-errors/range":463,"es-errors/ref":464,"es-errors/syntax":465,"es-errors/type":466,"es-errors/uri":467,"es-object-atoms":468,"function-bind":471,"get-proto":475,"get-proto/Object.getPrototypeOf":473,"get-proto/Reflect.getPrototypeOf":474,"gopd":477,"has-symbols":479,"hasown":482,"math-intrinsics/abs":489,"math-intrinsics/floor":490,"math-intrinsics/max":492,"math-intrinsics/min":493,"math-intrinsics/pow":494,"math-intrinsics/round":495,"math-intrinsics/sign":496}],473:[function(require,module,exports){
|
|
80398
80565
|
'use strict';
|
|
80399
80566
|
|
|
80400
80567
|
var $Object = require('es-object-atoms');
|
|
@@ -80402,13 +80569,13 @@ var $Object = require('es-object-atoms');
|
|
|
80402
80569
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
80403
80570
|
module.exports = $Object.getPrototypeOf || null;
|
|
80404
80571
|
|
|
80405
|
-
},{"es-object-atoms":
|
|
80572
|
+
},{"es-object-atoms":468}],474:[function(require,module,exports){
|
|
80406
80573
|
'use strict';
|
|
80407
80574
|
|
|
80408
80575
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
80409
80576
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
80410
80577
|
|
|
80411
|
-
},{}],
|
|
80578
|
+
},{}],475:[function(require,module,exports){
|
|
80412
80579
|
'use strict';
|
|
80413
80580
|
|
|
80414
80581
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -80437,13 +80604,13 @@ module.exports = reflectGetProto
|
|
|
80437
80604
|
}
|
|
80438
80605
|
: null;
|
|
80439
80606
|
|
|
80440
|
-
},{"./Object.getPrototypeOf":
|
|
80607
|
+
},{"./Object.getPrototypeOf":473,"./Reflect.getPrototypeOf":474,"dunder-proto/get":459}],476:[function(require,module,exports){
|
|
80441
80608
|
'use strict';
|
|
80442
80609
|
|
|
80443
80610
|
/** @type {import('./gOPD')} */
|
|
80444
80611
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
80445
80612
|
|
|
80446
|
-
},{}],
|
|
80613
|
+
},{}],477:[function(require,module,exports){
|
|
80447
80614
|
'use strict';
|
|
80448
80615
|
|
|
80449
80616
|
/** @type {import('.')} */
|
|
@@ -80460,7 +80627,7 @@ if ($gOPD) {
|
|
|
80460
80627
|
|
|
80461
80628
|
module.exports = $gOPD;
|
|
80462
80629
|
|
|
80463
|
-
},{"./gOPD":
|
|
80630
|
+
},{"./gOPD":476}],478:[function(require,module,exports){
|
|
80464
80631
|
'use strict';
|
|
80465
80632
|
|
|
80466
80633
|
var $defineProperty = require('es-define-property');
|
|
@@ -80484,7 +80651,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
80484
80651
|
|
|
80485
80652
|
module.exports = hasPropertyDescriptors;
|
|
80486
80653
|
|
|
80487
|
-
},{"es-define-property":
|
|
80654
|
+
},{"es-define-property":460}],479:[function(require,module,exports){
|
|
80488
80655
|
'use strict';
|
|
80489
80656
|
|
|
80490
80657
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -80500,7 +80667,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
80500
80667
|
return hasSymbolSham();
|
|
80501
80668
|
};
|
|
80502
80669
|
|
|
80503
|
-
},{"./shams":
|
|
80670
|
+
},{"./shams":480}],480:[function(require,module,exports){
|
|
80504
80671
|
'use strict';
|
|
80505
80672
|
|
|
80506
80673
|
/** @type {import('./shams')} */
|
|
@@ -80547,7 +80714,7 @@ module.exports = function hasSymbols() {
|
|
|
80547
80714
|
return true;
|
|
80548
80715
|
};
|
|
80549
80716
|
|
|
80550
|
-
},{}],
|
|
80717
|
+
},{}],481:[function(require,module,exports){
|
|
80551
80718
|
'use strict';
|
|
80552
80719
|
|
|
80553
80720
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -80557,7 +80724,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
80557
80724
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
80558
80725
|
};
|
|
80559
80726
|
|
|
80560
|
-
},{"has-symbols/shams":
|
|
80727
|
+
},{"has-symbols/shams":480}],482:[function(require,module,exports){
|
|
80561
80728
|
'use strict';
|
|
80562
80729
|
|
|
80563
80730
|
var call = Function.prototype.call;
|
|
@@ -80567,7 +80734,7 @@ var bind = require('function-bind');
|
|
|
80567
80734
|
/** @type {import('.')} */
|
|
80568
80735
|
module.exports = bind.call(call, $hasOwn);
|
|
80569
80736
|
|
|
80570
|
-
},{"function-bind":
|
|
80737
|
+
},{"function-bind":471}],483:[function(require,module,exports){
|
|
80571
80738
|
if (typeof Object.create === 'function') {
|
|
80572
80739
|
// implementation from standard node.js 'util' module
|
|
80573
80740
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -80596,7 +80763,7 @@ if (typeof Object.create === 'function') {
|
|
|
80596
80763
|
}
|
|
80597
80764
|
}
|
|
80598
80765
|
|
|
80599
|
-
},{}],
|
|
80766
|
+
},{}],484:[function(require,module,exports){
|
|
80600
80767
|
'use strict';
|
|
80601
80768
|
|
|
80602
80769
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -80642,7 +80809,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
80642
80809
|
/** @type {import('.')} */
|
|
80643
80810
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
80644
80811
|
|
|
80645
|
-
},{"call-bound":
|
|
80812
|
+
},{"call-bound":457,"has-tostringtag/shams":481}],485:[function(require,module,exports){
|
|
80646
80813
|
'use strict';
|
|
80647
80814
|
|
|
80648
80815
|
var fnToStr = Function.prototype.toString;
|
|
@@ -80745,7 +80912,7 @@ module.exports = reflectApply
|
|
|
80745
80912
|
return tryFunctionObject(value);
|
|
80746
80913
|
};
|
|
80747
80914
|
|
|
80748
|
-
},{}],
|
|
80915
|
+
},{}],486:[function(require,module,exports){
|
|
80749
80916
|
'use strict';
|
|
80750
80917
|
|
|
80751
80918
|
var callBound = require('call-bound');
|
|
@@ -80794,7 +80961,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80794
80961
|
return getProto(fn) === GeneratorFunction;
|
|
80795
80962
|
};
|
|
80796
80963
|
|
|
80797
|
-
},{"call-bound":
|
|
80964
|
+
},{"call-bound":457,"get-proto":475,"has-tostringtag/shams":481,"safe-regex-test":504}],487:[function(require,module,exports){
|
|
80798
80965
|
'use strict';
|
|
80799
80966
|
|
|
80800
80967
|
var callBound = require('call-bound');
|
|
@@ -80865,7 +81032,7 @@ if (hasToStringTag) {
|
|
|
80865
81032
|
|
|
80866
81033
|
module.exports = fn;
|
|
80867
81034
|
|
|
80868
|
-
},{"call-bound":
|
|
81035
|
+
},{"call-bound":457,"gopd":477,"has-tostringtag/shams":481,"hasown":482}],488:[function(require,module,exports){
|
|
80869
81036
|
'use strict';
|
|
80870
81037
|
|
|
80871
81038
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80875,19 +81042,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80875
81042
|
return !!whichTypedArray(value);
|
|
80876
81043
|
};
|
|
80877
81044
|
|
|
80878
|
-
},{"which-typed-array":
|
|
81045
|
+
},{"which-typed-array":509}],489:[function(require,module,exports){
|
|
80879
81046
|
'use strict';
|
|
80880
81047
|
|
|
80881
81048
|
/** @type {import('./abs')} */
|
|
80882
81049
|
module.exports = Math.abs;
|
|
80883
81050
|
|
|
80884
|
-
},{}],
|
|
81051
|
+
},{}],490:[function(require,module,exports){
|
|
80885
81052
|
'use strict';
|
|
80886
81053
|
|
|
80887
81054
|
/** @type {import('./floor')} */
|
|
80888
81055
|
module.exports = Math.floor;
|
|
80889
81056
|
|
|
80890
|
-
},{}],
|
|
81057
|
+
},{}],491:[function(require,module,exports){
|
|
80891
81058
|
'use strict';
|
|
80892
81059
|
|
|
80893
81060
|
/** @type {import('./isNaN')} */
|
|
@@ -80895,31 +81062,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
80895
81062
|
return a !== a;
|
|
80896
81063
|
};
|
|
80897
81064
|
|
|
80898
|
-
},{}],
|
|
81065
|
+
},{}],492:[function(require,module,exports){
|
|
80899
81066
|
'use strict';
|
|
80900
81067
|
|
|
80901
81068
|
/** @type {import('./max')} */
|
|
80902
81069
|
module.exports = Math.max;
|
|
80903
81070
|
|
|
80904
|
-
},{}],
|
|
81071
|
+
},{}],493:[function(require,module,exports){
|
|
80905
81072
|
'use strict';
|
|
80906
81073
|
|
|
80907
81074
|
/** @type {import('./min')} */
|
|
80908
81075
|
module.exports = Math.min;
|
|
80909
81076
|
|
|
80910
|
-
},{}],
|
|
81077
|
+
},{}],494:[function(require,module,exports){
|
|
80911
81078
|
'use strict';
|
|
80912
81079
|
|
|
80913
81080
|
/** @type {import('./pow')} */
|
|
80914
81081
|
module.exports = Math.pow;
|
|
80915
81082
|
|
|
80916
|
-
},{}],
|
|
81083
|
+
},{}],495:[function(require,module,exports){
|
|
80917
81084
|
'use strict';
|
|
80918
81085
|
|
|
80919
81086
|
/** @type {import('./round')} */
|
|
80920
81087
|
module.exports = Math.round;
|
|
80921
81088
|
|
|
80922
|
-
},{}],
|
|
81089
|
+
},{}],496:[function(require,module,exports){
|
|
80923
81090
|
'use strict';
|
|
80924
81091
|
|
|
80925
81092
|
var $isNaN = require('./isNaN');
|
|
@@ -80932,7 +81099,7 @@ module.exports = function sign(number) {
|
|
|
80932
81099
|
return number < 0 ? -1 : +1;
|
|
80933
81100
|
};
|
|
80934
81101
|
|
|
80935
|
-
},{"./isNaN":
|
|
81102
|
+
},{"./isNaN":491}],497:[function(require,module,exports){
|
|
80936
81103
|
'use strict';
|
|
80937
81104
|
|
|
80938
81105
|
var keysShim;
|
|
@@ -81056,7 +81223,7 @@ if (!Object.keys) {
|
|
|
81056
81223
|
}
|
|
81057
81224
|
module.exports = keysShim;
|
|
81058
81225
|
|
|
81059
|
-
},{"./isArguments":
|
|
81226
|
+
},{"./isArguments":499}],498:[function(require,module,exports){
|
|
81060
81227
|
'use strict';
|
|
81061
81228
|
|
|
81062
81229
|
var slice = Array.prototype.slice;
|
|
@@ -81090,7 +81257,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
81090
81257
|
|
|
81091
81258
|
module.exports = keysShim;
|
|
81092
81259
|
|
|
81093
|
-
},{"./implementation":
|
|
81260
|
+
},{"./implementation":497,"./isArguments":499}],499:[function(require,module,exports){
|
|
81094
81261
|
'use strict';
|
|
81095
81262
|
|
|
81096
81263
|
var toStr = Object.prototype.toString;
|
|
@@ -81109,7 +81276,7 @@ module.exports = function isArguments(value) {
|
|
|
81109
81276
|
return isArgs;
|
|
81110
81277
|
};
|
|
81111
81278
|
|
|
81112
|
-
},{}],
|
|
81279
|
+
},{}],500:[function(require,module,exports){
|
|
81113
81280
|
'use strict';
|
|
81114
81281
|
|
|
81115
81282
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -81157,7 +81324,7 @@ module.exports = function assign(target, source1) {
|
|
|
81157
81324
|
return to; // step 4
|
|
81158
81325
|
};
|
|
81159
81326
|
|
|
81160
|
-
},{"call-bound":
|
|
81327
|
+
},{"call-bound":457,"es-object-atoms":468,"has-symbols/shams":480,"object-keys":498}],501:[function(require,module,exports){
|
|
81161
81328
|
'use strict';
|
|
81162
81329
|
|
|
81163
81330
|
var implementation = require('./implementation');
|
|
@@ -81214,7 +81381,7 @@ module.exports = function getPolyfill() {
|
|
|
81214
81381
|
return Object.assign;
|
|
81215
81382
|
};
|
|
81216
81383
|
|
|
81217
|
-
},{"./implementation":
|
|
81384
|
+
},{"./implementation":500}],502:[function(require,module,exports){
|
|
81218
81385
|
'use strict';
|
|
81219
81386
|
|
|
81220
81387
|
/** @type {import('.')} */
|
|
@@ -81233,7 +81400,7 @@ module.exports = [
|
|
|
81233
81400
|
'BigUint64Array'
|
|
81234
81401
|
];
|
|
81235
81402
|
|
|
81236
|
-
},{}],
|
|
81403
|
+
},{}],503:[function(require,module,exports){
|
|
81237
81404
|
// shim for using process in browser
|
|
81238
81405
|
var process = module.exports = {};
|
|
81239
81406
|
|
|
@@ -81419,7 +81586,7 @@ process.chdir = function (dir) {
|
|
|
81419
81586
|
};
|
|
81420
81587
|
process.umask = function() { return 0; };
|
|
81421
81588
|
|
|
81422
|
-
},{}],
|
|
81589
|
+
},{}],504:[function(require,module,exports){
|
|
81423
81590
|
'use strict';
|
|
81424
81591
|
|
|
81425
81592
|
var callBound = require('call-bound');
|
|
@@ -81438,7 +81605,7 @@ module.exports = function regexTester(regex) {
|
|
|
81438
81605
|
};
|
|
81439
81606
|
};
|
|
81440
81607
|
|
|
81441
|
-
},{"call-bound":
|
|
81608
|
+
},{"call-bound":457,"es-errors/type":466,"is-regex":487}],505:[function(require,module,exports){
|
|
81442
81609
|
'use strict';
|
|
81443
81610
|
|
|
81444
81611
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -81482,9 +81649,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
81482
81649
|
return fn;
|
|
81483
81650
|
};
|
|
81484
81651
|
|
|
81485
|
-
},{"define-data-property":
|
|
81486
|
-
arguments[4][
|
|
81487
|
-
},{"dup":
|
|
81652
|
+
},{"define-data-property":458,"es-errors/type":466,"get-intrinsic":472,"gopd":477,"has-property-descriptors":478}],506:[function(require,module,exports){
|
|
81653
|
+
arguments[4][446][0].apply(exports,arguments)
|
|
81654
|
+
},{"dup":446}],507:[function(require,module,exports){
|
|
81488
81655
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
81489
81656
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
81490
81657
|
|
|
@@ -81820,7 +81987,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81820
81987
|
});
|
|
81821
81988
|
});
|
|
81822
81989
|
|
|
81823
|
-
},{"is-arguments":
|
|
81990
|
+
},{"is-arguments":484,"is-generator-function":486,"is-typed-array":488,"which-typed-array":509}],508:[function(require,module,exports){
|
|
81824
81991
|
(function (process){(function (){
|
|
81825
81992
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81826
81993
|
//
|
|
@@ -82539,7 +82706,7 @@ function callbackify(original) {
|
|
|
82539
82706
|
exports.callbackify = callbackify;
|
|
82540
82707
|
|
|
82541
82708
|
}).call(this)}).call(this,require('_process'))
|
|
82542
|
-
},{"./support/isBuffer":
|
|
82709
|
+
},{"./support/isBuffer":506,"./support/types":507,"_process":503,"inherits":483}],509:[function(require,module,exports){
|
|
82543
82710
|
(function (global){(function (){
|
|
82544
82711
|
'use strict';
|
|
82545
82712
|
|
|
@@ -82660,5 +82827,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
82660
82827
|
};
|
|
82661
82828
|
|
|
82662
82829
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
82663
|
-
},{"available-typed-arrays":
|
|
82830
|
+
},{"available-typed-arrays":448,"call-bind":456,"call-bound":457,"for-each":469,"get-proto":475,"gopd":477,"has-tostringtag/shams":481}]},{},[148])(148)
|
|
82664
82831
|
});
|