@designliquido/delegua 0.66.0 → 0.67.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.
Files changed (38) hide show
  1. package/bin/package.json +1 -1
  2. package/estilizador/estilizador-delegua.d.ts +55 -0
  3. package/estilizador/estilizador-delegua.d.ts.map +1 -0
  4. package/estilizador/estilizador-delegua.js +228 -0
  5. package/estilizador/estilizador-delegua.js.map +1 -0
  6. package/estilizador/index.d.ts +3 -0
  7. package/estilizador/index.d.ts.map +1 -0
  8. package/estilizador/index.js +19 -0
  9. package/estilizador/index.js.map +1 -0
  10. package/estilizador/regras/convencao-nomenclatura.d.ts +79 -0
  11. package/estilizador/regras/convencao-nomenclatura.d.ts.map +1 -0
  12. package/estilizador/regras/convencao-nomenclatura.js +148 -0
  13. package/estilizador/regras/convencao-nomenclatura.js.map +1 -0
  14. package/estilizador/regras/fortalecer-tipos.d.ts +28 -0
  15. package/estilizador/regras/fortalecer-tipos.d.ts.map +1 -0
  16. package/estilizador/regras/fortalecer-tipos.js +84 -0
  17. package/estilizador/regras/fortalecer-tipos.js.map +1 -0
  18. package/estilizador/regras/index.d.ts +3 -0
  19. package/estilizador/regras/index.d.ts.map +1 -0
  20. package/estilizador/regras/index.js +19 -0
  21. package/estilizador/regras/index.js.map +1 -0
  22. package/index.d.ts +1 -0
  23. package/index.d.ts.map +1 -1
  24. package/index.js +1 -0
  25. package/index.js.map +1 -1
  26. package/interfaces/estilizador-comum-interface.d.ts +85 -0
  27. package/interfaces/estilizador-comum-interface.d.ts.map +1 -0
  28. package/interfaces/estilizador-comum-interface.js +3 -0
  29. package/interfaces/estilizador-comum-interface.js.map +1 -0
  30. package/interfaces/index.d.ts +1 -0
  31. package/interfaces/index.d.ts.map +1 -1
  32. package/interfaces/index.js +1 -0
  33. package/interfaces/index.js.map +1 -1
  34. package/interpretador/depuracao/comum.d.ts.map +1 -1
  35. package/interpretador/depuracao/comum.js +13 -9
  36. package/interpretador/depuracao/comum.js.map +1 -1
  37. package/package.json +1 -1
  38. package/umd/delegua.js +860 -351
package/umd/delegua.js CHANGED
@@ -240,7 +240,7 @@ class AvaliadorSintaticoBase {
240
240
  }
241
241
  exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
242
242
 
243
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/comum":189,"./erro-avaliador-sintatico":12}],2:[function(require,module,exports){
243
+ },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/comum":195,"./erro-avaliador-sintatico":12}],2:[function(require,module,exports){
244
244
  "use strict";
245
245
  var __importDefault = (this && this.__importDefault) || function (mod) {
246
246
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2307,7 +2307,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
2307
2307
  }
2308
2308
  exports.AvaliadorSintatico = AvaliadorSintatico;
2309
2309
 
2310
- },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../construtos/tuplas":68,"../declaracoes":96,"../inferenciador":116,"../informacao-elemento-sintatico":117,"../tipos-de-dados/delegua":185,"../tipos-de-simbolos/delegua":190,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":11,"./erro-avaliador-sintatico":12,"./informacao-escopo":14,"./montao-tipos":17,"./pilha-escopos":18,"browser-process-hrtime":378}],3:[function(require,module,exports){
2310
+ },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../construtos/tuplas":68,"../declaracoes":96,"../inferenciador":121,"../informacao-elemento-sintatico":122,"../tipos-de-dados/delegua":191,"../tipos-de-simbolos/delegua":196,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":11,"./erro-avaliador-sintatico":12,"./informacao-escopo":14,"./montao-tipos":17,"./pilha-escopos":18,"browser-process-hrtime":384}],3:[function(require,module,exports){
2311
2311
  "use strict";
2312
2312
  Object.defineProperty(exports, "__esModule", { value: true });
2313
2313
  exports.buscarRetornos = buscarRetornos;
@@ -2408,7 +2408,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
2408
2408
  }
2409
2409
  }
2410
2410
 
2411
- },{"../declaracoes":96,"../informacao-elemento-sintatico":117}],4:[function(require,module,exports){
2411
+ },{"../declaracoes":96,"../informacao-elemento-sintatico":122}],4:[function(require,module,exports){
2412
2412
  "use strict";
2413
2413
  var __importDefault = (this && this.__importDefault) || function (mod) {
2414
2414
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2634,7 +2634,7 @@ class AvaliadorSintaticoCalango extends avaliador_sintatico_base_1.AvaliadorSint
2634
2634
  }
2635
2635
  exports.AvaliadorSintaticoCalango = AvaliadorSintaticoCalango;
2636
2636
 
2637
- },{"../../construtos":51,"../../declaracoes":96,"../../informacao-elemento-sintatico":117,"../../tipos-de-simbolos/calango":188,"../avaliador-sintatico-base":1,"../informacao-escopo":14,"../pilha-escopos":18}],5:[function(require,module,exports){
2637
+ },{"../../construtos":51,"../../declaracoes":96,"../../informacao-elemento-sintatico":122,"../../tipos-de-simbolos/calango":194,"../avaliador-sintatico-base":1,"../informacao-escopo":14,"../pilha-escopos":18}],5:[function(require,module,exports){
2638
2638
  "use strict";
2639
2639
  var __importDefault = (this && this.__importDefault) || function (mod) {
2640
2640
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3294,7 +3294,7 @@ class AvaliadorSintaticoEguaClassico {
3294
3294
  }
3295
3295
  exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
3296
3296
 
3297
- },{"../../construtos":51,"../../declaracoes":96,"../../tipos-de-simbolos/egua-classico":191,"../erro-avaliador-sintatico":12}],6:[function(require,module,exports){
3297
+ },{"../../construtos":51,"../../declaracoes":96,"../../tipos-de-simbolos/egua-classico":197,"../erro-avaliador-sintatico":12}],6:[function(require,module,exports){
3298
3298
  "use strict";
3299
3299
  var __importDefault = (this && this.__importDefault) || function (mod) {
3300
3300
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4658,7 +4658,7 @@ class AvaliadorSintaticoPitugues {
4658
4658
  }
4659
4659
  exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
4660
4660
 
4661
- },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../declaracoes":96,"../../inferenciador":116,"../../informacao-elemento-sintatico":117,"../../lexador":177,"../../tipos-de-dados/dialetos/pitugues":186,"../../tipos-de-simbolos/pitugues":194,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":378}],7:[function(require,module,exports){
4661
+ },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../declaracoes":96,"../../inferenciador":121,"../../informacao-elemento-sintatico":122,"../../lexador":183,"../../tipos-de-dados/dialetos/pitugues":192,"../../tipos-de-simbolos/pitugues":200,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":384}],7:[function(require,module,exports){
4662
4662
  "use strict";
4663
4663
  var __importDefault = (this && this.__importDefault) || function (mod) {
4664
4664
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4832,7 +4832,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
4832
4832
  }
4833
4833
  exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
4834
4834
 
4835
- },{"../../construtos":51,"../../declaracoes":96,"../../tipos-de-simbolos/portugol-ipt":195,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4835
+ },{"../../construtos":51,"../../declaracoes":96,"../../tipos-de-simbolos/portugol-ipt":201,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4836
4836
  "use strict";
4837
4837
  var __importDefault = (this && this.__importDefault) || function (mod) {
4838
4838
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5547,7 +5547,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
5547
5547
  }
5548
5548
  exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
5549
5549
 
5550
- },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../declaracoes":96,"../../inferenciador":116,"../../informacao-elemento-sintatico":117,"../../lexador":177,"../../tipos-de-simbolos/prisma":196,"../avaliador-sintatico-base":1,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":378}],9:[function(require,module,exports){
5550
+ },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../declaracoes":96,"../../inferenciador":121,"../../informacao-elemento-sintatico":122,"../../lexador":183,"../../tipos-de-simbolos/prisma":202,"../avaliador-sintatico-base":1,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":384}],9:[function(require,module,exports){
5551
5551
  "use strict";
5552
5552
  var __importDefault = (this && this.__importDefault) || function (mod) {
5553
5553
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6533,7 +6533,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
6533
6533
  }
6534
6534
  exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
6535
6535
 
6536
- },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../construtos/tuplas":68,"../../declaracoes":96,"../../inferenciador":116,"../../informacao-elemento-sintatico":117,"../../lexador/simbolo":183,"../../tipos-de-dados/delegua":185,"../../tipos-de-simbolos/tenda":197,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":12,"./../informacao-escopo":14,"./../pilha-escopos":18,"browser-process-hrtime":378}],10:[function(require,module,exports){
6536
+ },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../construtos/tuplas":68,"../../declaracoes":96,"../../inferenciador":121,"../../informacao-elemento-sintatico":122,"../../lexador/simbolo":189,"../../tipos-de-dados/delegua":191,"../../tipos-de-simbolos/tenda":203,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":12,"./../informacao-escopo":14,"./../pilha-escopos":18,"browser-process-hrtime":384}],10:[function(require,module,exports){
6537
6537
  "use strict";
6538
6538
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6539
6539
  if (k2 === undefined) k2 = k;
@@ -6738,7 +6738,7 @@ class MicroAvaliadorSintaticoBase {
6738
6738
  }
6739
6739
  exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
6740
6740
 
6741
- },{"../construtos":51,"../tipos-de-simbolos/comum":189,"./erro-avaliador-sintatico":12}],16:[function(require,module,exports){
6741
+ },{"../construtos":51,"../tipos-de-simbolos/comum":195,"./erro-avaliador-sintatico":12}],16:[function(require,module,exports){
6742
6742
  "use strict";
6743
6743
  var __importDefault = (this && this.__importDefault) || function (mod) {
6744
6744
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6960,7 +6960,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
6960
6960
  }
6961
6961
  exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
6962
6962
 
6963
- },{"../construtos":51,"../tipos-de-simbolos/microgramaticas/delegua":193,"./micro-avaliador-sintatico-base":15}],17:[function(require,module,exports){
6963
+ },{"../construtos":51,"../tipos-de-simbolos/microgramaticas/delegua":199,"./micro-avaliador-sintatico-base":15}],17:[function(require,module,exports){
6964
6964
  "use strict";
6965
6965
  Object.defineProperty(exports, "__esModule", { value: true });
6966
6966
  exports.MontaoTipos = void 0;
@@ -7011,7 +7011,7 @@ class MontaoTipos {
7011
7011
  }
7012
7012
  exports.MontaoTipos = MontaoTipos;
7013
7013
 
7014
- },{"../geracao-identificadores":114,"./erro-avaliador-sintatico":12}],18:[function(require,module,exports){
7014
+ },{"../geracao-identificadores":119,"./erro-avaliador-sintatico":12}],18:[function(require,module,exports){
7015
7015
  "use strict";
7016
7016
  Object.defineProperty(exports, "__esModule", { value: true });
7017
7017
  exports.PilhaEscopos = void 0;
@@ -7997,7 +7997,7 @@ async function tupla(interpretador, vetor) {
7997
7997
  }
7998
7998
  }
7999
7999
 
8000
- },{"../construtos":51,"../excecoes":110,"../inferenciador":116,"../interpretador/estruturas":151,"../interpretador/estruturas/descritor-tipo-classe":149,"../interpretador/estruturas/funcao-padrao":150,"../interpretador/estruturas/objeto-delegua-classe":154,"../quebras":184}],20:[function(require,module,exports){
8000
+ },{"../construtos":51,"../excecoes":115,"../inferenciador":121,"../interpretador/estruturas":157,"../interpretador/estruturas/descritor-tipo-classe":155,"../interpretador/estruturas/funcao-padrao":156,"../interpretador/estruturas/objeto-delegua-classe":160,"../quebras":190}],20:[function(require,module,exports){
8001
8001
  "use strict";
8002
8002
  Object.defineProperty(exports, "__esModule", { value: true });
8003
8003
  const construtos_1 = require("../construtos");
@@ -8079,7 +8079,7 @@ exports.default = {
8079
8079
  }
8080
8080
  };
8081
8081
 
8082
- },{"../construtos":51,"../informacao-elemento-sintatico":117}],21:[function(require,module,exports){
8082
+ },{"../construtos":51,"../informacao-elemento-sintatico":122}],21:[function(require,module,exports){
8083
8083
  "use strict";
8084
8084
  Object.defineProperty(exports, "__esModule", { value: true });
8085
8085
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8164,7 +8164,7 @@ exports.default = {
8164
8164
  },
8165
8165
  };
8166
8166
 
8167
- },{"../informacao-elemento-sintatico":117}],22:[function(require,module,exports){
8167
+ },{"../informacao-elemento-sintatico":122}],22:[function(require,module,exports){
8168
8168
  "use strict";
8169
8169
  Object.defineProperty(exports, "__esModule", { value: true });
8170
8170
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8436,7 +8436,7 @@ exports.default = {
8436
8436
  },
8437
8437
  };
8438
8438
 
8439
- },{"../informacao-elemento-sintatico":117}],23:[function(require,module,exports){
8439
+ },{"../informacao-elemento-sintatico":122}],23:[function(require,module,exports){
8440
8440
  "use strict";
8441
8441
  Object.defineProperty(exports, "__esModule", { value: true });
8442
8442
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8811,7 +8811,7 @@ exports.default = {
8811
8811
  },
8812
8812
  };
8813
8813
 
8814
- },{"../informacao-elemento-sintatico":117}],24:[function(require,module,exports){
8814
+ },{"../informacao-elemento-sintatico":122}],24:[function(require,module,exports){
8815
8815
  "use strict";
8816
8816
  Object.defineProperty(exports, "__esModule", { value: true });
8817
8817
  exports.AcessoElementoMatriz = void 0;
@@ -9200,7 +9200,7 @@ class Chamada {
9200
9200
  }
9201
9201
  exports.Chamada = Chamada;
9202
9202
 
9203
- },{"../geracao-identificadores":114}],36:[function(require,module,exports){
9203
+ },{"../geracao-identificadores":119}],36:[function(require,module,exports){
9204
9204
  "use strict";
9205
9205
  Object.defineProperty(exports, "__esModule", { value: true });
9206
9206
  exports.ComentarioComoConstruto = void 0;
@@ -9682,7 +9682,7 @@ class Leia {
9682
9682
  }
9683
9683
  exports.Leia = Leia;
9684
9684
 
9685
- },{"../geracao-identificadores":114}],54:[function(require,module,exports){
9685
+ },{"../geracao-identificadores":119}],54:[function(require,module,exports){
9686
9686
  "use strict";
9687
9687
  Object.defineProperty(exports, "__esModule", { value: true });
9688
9688
  exports.ListaCompreensao = void 0;
@@ -10794,7 +10794,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
10794
10794
  }
10795
10795
  exports.FuncaoDeclaracao = FuncaoDeclaracao;
10796
10796
 
10797
- },{"../geracao-identificadores":114,"./declaracao":86}],95:[function(require,module,exports){
10797
+ },{"../geracao-identificadores":119,"./declaracao":86}],95:[function(require,module,exports){
10798
10798
  "use strict";
10799
10799
  Object.defineProperty(exports, "__esModule", { value: true });
10800
10800
  exports.Importar = void 0;
@@ -11172,6 +11172,509 @@ exports.Var = Var;
11172
11172
  },{"./declaracao":86}],109:[function(require,module,exports){
11173
11173
  "use strict";
11174
11174
  Object.defineProperty(exports, "__esModule", { value: true });
11175
+ exports.EstilizadorDelegua = void 0;
11176
+ /**
11177
+ * Estilizador de código para Delégua.
11178
+ * Aplica transformações no AST para enforcar convenções e melhorar qualidade do código.
11179
+ */
11180
+ class EstilizadorDelegua {
11181
+ constructor(regras = []) {
11182
+ this.regras = regras;
11183
+ this.violacoes = [];
11184
+ this.modoValidacao = false;
11185
+ }
11186
+ adicionarRegra(regra) {
11187
+ this.regras.push(regra);
11188
+ }
11189
+ removerRegra(nomeRegra) {
11190
+ this.regras = this.regras.filter((r) => r.nome !== nomeRegra);
11191
+ }
11192
+ /**
11193
+ * Aplica as regras de estilização recursivamente em uma declaração.
11194
+ * @param declaracao A declaração a ser estilizada.
11195
+ * @returns A declaração estilizada.
11196
+ */
11197
+ estilizarDeclaracao(declaracao) {
11198
+ let declaracaoAtual = declaracao;
11199
+ // Aplica regras de declaração
11200
+ for (const regra of this.regras) {
11201
+ if (regra.aplicarEmDeclaracao) {
11202
+ if (this.modoValidacao) {
11203
+ // Em modo validação, clona a declaração antes de aplicar
11204
+ const declaracaoClonada = this.clonarDeclaracao(declaracaoAtual);
11205
+ const declaracaoModificada = regra.aplicarEmDeclaracao(declaracaoClonada);
11206
+ // Verifica se houve mudança
11207
+ if (this.declaracaoFoiModificada(declaracaoAtual, declaracaoModificada)) {
11208
+ this.violacoes.push({
11209
+ regra: regra.nome,
11210
+ mensagem: `${regra.descricao}`,
11211
+ linha: declaracao.linha,
11212
+ hashArquivo: declaracao.hashArquivo,
11213
+ severidade: 'aviso',
11214
+ });
11215
+ }
11216
+ }
11217
+ else {
11218
+ // Em modo normal, aplica a transformação
11219
+ declaracaoAtual = regra.aplicarEmDeclaracao(declaracaoAtual);
11220
+ }
11221
+ }
11222
+ }
11223
+ // Recursivamente estiliza construtos dentro da declaração
11224
+ if (!this.modoValidacao) {
11225
+ this.estilizarCamposDeclaracao(declaracaoAtual);
11226
+ }
11227
+ return declaracaoAtual;
11228
+ }
11229
+ /**
11230
+ * Verifica se uma declaração foi modificada comparando propriedades relevantes.
11231
+ */
11232
+ declaracaoFoiModificada(original, modificada) {
11233
+ // Compara lexema do símbolo (para nomes)
11234
+ if (original.simbolo && modificada.simbolo) {
11235
+ if (original.simbolo.lexema !== modificada.simbolo.lexema) {
11236
+ return true;
11237
+ }
11238
+ }
11239
+ // Compara tipo
11240
+ if (original.tipo !== modificada.tipo) {
11241
+ return true;
11242
+ }
11243
+ // Compara tipoExplicito
11244
+ if (original.tipoExplicito !== modificada.tipoExplicito) {
11245
+ return true;
11246
+ }
11247
+ return false;
11248
+ }
11249
+ /**
11250
+ * Clona uma declaração de forma superficial.
11251
+ */
11252
+ clonarDeclaracao(declaracao) {
11253
+ // Cria um novo objeto com o mesmo protótipo
11254
+ const clone = Object.create(Object.getPrototypeOf(declaracao));
11255
+ // Copia todas as propriedades
11256
+ for (const chave in declaracao) {
11257
+ if (declaracao.hasOwnProperty(chave)) {
11258
+ // Para objetos aninhados, clona também
11259
+ if (typeof declaracao[chave] === 'object' && declaracao[chave] !== null) {
11260
+ if (Array.isArray(declaracao[chave])) {
11261
+ clone[chave] = [...declaracao[chave]];
11262
+ }
11263
+ else {
11264
+ clone[chave] = Object.assign({}, declaracao[chave]);
11265
+ }
11266
+ }
11267
+ else {
11268
+ clone[chave] = declaracao[chave];
11269
+ }
11270
+ }
11271
+ }
11272
+ return clone;
11273
+ }
11274
+ /**
11275
+ * Estiliza construtos dentro de uma declaração.
11276
+ * @param declaracao A declaração cujos campos serão estilizados.
11277
+ */
11278
+ estilizarCamposDeclaracao(declaracao) {
11279
+ // Itera sobre as propriedades da declaração
11280
+ for (const chave in declaracao) {
11281
+ if (!declaracao.hasOwnProperty(chave))
11282
+ continue;
11283
+ const valor = declaracao[chave];
11284
+ // Se é um construto, estiliza
11285
+ if (valor && typeof valor === 'object' && 'aceitar' in valor) {
11286
+ if (this.ehConstruto(valor)) {
11287
+ declaracao[chave] = this.estilizarConstruto(valor);
11288
+ }
11289
+ }
11290
+ // Se é um array, estiliza cada elemento
11291
+ if (Array.isArray(valor)) {
11292
+ for (let i = 0; i < valor.length; i++) {
11293
+ if (this.ehDeclaracao(valor[i])) {
11294
+ valor[i] = this.estilizarDeclaracao(valor[i]);
11295
+ }
11296
+ else if (this.ehConstruto(valor[i])) {
11297
+ valor[i] = this.estilizarConstruto(valor[i]);
11298
+ }
11299
+ }
11300
+ }
11301
+ }
11302
+ }
11303
+ /**
11304
+ * Aplica as regras de estilização em um construto.
11305
+ * @param construto O construto a ser estilizado.
11306
+ * @returns O construto estilizado.
11307
+ */
11308
+ estilizarConstruto(construto) {
11309
+ let construtoAtual = construto;
11310
+ // Aplica regras de construto
11311
+ for (const regra of this.regras) {
11312
+ if (regra.aplicarEmConstruto) {
11313
+ if (this.modoValidacao) {
11314
+ // Em modo validação, não modifica, apenas verifica
11315
+ const construtoOriginal = JSON.stringify(construtoAtual);
11316
+ const construtoModificado = regra.aplicarEmConstruto(construtoAtual);
11317
+ if (JSON.stringify(construtoModificado) !== construtoOriginal) {
11318
+ this.violacoes.push({
11319
+ regra: regra.nome,
11320
+ mensagem: `${regra.descricao} não foi aplicada`,
11321
+ linha: construto.linha || 0,
11322
+ hashArquivo: -1,
11323
+ severidade: 'aviso',
11324
+ });
11325
+ }
11326
+ }
11327
+ else {
11328
+ construtoAtual = regra.aplicarEmConstruto(construtoAtual);
11329
+ }
11330
+ }
11331
+ }
11332
+ // Recursivamente estiliza campos do construto
11333
+ this.estilizarCamposConstruto(construtoAtual);
11334
+ return construtoAtual;
11335
+ }
11336
+ /**
11337
+ * Estiliza campos dentro de um construto.
11338
+ * @param construto O construto cujos campos serão estilizados.
11339
+ */
11340
+ estilizarCamposConstruto(construto) {
11341
+ for (const chave in construto) {
11342
+ if (!construto.hasOwnProperty(chave))
11343
+ continue;
11344
+ const valor = construto[chave];
11345
+ if (valor && typeof valor === 'object' && 'aceitar' in valor) {
11346
+ if (this.ehConstruto(valor)) {
11347
+ construto[chave] = this.estilizarConstruto(valor);
11348
+ }
11349
+ else if (this.ehDeclaracao(valor)) {
11350
+ construto[chave] = this.estilizarDeclaracao(valor);
11351
+ }
11352
+ }
11353
+ if (Array.isArray(valor)) {
11354
+ for (let i = 0; i < valor.length; i++) {
11355
+ if (this.ehDeclaracao(valor[i])) {
11356
+ valor[i] = this.estilizarDeclaracao(valor[i]);
11357
+ }
11358
+ else if (this.ehConstruto(valor[i])) {
11359
+ valor[i] = this.estilizarConstruto(valor[i]);
11360
+ }
11361
+ }
11362
+ }
11363
+ }
11364
+ }
11365
+ /**
11366
+ * Verifica se um objeto é uma Declaração.
11367
+ */
11368
+ ehDeclaracao(obj) {
11369
+ return obj && typeof obj === 'object' && 'paraTexto' in obj && 'linha' in obj && 'hashArquivo' in obj;
11370
+ }
11371
+ /**
11372
+ * Verifica se um objeto é um Construto.
11373
+ */
11374
+ ehConstruto(obj) {
11375
+ return obj && typeof obj === 'object' && 'aceitar' in obj && !('paraTexto' in obj);
11376
+ }
11377
+ estilizar(declaracoes) {
11378
+ this.modoValidacao = false;
11379
+ this.violacoes = [];
11380
+ const declaracoesEstilizadas = [];
11381
+ for (const declaracao of declaracoes) {
11382
+ declaracoesEstilizadas.push(this.estilizarDeclaracao(declaracao));
11383
+ }
11384
+ return declaracoesEstilizadas;
11385
+ }
11386
+ validar(declaracoes) {
11387
+ this.modoValidacao = true;
11388
+ this.violacoes = [];
11389
+ // Aplica estilização em modo validação (não modifica, apenas detecta violações)
11390
+ for (const declaracao of declaracoes) {
11391
+ this.estilizarDeclaracao(declaracao);
11392
+ }
11393
+ const violacoesEncontradas = [...this.violacoes];
11394
+ this.violacoes = [];
11395
+ this.modoValidacao = false;
11396
+ return violacoesEncontradas;
11397
+ }
11398
+ }
11399
+ exports.EstilizadorDelegua = EstilizadorDelegua;
11400
+
11401
+ },{}],110:[function(require,module,exports){
11402
+ "use strict";
11403
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11404
+ if (k2 === undefined) k2 = k;
11405
+ var desc = Object.getOwnPropertyDescriptor(m, k);
11406
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
11407
+ desc = { enumerable: true, get: function() { return m[k]; } };
11408
+ }
11409
+ Object.defineProperty(o, k2, desc);
11410
+ }) : (function(o, m, k, k2) {
11411
+ if (k2 === undefined) k2 = k;
11412
+ o[k2] = m[k];
11413
+ }));
11414
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11415
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11416
+ };
11417
+ Object.defineProperty(exports, "__esModule", { value: true });
11418
+ __exportStar(require("./estilizador-delegua"), exports);
11419
+ __exportStar(require("./regras"), exports);
11420
+
11421
+ },{"./estilizador-delegua":109,"./regras":113}],111:[function(require,module,exports){
11422
+ "use strict";
11423
+ Object.defineProperty(exports, "__esModule", { value: true });
11424
+ exports.RegraConvencaoNomenclatura = void 0;
11425
+ const declaracoes_1 = require("../../declaracoes");
11426
+ /**
11427
+ * Regra que enforça convenções de nomenclatura.
11428
+ *
11429
+ * Exemplos:
11430
+ * - Variáveis em caixaCamelo: `var meuNome` (não `var MeuNome` ou `var meu_nome`)
11431
+ * - Constantes em CAIXA_ALTA: `constante PI_VALOR` (não `constante piValor`)
11432
+ * - Funções em caixaCamelo: `função calcularTotal()` (não `função CalcularTotal()`)
11433
+ */
11434
+ class RegraConvencaoNomenclatura {
11435
+ constructor(opcoes = {}) {
11436
+ this.nome = 'convencao-nomenclatura';
11437
+ this.descricao = 'Enforça convenções de nomenclatura para variáveis, constantes e funções';
11438
+ this.opcoes = {
11439
+ variavel: opcoes.variavel || 'caixaCamelo',
11440
+ constante: opcoes.constante || 'CAIXA_ALTA',
11441
+ funcao: opcoes.funcao || 'caixaCamelo',
11442
+ };
11443
+ }
11444
+ aplicarEmDeclaracao(declaracao) {
11445
+ // Valida/transforma nomes de variáveis
11446
+ if (declaracao instanceof declaracoes_1.Var) {
11447
+ return this.aplicarConvencaoVar(declaracao);
11448
+ }
11449
+ // Valida/transforma nomes de constantes
11450
+ if (declaracao instanceof declaracoes_1.Const) {
11451
+ return this.aplicarConvencaoConst(declaracao);
11452
+ }
11453
+ // Valida/transforma nomes de funções
11454
+ if (declaracao instanceof declaracoes_1.FuncaoDeclaracao) {
11455
+ return this.aplicarConvencaoFuncao(declaracao);
11456
+ }
11457
+ return declaracao;
11458
+ }
11459
+ /**
11460
+ * Aplica convenção em declaração Var.
11461
+ */
11462
+ aplicarConvencaoVar(declaracao) {
11463
+ if (!this.opcoes.variavel)
11464
+ return declaracao;
11465
+ const nomeAtual = declaracao.simbolo.lexema;
11466
+ const nomeConvertido = this.converterNome(nomeAtual, this.opcoes.variavel);
11467
+ if (nomeAtual !== nomeConvertido) {
11468
+ declaracao.simbolo.lexema = nomeConvertido;
11469
+ }
11470
+ return declaracao;
11471
+ }
11472
+ /**
11473
+ * Aplica convenção em declaração Const.
11474
+ */
11475
+ aplicarConvencaoConst(declaracao) {
11476
+ if (!this.opcoes.constante)
11477
+ return declaracao;
11478
+ const nomeAtual = declaracao.simbolo.lexema;
11479
+ const nomeConvertido = this.converterNome(nomeAtual, this.opcoes.constante);
11480
+ if (nomeAtual !== nomeConvertido) {
11481
+ declaracao.simbolo.lexema = nomeConvertido;
11482
+ }
11483
+ return declaracao;
11484
+ }
11485
+ /**
11486
+ * Aplica convenção em declaração de Função.
11487
+ */
11488
+ aplicarConvencaoFuncao(declaracao) {
11489
+ if (!this.opcoes.funcao)
11490
+ return declaracao;
11491
+ const nomeAtual = declaracao.simbolo.lexema;
11492
+ const nomeConvertido = this.converterNome(nomeAtual, this.opcoes.funcao);
11493
+ if (nomeAtual !== nomeConvertido) {
11494
+ declaracao.simbolo.lexema = nomeConvertido;
11495
+ }
11496
+ return declaracao;
11497
+ }
11498
+ /**
11499
+ * Converte um nome para a convenção especificada.
11500
+ */
11501
+ converterNome(nome, convencao) {
11502
+ switch (convencao) {
11503
+ case 'caixaCamelo':
11504
+ return this.paraCamelCase(nome);
11505
+ case 'caixa_cobra':
11506
+ return this.paraSnakeCase(nome);
11507
+ case 'CaixaPascal':
11508
+ return this.paraPascalCase(nome);
11509
+ case 'CAIXA_ALTA':
11510
+ return this.paraUpperCase(nome);
11511
+ default:
11512
+ return nome;
11513
+ }
11514
+ }
11515
+ /**
11516
+ * Converte nome para camelCase.
11517
+ */
11518
+ paraCamelCase(nome) {
11519
+ // Se tem underscores, divide por eles
11520
+ if (nome.includes('_')) {
11521
+ const palavras = nome.split(/[_\s]+/);
11522
+ return (palavras[0].toLowerCase() +
11523
+ palavras
11524
+ .slice(1)
11525
+ .map((p) => p.charAt(0).toUpperCase() + p.slice(1).toLowerCase())
11526
+ .join(''));
11527
+ }
11528
+ // Se está em PascalCase, converte para camelCase
11529
+ if (nome.charAt(0) === nome.charAt(0).toUpperCase()) {
11530
+ return nome.charAt(0).toLowerCase() + nome.slice(1);
11531
+ }
11532
+ // Já está em camelCase
11533
+ return nome;
11534
+ }
11535
+ /**
11536
+ * Converte nome para snake_case.
11537
+ */
11538
+ paraSnakeCase(nome) {
11539
+ return (nome
11540
+ // Adiciona underscore antes de letras maiúsculas
11541
+ .replace(/([A-Z])/g, '_$1')
11542
+ .toLowerCase()
11543
+ // Remove underscores duplicados
11544
+ .replace(/__+/g, '_')
11545
+ // Remove underscore inicial se houver
11546
+ .replace(/^_/, ''));
11547
+ }
11548
+ /**
11549
+ * Converte nome para PascalCase.
11550
+ */
11551
+ paraPascalCase(nome) {
11552
+ const palavras = nome.split(/[_\s]+/);
11553
+ return palavras.map((p) => p.charAt(0).toUpperCase() + p.slice(1).toLowerCase()).join('');
11554
+ }
11555
+ /**
11556
+ * Converte nome para UPPER_CASE.
11557
+ */
11558
+ paraUpperCase(nome) {
11559
+ return this.paraSnakeCase(nome).toUpperCase();
11560
+ }
11561
+ /**
11562
+ * Valida se um nome está na convenção especificada.
11563
+ */
11564
+ validarNome(nome, convencao) {
11565
+ return nome === this.converterNome(nome, convencao);
11566
+ }
11567
+ }
11568
+ exports.RegraConvencaoNomenclatura = RegraConvencaoNomenclatura;
11569
+
11570
+ },{"../../declaracoes":96}],112:[function(require,module,exports){
11571
+ "use strict";
11572
+ Object.defineProperty(exports, "__esModule", { value: true });
11573
+ exports.RegraFortalecerTipos = void 0;
11574
+ const declaracoes_1 = require("../../declaracoes");
11575
+ const construtos_1 = require("../../construtos");
11576
+ const inferenciador_1 = require("../../inferenciador");
11577
+ /**
11578
+ * Regra que fortalece tipos, convertendo `qualquer` para tipos inferidos.
11579
+ *
11580
+ * Exemplos:
11581
+ * - `var x = 5` com tipo `qualquer` → `var x: número = 5`
11582
+ * - `var nomes = []` com tipo `qualquer` → `var nomes: vetor = []`
11583
+ * - `constante PI = 3.14` com tipo `qualquer` → `constante PI: número = 3.14`
11584
+ */
11585
+ class RegraFortalecerTipos {
11586
+ constructor() {
11587
+ this.nome = 'fortalecer-tipos';
11588
+ this.descricao = 'Converte tipos `qualquer` para tipos inferidos quando possível';
11589
+ }
11590
+ aplicarEmDeclaracao(declaracao) {
11591
+ // Fortalece tipos em declarações Var
11592
+ if (declaracao instanceof declaracoes_1.Var) {
11593
+ return this.fortalecerTipoVar(declaracao);
11594
+ }
11595
+ // Fortalece tipos em declarações Const
11596
+ if (declaracao instanceof declaracoes_1.Const) {
11597
+ return this.fortalecerTipoConst(declaracao);
11598
+ }
11599
+ return declaracao;
11600
+ }
11601
+ /**
11602
+ * Fortalece o tipo de uma declaração Var.
11603
+ */
11604
+ fortalecerTipoVar(declaracao) {
11605
+ // Se o tipo já foi explicitamente definido, não modifica
11606
+ if (declaracao.tipoExplicito && declaracao.tipo !== 'qualquer') {
11607
+ return declaracao;
11608
+ }
11609
+ // Se há um inicializador, tenta inferir o tipo
11610
+ if (declaracao.inicializador) {
11611
+ const tipoInferido = this.inferirTipoDeConstruto(declaracao.inicializador);
11612
+ if (tipoInferido && tipoInferido !== 'qualquer') {
11613
+ declaracao.tipo = tipoInferido;
11614
+ declaracao.tipoExplicito = true;
11615
+ }
11616
+ }
11617
+ return declaracao;
11618
+ }
11619
+ /**
11620
+ * Fortalece o tipo de uma declaração Const.
11621
+ */
11622
+ fortalecerTipoConst(declaracao) {
11623
+ // Se o tipo já foi explicitamente definido, não modifica
11624
+ if (declaracao.tipoExplicito && declaracao.tipo !== 'qualquer') {
11625
+ return declaracao;
11626
+ }
11627
+ // Se há um inicializador, tenta inferir o tipo
11628
+ if (declaracao.inicializador) {
11629
+ const tipoInferido = this.inferirTipoDeConstruto(declaracao.inicializador);
11630
+ if (tipoInferido && tipoInferido !== 'qualquer') {
11631
+ declaracao.tipo = tipoInferido;
11632
+ declaracao.tipoExplicito = true;
11633
+ }
11634
+ }
11635
+ return declaracao;
11636
+ }
11637
+ /**
11638
+ * Infere o tipo de um construto.
11639
+ */
11640
+ inferirTipoDeConstruto(construto) {
11641
+ // Se é um literal, usa o tipo do literal
11642
+ if (construto instanceof construtos_1.Literal) {
11643
+ const tipoInferido = (0, inferenciador_1.inferirTipoVariavel)(construto.valor);
11644
+ return typeof tipoInferido === 'string' ? tipoInferido : 'qualquer';
11645
+ }
11646
+ // Se o construto tem tipo definido, usa esse tipo
11647
+ if ('tipo' in construto && construto.tipo) {
11648
+ return construto.tipo;
11649
+ }
11650
+ return 'qualquer';
11651
+ }
11652
+ }
11653
+ exports.RegraFortalecerTipos = RegraFortalecerTipos;
11654
+
11655
+ },{"../../construtos":51,"../../declaracoes":96,"../../inferenciador":121}],113:[function(require,module,exports){
11656
+ "use strict";
11657
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11658
+ if (k2 === undefined) k2 = k;
11659
+ var desc = Object.getOwnPropertyDescriptor(m, k);
11660
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
11661
+ desc = { enumerable: true, get: function() { return m[k]; } };
11662
+ }
11663
+ Object.defineProperty(o, k2, desc);
11664
+ }) : (function(o, m, k, k2) {
11665
+ if (k2 === undefined) k2 = k;
11666
+ o[k2] = m[k];
11667
+ }));
11668
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11669
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11670
+ };
11671
+ Object.defineProperty(exports, "__esModule", { value: true });
11672
+ __exportStar(require("./fortalecer-tipos"), exports);
11673
+ __exportStar(require("./convencao-nomenclatura"), exports);
11674
+
11675
+ },{"./convencao-nomenclatura":111,"./fortalecer-tipos":112}],114:[function(require,module,exports){
11676
+ "use strict";
11677
+ Object.defineProperty(exports, "__esModule", { value: true });
11175
11678
  exports.ErroEmTempoDeExecucao = void 0;
11176
11679
  class ErroEmTempoDeExecucao extends Error {
11177
11680
  constructor(simbolo, mensagem, linha) {
@@ -11184,7 +11687,7 @@ class ErroEmTempoDeExecucao extends Error {
11184
11687
  }
11185
11688
  exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
11186
11689
 
11187
- },{}],110:[function(require,module,exports){
11690
+ },{}],115:[function(require,module,exports){
11188
11691
  "use strict";
11189
11692
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11190
11693
  if (k2 === undefined) k2 = k;
@@ -11203,7 +11706,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11203
11706
  Object.defineProperty(exports, "__esModule", { value: true });
11204
11707
  __exportStar(require("./erro-em-tempo-de-execucao"), exports);
11205
11708
 
11206
- },{"./erro-em-tempo-de-execucao":109}],111:[function(require,module,exports){
11709
+ },{"./erro-em-tempo-de-execucao":114}],116:[function(require,module,exports){
11207
11710
  "use strict";
11208
11711
  var __importDefault = (this && this.__importDefault) || function (mod) {
11209
11712
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -11947,7 +12450,7 @@ class FormatadorDelegua {
11947
12450
  }
11948
12451
  exports.FormatadorDelegua = FormatadorDelegua;
11949
12452
 
11950
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":190}],112:[function(require,module,exports){
12453
+ },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],117:[function(require,module,exports){
11951
12454
  "use strict";
11952
12455
  var __importDefault = (this && this.__importDefault) || function (mod) {
11953
12456
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -12346,7 +12849,7 @@ class FormatadorPitugues {
12346
12849
  }
12347
12850
  exports.FormatadorPitugues = FormatadorPitugues;
12348
12851
 
12349
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/pitugues":194}],113:[function(require,module,exports){
12852
+ },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/pitugues":200}],118:[function(require,module,exports){
12350
12853
  "use strict";
12351
12854
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12352
12855
  if (k2 === undefined) k2 = k;
@@ -12366,7 +12869,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12366
12869
  __exportStar(require("./formatador-delegua"), exports);
12367
12870
  __exportStar(require("./formatador-pitugues"), exports);
12368
12871
 
12369
- },{"./formatador-delegua":111,"./formatador-pitugues":112}],114:[function(require,module,exports){
12872
+ },{"./formatador-delegua":116,"./formatador-pitugues":117}],119:[function(require,module,exports){
12370
12873
  "use strict";
12371
12874
  Object.defineProperty(exports, "__esModule", { value: true });
12372
12875
  exports.cyrb53 = cyrb53;
@@ -12410,7 +12913,7 @@ function uuidv4() {
12410
12913
  });
12411
12914
  }
12412
12915
 
12413
- },{}],115:[function(require,module,exports){
12916
+ },{}],120:[function(require,module,exports){
12414
12917
  "use strict";
12415
12918
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12416
12919
  if (k2 === undefined) k2 = k;
@@ -12430,6 +12933,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12430
12933
  __exportStar(require("./avaliador-sintatico"), exports);
12431
12934
  __exportStar(require("./construtos"), exports);
12432
12935
  __exportStar(require("./declaracoes"), exports);
12936
+ __exportStar(require("./estilizador"), exports);
12433
12937
  __exportStar(require("./formatadores"), exports);
12434
12938
  __exportStar(require("./geracao-identificadores"), exports);
12435
12939
  __exportStar(require("./interfaces"), exports);
@@ -12437,7 +12941,7 @@ __exportStar(require("./interpretador"), exports);
12437
12941
  __exportStar(require("./lexador"), exports);
12438
12942
  __exportStar(require("./tradutores"), exports);
12439
12943
 
12440
- },{"./avaliador-sintatico":13,"./construtos":51,"./declaracoes":96,"./formatadores":113,"./geracao-identificadores":114,"./interfaces":123,"./interpretador":157,"./lexador":177,"./tradutores":198}],116:[function(require,module,exports){
12944
+ },{"./avaliador-sintatico":13,"./construtos":51,"./declaracoes":96,"./estilizador":110,"./formatadores":118,"./geracao-identificadores":119,"./interfaces":129,"./interpretador":163,"./lexador":183,"./tradutores":204}],121:[function(require,module,exports){
12441
12945
  "use strict";
12442
12946
  var __importDefault = (this && this.__importDefault) || function (mod) {
12443
12947
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -12564,7 +13068,7 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
12564
13068
  }
12565
13069
  }
12566
13070
 
12567
- },{"./tipos-de-dados/delegua":185,"./tipos-de-dados/primitivos":187,"./tipos-de-simbolos/delegua":190}],117:[function(require,module,exports){
13071
+ },{"./tipos-de-dados/delegua":191,"./tipos-de-dados/primitivos":193,"./tipos-de-simbolos/delegua":196}],122:[function(require,module,exports){
12568
13072
  "use strict";
12569
13073
  Object.defineProperty(exports, "__esModule", { value: true });
12570
13074
  exports.InformacaoElementoSintatico = void 0;
@@ -12583,15 +13087,15 @@ class InformacaoElementoSintatico {
12583
13087
  }
12584
13088
  exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
12585
13089
 
12586
- },{}],118:[function(require,module,exports){
13090
+ },{}],123:[function(require,module,exports){
12587
13091
  "use strict";
12588
13092
  Object.defineProperty(exports, "__esModule", { value: true });
12589
13093
 
12590
- },{}],119:[function(require,module,exports){
13094
+ },{}],124:[function(require,module,exports){
12591
13095
  "use strict";
12592
13096
  Object.defineProperty(exports, "__esModule", { value: true });
12593
13097
 
12594
- },{}],120:[function(require,module,exports){
13098
+ },{}],125:[function(require,module,exports){
12595
13099
  "use strict";
12596
13100
  Object.defineProperty(exports, "__esModule", { value: true });
12597
13101
  exports.DiagnosticoSeveridade = void 0;
@@ -12603,7 +13107,7 @@ var DiagnosticoSeveridade;
12603
13107
  DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
12604
13108
  })(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
12605
13109
 
12606
- },{}],121:[function(require,module,exports){
13110
+ },{}],126:[function(require,module,exports){
12607
13111
  "use strict";
12608
13112
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12609
13113
  if (k2 === undefined) k2 = k;
@@ -12622,11 +13126,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
12622
13126
  Object.defineProperty(exports, "__esModule", { value: true });
12623
13127
  __exportStar(require("./diagnostico-analisador-semantico"), exports);
12624
13128
 
12625
- },{"./diagnostico-analisador-semantico":120}],122:[function(require,module,exports){
13129
+ },{"./diagnostico-analisador-semantico":125}],127:[function(require,module,exports){
12626
13130
  "use strict";
12627
13131
  Object.defineProperty(exports, "__esModule", { value: true });
12628
13132
 
12629
- },{}],123:[function(require,module,exports){
13133
+ },{}],128:[function(require,module,exports){
13134
+ "use strict";
13135
+ Object.defineProperty(exports, "__esModule", { value: true });
13136
+
13137
+ },{}],129:[function(require,module,exports){
12630
13138
  "use strict";
12631
13139
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12632
13140
  if (k2 === undefined) k2 = k;
@@ -12644,6 +13152,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
12644
13152
  };
12645
13153
  Object.defineProperty(exports, "__esModule", { value: true });
12646
13154
  __exportStar(require("./avaliador-sintatico-interface"), exports);
13155
+ __exportStar(require("./estilizador-comum-interface"), exports);
12647
13156
  __exportStar(require("./formatador-comum-interface"), exports);
12648
13157
  __exportStar(require("./interpretador-com-depuracao-interface"), exports);
12649
13158
  __exportStar(require("./interpretador-interface"), exports);
@@ -12663,39 +13172,39 @@ __exportStar(require("./construtos"), exports);
12663
13172
  __exportStar(require("./erros"), exports);
12664
13173
  __exportStar(require("./retornos"), exports);
12665
13174
 
12666
- },{"./avaliador-sintatico-interface":118,"./construtos":119,"./erros":121,"./formatador-comum-interface":122,"./interpretador-com-depuracao-interface":124,"./interpretador-interface":125,"./lexador-interface":126,"./parametro-interface":127,"./pilha-interface":128,"./primitiva-interface":129,"./resolvedor-interface":130,"./resultado-parcial-interpretador-interface":131,"./retornos":132,"./retornos/retorno-execucao-interface":135,"./simbolo-interface":138,"./tradutor-interface":139,"./variavel-interface":140,"./visitante-comum-interface":141,"./visitante-delegua-interface":142}],124:[function(require,module,exports){
13175
+ },{"./avaliador-sintatico-interface":123,"./construtos":124,"./erros":126,"./estilizador-comum-interface":127,"./formatador-comum-interface":128,"./interpretador-com-depuracao-interface":130,"./interpretador-interface":131,"./lexador-interface":132,"./parametro-interface":133,"./pilha-interface":134,"./primitiva-interface":135,"./resolvedor-interface":136,"./resultado-parcial-interpretador-interface":137,"./retornos":138,"./retornos/retorno-execucao-interface":141,"./simbolo-interface":144,"./tradutor-interface":145,"./variavel-interface":146,"./visitante-comum-interface":147,"./visitante-delegua-interface":148}],130:[function(require,module,exports){
12667
13176
  "use strict";
12668
13177
  Object.defineProperty(exports, "__esModule", { value: true });
12669
13178
 
12670
- },{}],125:[function(require,module,exports){
13179
+ },{}],131:[function(require,module,exports){
12671
13180
  "use strict";
12672
13181
  Object.defineProperty(exports, "__esModule", { value: true });
12673
13182
 
12674
- },{}],126:[function(require,module,exports){
13183
+ },{}],132:[function(require,module,exports){
12675
13184
  "use strict";
12676
13185
  Object.defineProperty(exports, "__esModule", { value: true });
12677
13186
 
12678
- },{}],127:[function(require,module,exports){
13187
+ },{}],133:[function(require,module,exports){
12679
13188
  "use strict";
12680
13189
  Object.defineProperty(exports, "__esModule", { value: true });
12681
13190
 
12682
- },{}],128:[function(require,module,exports){
13191
+ },{}],134:[function(require,module,exports){
12683
13192
  "use strict";
12684
13193
  Object.defineProperty(exports, "__esModule", { value: true });
12685
13194
 
12686
- },{}],129:[function(require,module,exports){
13195
+ },{}],135:[function(require,module,exports){
12687
13196
  "use strict";
12688
13197
  Object.defineProperty(exports, "__esModule", { value: true });
12689
13198
 
12690
- },{}],130:[function(require,module,exports){
13199
+ },{}],136:[function(require,module,exports){
12691
13200
  "use strict";
12692
13201
  Object.defineProperty(exports, "__esModule", { value: true });
12693
13202
 
12694
- },{}],131:[function(require,module,exports){
13203
+ },{}],137:[function(require,module,exports){
12695
13204
  "use strict";
12696
13205
  Object.defineProperty(exports, "__esModule", { value: true });
12697
13206
 
12698
- },{}],132:[function(require,module,exports){
13207
+ },{}],138:[function(require,module,exports){
12699
13208
  "use strict";
12700
13209
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12701
13210
  if (k2 === undefined) k2 = k;
@@ -12718,47 +13227,47 @@ __exportStar(require("./retorno-execucao-interface"), exports);
12718
13227
  __exportStar(require("./retorno-interpretador-interface"), exports);
12719
13228
  __exportStar(require("./retorno-lexador"), exports);
12720
13229
 
12721
- },{"./retorno-analisador-semantico":133,"./retorno-avaliador-sintatico":134,"./retorno-execucao-interface":135,"./retorno-interpretador-interface":136,"./retorno-lexador":137}],133:[function(require,module,exports){
13230
+ },{"./retorno-analisador-semantico":139,"./retorno-avaliador-sintatico":140,"./retorno-execucao-interface":141,"./retorno-interpretador-interface":142,"./retorno-lexador":143}],139:[function(require,module,exports){
12722
13231
  "use strict";
12723
13232
  Object.defineProperty(exports, "__esModule", { value: true });
12724
13233
 
12725
- },{}],134:[function(require,module,exports){
13234
+ },{}],140:[function(require,module,exports){
12726
13235
  "use strict";
12727
13236
  Object.defineProperty(exports, "__esModule", { value: true });
12728
13237
 
12729
- },{}],135:[function(require,module,exports){
13238
+ },{}],141:[function(require,module,exports){
12730
13239
  "use strict";
12731
13240
  Object.defineProperty(exports, "__esModule", { value: true });
12732
13241
 
12733
- },{}],136:[function(require,module,exports){
13242
+ },{}],142:[function(require,module,exports){
12734
13243
  "use strict";
12735
13244
  Object.defineProperty(exports, "__esModule", { value: true });
12736
13245
 
12737
- },{}],137:[function(require,module,exports){
13246
+ },{}],143:[function(require,module,exports){
12738
13247
  "use strict";
12739
13248
  Object.defineProperty(exports, "__esModule", { value: true });
12740
13249
 
12741
- },{}],138:[function(require,module,exports){
13250
+ },{}],144:[function(require,module,exports){
12742
13251
  "use strict";
12743
13252
  Object.defineProperty(exports, "__esModule", { value: true });
12744
13253
 
12745
- },{}],139:[function(require,module,exports){
13254
+ },{}],145:[function(require,module,exports){
12746
13255
  "use strict";
12747
13256
  Object.defineProperty(exports, "__esModule", { value: true });
12748
13257
 
12749
- },{}],140:[function(require,module,exports){
13258
+ },{}],146:[function(require,module,exports){
12750
13259
  "use strict";
12751
13260
  Object.defineProperty(exports, "__esModule", { value: true });
12752
13261
 
12753
- },{}],141:[function(require,module,exports){
13262
+ },{}],147:[function(require,module,exports){
12754
13263
  "use strict";
12755
13264
  Object.defineProperty(exports, "__esModule", { value: true });
12756
13265
 
12757
- },{}],142:[function(require,module,exports){
13266
+ },{}],148:[function(require,module,exports){
12758
13267
  "use strict";
12759
13268
  Object.defineProperty(exports, "__esModule", { value: true });
12760
13269
 
12761
- },{}],143:[function(require,module,exports){
13270
+ },{}],149:[function(require,module,exports){
12762
13271
  "use strict";
12763
13272
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12764
13273
  if (k2 === undefined) k2 = k;
@@ -12824,7 +13333,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
12824
13333
  pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
12825
13334
  }
12826
13335
 
12827
- },{"../bibliotecas/biblioteca-global":19,"./estruturas/funcao-padrao":150}],144:[function(require,module,exports){
13336
+ },{"../bibliotecas/biblioteca-global":19,"./estruturas/funcao-padrao":156}],150:[function(require,module,exports){
12828
13337
  "use strict";
12829
13338
  Object.defineProperty(exports, "__esModule", { value: true });
12830
13339
  exports.EspacoMemoria = void 0;
@@ -12849,7 +13358,7 @@ class EspacoMemoria {
12849
13358
  }
12850
13359
  exports.EspacoMemoria = EspacoMemoria;
12851
13360
 
12852
- },{}],145:[function(require,module,exports){
13361
+ },{}],151:[function(require,module,exports){
12853
13362
  "use strict";
12854
13363
  Object.defineProperty(exports, "__esModule", { value: true });
12855
13364
  exports.Chamavel = void 0;
@@ -12863,7 +13372,7 @@ class Chamavel {
12863
13372
  }
12864
13373
  exports.Chamavel = Chamavel;
12865
13374
 
12866
- },{}],146:[function(require,module,exports){
13375
+ },{}],152:[function(require,module,exports){
12867
13376
  "use strict";
12868
13377
  Object.defineProperty(exports, "__esModule", { value: true });
12869
13378
  exports.ClasseDeModulo = void 0;
@@ -12884,7 +13393,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
12884
13393
  }
12885
13394
  exports.ClasseDeModulo = ClasseDeModulo;
12886
13395
 
12887
- },{"./chamavel":145}],147:[function(require,module,exports){
13396
+ },{"./chamavel":151}],153:[function(require,module,exports){
12888
13397
  "use strict";
12889
13398
  Object.defineProperty(exports, "__esModule", { value: true });
12890
13399
  exports.ClassePadrao = void 0;
@@ -12925,7 +13434,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
12925
13434
  }
12926
13435
  exports.ClassePadrao = ClassePadrao;
12927
13436
 
12928
- },{"./chamavel":145}],148:[function(require,module,exports){
13437
+ },{"./chamavel":151}],154:[function(require,module,exports){
12929
13438
  "use strict";
12930
13439
  Object.defineProperty(exports, "__esModule", { value: true });
12931
13440
  exports.DeleguaFuncao = void 0;
@@ -13070,7 +13579,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
13070
13579
  }
13071
13580
  exports.DeleguaFuncao = DeleguaFuncao;
13072
13581
 
13073
- },{"../../declaracoes":96,"../../quebras":184,"../espaco-memoria":144,"./chamavel":145}],149:[function(require,module,exports){
13582
+ },{"../../declaracoes":96,"../../quebras":190,"../espaco-memoria":150,"./chamavel":151}],155:[function(require,module,exports){
13074
13583
  "use strict";
13075
13584
  Object.defineProperty(exports, "__esModule", { value: true });
13076
13585
  exports.DescritorTipoClasse = void 0;
@@ -13151,7 +13660,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
13151
13660
  }
13152
13661
  exports.DescritorTipoClasse = DescritorTipoClasse;
13153
13662
 
13154
- },{"../../excecoes":110,"./chamavel":145,"./objeto-delegua-classe":154}],150:[function(require,module,exports){
13663
+ },{"../../excecoes":115,"./chamavel":151,"./objeto-delegua-classe":160}],156:[function(require,module,exports){
13155
13664
  "use strict";
13156
13665
  Object.defineProperty(exports, "__esModule", { value: true });
13157
13666
  exports.FuncaoPadrao = void 0;
@@ -13188,7 +13697,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
13188
13697
  }
13189
13698
  exports.FuncaoPadrao = FuncaoPadrao;
13190
13699
 
13191
- },{"./chamavel":145}],151:[function(require,module,exports){
13700
+ },{"./chamavel":151}],157:[function(require,module,exports){
13192
13701
  "use strict";
13193
13702
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13194
13703
  if (k2 === undefined) k2 = k;
@@ -13217,7 +13726,7 @@ __exportStar(require("./objeto-delegua-classe"), exports);
13217
13726
  __exportStar(require("./objeto-padrao"), exports);
13218
13727
  __exportStar(require("./referencia-montao"), exports);
13219
13728
 
13220
- },{"./chamavel":145,"./classe-de-modulo":146,"./classe-padrao":147,"./delegua-funcao":148,"./descritor-tipo-classe":149,"./funcao-padrao":150,"./metodo-primitiva":152,"./modulo":153,"./objeto-delegua-classe":154,"./objeto-padrao":155,"./referencia-montao":156}],152:[function(require,module,exports){
13729
+ },{"./chamavel":151,"./classe-de-modulo":152,"./classe-padrao":153,"./delegua-funcao":154,"./descritor-tipo-classe":155,"./funcao-padrao":156,"./metodo-primitiva":158,"./modulo":159,"./objeto-delegua-classe":160,"./objeto-padrao":161,"./referencia-montao":162}],158:[function(require,module,exports){
13221
13730
  "use strict";
13222
13731
  Object.defineProperty(exports, "__esModule", { value: true });
13223
13732
  exports.MetodoPrimitiva = void 0;
@@ -13263,7 +13772,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
13263
13772
  }
13264
13773
  exports.MetodoPrimitiva = MetodoPrimitiva;
13265
13774
 
13266
- },{"./chamavel":145}],153:[function(require,module,exports){
13775
+ },{"./chamavel":151}],159:[function(require,module,exports){
13267
13776
  "use strict";
13268
13777
  Object.defineProperty(exports, "__esModule", { value: true });
13269
13778
  exports.DeleguaModulo = void 0;
@@ -13289,7 +13798,7 @@ class DeleguaModulo {
13289
13798
  }
13290
13799
  exports.DeleguaModulo = DeleguaModulo;
13291
13800
 
13292
- },{}],154:[function(require,module,exports){
13801
+ },{}],160:[function(require,module,exports){
13293
13802
  "use strict";
13294
13803
  Object.defineProperty(exports, "__esModule", { value: true });
13295
13804
  exports.ObjetoDeleguaClasse = void 0;
@@ -13357,7 +13866,7 @@ class ObjetoDeleguaClasse {
13357
13866
  }
13358
13867
  exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
13359
13868
 
13360
- },{"../../excecoes":110}],155:[function(require,module,exports){
13869
+ },{"../../excecoes":115}],161:[function(require,module,exports){
13361
13870
  "use strict";
13362
13871
  Object.defineProperty(exports, "__esModule", { value: true });
13363
13872
  exports.ObjetoPadrao = void 0;
@@ -13391,7 +13900,7 @@ class ObjetoPadrao {
13391
13900
  }
13392
13901
  exports.ObjetoPadrao = ObjetoPadrao;
13393
13902
 
13394
- },{}],156:[function(require,module,exports){
13903
+ },{}],162:[function(require,module,exports){
13395
13904
  "use strict";
13396
13905
  Object.defineProperty(exports, "__esModule", { value: true });
13397
13906
  exports.ReferenciaMontao = void 0;
@@ -13416,7 +13925,7 @@ class ReferenciaMontao {
13416
13925
  }
13417
13926
  exports.ReferenciaMontao = ReferenciaMontao;
13418
13927
 
13419
- },{}],157:[function(require,module,exports){
13928
+ },{}],163:[function(require,module,exports){
13420
13929
  "use strict";
13421
13930
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13422
13931
  if (k2 === undefined) k2 = k;
@@ -13436,7 +13945,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
13436
13945
  __exportStar(require("./interpretador"), exports);
13437
13946
  __exportStar(require("./interpretador-base"), exports);
13438
13947
 
13439
- },{"./interpretador":159,"./interpretador-base":158}],158:[function(require,module,exports){
13948
+ },{"./interpretador":165,"./interpretador-base":164}],164:[function(require,module,exports){
13440
13949
  (function (process){(function (){
13441
13950
  "use strict";
13442
13951
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -15023,7 +15532,7 @@ class InterpretadorBase {
15023
15532
  exports.InterpretadorBase = InterpretadorBase;
15024
15533
 
15025
15534
  }).call(this)}).call(this,require('_process'))
15026
- },{"../avaliador-sintatico":13,"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../excecoes":110,"../inferenciador":116,"../lexador":177,"../quebras":184,"../tipos-de-dados/delegua":185,"../tipos-de-dados/primitivos":187,"../tipos-de-simbolos/delegua":190,"./espaco-memoria":144,"./estruturas":151,"./estruturas/metodo-primitiva":152,"./pilha-escopos-execucao":161,"_process":432,"browser-process-hrtime":378}],159:[function(require,module,exports){
15535
+ },{"../avaliador-sintatico":13,"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../excecoes":115,"../inferenciador":121,"../lexador":183,"../quebras":190,"../tipos-de-dados/delegua":191,"../tipos-de-dados/primitivos":193,"../tipos-de-simbolos/delegua":196,"./espaco-memoria":150,"./estruturas":157,"./estruturas/metodo-primitiva":158,"./pilha-escopos-execucao":167,"_process":438,"browser-process-hrtime":384}],165:[function(require,module,exports){
15027
15536
  "use strict";
15028
15537
  var __importDefault = (this && this.__importDefault) || function (mod) {
15029
15538
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16023,7 +16532,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
16023
16532
  }
16024
16533
  exports.Interpretador = Interpretador;
16025
16534
 
16026
- },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../declaracoes":96,"../excecoes":110,"../inferenciador":116,"../quebras":184,"../tipos-de-dados/delegua":185,"../tipos-de-dados/primitivos":187,"./comum":143,"./estruturas":151,"./interpretador-base":158,"./montao":160}],160:[function(require,module,exports){
16535
+ },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../declaracoes":96,"../excecoes":115,"../inferenciador":121,"../quebras":190,"../tipos-de-dados/delegua":191,"../tipos-de-dados/primitivos":193,"./comum":149,"./estruturas":157,"./interpretador-base":164,"./montao":166}],166:[function(require,module,exports){
16027
16536
  "use strict";
16028
16537
  Object.defineProperty(exports, "__esModule", { value: true });
16029
16538
  exports.Montao = void 0;
@@ -16080,7 +16589,7 @@ class Montao {
16080
16589
  }
16081
16590
  exports.Montao = Montao;
16082
16591
 
16083
- },{"../excecoes":110,"../geracao-identificadores":114}],161:[function(require,module,exports){
16592
+ },{"../excecoes":115,"../geracao-identificadores":119}],167:[function(require,module,exports){
16084
16593
  "use strict";
16085
16594
  var __importDefault = (this && this.__importDefault) || function (mod) {
16086
16595
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16368,7 +16877,7 @@ class PilhaEscoposExecucao {
16368
16877
  }
16369
16878
  exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
16370
16879
 
16371
- },{"../excecoes":110,"../inferenciador":116,"../lexador":177,"../tipos-de-dados/delegua":185,"./estruturas":151}],162:[function(require,module,exports){
16880
+ },{"../excecoes":115,"../inferenciador":121,"../lexador":183,"../tipos-de-dados/delegua":191,"./estruturas":157}],168:[function(require,module,exports){
16372
16881
  "use strict";
16373
16882
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16374
16883
  if (k2 === undefined) k2 = k;
@@ -16393,7 +16902,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
16393
16902
  __exportStar(require("./lexador-prisma"), exports);
16394
16903
  __exportStar(require("./lexador-tenda"), exports);
16395
16904
 
16396
- },{"./lexador-calango":163,"./lexador-egua-classico":164,"./lexador-guarani":165,"./lexador-pitugues":166,"./lexador-portugol-ipt":167,"./lexador-prisma":168,"./lexador-tenda":169}],163:[function(require,module,exports){
16905
+ },{"./lexador-calango":169,"./lexador-egua-classico":170,"./lexador-guarani":171,"./lexador-pitugues":172,"./lexador-portugol-ipt":173,"./lexador-prisma":174,"./lexador-tenda":175}],169:[function(require,module,exports){
16397
16906
  "use strict";
16398
16907
  var __importDefault = (this && this.__importDefault) || function (mod) {
16399
16908
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16626,7 +17135,7 @@ class LexadorCalango {
16626
17135
  }
16627
17136
  exports.LexadorCalango = LexadorCalango;
16628
17137
 
16629
- },{"../../tipos-de-simbolos/calango":188,"../simbolo":183,"./palavras-reservadas/calango":170}],164:[function(require,module,exports){
17138
+ },{"../../tipos-de-simbolos/calango":194,"../simbolo":189,"./palavras-reservadas/calango":176}],170:[function(require,module,exports){
16630
17139
  "use strict";
16631
17140
  var __importDefault = (this && this.__importDefault) || function (mod) {
16632
17141
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16916,7 +17425,7 @@ class LexadorEguaClassico {
16916
17425
  }
16917
17426
  exports.LexadorEguaClassico = LexadorEguaClassico;
16918
17427
 
16919
- },{"../../tipos-de-simbolos/egua-classico":191,"../simbolo":183,"./palavras-reservadas/egua-classico":171}],165:[function(require,module,exports){
17428
+ },{"../../tipos-de-simbolos/egua-classico":197,"../simbolo":189,"./palavras-reservadas/egua-classico":177}],171:[function(require,module,exports){
16920
17429
  "use strict";
16921
17430
  var __importDefault = (this && this.__importDefault) || function (mod) {
16922
17431
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17035,7 +17544,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
17035
17544
  }
17036
17545
  exports.LexadorGuarani = LexadorGuarani;
17037
17546
 
17038
- },{"../../tipos-de-simbolos/guarani":192,"../lexador-base":179,"./palavras-reservadas/guarani":172}],166:[function(require,module,exports){
17547
+ },{"../../tipos-de-simbolos/guarani":198,"../lexador-base":185,"./palavras-reservadas/guarani":178}],172:[function(require,module,exports){
17039
17548
  "use strict";
17040
17549
  var __importDefault = (this && this.__importDefault) || function (mod) {
17041
17550
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17487,7 +17996,7 @@ class LexadorPitugues {
17487
17996
  }
17488
17997
  exports.LexadorPitugues = LexadorPitugues;
17489
17998
 
17490
- },{"../../tipos-de-simbolos/pitugues":194,"../simbolo":183,"./palavras-reservadas/pitugues":173,"browser-process-hrtime":378}],167:[function(require,module,exports){
17999
+ },{"../../tipos-de-simbolos/pitugues":200,"../simbolo":189,"./palavras-reservadas/pitugues":179,"browser-process-hrtime":384}],173:[function(require,module,exports){
17491
18000
  "use strict";
17492
18001
  var __importDefault = (this && this.__importDefault) || function (mod) {
17493
18002
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17739,7 +18248,7 @@ class LexadorPortugolIpt {
17739
18248
  }
17740
18249
  exports.LexadorPortugolIpt = LexadorPortugolIpt;
17741
18250
 
17742
- },{"../../tipos-de-simbolos/portugol-ipt":195,"../simbolo":183,"./palavras-reservadas/portugol-ipt":174}],168:[function(require,module,exports){
18251
+ },{"../../tipos-de-simbolos/portugol-ipt":201,"../simbolo":189,"./palavras-reservadas/portugol-ipt":180}],174:[function(require,module,exports){
17743
18252
  "use strict";
17744
18253
  var __importDefault = (this && this.__importDefault) || function (mod) {
17745
18254
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18097,7 +18606,7 @@ class LexadorPrisma {
18097
18606
  }
18098
18607
  exports.LexadorPrisma = LexadorPrisma;
18099
18608
 
18100
- },{"../../tipos-de-simbolos/prisma":196,"../simbolo":183,"./palavras-reservadas/prisma":175,"browser-process-hrtime":378}],169:[function(require,module,exports){
18609
+ },{"../../tipos-de-simbolos/prisma":202,"../simbolo":189,"./palavras-reservadas/prisma":181,"browser-process-hrtime":384}],175:[function(require,module,exports){
18101
18610
  "use strict";
18102
18611
  var __importDefault = (this && this.__importDefault) || function (mod) {
18103
18612
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18488,7 +18997,7 @@ class LexadorTenda {
18488
18997
  }
18489
18998
  exports.LexadorTenda = LexadorTenda;
18490
18999
 
18491
- },{"../../tipos-de-simbolos/tenda":197,"../simbolo":183,"./palavras-reservadas/tenda":176,"browser-process-hrtime":378}],170:[function(require,module,exports){
19000
+ },{"../../tipos-de-simbolos/tenda":203,"../simbolo":189,"./palavras-reservadas/tenda":182,"browser-process-hrtime":384}],176:[function(require,module,exports){
18492
19001
  "use strict";
18493
19002
  var __importDefault = (this && this.__importDefault) || function (mod) {
18494
19003
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18509,7 +19018,7 @@ exports.default = {
18509
19018
  fimSe: calango_1.default.FIM_SE,
18510
19019
  };
18511
19020
 
18512
- },{"../../../tipos-de-simbolos/calango":188}],171:[function(require,module,exports){
19021
+ },{"../../../tipos-de-simbolos/calango":194}],177:[function(require,module,exports){
18513
19022
  "use strict";
18514
19023
  var __importDefault = (this && this.__importDefault) || function (mod) {
18515
19024
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18550,7 +19059,7 @@ exports.palavrasReservadas = {
18550
19059
  verdadeiro: egua_classico_1.default.VERDADEIRO,
18551
19060
  };
18552
19061
 
18553
- },{"../../../tipos-de-simbolos/egua-classico":191}],172:[function(require,module,exports){
19062
+ },{"../../../tipos-de-simbolos/egua-classico":197}],178:[function(require,module,exports){
18554
19063
  "use strict";
18555
19064
  var __importDefault = (this && this.__importDefault) || function (mod) {
18556
19065
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18562,7 +19071,7 @@ exports.palavrasReservadas = {
18562
19071
  hai: guarani_1.default.HAI,
18563
19072
  };
18564
19073
 
18565
- },{"../../../tipos-de-simbolos/guarani":192}],173:[function(require,module,exports){
19074
+ },{"../../../tipos-de-simbolos/guarani":198}],179:[function(require,module,exports){
18566
19075
  "use strict";
18567
19076
  var __importDefault = (this && this.__importDefault) || function (mod) {
18568
19077
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18624,7 +19133,7 @@ exports.palavrasReservadasMicroGramatica = {
18624
19133
  verdadeiro: pitugues_1.default.VERDADEIRO,
18625
19134
  };
18626
19135
 
18627
- },{"../../../tipos-de-simbolos/pitugues":194}],174:[function(require,module,exports){
19136
+ },{"../../../tipos-de-simbolos/pitugues":200}],180:[function(require,module,exports){
18628
19137
  "use strict";
18629
19138
  var __importDefault = (this && this.__importDefault) || function (mod) {
18630
19139
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18646,7 +19155,7 @@ exports.palavrasReservadas = {
18646
19155
  senão: portugol_ipt_1.default.SENAO,
18647
19156
  };
18648
19157
 
18649
- },{"../../../tipos-de-simbolos/portugol-ipt":195}],175:[function(require,module,exports){
19158
+ },{"../../../tipos-de-simbolos/portugol-ipt":201}],181:[function(require,module,exports){
18650
19159
  "use strict";
18651
19160
  var __importDefault = (this && this.__importDefault) || function (mod) {
18652
19161
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18694,7 +19203,7 @@ exports.palavrasReservadas = {
18694
19203
  verdadeiro: prisma_1.default.VERDADEIRO,
18695
19204
  };
18696
19205
 
18697
- },{"../../../tipos-de-simbolos/prisma":196}],176:[function(require,module,exports){
19206
+ },{"../../../tipos-de-simbolos/prisma":202}],182:[function(require,module,exports){
18698
19207
  "use strict";
18699
19208
  var __importDefault = (this && this.__importDefault) || function (mod) {
18700
19209
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18752,7 +19261,7 @@ exports.palavrasReservadas = {
18752
19261
  Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
18753
19262
  };
18754
19263
 
18755
- },{"../../../tipos-de-simbolos/tenda":197}],177:[function(require,module,exports){
19264
+ },{"../../../tipos-de-simbolos/tenda":203}],183:[function(require,module,exports){
18756
19265
  "use strict";
18757
19266
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18758
19267
  if (k2 === undefined) k2 = k;
@@ -18775,7 +19284,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
18775
19284
  __exportStar(require("./micro-lexador"), exports);
18776
19285
  __exportStar(require("./simbolo"), exports);
18777
19286
 
18778
- },{"./dialetos":162,"./lexador":180,"./lexador-base-linha-unica":178,"./micro-lexador":181,"./simbolo":183}],178:[function(require,module,exports){
19287
+ },{"./dialetos":168,"./lexador":186,"./lexador-base-linha-unica":184,"./micro-lexador":187,"./simbolo":189}],184:[function(require,module,exports){
18779
19288
  "use strict";
18780
19289
  Object.defineProperty(exports, "__esModule", { value: true });
18781
19290
  exports.LexadorBaseLinhaUnica = void 0;
@@ -18859,7 +19368,7 @@ class LexadorBaseLinhaUnica {
18859
19368
  }
18860
19369
  exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
18861
19370
 
18862
- },{"./simbolo":183}],179:[function(require,module,exports){
19371
+ },{"./simbolo":189}],185:[function(require,module,exports){
18863
19372
  "use strict";
18864
19373
  Object.defineProperty(exports, "__esModule", { value: true });
18865
19374
  exports.LexadorBase = void 0;
@@ -18973,7 +19482,7 @@ class LexadorBase {
18973
19482
  }
18974
19483
  exports.LexadorBase = LexadorBase;
18975
19484
 
18976
- },{"./simbolo":183}],180:[function(require,module,exports){
19485
+ },{"./simbolo":189}],186:[function(require,module,exports){
18977
19486
  "use strict";
18978
19487
  var __importDefault = (this && this.__importDefault) || function (mod) {
18979
19488
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19444,7 +19953,7 @@ class Lexador {
19444
19953
  }
19445
19954
  exports.Lexador = Lexador;
19446
19955
 
19447
- },{"../tipos-de-simbolos/delegua":190,"./palavras-reservadas":182,"./simbolo":183,"browser-process-hrtime":378}],181:[function(require,module,exports){
19956
+ },{"../tipos-de-simbolos/delegua":196,"./palavras-reservadas":188,"./simbolo":189,"browser-process-hrtime":384}],187:[function(require,module,exports){
19448
19957
  "use strict";
19449
19958
  var __importDefault = (this && this.__importDefault) || function (mod) {
19450
19959
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19677,7 +20186,7 @@ class MicroLexador {
19677
20186
  }
19678
20187
  exports.MicroLexador = MicroLexador;
19679
20188
 
19680
- },{"../tipos-de-simbolos/microgramaticas/delegua":193,"./palavras-reservadas":182,"./simbolo":183}],182:[function(require,module,exports){
20189
+ },{"../tipos-de-simbolos/microgramaticas/delegua":199,"./palavras-reservadas":188,"./simbolo":189}],188:[function(require,module,exports){
19681
20190
  "use strict";
19682
20191
  var __importDefault = (this && this.__importDefault) || function (mod) {
19683
20192
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19747,7 +20256,7 @@ exports.palavrasReservadasMicroGramatica = {
19747
20256
  verdadeiro: delegua_1.default.VERDADEIRO,
19748
20257
  };
19749
20258
 
19750
- },{"../tipos-de-simbolos/delegua":190}],183:[function(require,module,exports){
20259
+ },{"../tipos-de-simbolos/delegua":196}],189:[function(require,module,exports){
19751
20260
  "use strict";
19752
20261
  Object.defineProperty(exports, "__esModule", { value: true });
19753
20262
  exports.Simbolo = void 0;
@@ -19765,7 +20274,7 @@ class Simbolo {
19765
20274
  }
19766
20275
  exports.Simbolo = Simbolo;
19767
20276
 
19768
- },{}],184:[function(require,module,exports){
20277
+ },{}],190:[function(require,module,exports){
19769
20278
  "use strict";
19770
20279
  Object.defineProperty(exports, "__esModule", { value: true });
19771
20280
  exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
@@ -19790,7 +20299,7 @@ class ContinuarQuebra extends Quebra {
19790
20299
  }
19791
20300
  exports.ContinuarQuebra = ContinuarQuebra;
19792
20301
 
19793
- },{}],185:[function(require,module,exports){
20302
+ },{}],191:[function(require,module,exports){
19794
20303
  "use strict";
19795
20304
  Object.defineProperty(exports, "__esModule", { value: true });
19796
20305
  exports.default = {
@@ -19820,7 +20329,7 @@ exports.default = {
19820
20329
  VETOR_TEXTO: 'texto[]',
19821
20330
  };
19822
20331
 
19823
- },{}],186:[function(require,module,exports){
20332
+ },{}],192:[function(require,module,exports){
19824
20333
  "use strict";
19825
20334
  Object.defineProperty(exports, "__esModule", { value: true });
19826
20335
  exports.default = {
@@ -19850,7 +20359,7 @@ exports.default = {
19850
20359
  VETOR_TEXTO: 'texto[]',
19851
20360
  };
19852
20361
 
19853
- },{}],187:[function(require,module,exports){
20362
+ },{}],193:[function(require,module,exports){
19854
20363
  "use strict";
19855
20364
  Object.defineProperty(exports, "__esModule", { value: true });
19856
20365
  exports.default = {
@@ -19869,7 +20378,7 @@ exports.default = {
19869
20378
  TEXTO: 'string',
19870
20379
  };
19871
20380
 
19872
- },{}],188:[function(require,module,exports){
20381
+ },{}],194:[function(require,module,exports){
19873
20382
  "use strict";
19874
20383
  Object.defineProperty(exports, "__esModule", { value: true });
19875
20384
  exports.default = {
@@ -19913,7 +20422,7 @@ exports.default = {
19913
20422
  VIRGULA: 'VIRGULA',
19914
20423
  };
19915
20424
 
19916
- },{}],189:[function(require,module,exports){
20425
+ },{}],195:[function(require,module,exports){
19917
20426
  "use strict";
19918
20427
  Object.defineProperty(exports, "__esModule", { value: true });
19919
20428
  exports.default = {
@@ -19939,7 +20448,7 @@ exports.default = {
19939
20448
  VIRGULA: 'VIRGULA',
19940
20449
  };
19941
20450
 
19942
- },{}],190:[function(require,module,exports){
20451
+ },{}],196:[function(require,module,exports){
19943
20452
  "use strict";
19944
20453
  Object.defineProperty(exports, "__esModule", { value: true });
19945
20454
  exports.default = {
@@ -20040,7 +20549,7 @@ exports.default = {
20040
20549
  VIRGULA: 'VIRGULA',
20041
20550
  };
20042
20551
 
20043
- },{}],191:[function(require,module,exports){
20552
+ },{}],197:[function(require,module,exports){
20044
20553
  "use strict";
20045
20554
  Object.defineProperty(exports, "__esModule", { value: true });
20046
20555
  exports.default = {
@@ -20118,7 +20627,7 @@ exports.default = {
20118
20627
  VIRGULA: 'VIRGULA',
20119
20628
  };
20120
20629
 
20121
- },{}],192:[function(require,module,exports){
20630
+ },{}],198:[function(require,module,exports){
20122
20631
  "use strict";
20123
20632
  Object.defineProperty(exports, "__esModule", { value: true });
20124
20633
  exports.default = {
@@ -20135,7 +20644,7 @@ exports.default = {
20135
20644
  VIRGULA: 'VIRGULA',
20136
20645
  };
20137
20646
 
20138
- },{}],193:[function(require,module,exports){
20647
+ },{}],199:[function(require,module,exports){
20139
20648
  "use strict";
20140
20649
  Object.defineProperty(exports, "__esModule", { value: true });
20141
20650
  exports.default = {
@@ -20188,7 +20697,7 @@ exports.default = {
20188
20697
  VIRGULA: 'VIRGULA',
20189
20698
  };
20190
20699
 
20191
- },{}],194:[function(require,module,exports){
20700
+ },{}],200:[function(require,module,exports){
20192
20701
  "use strict";
20193
20702
  Object.defineProperty(exports, "__esModule", { value: true });
20194
20703
  exports.default = {
@@ -20275,7 +20784,7 @@ exports.default = {
20275
20784
  VIRGULA: 'VIRGULA',
20276
20785
  };
20277
20786
 
20278
- },{}],195:[function(require,module,exports){
20787
+ },{}],201:[function(require,module,exports){
20279
20788
  "use strict";
20280
20789
  Object.defineProperty(exports, "__esModule", { value: true });
20281
20790
  exports.default = {
@@ -20314,7 +20823,7 @@ exports.default = {
20314
20823
  VIRGULA: 'VIRGULA',
20315
20824
  };
20316
20825
 
20317
- },{}],196:[function(require,module,exports){
20826
+ },{}],202:[function(require,module,exports){
20318
20827
  "use strict";
20319
20828
  Object.defineProperty(exports, "__esModule", { value: true });
20320
20829
  exports.default = {
@@ -20394,7 +20903,7 @@ exports.default = {
20394
20903
  VIRGULA: 'VIRGULA',
20395
20904
  };
20396
20905
 
20397
- },{}],197:[function(require,module,exports){
20906
+ },{}],203:[function(require,module,exports){
20398
20907
  "use strict";
20399
20908
  Object.defineProperty(exports, "__esModule", { value: true });
20400
20909
  // Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
@@ -20489,7 +20998,7 @@ exports.default = {
20489
20998
  VIRGULA: 'VIRGULA',
20490
20999
  };
20491
21000
 
20492
- },{}],198:[function(require,module,exports){
21001
+ },{}],204:[function(require,module,exports){
20493
21002
  "use strict";
20494
21003
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
20495
21004
  if (k2 === undefined) k2 = k;
@@ -20518,7 +21027,7 @@ __exportStar(require("./tradutor-reverso-javascript"), exports);
20518
21027
  __exportStar(require("./tradutor-reverso-python"), exports);
20519
21028
  __exportStar(require("./tradutor-reverso-tenda"), exports);
20520
21029
 
20521
- },{"./tradutor-assembly-arm":206,"./tradutor-assembly-x64":207,"./tradutor-assemblyscript":208,"./tradutor-calango":209,"./tradutor-javascript":210,"./tradutor-mermaidjs":211,"./tradutor-portugol-ipt":212,"./tradutor-python":213,"./tradutor-reverso-javascript":214,"./tradutor-reverso-python":215,"./tradutor-reverso-tenda":216}],199:[function(require,module,exports){
21030
+ },{"./tradutor-assembly-arm":212,"./tradutor-assembly-x64":213,"./tradutor-assemblyscript":214,"./tradutor-calango":215,"./tradutor-javascript":216,"./tradutor-mermaidjs":217,"./tradutor-portugol-ipt":218,"./tradutor-python":219,"./tradutor-reverso-javascript":220,"./tradutor-reverso-python":221,"./tradutor-reverso-tenda":222}],205:[function(require,module,exports){
20522
21031
  "use strict";
20523
21032
  Object.defineProperty(exports, "__esModule", { value: true });
20524
21033
  exports.ArestaFluxograma = void 0;
@@ -20530,7 +21039,7 @@ class ArestaFluxograma {
20530
21039
  }
20531
21040
  exports.ArestaFluxograma = ArestaFluxograma;
20532
21041
 
20533
- },{}],200:[function(require,module,exports){
21042
+ },{}],206:[function(require,module,exports){
20534
21043
  "use strict";
20535
21044
  Object.defineProperty(exports, "__esModule", { value: true });
20536
21045
  exports.DiagramaClasse = void 0;
@@ -20564,7 +21073,7 @@ class DiagramaClasse {
20564
21073
  }
20565
21074
  exports.DiagramaClasse = DiagramaClasse;
20566
21075
 
20567
- },{}],201:[function(require,module,exports){
21076
+ },{}],207:[function(require,module,exports){
20568
21077
  "use strict";
20569
21078
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
20570
21079
  if (k2 === undefined) k2 = k;
@@ -20586,7 +21095,7 @@ __exportStar(require("./diagrama-classe"), exports);
20586
21095
  __exportStar(require("./subgrafo-classe"), exports);
20587
21096
  __exportStar(require("./vertice-fluxograma"), exports);
20588
21097
 
20589
- },{"./aresta-fluxograma":199,"./diagrama-classe":200,"./subgrafo-classe":202,"./vertice-fluxograma":203}],202:[function(require,module,exports){
21098
+ },{"./aresta-fluxograma":205,"./diagrama-classe":206,"./subgrafo-classe":208,"./vertice-fluxograma":209}],208:[function(require,module,exports){
20590
21099
  "use strict";
20591
21100
  Object.defineProperty(exports, "__esModule", { value: true });
20592
21101
  exports.SubgrafoClasse = void 0;
@@ -20632,7 +21141,7 @@ class SubgrafoClasse {
20632
21141
  }
20633
21142
  exports.SubgrafoClasse = SubgrafoClasse;
20634
21143
 
20635
- },{}],203:[function(require,module,exports){
21144
+ },{}],209:[function(require,module,exports){
20636
21145
  "use strict";
20637
21146
  Object.defineProperty(exports, "__esModule", { value: true });
20638
21147
  exports.VerticeFluxograma = void 0;
@@ -20649,7 +21158,7 @@ class VerticeFluxograma {
20649
21158
  }
20650
21159
  exports.VerticeFluxograma = VerticeFluxograma;
20651
21160
 
20652
- },{}],204:[function(require,module,exports){
21161
+ },{}],210:[function(require,module,exports){
20653
21162
  "use strict";
20654
21163
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
20655
21164
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -21889,7 +22398,7 @@ __decorate([
21889
22398
  Decorators_1.Override
21890
22399
  ], Python3Lexer.prototype, "nextToken", null);
21891
22400
 
21892
- },{"./python3-parser":205,"antlr4ts/CommonToken":226,"antlr4ts/Decorators":230,"antlr4ts/Lexer":238,"antlr4ts/Token":255,"antlr4ts/VocabularyImpl":261,"antlr4ts/atn/ATNDeserializer":267,"antlr4ts/atn/LexerATNSimulator":288,"antlr4ts/misc/Utils":349}],205:[function(require,module,exports){
22401
+ },{"./python3-parser":211,"antlr4ts/CommonToken":232,"antlr4ts/Decorators":236,"antlr4ts/Lexer":244,"antlr4ts/Token":261,"antlr4ts/VocabularyImpl":267,"antlr4ts/atn/ATNDeserializer":273,"antlr4ts/atn/LexerATNSimulator":294,"antlr4ts/misc/Utils":355}],211:[function(require,module,exports){
21893
22402
  "use strict";
21894
22403
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
21895
22404
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -33136,7 +33645,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
33136
33645
  }
33137
33646
  exports.Yield_argContext = Yield_argContext;
33138
33647
 
33139
- },{"antlr4ts/FailedPredicateException":234,"antlr4ts/NoViableAltException":242,"antlr4ts/Parser":243,"antlr4ts/ParserRuleContext":246,"antlr4ts/RecognitionException":249,"antlr4ts/Token":255,"antlr4ts/VocabularyImpl":261,"antlr4ts/atn/ATN":263,"antlr4ts/atn/ATNDeserializer":267,"antlr4ts/atn/ParserATNSimulator":304,"antlr4ts/misc/Utils":349}],206:[function(require,module,exports){
33648
+ },{"antlr4ts/FailedPredicateException":240,"antlr4ts/NoViableAltException":248,"antlr4ts/Parser":249,"antlr4ts/ParserRuleContext":252,"antlr4ts/RecognitionException":255,"antlr4ts/Token":261,"antlr4ts/VocabularyImpl":267,"antlr4ts/atn/ATN":269,"antlr4ts/atn/ATNDeserializer":273,"antlr4ts/atn/ParserATNSimulator":310,"antlr4ts/misc/Utils":355}],212:[function(require,module,exports){
33140
33649
  "use strict";
33141
33650
  Object.defineProperty(exports, "__esModule", { value: true });
33142
33651
  exports.TradutorAssemblyARM = void 0;
@@ -33852,7 +34361,7 @@ ${labelFim}:`;
33852
34361
  }
33853
34362
  exports.TradutorAssemblyARM = TradutorAssemblyARM;
33854
34363
 
33855
- },{"../construtos":51,"../declaracoes":96}],207:[function(require,module,exports){
34364
+ },{"../construtos":51,"../declaracoes":96}],213:[function(require,module,exports){
33856
34365
  "use strict";
33857
34366
  Object.defineProperty(exports, "__esModule", { value: true });
33858
34367
  exports.TradutorAssemblyX64 = void 0;
@@ -34520,7 +35029,7 @@ ${labelFim}:`;
34520
35029
  }
34521
35030
  exports.TradutorAssemblyX64 = TradutorAssemblyX64;
34522
35031
 
34523
- },{"../construtos":51,"../declaracoes":96}],208:[function(require,module,exports){
35032
+ },{"../construtos":51,"../declaracoes":96}],214:[function(require,module,exports){
34524
35033
  "use strict";
34525
35034
  var __importDefault = (this && this.__importDefault) || function (mod) {
34526
35035
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -35155,7 +35664,7 @@ class TradutorAssemblyScript {
35155
35664
  }
35156
35665
  exports.TradutorAssemblyScript = TradutorAssemblyScript;
35157
35666
 
35158
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":190}],209:[function(require,module,exports){
35667
+ },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],215:[function(require,module,exports){
35159
35668
  "use strict";
35160
35669
  Object.defineProperty(exports, "__esModule", { value: true });
35161
35670
  exports.TradutorCalango = void 0;
@@ -35217,7 +35726,7 @@ class TradutorCalango {
35217
35726
  }
35218
35727
  exports.TradutorCalango = TradutorCalango;
35219
35728
 
35220
- },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":162}],210:[function(require,module,exports){
35729
+ },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":168}],216:[function(require,module,exports){
35221
35730
  "use strict";
35222
35731
  var __importDefault = (this && this.__importDefault) || function (mod) {
35223
35732
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -35970,7 +36479,7 @@ class TradutorJavaScript {
35970
36479
  }
35971
36480
  exports.TradutorJavaScript = TradutorJavaScript;
35972
36481
 
35973
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":190}],211:[function(require,module,exports){
36482
+ },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],217:[function(require,module,exports){
35974
36483
  "use strict";
35975
36484
  var __importDefault = (this && this.__importDefault) || function (mod) {
35976
36485
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -36488,7 +36997,7 @@ class TradutorMermaidJs {
36488
36997
  }
36489
36998
  exports.TradutorMermaidJs = TradutorMermaidJs;
36490
36999
 
36491
- },{"../tipos-de-simbolos/delegua":190,"./mermaid":201}],212:[function(require,module,exports){
37000
+ },{"../tipos-de-simbolos/delegua":196,"./mermaid":207}],218:[function(require,module,exports){
36492
37001
  "use strict";
36493
37002
  Object.defineProperty(exports, "__esModule", { value: true });
36494
37003
  exports.TradutorPortugolIpt = void 0;
@@ -36550,7 +37059,7 @@ class TradutorPortugolIpt {
36550
37059
  }
36551
37060
  exports.TradutorPortugolIpt = TradutorPortugolIpt;
36552
37061
 
36553
- },{"../avaliador-sintatico/dialetos":10,"../lexador/dialetos":162}],213:[function(require,module,exports){
37062
+ },{"../avaliador-sintatico/dialetos":10,"../lexador/dialetos":168}],219:[function(require,module,exports){
36554
37063
  "use strict";
36555
37064
  var __importDefault = (this && this.__importDefault) || function (mod) {
36556
37065
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -37199,7 +37708,7 @@ class TradutorPython {
37199
37708
  }
37200
37709
  exports.TradutorPython = TradutorPython;
37201
37710
 
37202
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":190}],214:[function(require,module,exports){
37711
+ },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],220:[function(require,module,exports){
37203
37712
  "use strict";
37204
37713
  Object.defineProperty(exports, "__esModule", { value: true });
37205
37714
  exports.TradutorReversoJavaScript = void 0;
@@ -37596,7 +38105,7 @@ class TradutorReversoJavaScript {
37596
38105
  }
37597
38106
  exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
37598
38107
 
37599
- },{}],215:[function(require,module,exports){
38108
+ },{}],221:[function(require,module,exports){
37600
38109
  "use strict";
37601
38110
  Object.defineProperty(exports, "__esModule", { value: true });
37602
38111
  exports.TradutorReversoPython = void 0;
@@ -37669,7 +38178,7 @@ class TradutorReversoPython {
37669
38178
  }
37670
38179
  exports.TradutorReversoPython = TradutorReversoPython;
37671
38180
 
37672
- },{"./python/python3-lexer":204,"./python/python3-parser":205,"antlr4ts":332,"antlr4ts/tree/ParseTreeWalker":351}],216:[function(require,module,exports){
38181
+ },{"./python/python3-lexer":210,"./python/python3-parser":211,"antlr4ts":338,"antlr4ts/tree/ParseTreeWalker":357}],222:[function(require,module,exports){
37673
38182
  "use strict";
37674
38183
  var __importDefault = (this && this.__importDefault) || function (mod) {
37675
38184
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -38263,7 +38772,7 @@ class TradutorReversoTenda {
38263
38772
  }
38264
38773
  exports.TradutorReversoTenda = TradutorReversoTenda;
38265
38774
 
38266
- },{"../construtos":51,"../tipos-de-simbolos/tenda":197}],217:[function(require,module,exports){
38775
+ },{"../construtos":51,"../tipos-de-simbolos/tenda":203}],223:[function(require,module,exports){
38267
38776
  "use strict";
38268
38777
  /*!
38269
38778
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38271,7 +38780,7 @@ exports.TradutorReversoTenda = TradutorReversoTenda;
38271
38780
  */
38272
38781
  Object.defineProperty(exports, "__esModule", { value: true });
38273
38782
 
38274
- },{}],218:[function(require,module,exports){
38783
+ },{}],224:[function(require,module,exports){
38275
38784
  "use strict";
38276
38785
  /*!
38277
38786
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38279,7 +38788,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
38279
38788
  */
38280
38789
  Object.defineProperty(exports, "__esModule", { value: true });
38281
38790
 
38282
- },{}],219:[function(require,module,exports){
38791
+ },{}],225:[function(require,module,exports){
38283
38792
  "use strict";
38284
38793
  /*!
38285
38794
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38441,7 +38950,7 @@ __decorate([
38441
38950
  ], ANTLRInputStream.prototype, "toString", null);
38442
38951
  exports.ANTLRInputStream = ANTLRInputStream;
38443
38952
 
38444
- },{"./Decorators":230,"./IntStream":236,"assert":373}],220:[function(require,module,exports){
38953
+ },{"./Decorators":236,"./IntStream":242,"assert":379}],226:[function(require,module,exports){
38445
38954
  "use strict";
38446
38955
  /*!
38447
38956
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38524,7 +39033,7 @@ __decorate([
38524
39033
  ], BailErrorStrategy.prototype, "sync", null);
38525
39034
  exports.BailErrorStrategy = BailErrorStrategy;
38526
39035
 
38527
- },{"./Decorators":230,"./DefaultErrorStrategy":231,"./InputMismatchException":235,"./misc/ParseCancellationException":347}],221:[function(require,module,exports){
39036
+ },{"./Decorators":236,"./DefaultErrorStrategy":237,"./InputMismatchException":241,"./misc/ParseCancellationException":353}],227:[function(require,module,exports){
38528
39037
  "use strict";
38529
39038
  /*!
38530
39039
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39014,7 +39523,7 @@ BufferedTokenStream = __decorate([
39014
39523
  ], BufferedTokenStream);
39015
39524
  exports.BufferedTokenStream = BufferedTokenStream;
39016
39525
 
39017
- },{"./CommonToken":226,"./Decorators":230,"./Lexer":238,"./Token":255,"./misc/Interval":342,"assert":373}],222:[function(require,module,exports){
39526
+ },{"./CommonToken":232,"./Decorators":236,"./Lexer":244,"./Token":261,"./misc/Interval":348,"assert":379}],228:[function(require,module,exports){
39018
39527
  "use strict";
39019
39528
  /*!
39020
39529
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39022,7 +39531,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
39022
39531
  */
39023
39532
  Object.defineProperty(exports, "__esModule", { value: true });
39024
39533
 
39025
- },{}],223:[function(require,module,exports){
39534
+ },{}],229:[function(require,module,exports){
39026
39535
  "use strict";
39027
39536
  /*!
39028
39537
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39156,7 +39665,7 @@ var CharStreams;
39156
39665
  // }
39157
39666
  })(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
39158
39667
 
39159
- },{"./CodePointBuffer":224,"./CodePointCharStream":225,"./IntStream":236}],224:[function(require,module,exports){
39668
+ },{"./CodePointBuffer":230,"./CodePointCharStream":231,"./IntStream":242}],230:[function(require,module,exports){
39160
39669
  "use strict";
39161
39670
  /*!
39162
39671
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39391,7 +39900,7 @@ exports.CodePointBuffer = CodePointBuffer;
39391
39900
  CodePointBuffer.Builder = Builder;
39392
39901
  })(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
39393
39902
 
39394
- },{"./misc/Character":338,"assert":373}],225:[function(require,module,exports){
39903
+ },{"./misc/Character":344,"assert":379}],231:[function(require,module,exports){
39395
39904
  "use strict";
39396
39905
  /*!
39397
39906
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39541,7 +40050,7 @@ __decorate([
39541
40050
  ], CodePointCharStream.prototype, "getText", null);
39542
40051
  exports.CodePointCharStream = CodePointCharStream;
39543
40052
 
39544
- },{"./Decorators":230,"./IntStream":236,"./misc/Interval":342,"assert":373}],226:[function(require,module,exports){
40053
+ },{"./Decorators":236,"./IntStream":242,"./misc/Interval":348,"assert":379}],232:[function(require,module,exports){
39545
40054
  "use strict";
39546
40055
  /*!
39547
40056
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39771,7 +40280,7 @@ CommonToken = __decorate([
39771
40280
  ], CommonToken);
39772
40281
  exports.CommonToken = CommonToken;
39773
40282
 
39774
- },{"./Decorators":230,"./Token":255,"./misc/Interval":342}],227:[function(require,module,exports){
40283
+ },{"./Decorators":236,"./Token":261,"./misc/Interval":348}],233:[function(require,module,exports){
39775
40284
  "use strict";
39776
40285
  /*!
39777
40286
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39835,7 +40344,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
39835
40344
  CommonTokenFactory.DEFAULT = new CommonTokenFactory();
39836
40345
  })(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
39837
40346
 
39838
- },{"./CommonToken":226,"./Decorators":230,"./misc/Interval":342}],228:[function(require,module,exports){
40347
+ },{"./CommonToken":232,"./Decorators":236,"./misc/Interval":348}],234:[function(require,module,exports){
39839
40348
  "use strict";
39840
40349
  /*!
39841
40350
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39962,7 +40471,7 @@ CommonTokenStream = __decorate([
39962
40471
  ], CommonTokenStream);
39963
40472
  exports.CommonTokenStream = CommonTokenStream;
39964
40473
 
39965
- },{"./BufferedTokenStream":221,"./Decorators":230,"./Token":255}],229:[function(require,module,exports){
40474
+ },{"./BufferedTokenStream":227,"./Decorators":236,"./Token":261}],235:[function(require,module,exports){
39966
40475
  "use strict";
39967
40476
  /*!
39968
40477
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39996,7 +40505,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
39996
40505
  */
39997
40506
  ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
39998
40507
 
39999
- },{}],230:[function(require,module,exports){
40508
+ },{}],236:[function(require,module,exports){
40000
40509
  "use strict";
40001
40510
  /*!
40002
40511
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40023,7 +40532,7 @@ function SuppressWarnings(options) {
40023
40532
  }
40024
40533
  exports.SuppressWarnings = SuppressWarnings;
40025
40534
 
40026
- },{}],231:[function(require,module,exports){
40535
+ },{}],237:[function(require,module,exports){
40027
40536
  "use strict";
40028
40537
  /*!
40029
40538
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40837,7 +41346,7 @@ __decorate([
40837
41346
  ], DefaultErrorStrategy.prototype, "consumeUntil", null);
40838
41347
  exports.DefaultErrorStrategy = DefaultErrorStrategy;
40839
41348
 
40840
- },{"./Decorators":230,"./FailedPredicateException":234,"./InputMismatchException":235,"./NoViableAltException":242,"./Token":255,"./atn/ATNState":269,"./atn/ATNStateType":270,"./atn/PredictionContext":310,"./misc/IntervalSet":343}],232:[function(require,module,exports){
41349
+ },{"./Decorators":236,"./FailedPredicateException":240,"./InputMismatchException":241,"./NoViableAltException":248,"./Token":261,"./atn/ATNState":275,"./atn/ATNStateType":276,"./atn/PredictionContext":316,"./misc/IntervalSet":349}],238:[function(require,module,exports){
40841
41350
  "use strict";
40842
41351
  /*!
40843
41352
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40913,7 +41422,7 @@ var Dependents;
40913
41422
  Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
40914
41423
  })(Dependents = exports.Dependents || (exports.Dependents = {}));
40915
41424
 
40916
- },{}],233:[function(require,module,exports){
41425
+ },{}],239:[function(require,module,exports){
40917
41426
  "use strict";
40918
41427
  /*!
40919
41428
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41061,7 +41570,7 @@ __decorate([
41061
41570
  ], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
41062
41571
  exports.DiagnosticErrorListener = DiagnosticErrorListener;
41063
41572
 
41064
- },{"./Decorators":230,"./misc/BitSet":337,"./misc/Interval":342}],234:[function(require,module,exports){
41573
+ },{"./Decorators":236,"./misc/BitSet":343,"./misc/Interval":348}],240:[function(require,module,exports){
41065
41574
  "use strict";
41066
41575
  /*!
41067
41576
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41126,7 +41635,7 @@ FailedPredicateException = __decorate([
41126
41635
  ], FailedPredicateException);
41127
41636
  exports.FailedPredicateException = FailedPredicateException;
41128
41637
 
41129
- },{"./Decorators":230,"./RecognitionException":249,"./atn/PredicateTransition":309}],235:[function(require,module,exports){
41638
+ },{"./Decorators":236,"./RecognitionException":255,"./atn/PredicateTransition":315}],241:[function(require,module,exports){
41130
41639
  "use strict";
41131
41640
  /*!
41132
41641
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41166,7 +41675,7 @@ InputMismatchException = __decorate([
41166
41675
  ], InputMismatchException);
41167
41676
  exports.InputMismatchException = InputMismatchException;
41168
41677
 
41169
- },{"./Decorators":230,"./RecognitionException":249}],236:[function(require,module,exports){
41678
+ },{"./Decorators":236,"./RecognitionException":255}],242:[function(require,module,exports){
41170
41679
  "use strict";
41171
41680
  /*!
41172
41681
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41189,7 +41698,7 @@ var IntStream;
41189
41698
  IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
41190
41699
  })(IntStream = exports.IntStream || (exports.IntStream = {}));
41191
41700
 
41192
- },{}],237:[function(require,module,exports){
41701
+ },{}],243:[function(require,module,exports){
41193
41702
  "use strict";
41194
41703
  /*!
41195
41704
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41236,7 +41745,7 @@ __decorate([
41236
41745
  ], InterpreterRuleContext.prototype, "ruleIndex", null);
41237
41746
  exports.InterpreterRuleContext = InterpreterRuleContext;
41238
41747
 
41239
- },{"./Decorators":230,"./ParserRuleContext":246}],238:[function(require,module,exports){
41748
+ },{"./Decorators":236,"./ParserRuleContext":252}],244:[function(require,module,exports){
41240
41749
  "use strict";
41241
41750
  /*!
41242
41751
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41572,7 +42081,7 @@ __decorate([
41572
42081
  ], Lexer.prototype, "charPositionInLine", null);
41573
42082
  exports.Lexer = Lexer;
41574
42083
 
41575
- },{"./CommonTokenFactory":227,"./Decorators":230,"./IntStream":236,"./LexerNoViableAltException":240,"./Recognizer":250,"./Token":255,"./atn/LexerATNSimulator":288,"./misc/IntegerStack":341,"./misc/Interval":342}],239:[function(require,module,exports){
42084
+ },{"./CommonTokenFactory":233,"./Decorators":236,"./IntStream":242,"./LexerNoViableAltException":246,"./Recognizer":256,"./Token":261,"./atn/LexerATNSimulator":294,"./misc/IntegerStack":347,"./misc/Interval":348}],245:[function(require,module,exports){
41576
42085
  "use strict";
41577
42086
  /*!
41578
42087
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41652,7 +42161,7 @@ LexerInterpreter = __decorate([
41652
42161
  ], LexerInterpreter);
41653
42162
  exports.LexerInterpreter = LexerInterpreter;
41654
42163
 
41655
- },{"./Decorators":230,"./Lexer":238,"./atn/LexerATNSimulator":288}],240:[function(require,module,exports){
42164
+ },{"./Decorators":236,"./Lexer":244,"./atn/LexerATNSimulator":294}],246:[function(require,module,exports){
41656
42165
  "use strict";
41657
42166
  /*!
41658
42167
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41709,7 +42218,7 @@ LexerNoViableAltException = __decorate([
41709
42218
  ], LexerNoViableAltException);
41710
42219
  exports.LexerNoViableAltException = LexerNoViableAltException;
41711
42220
 
41712
- },{"./Decorators":230,"./RecognitionException":249,"./misc/Interval":342,"./misc/Utils":349}],241:[function(require,module,exports){
42221
+ },{"./Decorators":236,"./RecognitionException":255,"./misc/Interval":348,"./misc/Utils":355}],247:[function(require,module,exports){
41713
42222
  "use strict";
41714
42223
  /*!
41715
42224
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41919,7 +42428,7 @@ ListTokenSource = __decorate([
41919
42428
  ], ListTokenSource);
41920
42429
  exports.ListTokenSource = ListTokenSource;
41921
42430
 
41922
- },{"./CommonTokenFactory":227,"./Decorators":230,"./Token":255}],242:[function(require,module,exports){
42431
+ },{"./CommonTokenFactory":233,"./Decorators":236,"./Token":261}],248:[function(require,module,exports){
41923
42432
  "use strict";
41924
42433
  /*!
41925
42434
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41974,7 +42483,7 @@ __decorate([
41974
42483
  ], NoViableAltException.prototype, "_startToken", void 0);
41975
42484
  exports.NoViableAltException = NoViableAltException;
41976
42485
 
41977
- },{"./Decorators":230,"./Parser":243,"./RecognitionException":249}],243:[function(require,module,exports){
42486
+ },{"./Decorators":236,"./Parser":249,"./RecognitionException":255}],249:[function(require,module,exports){
41978
42487
  (function (process){(function (){
41979
42488
  "use strict";
41980
42489
  /*!
@@ -42820,7 +43329,7 @@ __decorate([
42820
43329
  exports.Parser = Parser;
42821
43330
 
42822
43331
  }).call(this)}).call(this,require('_process'))
42823
- },{"./Decorators":230,"./DefaultErrorStrategy":231,"./Lexer":238,"./ProxyParserErrorListener":248,"./Recognizer":250,"./Token":255,"./atn/ATNDeserializationOptions":266,"./atn/ATNDeserializer":267,"./atn/ParseInfo":303,"./atn/ParserATNSimulator":304,"./atn/ProfilingATNSimulator":313,"./misc/IntegerStack":341,"./misc/Utils":349,"./tree/ErrorNode":350,"./tree/TerminalNode":353,"./tree/pattern/ParseTreePatternMatcher":358,"_process":432}],244:[function(require,module,exports){
43332
+ },{"./Decorators":236,"./DefaultErrorStrategy":237,"./Lexer":244,"./ProxyParserErrorListener":254,"./Recognizer":256,"./Token":261,"./atn/ATNDeserializationOptions":272,"./atn/ATNDeserializer":273,"./atn/ParseInfo":309,"./atn/ParserATNSimulator":310,"./atn/ProfilingATNSimulator":319,"./misc/IntegerStack":347,"./misc/Utils":355,"./tree/ErrorNode":356,"./tree/TerminalNode":359,"./tree/pattern/ParseTreePatternMatcher":364,"_process":438}],250:[function(require,module,exports){
42824
43333
  "use strict";
42825
43334
  /*!
42826
43335
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42828,7 +43337,7 @@ exports.Parser = Parser;
42828
43337
  */
42829
43338
  Object.defineProperty(exports, "__esModule", { value: true });
42830
43339
 
42831
- },{}],245:[function(require,module,exports){
43340
+ },{}],251:[function(require,module,exports){
42832
43341
  "use strict";
42833
43342
  /*!
42834
43343
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43236,7 +43745,7 @@ ParserInterpreter = __decorate([
43236
43745
  ], ParserInterpreter);
43237
43746
  exports.ParserInterpreter = ParserInterpreter;
43238
43747
 
43239
- },{"./Decorators":230,"./FailedPredicateException":234,"./InputMismatchException":235,"./InterpreterRuleContext":237,"./Parser":243,"./RecognitionException":249,"./Token":255,"./atn/ATNState":269,"./atn/ATNStateType":270,"./atn/LoopEndState":300,"./atn/ParserATNSimulator":304,"./atn/StarLoopEntryState":322,"./misc/BitSet":337}],246:[function(require,module,exports){
43748
+ },{"./Decorators":236,"./FailedPredicateException":240,"./InputMismatchException":241,"./InterpreterRuleContext":243,"./Parser":249,"./RecognitionException":255,"./Token":261,"./atn/ATNState":275,"./atn/ATNStateType":276,"./atn/LoopEndState":306,"./atn/ParserATNSimulator":310,"./atn/StarLoopEntryState":328,"./misc/BitSet":343}],252:[function(require,module,exports){
43240
43749
  "use strict";
43241
43750
  /*!
43242
43751
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43537,7 +44046,7 @@ __decorate([
43537
44046
  ], ParserRuleContext.prototype, "sourceInterval", null);
43538
44047
  exports.ParserRuleContext = ParserRuleContext;
43539
44048
 
43540
- },{"./Decorators":230,"./RuleContext":251,"./misc/Interval":342,"./tree/ErrorNode":350,"./tree/TerminalNode":353}],247:[function(require,module,exports){
44049
+ },{"./Decorators":236,"./RuleContext":257,"./misc/Interval":348,"./tree/ErrorNode":356,"./tree/TerminalNode":359}],253:[function(require,module,exports){
43541
44050
  "use strict";
43542
44051
  /*!
43543
44052
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43587,7 +44096,7 @@ __decorate([
43587
44096
  ], ProxyErrorListener.prototype, "syntaxError", null);
43588
44097
  exports.ProxyErrorListener = ProxyErrorListener;
43589
44098
 
43590
- },{"./Decorators":230}],248:[function(require,module,exports){
44099
+ },{"./Decorators":236}],254:[function(require,module,exports){
43591
44100
  "use strict";
43592
44101
  /*!
43593
44102
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43646,7 +44155,7 @@ __decorate([
43646
44155
  ], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
43647
44156
  exports.ProxyParserErrorListener = ProxyParserErrorListener;
43648
44157
 
43649
- },{"./Decorators":230,"./ProxyErrorListener":247}],249:[function(require,module,exports){
44158
+ },{"./Decorators":236,"./ProxyErrorListener":253}],255:[function(require,module,exports){
43650
44159
  "use strict";
43651
44160
  /*!
43652
44161
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43751,7 +44260,7 @@ class RecognitionException extends Error {
43751
44260
  }
43752
44261
  exports.RecognitionException = RecognitionException;
43753
44262
 
43754
- },{}],250:[function(require,module,exports){
44263
+ },{}],256:[function(require,module,exports){
43755
44264
  "use strict";
43756
44265
  /*!
43757
44266
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43970,7 +44479,7 @@ __decorate([
43970
44479
  ], Recognizer.prototype, "getErrorListeners", null);
43971
44480
  exports.Recognizer = Recognizer;
43972
44481
 
43973
- },{"./ConsoleErrorListener":229,"./Decorators":230,"./ProxyErrorListener":247,"./Token":255,"./misc/Utils":349}],251:[function(require,module,exports){
44482
+ },{"./ConsoleErrorListener":235,"./Decorators":236,"./ProxyErrorListener":253,"./Token":261,"./misc/Utils":355}],257:[function(require,module,exports){
43974
44483
  "use strict";
43975
44484
  /*!
43976
44485
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44187,7 +44696,7 @@ __decorate([
44187
44696
  ], RuleContext.prototype, "toStringTree", null);
44188
44697
  exports.RuleContext = RuleContext;
44189
44698
 
44190
- },{"./Decorators":230,"./ParserRuleContext":246,"./Recognizer":250,"./atn/ATN":263,"./misc/Interval":342,"./tree/RuleNode":352,"./tree/Trees":354}],252:[function(require,module,exports){
44699
+ },{"./Decorators":236,"./ParserRuleContext":252,"./Recognizer":256,"./atn/ATN":269,"./misc/Interval":348,"./tree/RuleNode":358,"./tree/Trees":360}],258:[function(require,module,exports){
44191
44700
  "use strict";
44192
44701
  /*!
44193
44702
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44238,7 +44747,7 @@ __decorate([
44238
44747
  ], RuleContextWithAltNum.prototype, "altNumber", null);
44239
44748
  exports.RuleContextWithAltNum = RuleContextWithAltNum;
44240
44749
 
44241
- },{"./Decorators":230,"./ParserRuleContext":246,"./atn/ATN":263}],253:[function(require,module,exports){
44750
+ },{"./Decorators":236,"./ParserRuleContext":252,"./atn/ATN":269}],259:[function(require,module,exports){
44242
44751
  "use strict";
44243
44752
  /*!
44244
44753
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44261,7 +44770,7 @@ function RuleDependency(dependency) {
44261
44770
  }
44262
44771
  exports.RuleDependency = RuleDependency;
44263
44772
 
44264
- },{}],254:[function(require,module,exports){
44773
+ },{}],260:[function(require,module,exports){
44265
44774
  "use strict";
44266
44775
  /*!
44267
44776
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44280,7 +44789,7 @@ function RuleVersion(version) {
44280
44789
  }
44281
44790
  exports.RuleVersion = RuleVersion;
44282
44791
 
44283
- },{}],255:[function(require,module,exports){
44792
+ },{}],261:[function(require,module,exports){
44284
44793
  "use strict";
44285
44794
  /*!
44286
44795
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44320,7 +44829,7 @@ var Token;
44320
44829
  Token.MIN_USER_CHANNEL_VALUE = 2;
44321
44830
  })(Token = exports.Token || (exports.Token = {}));
44322
44831
 
44323
- },{"./IntStream":236}],256:[function(require,module,exports){
44832
+ },{"./IntStream":242}],262:[function(require,module,exports){
44324
44833
  "use strict";
44325
44834
  /*!
44326
44835
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44328,7 +44837,7 @@ var Token;
44328
44837
  */
44329
44838
  Object.defineProperty(exports, "__esModule", { value: true });
44330
44839
 
44331
- },{}],257:[function(require,module,exports){
44840
+ },{}],263:[function(require,module,exports){
44332
44841
  "use strict";
44333
44842
  /*!
44334
44843
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44336,7 +44845,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
44336
44845
  */
44337
44846
  Object.defineProperty(exports, "__esModule", { value: true });
44338
44847
 
44339
- },{}],258:[function(require,module,exports){
44848
+ },{}],264:[function(require,module,exports){
44340
44849
  "use strict";
44341
44850
  /*!
44342
44851
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44344,7 +44853,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
44344
44853
  */
44345
44854
  Object.defineProperty(exports, "__esModule", { value: true });
44346
44855
 
44347
- },{}],259:[function(require,module,exports){
44856
+ },{}],265:[function(require,module,exports){
44348
44857
  "use strict";
44349
44858
  /*!
44350
44859
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44852,7 +45361,7 @@ __decorate([
44852
45361
  Decorators_1.Override
44853
45362
  ], ReplaceOp.prototype, "toString", null);
44854
45363
 
44855
- },{"./Decorators":230,"./Token":255,"./misc/Interval":342}],260:[function(require,module,exports){
45364
+ },{"./Decorators":236,"./Token":261,"./misc/Interval":348}],266:[function(require,module,exports){
44856
45365
  "use strict";
44857
45366
  /*!
44858
45367
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44860,7 +45369,7 @@ __decorate([
44860
45369
  */
44861
45370
  Object.defineProperty(exports, "__esModule", { value: true });
44862
45371
 
44863
- },{}],261:[function(require,module,exports){
45372
+ },{}],267:[function(require,module,exports){
44864
45373
  "use strict";
44865
45374
  /*!
44866
45375
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44980,7 +45489,7 @@ __decorate([
44980
45489
  ], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
44981
45490
  exports.VocabularyImpl = VocabularyImpl;
44982
45491
 
44983
- },{"./Decorators":230,"./Token":255}],262:[function(require,module,exports){
45492
+ },{"./Decorators":236,"./Token":261}],268:[function(require,module,exports){
44984
45493
  "use strict";
44985
45494
  /*!
44986
45495
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44988,7 +45497,7 @@ exports.VocabularyImpl = VocabularyImpl;
44988
45497
  */
44989
45498
  Object.defineProperty(exports, "__esModule", { value: true });
44990
45499
 
44991
- },{}],263:[function(require,module,exports){
45500
+ },{}],269:[function(require,module,exports){
44992
45501
  "use strict";
44993
45502
  /*!
44994
45503
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45210,7 +45719,7 @@ exports.ATN = ATN;
45210
45719
  })(ATN = exports.ATN || (exports.ATN = {}));
45211
45720
  exports.ATN = ATN;
45212
45721
 
45213
- },{"../Decorators":230,"../Token":255,"../dfa/DFA":328,"../misc/Array2DHashMap":333,"../misc/IntervalSet":343,"../misc/ObjectEqualityComparator":346,"./InvalidState":286,"./LL1Analyzer":287,"./PredictionContext":310,"assert":373}],264:[function(require,module,exports){
45722
+ },{"../Decorators":236,"../Token":261,"../dfa/DFA":334,"../misc/Array2DHashMap":339,"../misc/IntervalSet":349,"../misc/ObjectEqualityComparator":352,"./InvalidState":292,"./LL1Analyzer":293,"./PredictionContext":316,"assert":379}],270:[function(require,module,exports){
45214
45723
  "use strict";
45215
45724
  /*!
45216
45725
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45735,7 +46244,7 @@ ActionSemanticContextATNConfig = __decorate([
45735
46244
  __param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
45736
46245
  ], ActionSemanticContextATNConfig);
45737
46246
 
45738
- },{"../Decorators":230,"../misc/Array2DHashMap":333,"../misc/MurmurHash":345,"../misc/ObjectEqualityComparator":346,"./DecisionState":283,"./PredictionContext":310,"./SemanticContext":318,"assert":373}],265:[function(require,module,exports){
46247
+ },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/MurmurHash":351,"../misc/ObjectEqualityComparator":352,"./DecisionState":289,"./PredictionContext":316,"./SemanticContext":324,"assert":379}],271:[function(require,module,exports){
45739
46248
  "use strict";
45740
46249
  /*!
45741
46250
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46182,7 +46691,7 @@ __decorate([
46182
46691
  ], ATNConfigSet.prototype, "hashCode", null);
46183
46692
  exports.ATNConfigSet = ATNConfigSet;
46184
46693
 
46185
- },{"../Decorators":230,"../misc/Array2DHashMap":333,"../misc/Array2DHashSet":334,"../misc/ArrayEqualityComparator":335,"../misc/BitSet":337,"../misc/ObjectEqualityComparator":346,"../misc/Utils":349,"./ATN":263,"./ATNConfig":264,"./PredictionContext":310,"./PredictionContextCache":311,"./SemanticContext":318,"assert":373}],266:[function(require,module,exports){
46694
+ },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/Array2DHashSet":340,"../misc/ArrayEqualityComparator":341,"../misc/BitSet":343,"../misc/ObjectEqualityComparator":352,"../misc/Utils":355,"./ATN":269,"./ATNConfig":270,"./PredictionContext":316,"./PredictionContextCache":317,"./SemanticContext":324,"assert":379}],272:[function(require,module,exports){
46186
46695
  "use strict";
46187
46696
  /*!
46188
46697
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46261,7 +46770,7 @@ __decorate([
46261
46770
  ], ATNDeserializationOptions, "defaultOptions", null);
46262
46771
  exports.ATNDeserializationOptions = ATNDeserializationOptions;
46263
46772
 
46264
- },{"../Decorators":230}],267:[function(require,module,exports){
46773
+ },{"../Decorators":236}],273:[function(require,module,exports){
46265
46774
  "use strict";
46266
46775
  /*!
46267
46776
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47348,7 +47857,7 @@ __decorate([
47348
47857
  ], ATNDeserializer.prototype, "edgeFactory", null);
47349
47858
  exports.ATNDeserializer = ATNDeserializer;
47350
47859
 
47351
- },{"../Decorators":230,"../Token":255,"../dfa/DFA":328,"../misc/Array2DHashSet":334,"../misc/BitSet":337,"../misc/IntervalSet":343,"../misc/UUID":348,"./ATN":263,"./ATNDeserializationOptions":266,"./ATNStateType":270,"./ActionTransition":272,"./AtomTransition":274,"./BasicBlockStartState":275,"./BasicState":276,"./BlockEndState":277,"./BlockStartState":278,"./DecisionState":283,"./EpsilonTransition":284,"./InvalidState":286,"./LexerChannelAction":290,"./LexerCustomAction":291,"./LexerModeAction":293,"./LexerMoreAction":294,"./LexerPopModeAction":295,"./LexerPushModeAction":296,"./LexerSkipAction":297,"./LexerTypeAction":298,"./LoopEndState":300,"./NotSetTransition":301,"./ParserATNSimulator":304,"./PlusBlockStartState":305,"./PlusLoopbackState":306,"./PrecedencePredicateTransition":307,"./PredicateTransition":309,"./RangeTransition":314,"./RuleStartState":315,"./RuleStopState":316,"./RuleTransition":317,"./SetTransition":319,"./StarBlockStartState":321,"./StarLoopEntryState":322,"./StarLoopbackState":323,"./TokensStartState":324,"./WildcardTransition":326}],268:[function(require,module,exports){
47860
+ },{"../Decorators":236,"../Token":261,"../dfa/DFA":334,"../misc/Array2DHashSet":340,"../misc/BitSet":343,"../misc/IntervalSet":349,"../misc/UUID":354,"./ATN":269,"./ATNDeserializationOptions":272,"./ATNStateType":276,"./ActionTransition":278,"./AtomTransition":280,"./BasicBlockStartState":281,"./BasicState":282,"./BlockEndState":283,"./BlockStartState":284,"./DecisionState":289,"./EpsilonTransition":290,"./InvalidState":292,"./LexerChannelAction":296,"./LexerCustomAction":297,"./LexerModeAction":299,"./LexerMoreAction":300,"./LexerPopModeAction":301,"./LexerPushModeAction":302,"./LexerSkipAction":303,"./LexerTypeAction":304,"./LoopEndState":306,"./NotSetTransition":307,"./ParserATNSimulator":310,"./PlusBlockStartState":311,"./PlusLoopbackState":312,"./PrecedencePredicateTransition":313,"./PredicateTransition":315,"./RangeTransition":320,"./RuleStartState":321,"./RuleStopState":322,"./RuleTransition":323,"./SetTransition":325,"./StarBlockStartState":327,"./StarLoopEntryState":328,"./StarLoopbackState":329,"./TokensStartState":330,"./WildcardTransition":332}],274:[function(require,module,exports){
47352
47861
  "use strict";
47353
47862
  /*!
47354
47863
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47412,7 +47921,7 @@ exports.ATNSimulator = ATNSimulator;
47412
47921
  })(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
47413
47922
  exports.ATNSimulator = ATNSimulator;
47414
47923
 
47415
- },{"../Decorators":230,"../dfa/DFAState":330,"./ATNConfigSet":265,"./PredictionContext":310}],269:[function(require,module,exports){
47924
+ },{"../Decorators":236,"../dfa/DFAState":336,"./ATNConfigSet":271,"./PredictionContext":316}],275:[function(require,module,exports){
47416
47925
  "use strict";
47417
47926
  /*!
47418
47927
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47599,7 +48108,7 @@ exports.ATNState = ATNState;
47599
48108
  ATNState.INVALID_STATE_NUMBER = -1;
47600
48109
  })(ATNState = exports.ATNState || (exports.ATNState = {}));
47601
48110
 
47602
- },{"../Decorators":230}],270:[function(require,module,exports){
48111
+ },{"../Decorators":236}],276:[function(require,module,exports){
47603
48112
  "use strict";
47604
48113
  /*!
47605
48114
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47625,7 +48134,7 @@ var ATNStateType;
47625
48134
  ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
47626
48135
  })(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
47627
48136
 
47628
- },{}],271:[function(require,module,exports){
48137
+ },{}],277:[function(require,module,exports){
47629
48138
  "use strict";
47630
48139
  /*!
47631
48140
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47645,7 +48154,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
47645
48154
  }
47646
48155
  exports.AbstractPredicateTransition = AbstractPredicateTransition;
47647
48156
 
47648
- },{"./Transition":325}],272:[function(require,module,exports){
48157
+ },{"./Transition":331}],278:[function(require,module,exports){
47649
48158
  "use strict";
47650
48159
  /*!
47651
48160
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47701,7 +48210,7 @@ ActionTransition = __decorate([
47701
48210
  ], ActionTransition);
47702
48211
  exports.ActionTransition = ActionTransition;
47703
48212
 
47704
- },{"../Decorators":230,"./Transition":325}],273:[function(require,module,exports){
48213
+ },{"../Decorators":236,"./Transition":331}],279:[function(require,module,exports){
47705
48214
  "use strict";
47706
48215
  /*!
47707
48216
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47788,7 +48297,7 @@ AmbiguityInfo = __decorate([
47788
48297
  ], AmbiguityInfo);
47789
48298
  exports.AmbiguityInfo = AmbiguityInfo;
47790
48299
 
47791
- },{"../Decorators":230,"./DecisionEventInfo":281}],274:[function(require,module,exports){
48300
+ },{"../Decorators":236,"./DecisionEventInfo":287}],280:[function(require,module,exports){
47792
48301
  "use strict";
47793
48302
  /*!
47794
48303
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47846,7 +48355,7 @@ AtomTransition = __decorate([
47846
48355
  ], AtomTransition);
47847
48356
  exports.AtomTransition = AtomTransition;
47848
48357
 
47849
- },{"../Decorators":230,"../misc/IntervalSet":343,"./Transition":325}],275:[function(require,module,exports){
48358
+ },{"../Decorators":236,"../misc/IntervalSet":349,"./Transition":331}],281:[function(require,module,exports){
47850
48359
  "use strict";
47851
48360
  /*!
47852
48361
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47878,7 +48387,7 @@ __decorate([
47878
48387
  ], BasicBlockStartState.prototype, "stateType", null);
47879
48388
  exports.BasicBlockStartState = BasicBlockStartState;
47880
48389
 
47881
- },{"../Decorators":230,"./ATNStateType":270,"./BlockStartState":278}],276:[function(require,module,exports){
48390
+ },{"../Decorators":236,"./ATNStateType":276,"./BlockStartState":284}],282:[function(require,module,exports){
47882
48391
  "use strict";
47883
48392
  /*!
47884
48393
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47910,7 +48419,7 @@ __decorate([
47910
48419
  ], BasicState.prototype, "stateType", null);
47911
48420
  exports.BasicState = BasicState;
47912
48421
 
47913
- },{"../Decorators":230,"./ATNState":269,"./ATNStateType":270}],277:[function(require,module,exports){
48422
+ },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],283:[function(require,module,exports){
47914
48423
  "use strict";
47915
48424
  /*!
47916
48425
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47939,7 +48448,7 @@ __decorate([
47939
48448
  ], BlockEndState.prototype, "stateType", null);
47940
48449
  exports.BlockEndState = BlockEndState;
47941
48450
 
47942
- },{"../Decorators":230,"./ATNState":269,"./ATNStateType":270}],278:[function(require,module,exports){
48451
+ },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],284:[function(require,module,exports){
47943
48452
  "use strict";
47944
48453
  /*!
47945
48454
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47953,7 +48462,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
47953
48462
  }
47954
48463
  exports.BlockStartState = BlockStartState;
47955
48464
 
47956
- },{"./DecisionState":283}],279:[function(require,module,exports){
48465
+ },{"./DecisionState":289}],285:[function(require,module,exports){
47957
48466
  "use strict";
47958
48467
  /*!
47959
48468
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48023,7 +48532,7 @@ __decorate([
48023
48532
  ], ConflictInfo.prototype, "hashCode", null);
48024
48533
  exports.ConflictInfo = ConflictInfo;
48025
48534
 
48026
- },{"../Decorators":230,"../misc/Utils":349}],280:[function(require,module,exports){
48535
+ },{"../Decorators":236,"../misc/Utils":355}],286:[function(require,module,exports){
48027
48536
  "use strict";
48028
48537
  /*!
48029
48538
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48083,7 +48592,7 @@ ContextSensitivityInfo = __decorate([
48083
48592
  ], ContextSensitivityInfo);
48084
48593
  exports.ContextSensitivityInfo = ContextSensitivityInfo;
48085
48594
 
48086
- },{"../Decorators":230,"./DecisionEventInfo":281}],281:[function(require,module,exports){
48595
+ },{"../Decorators":236,"./DecisionEventInfo":287}],287:[function(require,module,exports){
48087
48596
  "use strict";
48088
48597
  /*!
48089
48598
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48135,7 +48644,7 @@ DecisionEventInfo = __decorate([
48135
48644
  ], DecisionEventInfo);
48136
48645
  exports.DecisionEventInfo = DecisionEventInfo;
48137
48646
 
48138
- },{"../Decorators":230}],282:[function(require,module,exports){
48647
+ },{"../Decorators":236}],288:[function(require,module,exports){
48139
48648
  "use strict";
48140
48649
  /*!
48141
48650
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48348,7 +48857,7 @@ __decorate([
48348
48857
  ], DecisionInfo.prototype, "toString", null);
48349
48858
  exports.DecisionInfo = DecisionInfo;
48350
48859
 
48351
- },{"../Decorators":230}],283:[function(require,module,exports){
48860
+ },{"../Decorators":236}],289:[function(require,module,exports){
48352
48861
  "use strict";
48353
48862
  /*!
48354
48863
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48368,7 +48877,7 @@ class DecisionState extends ATNState_1.ATNState {
48368
48877
  }
48369
48878
  exports.DecisionState = DecisionState;
48370
48879
 
48371
- },{"./ATNState":269}],284:[function(require,module,exports){
48880
+ },{"./ATNState":275}],290:[function(require,module,exports){
48372
48881
  "use strict";
48373
48882
  /*!
48374
48883
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48434,7 +48943,7 @@ EpsilonTransition = __decorate([
48434
48943
  ], EpsilonTransition);
48435
48944
  exports.EpsilonTransition = EpsilonTransition;
48436
48945
 
48437
- },{"../Decorators":230,"./Transition":325}],285:[function(require,module,exports){
48946
+ },{"../Decorators":236,"./Transition":331}],291:[function(require,module,exports){
48438
48947
  "use strict";
48439
48948
  /*!
48440
48949
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48487,7 +48996,7 @@ ErrorInfo = __decorate([
48487
48996
  ], ErrorInfo);
48488
48997
  exports.ErrorInfo = ErrorInfo;
48489
48998
 
48490
- },{"../Decorators":230,"./DecisionEventInfo":281}],286:[function(require,module,exports){
48999
+ },{"../Decorators":236,"./DecisionEventInfo":287}],292:[function(require,module,exports){
48491
49000
  "use strict";
48492
49001
  /*!
48493
49002
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48518,7 +49027,7 @@ __decorate([
48518
49027
  ], InvalidState.prototype, "stateType", null);
48519
49028
  exports.InvalidState = InvalidState;
48520
49029
 
48521
- },{"../Decorators":230,"./ATNStateType":270,"./BasicState":276}],287:[function(require,module,exports){
49030
+ },{"../Decorators":236,"./ATNStateType":276,"./BasicState":282}],293:[function(require,module,exports){
48522
49031
  "use strict";
48523
49032
  /*!
48524
49033
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48740,7 +49249,7 @@ LL1Analyzer = __decorate([
48740
49249
  ], LL1Analyzer);
48741
49250
  exports.LL1Analyzer = LL1Analyzer;
48742
49251
 
48743
- },{"../Decorators":230,"../Token":255,"../misc/Array2DHashSet":334,"../misc/BitSet":337,"../misc/IntervalSet":343,"../misc/ObjectEqualityComparator":346,"./ATNConfig":264,"./AbstractPredicateTransition":271,"./NotSetTransition":301,"./PredictionContext":310,"./RuleStopState":316,"./RuleTransition":317,"./WildcardTransition":326}],288:[function(require,module,exports){
49252
+ },{"../Decorators":236,"../Token":261,"../misc/Array2DHashSet":340,"../misc/BitSet":343,"../misc/IntervalSet":349,"../misc/ObjectEqualityComparator":352,"./ATNConfig":270,"./AbstractPredicateTransition":277,"./NotSetTransition":307,"./PredictionContext":316,"./RuleStopState":322,"./RuleTransition":323,"./WildcardTransition":332}],294:[function(require,module,exports){
48744
49253
  "use strict";
48745
49254
  /*!
48746
49255
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49457,7 +49966,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
49457
49966
  })(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
49458
49967
  exports.LexerATNSimulator = LexerATNSimulator;
49459
49968
 
49460
- },{"../Decorators":230,"../IntStream":236,"../Lexer":238,"../LexerNoViableAltException":240,"../Token":255,"../dfa/AcceptStateInfo":327,"../dfa/DFAState":330,"../misc/Interval":342,"./ATN":263,"./ATNConfig":264,"./ATNConfigSet":265,"./ATNSimulator":268,"./LexerActionExecutor":289,"./OrderedATNConfigSet":302,"./PredictionContext":310,"./RuleStopState":316,"assert":373}],289:[function(require,module,exports){
49969
+ },{"../Decorators":236,"../IntStream":242,"../Lexer":244,"../LexerNoViableAltException":246,"../Token":261,"../dfa/AcceptStateInfo":333,"../dfa/DFAState":336,"../misc/Interval":348,"./ATN":269,"./ATNConfig":270,"./ATNConfigSet":271,"./ATNSimulator":274,"./LexerActionExecutor":295,"./OrderedATNConfigSet":308,"./PredictionContext":316,"./RuleStopState":322,"assert":379}],295:[function(require,module,exports){
49461
49970
  "use strict";
49462
49971
  /*!
49463
49972
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49658,7 +50167,7 @@ LexerActionExecutor = __decorate([
49658
50167
  ], LexerActionExecutor);
49659
50168
  exports.LexerActionExecutor = LexerActionExecutor;
49660
50169
 
49661
- },{"../Decorators":230,"../misc/ArrayEqualityComparator":335,"../misc/MurmurHash":345,"./LexerIndexedCustomAction":292}],290:[function(require,module,exports){
50170
+ },{"../Decorators":236,"../misc/ArrayEqualityComparator":341,"../misc/MurmurHash":351,"./LexerIndexedCustomAction":298}],296:[function(require,module,exports){
49662
50171
  "use strict";
49663
50172
  /*!
49664
50173
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49763,7 +50272,7 @@ __decorate([
49763
50272
  ], LexerChannelAction.prototype, "toString", null);
49764
50273
  exports.LexerChannelAction = LexerChannelAction;
49765
50274
 
49766
- },{"../Decorators":230,"../misc/MurmurHash":345}],291:[function(require,module,exports){
50275
+ },{"../Decorators":236,"../misc/MurmurHash":351}],297:[function(require,module,exports){
49767
50276
  "use strict";
49768
50277
  /*!
49769
50278
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49892,7 +50401,7 @@ __decorate([
49892
50401
  ], LexerCustomAction.prototype, "equals", null);
49893
50402
  exports.LexerCustomAction = LexerCustomAction;
49894
50403
 
49895
- },{"../Decorators":230,"../misc/MurmurHash":345}],292:[function(require,module,exports){
50404
+ },{"../Decorators":236,"../misc/MurmurHash":351}],298:[function(require,module,exports){
49896
50405
  "use strict";
49897
50406
  /*!
49898
50407
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50027,7 +50536,7 @@ LexerIndexedCustomAction = __decorate([
50027
50536
  ], LexerIndexedCustomAction);
50028
50537
  exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
50029
50538
 
50030
- },{"../Decorators":230,"../misc/MurmurHash":345}],293:[function(require,module,exports){
50539
+ },{"../Decorators":236,"../misc/MurmurHash":351}],299:[function(require,module,exports){
50031
50540
  "use strict";
50032
50541
  /*!
50033
50542
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50132,7 +50641,7 @@ __decorate([
50132
50641
  ], LexerModeAction.prototype, "toString", null);
50133
50642
  exports.LexerModeAction = LexerModeAction;
50134
50643
 
50135
- },{"../Decorators":230,"../misc/MurmurHash":345}],294:[function(require,module,exports){
50644
+ },{"../Decorators":236,"../misc/MurmurHash":351}],300:[function(require,module,exports){
50136
50645
  "use strict";
50137
50646
  /*!
50138
50647
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50228,7 +50737,7 @@ exports.LexerMoreAction = LexerMoreAction;
50228
50737
  LexerMoreAction.INSTANCE = new LexerMoreAction();
50229
50738
  })(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
50230
50739
 
50231
- },{"../Decorators":230,"../misc/MurmurHash":345}],295:[function(require,module,exports){
50740
+ },{"../Decorators":236,"../misc/MurmurHash":351}],301:[function(require,module,exports){
50232
50741
  "use strict";
50233
50742
  /*!
50234
50743
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50324,7 +50833,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
50324
50833
  LexerPopModeAction.INSTANCE = new LexerPopModeAction();
50325
50834
  })(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
50326
50835
 
50327
- },{"../Decorators":230,"../misc/MurmurHash":345}],296:[function(require,module,exports){
50836
+ },{"../Decorators":236,"../misc/MurmurHash":351}],302:[function(require,module,exports){
50328
50837
  "use strict";
50329
50838
  /*!
50330
50839
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50429,7 +50938,7 @@ __decorate([
50429
50938
  ], LexerPushModeAction.prototype, "toString", null);
50430
50939
  exports.LexerPushModeAction = LexerPushModeAction;
50431
50940
 
50432
- },{"../Decorators":230,"../misc/MurmurHash":345}],297:[function(require,module,exports){
50941
+ },{"../Decorators":236,"../misc/MurmurHash":351}],303:[function(require,module,exports){
50433
50942
  "use strict";
50434
50943
  /*!
50435
50944
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50525,7 +51034,7 @@ exports.LexerSkipAction = LexerSkipAction;
50525
51034
  LexerSkipAction.INSTANCE = new LexerSkipAction();
50526
51035
  })(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
50527
51036
 
50528
- },{"../Decorators":230,"../misc/MurmurHash":345}],298:[function(require,module,exports){
51037
+ },{"../Decorators":236,"../misc/MurmurHash":351}],304:[function(require,module,exports){
50529
51038
  "use strict";
50530
51039
  /*!
50531
51040
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50629,7 +51138,7 @@ __decorate([
50629
51138
  ], LexerTypeAction.prototype, "toString", null);
50630
51139
  exports.LexerTypeAction = LexerTypeAction;
50631
51140
 
50632
- },{"../Decorators":230,"../misc/MurmurHash":345}],299:[function(require,module,exports){
51141
+ },{"../Decorators":236,"../misc/MurmurHash":351}],305:[function(require,module,exports){
50633
51142
  "use strict";
50634
51143
  /*!
50635
51144
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50681,7 +51190,7 @@ LookaheadEventInfo = __decorate([
50681
51190
  ], LookaheadEventInfo);
50682
51191
  exports.LookaheadEventInfo = LookaheadEventInfo;
50683
51192
 
50684
- },{"../Decorators":230,"./DecisionEventInfo":281}],300:[function(require,module,exports){
51193
+ },{"../Decorators":236,"./DecisionEventInfo":287}],306:[function(require,module,exports){
50685
51194
  "use strict";
50686
51195
  /*!
50687
51196
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50710,7 +51219,7 @@ __decorate([
50710
51219
  ], LoopEndState.prototype, "stateType", null);
50711
51220
  exports.LoopEndState = LoopEndState;
50712
51221
 
50713
- },{"../Decorators":230,"./ATNState":269,"./ATNStateType":270}],301:[function(require,module,exports){
51222
+ },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],307:[function(require,module,exports){
50714
51223
  "use strict";
50715
51224
  /*!
50716
51225
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50759,7 +51268,7 @@ NotSetTransition = __decorate([
50759
51268
  ], NotSetTransition);
50760
51269
  exports.NotSetTransition = NotSetTransition;
50761
51270
 
50762
- },{"../Decorators":230,"./SetTransition":319}],302:[function(require,module,exports){
51271
+ },{"../Decorators":236,"./SetTransition":325}],308:[function(require,module,exports){
50763
51272
  "use strict";
50764
51273
  /*!
50765
51274
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50814,7 +51323,7 @@ __decorate([
50814
51323
  ], OrderedATNConfigSet.prototype, "canMerge", null);
50815
51324
  exports.OrderedATNConfigSet = OrderedATNConfigSet;
50816
51325
 
50817
- },{"../Decorators":230,"./ATNConfigSet":265}],303:[function(require,module,exports){
51326
+ },{"../Decorators":236,"./ATNConfigSet":271}],309:[function(require,module,exports){
50818
51327
  "use strict";
50819
51328
  /*!
50820
51329
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50976,7 +51485,7 @@ ParseInfo = __decorate([
50976
51485
  ], ParseInfo);
50977
51486
  exports.ParseInfo = ParseInfo;
50978
51487
 
50979
- },{"../Decorators":230}],304:[function(require,module,exports){
51488
+ },{"../Decorators":236}],310:[function(require,module,exports){
50980
51489
  "use strict";
50981
51490
  /*!
50982
51491
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53249,7 +53758,7 @@ ParserATNSimulator = __decorate([
53249
53758
  ], ParserATNSimulator);
53250
53759
  exports.ParserATNSimulator = ParserATNSimulator;
53251
53760
 
53252
- },{"../Decorators":230,"../IntStream":236,"../NoViableAltException":242,"../ParserRuleContext":246,"../Token":255,"../VocabularyImpl":261,"../dfa/AcceptStateInfo":327,"../dfa/DFAState":330,"../misc/Array2DHashSet":334,"../misc/Arrays":336,"../misc/BitSet":337,"../misc/IntegerList":340,"../misc/Interval":342,"../misc/ObjectEqualityComparator":346,"./ATN":263,"./ATNConfig":264,"./ATNConfigSet":265,"./ATNSimulator":268,"./ATNStateType":270,"./ActionTransition":272,"./AtomTransition":274,"./ConflictInfo":279,"./DecisionState":283,"./NotSetTransition":301,"./PredictionContext":310,"./PredictionContextCache":311,"./PredictionMode":312,"./RuleStopState":316,"./RuleTransition":317,"./SemanticContext":318,"./SetTransition":319,"./SimulatorState":320,"assert":373}],305:[function(require,module,exports){
53761
+ },{"../Decorators":236,"../IntStream":242,"../NoViableAltException":248,"../ParserRuleContext":252,"../Token":261,"../VocabularyImpl":267,"../dfa/AcceptStateInfo":333,"../dfa/DFAState":336,"../misc/Array2DHashSet":340,"../misc/Arrays":342,"../misc/BitSet":343,"../misc/IntegerList":346,"../misc/Interval":348,"../misc/ObjectEqualityComparator":352,"./ATN":269,"./ATNConfig":270,"./ATNConfigSet":271,"./ATNSimulator":274,"./ATNStateType":276,"./ActionTransition":278,"./AtomTransition":280,"./ConflictInfo":285,"./DecisionState":289,"./NotSetTransition":307,"./PredictionContext":316,"./PredictionContextCache":317,"./PredictionMode":318,"./RuleStopState":322,"./RuleTransition":323,"./SemanticContext":324,"./SetTransition":325,"./SimulatorState":326,"assert":379}],311:[function(require,module,exports){
53253
53762
  "use strict";
53254
53763
  /*!
53255
53764
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53282,7 +53791,7 @@ __decorate([
53282
53791
  ], PlusBlockStartState.prototype, "stateType", null);
53283
53792
  exports.PlusBlockStartState = PlusBlockStartState;
53284
53793
 
53285
- },{"../Decorators":230,"./ATNStateType":270,"./BlockStartState":278}],306:[function(require,module,exports){
53794
+ },{"../Decorators":236,"./ATNStateType":276,"./BlockStartState":284}],312:[function(require,module,exports){
53286
53795
  "use strict";
53287
53796
  /*!
53288
53797
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53313,7 +53822,7 @@ __decorate([
53313
53822
  ], PlusLoopbackState.prototype, "stateType", null);
53314
53823
  exports.PlusLoopbackState = PlusLoopbackState;
53315
53824
 
53316
- },{"../Decorators":230,"./ATNStateType":270,"./DecisionState":283}],307:[function(require,module,exports){
53825
+ },{"../Decorators":236,"./ATNStateType":276,"./DecisionState":289}],313:[function(require,module,exports){
53317
53826
  "use strict";
53318
53827
  /*!
53319
53828
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53376,7 +53885,7 @@ PrecedencePredicateTransition = __decorate([
53376
53885
  ], PrecedencePredicateTransition);
53377
53886
  exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
53378
53887
 
53379
- },{"../Decorators":230,"./AbstractPredicateTransition":271,"./SemanticContext":318}],308:[function(require,module,exports){
53888
+ },{"../Decorators":236,"./AbstractPredicateTransition":277,"./SemanticContext":324}],314:[function(require,module,exports){
53380
53889
  "use strict";
53381
53890
  /*!
53382
53891
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53439,7 +53948,7 @@ PredicateEvalInfo = __decorate([
53439
53948
  ], PredicateEvalInfo);
53440
53949
  exports.PredicateEvalInfo = PredicateEvalInfo;
53441
53950
 
53442
- },{"../Decorators":230,"./DecisionEventInfo":281}],309:[function(require,module,exports){
53951
+ },{"../Decorators":236,"./DecisionEventInfo":287}],315:[function(require,module,exports){
53443
53952
  "use strict";
53444
53953
  /*!
53445
53954
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53505,7 +54014,7 @@ PredicateTransition = __decorate([
53505
54014
  ], PredicateTransition);
53506
54015
  exports.PredicateTransition = PredicateTransition;
53507
54016
 
53508
- },{"../Decorators":230,"./AbstractPredicateTransition":271,"./SemanticContext":318}],310:[function(require,module,exports){
54017
+ },{"../Decorators":236,"./AbstractPredicateTransition":277,"./SemanticContext":324}],316:[function(require,module,exports){
53509
54018
  "use strict";
53510
54019
  /*!
53511
54020
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54196,7 +54705,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
54196
54705
  PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
54197
54706
  })(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
54198
54707
 
54199
- },{"../Decorators":230,"../misc/Array2DHashMap":333,"../misc/Array2DHashSet":334,"../misc/Arrays":336,"../misc/MurmurHash":345,"./PredictionContextCache":311,"assert":373}],311:[function(require,module,exports){
54708
+ },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/Array2DHashSet":340,"../misc/Arrays":342,"../misc/MurmurHash":351,"./PredictionContextCache":317,"assert":379}],317:[function(require,module,exports){
54200
54709
  "use strict";
54201
54710
  /*!
54202
54711
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54337,7 +54846,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
54337
54846
  PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
54338
54847
  })(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
54339
54848
 
54340
- },{"../Decorators":230,"../misc/Array2DHashMap":333,"../misc/ObjectEqualityComparator":346,"./PredictionContext":310,"assert":373}],312:[function(require,module,exports){
54849
+ },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/ObjectEqualityComparator":352,"./PredictionContext":316,"assert":379}],318:[function(require,module,exports){
54341
54850
  "use strict";
54342
54851
  /*!
54343
54852
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54498,7 +55007,7 @@ var PredictionMode;
54498
55007
  PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
54499
55008
  })(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
54500
55009
 
54501
- },{"../Decorators":230,"../misc/Array2DHashMap":333,"../misc/MurmurHash":345,"./RuleStopState":316}],313:[function(require,module,exports){
55010
+ },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/MurmurHash":351,"./RuleStopState":322}],319:[function(require,module,exports){
54502
55011
  (function (process){(function (){
54503
55012
  "use strict";
54504
55013
  /*!
@@ -54767,7 +55276,7 @@ __decorate([
54767
55276
  exports.ProfilingATNSimulator = ProfilingATNSimulator;
54768
55277
 
54769
55278
  }).call(this)}).call(this,require('_process'))
54770
- },{"../Decorators":230,"./ATN":263,"./ATNSimulator":268,"./AmbiguityInfo":273,"./ContextSensitivityInfo":280,"./DecisionInfo":282,"./ErrorInfo":285,"./LookaheadEventInfo":299,"./ParserATNSimulator":304,"./PredicateEvalInfo":308,"./SemanticContext":318,"./SimulatorState":320,"_process":432}],314:[function(require,module,exports){
55279
+ },{"../Decorators":236,"./ATN":269,"./ATNSimulator":274,"./AmbiguityInfo":279,"./ContextSensitivityInfo":286,"./DecisionInfo":288,"./ErrorInfo":291,"./LookaheadEventInfo":305,"./ParserATNSimulator":310,"./PredicateEvalInfo":314,"./SemanticContext":324,"./SimulatorState":326,"_process":438}],320:[function(require,module,exports){
54771
55280
  "use strict";
54772
55281
  /*!
54773
55282
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54825,7 +55334,7 @@ RangeTransition = __decorate([
54825
55334
  ], RangeTransition);
54826
55335
  exports.RangeTransition = RangeTransition;
54827
55336
 
54828
- },{"../Decorators":230,"../misc/IntervalSet":343,"./Transition":325}],315:[function(require,module,exports){
55337
+ },{"../Decorators":236,"../misc/IntervalSet":349,"./Transition":331}],321:[function(require,module,exports){
54829
55338
  "use strict";
54830
55339
  /*!
54831
55340
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54858,7 +55367,7 @@ __decorate([
54858
55367
  ], RuleStartState.prototype, "stateType", null);
54859
55368
  exports.RuleStartState = RuleStartState;
54860
55369
 
54861
- },{"../Decorators":230,"./ATNState":269,"./ATNStateType":270}],316:[function(require,module,exports){
55370
+ },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],322:[function(require,module,exports){
54862
55371
  "use strict";
54863
55372
  /*!
54864
55373
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54897,7 +55406,7 @@ __decorate([
54897
55406
  ], RuleStopState.prototype, "stateType", null);
54898
55407
  exports.RuleStopState = RuleStopState;
54899
55408
 
54900
- },{"../Decorators":230,"./ATNState":269,"./ATNStateType":270}],317:[function(require,module,exports){
55409
+ },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],323:[function(require,module,exports){
54901
55410
  "use strict";
54902
55411
  /*!
54903
55412
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54953,7 +55462,7 @@ RuleTransition = __decorate([
54953
55462
  ], RuleTransition);
54954
55463
  exports.RuleTransition = RuleTransition;
54955
55464
 
54956
- },{"../Decorators":230,"./Transition":325}],318:[function(require,module,exports){
55465
+ },{"../Decorators":236,"./Transition":331}],324:[function(require,module,exports){
54957
55466
  "use strict";
54958
55467
  /*!
54959
55468
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55433,7 +55942,7 @@ exports.SemanticContext = SemanticContext;
55433
55942
  SemanticContext.OR = OR;
55434
55943
  })(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
55435
55944
 
55436
- },{"../Decorators":230,"../misc/Array2DHashSet":334,"../misc/ArrayEqualityComparator":335,"../misc/MurmurHash":345,"../misc/ObjectEqualityComparator":346,"../misc/Utils":349}],319:[function(require,module,exports){
55945
+ },{"../Decorators":236,"../misc/Array2DHashSet":340,"../misc/ArrayEqualityComparator":341,"../misc/MurmurHash":351,"../misc/ObjectEqualityComparator":352,"../misc/Utils":355}],325:[function(require,module,exports){
55437
55946
  "use strict";
55438
55947
  /*!
55439
55948
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55499,7 +56008,7 @@ SetTransition = __decorate([
55499
56008
  ], SetTransition);
55500
56009
  exports.SetTransition = SetTransition;
55501
56010
 
55502
- },{"../Decorators":230,"../Token":255,"../misc/IntervalSet":343,"./Transition":325}],320:[function(require,module,exports){
56011
+ },{"../Decorators":236,"../Token":261,"../misc/IntervalSet":349,"./Transition":331}],326:[function(require,module,exports){
55503
56012
  "use strict";
55504
56013
  /*!
55505
56014
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55535,7 +56044,7 @@ SimulatorState = __decorate([
55535
56044
  ], SimulatorState);
55536
56045
  exports.SimulatorState = SimulatorState;
55537
56046
 
55538
- },{"../Decorators":230,"../ParserRuleContext":246}],321:[function(require,module,exports){
56047
+ },{"../Decorators":236,"../ParserRuleContext":252}],327:[function(require,module,exports){
55539
56048
  "use strict";
55540
56049
  /*!
55541
56050
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55563,7 +56072,7 @@ __decorate([
55563
56072
  ], StarBlockStartState.prototype, "stateType", null);
55564
56073
  exports.StarBlockStartState = StarBlockStartState;
55565
56074
 
55566
- },{"../Decorators":230,"./ATNStateType":270,"./BlockStartState":278}],322:[function(require,module,exports){
56075
+ },{"../Decorators":236,"./ATNStateType":276,"./BlockStartState":284}],328:[function(require,module,exports){
55567
56076
  "use strict";
55568
56077
  /*!
55569
56078
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55620,7 +56129,7 @@ __decorate([
55620
56129
  ], StarLoopEntryState.prototype, "stateType", null);
55621
56130
  exports.StarLoopEntryState = StarLoopEntryState;
55622
56131
 
55623
- },{"../Decorators":230,"../misc/BitSet":337,"./ATNStateType":270,"./DecisionState":283}],323:[function(require,module,exports){
56132
+ },{"../Decorators":236,"../misc/BitSet":343,"./ATNStateType":276,"./DecisionState":289}],329:[function(require,module,exports){
55624
56133
  "use strict";
55625
56134
  /*!
55626
56135
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55651,7 +56160,7 @@ __decorate([
55651
56160
  ], StarLoopbackState.prototype, "stateType", null);
55652
56161
  exports.StarLoopbackState = StarLoopbackState;
55653
56162
 
55654
- },{"../Decorators":230,"./ATNState":269,"./ATNStateType":270}],324:[function(require,module,exports){
56163
+ },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],330:[function(require,module,exports){
55655
56164
  "use strict";
55656
56165
  /*!
55657
56166
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55680,7 +56189,7 @@ __decorate([
55680
56189
  ], TokensStartState.prototype, "stateType", null);
55681
56190
  exports.TokensStartState = TokensStartState;
55682
56191
 
55683
- },{"../Decorators":230,"./ATNStateType":270,"./DecisionState":283}],325:[function(require,module,exports){
56192
+ },{"../Decorators":236,"./ATNStateType":276,"./DecisionState":289}],331:[function(require,module,exports){
55684
56193
  "use strict";
55685
56194
  /*!
55686
56195
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55754,7 +56263,7 @@ Transition = __decorate([
55754
56263
  ], Transition);
55755
56264
  exports.Transition = Transition;
55756
56265
 
55757
- },{"../Decorators":230}],326:[function(require,module,exports){
56266
+ },{"../Decorators":236}],332:[function(require,module,exports){
55758
56267
  "use strict";
55759
56268
  /*!
55760
56269
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55802,7 +56311,7 @@ WildcardTransition = __decorate([
55802
56311
  ], WildcardTransition);
55803
56312
  exports.WildcardTransition = WildcardTransition;
55804
56313
 
55805
- },{"../Decorators":230,"./Transition":325}],327:[function(require,module,exports){
56314
+ },{"../Decorators":236,"./Transition":331}],333:[function(require,module,exports){
55806
56315
  "use strict";
55807
56316
  /*!
55808
56317
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55844,7 +56353,7 @@ class AcceptStateInfo {
55844
56353
  }
55845
56354
  exports.AcceptStateInfo = AcceptStateInfo;
55846
56355
 
55847
- },{}],328:[function(require,module,exports){
56356
+ },{}],334:[function(require,module,exports){
55848
56357
  "use strict";
55849
56358
  /*!
55850
56359
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56019,7 +56528,7 @@ DFA = __decorate([
56019
56528
  ], DFA);
56020
56529
  exports.DFA = DFA;
56021
56530
 
56022
- },{"../Decorators":230,"../VocabularyImpl":261,"../atn/ATNConfigSet":265,"../atn/StarLoopEntryState":322,"../misc/Array2DHashSet":334,"../misc/ObjectEqualityComparator":346,"./DFASerializer":329,"./DFAState":330,"./LexerDFASerializer":331}],329:[function(require,module,exports){
56531
+ },{"../Decorators":236,"../VocabularyImpl":267,"../atn/ATNConfigSet":271,"../atn/StarLoopEntryState":328,"../misc/Array2DHashSet":340,"../misc/ObjectEqualityComparator":352,"./DFASerializer":335,"./DFAState":336,"./LexerDFASerializer":337}],335:[function(require,module,exports){
56023
56532
  "use strict";
56024
56533
  /*!
56025
56534
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56161,7 +56670,7 @@ __decorate([
56161
56670
  ], DFASerializer.prototype, "toString", null);
56162
56671
  exports.DFASerializer = DFASerializer;
56163
56672
 
56164
- },{"../Decorators":230,"../Recognizer":250,"../VocabularyImpl":261,"../atn/ATNSimulator":268,"../atn/PredictionContext":310}],330:[function(require,module,exports){
56673
+ },{"../Decorators":236,"../Recognizer":256,"../VocabularyImpl":267,"../atn/ATNSimulator":274,"../atn/PredictionContext":316}],336:[function(require,module,exports){
56165
56674
  "use strict";
56166
56675
  /*!
56167
56676
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56392,7 +56901,7 @@ exports.DFAState = DFAState;
56392
56901
  DFAState.PredPrediction = PredPrediction;
56393
56902
  })(DFAState = exports.DFAState || (exports.DFAState = {}));
56394
56903
 
56395
- },{"../Decorators":230,"../atn/ATN":263,"../atn/PredictionContext":310,"../misc/BitSet":337,"../misc/MurmurHash":345,"assert":373}],331:[function(require,module,exports){
56904
+ },{"../Decorators":236,"../atn/ATN":269,"../atn/PredictionContext":316,"../misc/BitSet":343,"../misc/MurmurHash":351,"assert":379}],337:[function(require,module,exports){
56396
56905
  "use strict";
56397
56906
  /*!
56398
56907
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56429,7 +56938,7 @@ LexerDFASerializer = __decorate([
56429
56938
  ], LexerDFASerializer);
56430
56939
  exports.LexerDFASerializer = LexerDFASerializer;
56431
56940
 
56432
- },{"../Decorators":230,"../VocabularyImpl":261,"./DFASerializer":329}],332:[function(require,module,exports){
56941
+ },{"../Decorators":236,"../VocabularyImpl":267,"./DFASerializer":335}],338:[function(require,module,exports){
56433
56942
  "use strict";
56434
56943
  /*!
56435
56944
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56495,7 +57004,7 @@ __exportStar(require("./Vocabulary"), exports);
56495
57004
  __exportStar(require("./VocabularyImpl"), exports);
56496
57005
  __exportStar(require("./WritableToken"), exports);
56497
57006
 
56498
- },{"./ANTLRErrorListener":217,"./ANTLRErrorStrategy":218,"./ANTLRInputStream":219,"./BailErrorStrategy":220,"./BufferedTokenStream":221,"./CharStream":222,"./CharStreams":223,"./CodePointBuffer":224,"./CodePointCharStream":225,"./CommonToken":226,"./CommonTokenFactory":227,"./CommonTokenStream":228,"./ConsoleErrorListener":229,"./DefaultErrorStrategy":231,"./Dependents":232,"./DiagnosticErrorListener":233,"./FailedPredicateException":234,"./InputMismatchException":235,"./IntStream":236,"./InterpreterRuleContext":237,"./Lexer":238,"./LexerInterpreter":239,"./LexerNoViableAltException":240,"./ListTokenSource":241,"./NoViableAltException":242,"./Parser":243,"./ParserErrorListener":244,"./ParserInterpreter":245,"./ParserRuleContext":246,"./ProxyErrorListener":247,"./ProxyParserErrorListener":248,"./RecognitionException":249,"./Recognizer":250,"./RuleContext":251,"./RuleContextWithAltNum":252,"./RuleDependency":253,"./RuleVersion":254,"./Token":255,"./TokenFactory":256,"./TokenSource":257,"./TokenStream":258,"./TokenStreamRewriter":259,"./Vocabulary":260,"./VocabularyImpl":261,"./WritableToken":262}],333:[function(require,module,exports){
57007
+ },{"./ANTLRErrorListener":223,"./ANTLRErrorStrategy":224,"./ANTLRInputStream":225,"./BailErrorStrategy":226,"./BufferedTokenStream":227,"./CharStream":228,"./CharStreams":229,"./CodePointBuffer":230,"./CodePointCharStream":231,"./CommonToken":232,"./CommonTokenFactory":233,"./CommonTokenStream":234,"./ConsoleErrorListener":235,"./DefaultErrorStrategy":237,"./Dependents":238,"./DiagnosticErrorListener":239,"./FailedPredicateException":240,"./InputMismatchException":241,"./IntStream":242,"./InterpreterRuleContext":243,"./Lexer":244,"./LexerInterpreter":245,"./LexerNoViableAltException":246,"./ListTokenSource":247,"./NoViableAltException":248,"./Parser":249,"./ParserErrorListener":250,"./ParserInterpreter":251,"./ParserRuleContext":252,"./ProxyErrorListener":253,"./ProxyParserErrorListener":254,"./RecognitionException":255,"./Recognizer":256,"./RuleContext":257,"./RuleContextWithAltNum":258,"./RuleDependency":259,"./RuleVersion":260,"./Token":261,"./TokenFactory":262,"./TokenSource":263,"./TokenStream":264,"./TokenStreamRewriter":265,"./Vocabulary":266,"./VocabularyImpl":267,"./WritableToken":268}],339:[function(require,module,exports){
56499
57008
  "use strict";
56500
57009
  /*!
56501
57010
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56578,7 +57087,7 @@ class Array2DHashMap {
56578
57087
  }
56579
57088
  exports.Array2DHashMap = Array2DHashMap;
56580
57089
 
56581
- },{"./Array2DHashSet":334}],334:[function(require,module,exports){
57090
+ },{"./Array2DHashSet":340}],340:[function(require,module,exports){
56582
57091
  "use strict";
56583
57092
  /*!
56584
57093
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56945,7 +57454,7 @@ __decorate([
56945
57454
  ], Array2DHashSet.prototype, "createBuckets", null);
56946
57455
  exports.Array2DHashSet = Array2DHashSet;
56947
57456
 
56948
- },{"../Decorators":230,"./DefaultEqualityComparator":339,"./MurmurHash":345,"assert":373}],335:[function(require,module,exports){
57457
+ },{"../Decorators":236,"./DefaultEqualityComparator":345,"./MurmurHash":351,"assert":379}],341:[function(require,module,exports){
56949
57458
  "use strict";
56950
57459
  /*!
56951
57460
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57017,7 +57526,7 @@ __decorate([
57017
57526
  ], ArrayEqualityComparator.prototype, "equals", null);
57018
57527
  exports.ArrayEqualityComparator = ArrayEqualityComparator;
57019
57528
 
57020
- },{"../Decorators":230,"./MurmurHash":345,"./ObjectEqualityComparator":346}],336:[function(require,module,exports){
57529
+ },{"../Decorators":236,"./MurmurHash":351,"./ObjectEqualityComparator":352}],342:[function(require,module,exports){
57021
57530
  "use strict";
57022
57531
  /*!
57023
57532
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57087,7 +57596,7 @@ var Arrays;
57087
57596
  Arrays.toString = toString;
57088
57597
  })(Arrays = exports.Arrays || (exports.Arrays = {}));
57089
57598
 
57090
- },{}],337:[function(require,module,exports){
57599
+ },{}],343:[function(require,module,exports){
57091
57600
  "use strict";
57092
57601
  /*!
57093
57602
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57759,7 +58268,7 @@ class BitSetIterator {
57759
58268
  [Symbol.iterator]() { return this; }
57760
58269
  }
57761
58270
 
57762
- },{"./MurmurHash":345,"util":437}],338:[function(require,module,exports){
58271
+ },{"./MurmurHash":351,"util":443}],344:[function(require,module,exports){
57763
58272
  "use strict";
57764
58273
  /*!
57765
58274
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57780,7 +58289,7 @@ function isSupplementaryCodePoint(ch) {
57780
58289
  }
57781
58290
  exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
57782
58291
 
57783
- },{}],339:[function(require,module,exports){
58292
+ },{}],345:[function(require,module,exports){
57784
58293
  "use strict";
57785
58294
  /*!
57786
58295
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57851,7 +58360,7 @@ __decorate([
57851
58360
  ], DefaultEqualityComparator.prototype, "equals", null);
57852
58361
  exports.DefaultEqualityComparator = DefaultEqualityComparator;
57853
58362
 
57854
- },{"../Decorators":230,"./MurmurHash":345,"./ObjectEqualityComparator":346}],340:[function(require,module,exports){
58363
+ },{"../Decorators":236,"./MurmurHash":351,"./ObjectEqualityComparator":352}],346:[function(require,module,exports){
57855
58364
  "use strict";
57856
58365
  /*!
57857
58366
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58145,7 +58654,7 @@ __decorate([
58145
58654
  ], IntegerList.prototype, "toString", null);
58146
58655
  exports.IntegerList = IntegerList;
58147
58656
 
58148
- },{"../Decorators":230,"./Arrays":336}],341:[function(require,module,exports){
58657
+ },{"../Decorators":236,"./Arrays":342}],347:[function(require,module,exports){
58149
58658
  "use strict";
58150
58659
  /*!
58151
58660
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58175,7 +58684,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
58175
58684
  }
58176
58685
  exports.IntegerStack = IntegerStack;
58177
58686
 
58178
- },{"./IntegerList":340}],342:[function(require,module,exports){
58687
+ },{"./IntegerList":346}],348:[function(require,module,exports){
58179
58688
  "use strict";
58180
58689
  /*!
58181
58690
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58318,7 +58827,7 @@ __decorate([
58318
58827
  ], Interval.prototype, "toString", null);
58319
58828
  exports.Interval = Interval;
58320
58829
 
58321
- },{"../Decorators":230}],343:[function(require,module,exports){
58830
+ },{"../Decorators":236}],349:[function(require,module,exports){
58322
58831
  "use strict";
58323
58832
  /*!
58324
58833
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58964,7 +59473,7 @@ __decorate([
58964
59473
  ], IntervalSet, "subtract", null);
58965
59474
  exports.IntervalSet = IntervalSet;
58966
59475
 
58967
- },{"../Decorators":230,"../Lexer":238,"../Token":255,"./ArrayEqualityComparator":335,"./IntegerList":340,"./Interval":342,"./MurmurHash":345}],344:[function(require,module,exports){
59476
+ },{"../Decorators":236,"../Lexer":244,"../Token":261,"./ArrayEqualityComparator":341,"./IntegerList":346,"./Interval":348,"./MurmurHash":351}],350:[function(require,module,exports){
58968
59477
  "use strict";
58969
59478
  /*!
58970
59479
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58997,7 +59506,7 @@ class MultiMap extends Map {
58997
59506
  }
58998
59507
  exports.MultiMap = MultiMap;
58999
59508
 
59000
- },{}],345:[function(require,module,exports){
59509
+ },{}],351:[function(require,module,exports){
59001
59510
  "use strict";
59002
59511
  /*!
59003
59512
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59112,7 +59621,7 @@ var MurmurHash;
59112
59621
  }
59113
59622
  })(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
59114
59623
 
59115
- },{}],346:[function(require,module,exports){
59624
+ },{}],352:[function(require,module,exports){
59116
59625
  "use strict";
59117
59626
  /*!
59118
59627
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59171,7 +59680,7 @@ __decorate([
59171
59680
  ], ObjectEqualityComparator.prototype, "equals", null);
59172
59681
  exports.ObjectEqualityComparator = ObjectEqualityComparator;
59173
59682
 
59174
- },{"../Decorators":230}],347:[function(require,module,exports){
59683
+ },{"../Decorators":236}],353:[function(require,module,exports){
59175
59684
  "use strict";
59176
59685
  /*!
59177
59686
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59200,7 +59709,7 @@ class ParseCancellationException extends Error {
59200
59709
  }
59201
59710
  exports.ParseCancellationException = ParseCancellationException;
59202
59711
 
59203
- },{}],348:[function(require,module,exports){
59712
+ },{}],354:[function(require,module,exports){
59204
59713
  "use strict";
59205
59714
  /*!
59206
59715
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59254,7 +59763,7 @@ class UUID {
59254
59763
  }
59255
59764
  exports.UUID = UUID;
59256
59765
 
59257
- },{"./MurmurHash":345}],349:[function(require,module,exports){
59766
+ },{"./MurmurHash":351}],355:[function(require,module,exports){
59258
59767
  "use strict";
59259
59768
  /*!
59260
59769
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59429,7 +59938,7 @@ exports.toCharArray = toCharArray;
59429
59938
  // return s;
59430
59939
  // }
59431
59940
 
59432
- },{}],350:[function(require,module,exports){
59941
+ },{}],356:[function(require,module,exports){
59433
59942
  "use strict";
59434
59943
  /*!
59435
59944
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59465,7 +59974,7 @@ __decorate([
59465
59974
  ], ErrorNode.prototype, "accept", null);
59466
59975
  exports.ErrorNode = ErrorNode;
59467
59976
 
59468
- },{"../Decorators":230,"./TerminalNode":353}],351:[function(require,module,exports){
59977
+ },{"../Decorators":236,"./TerminalNode":359}],357:[function(require,module,exports){
59469
59978
  "use strict";
59470
59979
  /*!
59471
59980
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59570,7 +60079,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
59570
60079
  ParseTreeWalker.DEFAULT = new ParseTreeWalker();
59571
60080
  })(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
59572
60081
 
59573
- },{"./ErrorNode":350,"./RuleNode":352,"./TerminalNode":353}],352:[function(require,module,exports){
60082
+ },{"./ErrorNode":356,"./RuleNode":358,"./TerminalNode":359}],358:[function(require,module,exports){
59574
60083
  "use strict";
59575
60084
  /*!
59576
60085
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59582,7 +60091,7 @@ class RuleNode {
59582
60091
  }
59583
60092
  exports.RuleNode = RuleNode;
59584
60093
 
59585
- },{}],353:[function(require,module,exports){
60094
+ },{}],359:[function(require,module,exports){
59586
60095
  "use strict";
59587
60096
  /*!
59588
60097
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59674,7 +60183,7 @@ __decorate([
59674
60183
  ], TerminalNode.prototype, "toString", null);
59675
60184
  exports.TerminalNode = TerminalNode;
59676
60185
 
59677
- },{"../Decorators":230,"../Token":255,"../misc/Interval":342}],354:[function(require,module,exports){
60186
+ },{"../Decorators":236,"../Token":261,"../misc/Interval":348}],360:[function(require,module,exports){
59678
60187
  "use strict";
59679
60188
  /*!
59680
60189
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59918,7 +60427,7 @@ __decorate([
59918
60427
  ], Trees, "getRootOfSubtreeEnclosingRegion", null);
59919
60428
  exports.Trees = Trees;
59920
60429
 
59921
- },{"../CommonToken":226,"../Decorators":230,"../Parser":243,"../ParserRuleContext":246,"../Token":255,"../atn/ATN":263,"../misc/Utils":349,"./ErrorNode":350,"./RuleNode":352,"./TerminalNode":353}],355:[function(require,module,exports){
60430
+ },{"../CommonToken":232,"../Decorators":236,"../Parser":249,"../ParserRuleContext":252,"../Token":261,"../atn/ATN":269,"../misc/Utils":355,"./ErrorNode":356,"./RuleNode":358,"./TerminalNode":359}],361:[function(require,module,exports){
59922
60431
  "use strict";
59923
60432
  /*!
59924
60433
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59942,7 +60451,7 @@ class Chunk {
59942
60451
  }
59943
60452
  exports.Chunk = Chunk;
59944
60453
 
59945
- },{}],356:[function(require,module,exports){
60454
+ },{}],362:[function(require,module,exports){
59946
60455
  "use strict";
59947
60456
  /*!
59948
60457
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60122,7 +60631,7 @@ ParseTreeMatch = __decorate([
60122
60631
  ], ParseTreeMatch);
60123
60632
  exports.ParseTreeMatch = ParseTreeMatch;
60124
60633
 
60125
- },{"../../Decorators":230}],357:[function(require,module,exports){
60634
+ },{"../../Decorators":236}],363:[function(require,module,exports){
60126
60635
  "use strict";
60127
60636
  /*!
60128
60637
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60280,7 +60789,7 @@ ParseTreePattern = __decorate([
60280
60789
  ], ParseTreePattern);
60281
60790
  exports.ParseTreePattern = ParseTreePattern;
60282
60791
 
60283
- },{"../../Decorators":230,"../xpath/XPath":363}],358:[function(require,module,exports){
60792
+ },{"../../Decorators":236,"../xpath/XPath":369}],364:[function(require,module,exports){
60284
60793
  "use strict";
60285
60794
  /*!
60286
60795
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60758,7 +61267,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
60758
61267
  ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
60759
61268
  })(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
60760
61269
 
60761
- },{"../../BailErrorStrategy":220,"../../CharStreams":223,"../../CommonTokenStream":228,"../../Decorators":230,"../../ListTokenSource":241,"../../ParserInterpreter":245,"../../ParserRuleContext":246,"../../RecognitionException":249,"../../Token":255,"../../misc/MultiMap":344,"../../misc/ParseCancellationException":347,"../RuleNode":352,"../TerminalNode":353,"./ParseTreeMatch":356,"./ParseTreePattern":357,"./RuleTagToken":359,"./TagChunk":360,"./TextChunk":361,"./TokenTagToken":362}],359:[function(require,module,exports){
61270
+ },{"../../BailErrorStrategy":226,"../../CharStreams":229,"../../CommonTokenStream":234,"../../Decorators":236,"../../ListTokenSource":247,"../../ParserInterpreter":251,"../../ParserRuleContext":252,"../../RecognitionException":255,"../../Token":261,"../../misc/MultiMap":350,"../../misc/ParseCancellationException":353,"../RuleNode":358,"../TerminalNode":359,"./ParseTreeMatch":362,"./ParseTreePattern":363,"./RuleTagToken":365,"./TagChunk":366,"./TextChunk":367,"./TokenTagToken":368}],365:[function(require,module,exports){
60762
61271
  "use strict";
60763
61272
  /*!
60764
61273
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60956,7 +61465,7 @@ RuleTagToken = __decorate([
60956
61465
  ], RuleTagToken);
60957
61466
  exports.RuleTagToken = RuleTagToken;
60958
61467
 
60959
- },{"../../Decorators":230,"../../Token":255}],360:[function(require,module,exports){
61468
+ },{"../../Decorators":236,"../../Token":261}],366:[function(require,module,exports){
60960
61469
  "use strict";
60961
61470
  /*!
60962
61471
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61043,7 +61552,7 @@ __decorate([
61043
61552
  ], TagChunk.prototype, "toString", null);
61044
61553
  exports.TagChunk = TagChunk;
61045
61554
 
61046
- },{"../../Decorators":230,"./Chunk":355}],361:[function(require,module,exports){
61555
+ },{"../../Decorators":236,"./Chunk":361}],367:[function(require,module,exports){
61047
61556
  "use strict";
61048
61557
  /*!
61049
61558
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61113,7 +61622,7 @@ TextChunk = __decorate([
61113
61622
  ], TextChunk);
61114
61623
  exports.TextChunk = TextChunk;
61115
61624
 
61116
- },{"../../Decorators":230,"./Chunk":355}],362:[function(require,module,exports){
61625
+ },{"../../Decorators":236,"./Chunk":361}],368:[function(require,module,exports){
61117
61626
  "use strict";
61118
61627
  /*!
61119
61628
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61208,7 +61717,7 @@ TokenTagToken = __decorate([
61208
61717
  ], TokenTagToken);
61209
61718
  exports.TokenTagToken = TokenTagToken;
61210
61719
 
61211
- },{"../../CommonToken":226,"../../Decorators":230}],363:[function(require,module,exports){
61720
+ },{"../../CommonToken":232,"../../Decorators":236}],369:[function(require,module,exports){
61212
61721
  "use strict";
61213
61722
  /*!
61214
61723
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61405,7 +61914,7 @@ exports.XPath = XPath;
61405
61914
  XPath.WILDCARD = "*"; // word not operator/separator
61406
61915
  XPath.NOT = "!"; // word for invert operator
61407
61916
 
61408
- },{"../../CharStreams":223,"../../CommonTokenStream":228,"../../LexerNoViableAltException":240,"../../ParserRuleContext":246,"../../Token":255,"./XPathLexer":365,"./XPathLexerErrorListener":366,"./XPathRuleAnywhereElement":367,"./XPathRuleElement":368,"./XPathTokenAnywhereElement":369,"./XPathTokenElement":370,"./XPathWildcardAnywhereElement":371,"./XPathWildcardElement":372}],364:[function(require,module,exports){
61917
+ },{"../../CharStreams":229,"../../CommonTokenStream":234,"../../LexerNoViableAltException":246,"../../ParserRuleContext":252,"../../Token":261,"./XPathLexer":371,"./XPathLexerErrorListener":372,"./XPathRuleAnywhereElement":373,"./XPathRuleElement":374,"./XPathTokenAnywhereElement":375,"./XPathTokenElement":376,"./XPathWildcardAnywhereElement":377,"./XPathWildcardElement":378}],370:[function(require,module,exports){
61409
61918
  "use strict";
61410
61919
  /*!
61411
61920
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61440,7 +61949,7 @@ __decorate([
61440
61949
  ], XPathElement.prototype, "toString", null);
61441
61950
  exports.XPathElement = XPathElement;
61442
61951
 
61443
- },{"../../Decorators":230}],365:[function(require,module,exports){
61952
+ },{"../../Decorators":236}],371:[function(require,module,exports){
61444
61953
  "use strict";
61445
61954
  // Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
61446
61955
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -61915,7 +62424,7 @@ XPathLexer._serializedATN = Utils.join([
61915
62424
  XPathLexer._serializedATNSegment1,
61916
62425
  ], "");
61917
62426
 
61918
- },{"../../Lexer":238,"../../VocabularyImpl":261,"../../atn/ATNDeserializer":267,"../../atn/LexerATNSimulator":288,"../../misc/Utils":349}],366:[function(require,module,exports){
62427
+ },{"../../Lexer":244,"../../VocabularyImpl":267,"../../atn/ATNDeserializer":273,"../../atn/LexerATNSimulator":294,"../../misc/Utils":355}],372:[function(require,module,exports){
61919
62428
  "use strict";
61920
62429
  /*!
61921
62430
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61940,7 +62449,7 @@ __decorate([
61940
62449
  ], XPathLexerErrorListener.prototype, "syntaxError", null);
61941
62450
  exports.XPathLexerErrorListener = XPathLexerErrorListener;
61942
62451
 
61943
- },{"../../Decorators":230}],367:[function(require,module,exports){
62452
+ },{"../../Decorators":236}],373:[function(require,module,exports){
61944
62453
  "use strict";
61945
62454
  /*!
61946
62455
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61974,7 +62483,7 @@ __decorate([
61974
62483
  ], XPathRuleAnywhereElement.prototype, "evaluate", null);
61975
62484
  exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
61976
62485
 
61977
- },{"../../Decorators":230,"../Trees":354,"./XPathElement":364}],368:[function(require,module,exports){
62486
+ },{"../../Decorators":236,"../Trees":360,"./XPathElement":370}],374:[function(require,module,exports){
61978
62487
  "use strict";
61979
62488
  /*!
61980
62489
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62017,7 +62526,7 @@ __decorate([
62017
62526
  ], XPathRuleElement.prototype, "evaluate", null);
62018
62527
  exports.XPathRuleElement = XPathRuleElement;
62019
62528
 
62020
- },{"../../Decorators":230,"../../ParserRuleContext":246,"../Trees":354,"./XPathElement":364}],369:[function(require,module,exports){
62529
+ },{"../../Decorators":236,"../../ParserRuleContext":252,"../Trees":360,"./XPathElement":370}],375:[function(require,module,exports){
62021
62530
  "use strict";
62022
62531
  /*!
62023
62532
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62049,7 +62558,7 @@ __decorate([
62049
62558
  ], XPathTokenAnywhereElement.prototype, "evaluate", null);
62050
62559
  exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
62051
62560
 
62052
- },{"../../Decorators":230,"../Trees":354,"./XPathElement":364}],370:[function(require,module,exports){
62561
+ },{"../../Decorators":236,"../Trees":360,"./XPathElement":370}],376:[function(require,module,exports){
62053
62562
  "use strict";
62054
62563
  /*!
62055
62564
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62092,7 +62601,7 @@ __decorate([
62092
62601
  ], XPathTokenElement.prototype, "evaluate", null);
62093
62602
  exports.XPathTokenElement = XPathTokenElement;
62094
62603
 
62095
- },{"../../Decorators":230,"../TerminalNode":353,"../Trees":354,"./XPathElement":364}],371:[function(require,module,exports){
62604
+ },{"../../Decorators":236,"../TerminalNode":359,"../Trees":360,"./XPathElement":370}],377:[function(require,module,exports){
62096
62605
  "use strict";
62097
62606
  /*!
62098
62607
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62128,7 +62637,7 @@ __decorate([
62128
62637
  ], XPathWildcardAnywhereElement.prototype, "evaluate", null);
62129
62638
  exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
62130
62639
 
62131
- },{"../../Decorators":230,"../Trees":354,"./XPath":363,"./XPathElement":364}],372:[function(require,module,exports){
62640
+ },{"../../Decorators":236,"../Trees":360,"./XPath":369,"./XPathElement":370}],378:[function(require,module,exports){
62132
62641
  "use strict";
62133
62642
  /*!
62134
62643
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62168,7 +62677,7 @@ __decorate([
62168
62677
  ], XPathWildcardElement.prototype, "evaluate", null);
62169
62678
  exports.XPathWildcardElement = XPathWildcardElement;
62170
62679
 
62171
- },{"../../Decorators":230,"../Trees":354,"./XPath":363,"./XPathElement":364}],373:[function(require,module,exports){
62680
+ },{"../../Decorators":236,"../Trees":360,"./XPath":369,"./XPathElement":370}],379:[function(require,module,exports){
62172
62681
  (function (global){(function (){
62173
62682
  'use strict';
62174
62683
 
@@ -62678,7 +63187,7 @@ var objectKeys = Object.keys || function (obj) {
62678
63187
  };
62679
63188
 
62680
63189
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
62681
- },{"object.assign/polyfill":430,"util/":376}],374:[function(require,module,exports){
63190
+ },{"object.assign/polyfill":436,"util/":382}],380:[function(require,module,exports){
62682
63191
  if (typeof Object.create === 'function') {
62683
63192
  // implementation from standard node.js 'util' module
62684
63193
  module.exports = function inherits(ctor, superCtor) {
@@ -62703,14 +63212,14 @@ if (typeof Object.create === 'function') {
62703
63212
  }
62704
63213
  }
62705
63214
 
62706
- },{}],375:[function(require,module,exports){
63215
+ },{}],381:[function(require,module,exports){
62707
63216
  module.exports = function isBuffer(arg) {
62708
63217
  return arg && typeof arg === 'object'
62709
63218
  && typeof arg.copy === 'function'
62710
63219
  && typeof arg.fill === 'function'
62711
63220
  && typeof arg.readUInt8 === 'function';
62712
63221
  }
62713
- },{}],376:[function(require,module,exports){
63222
+ },{}],382:[function(require,module,exports){
62714
63223
  (function (process,global){(function (){
62715
63224
  // Copyright Joyent, Inc. and other Node contributors.
62716
63225
  //
@@ -63300,7 +63809,7 @@ function hasOwnProperty(obj, prop) {
63300
63809
  }
63301
63810
 
63302
63811
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
63303
- },{"./support/isBuffer":375,"_process":432,"inherits":374}],377:[function(require,module,exports){
63812
+ },{"./support/isBuffer":381,"_process":438,"inherits":380}],383:[function(require,module,exports){
63304
63813
  (function (global){(function (){
63305
63814
  'use strict';
63306
63815
 
@@ -63321,7 +63830,7 @@ module.exports = function availableTypedArrays() {
63321
63830
  };
63322
63831
 
63323
63832
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
63324
- },{"possible-typed-array-names":431}],378:[function(require,module,exports){
63833
+ },{"possible-typed-array-names":437}],384:[function(require,module,exports){
63325
63834
  (function (process,global){(function (){
63326
63835
  module.exports = process.hrtime || hrtime
63327
63836
 
@@ -63352,7 +63861,7 @@ function hrtime(previousTimestamp){
63352
63861
  return [seconds,nanoseconds]
63353
63862
  }
63354
63863
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
63355
- },{"_process":432}],379:[function(require,module,exports){
63864
+ },{"_process":438}],385:[function(require,module,exports){
63356
63865
  'use strict';
63357
63866
 
63358
63867
  var bind = require('function-bind');
@@ -63364,7 +63873,7 @@ var $reflectApply = require('./reflectApply');
63364
63873
  /** @type {import('./actualApply')} */
63365
63874
  module.exports = $reflectApply || bind.call($call, $apply);
63366
63875
 
63367
- },{"./functionApply":381,"./functionCall":382,"./reflectApply":384,"function-bind":400}],380:[function(require,module,exports){
63876
+ },{"./functionApply":387,"./functionCall":388,"./reflectApply":390,"function-bind":406}],386:[function(require,module,exports){
63368
63877
  'use strict';
63369
63878
 
63370
63879
  var bind = require('function-bind');
@@ -63376,19 +63885,19 @@ module.exports = function applyBind() {
63376
63885
  return actualApply(bind, $apply, arguments);
63377
63886
  };
63378
63887
 
63379
- },{"./actualApply":379,"./functionApply":381,"function-bind":400}],381:[function(require,module,exports){
63888
+ },{"./actualApply":385,"./functionApply":387,"function-bind":406}],387:[function(require,module,exports){
63380
63889
  'use strict';
63381
63890
 
63382
63891
  /** @type {import('./functionApply')} */
63383
63892
  module.exports = Function.prototype.apply;
63384
63893
 
63385
- },{}],382:[function(require,module,exports){
63894
+ },{}],388:[function(require,module,exports){
63386
63895
  'use strict';
63387
63896
 
63388
63897
  /** @type {import('./functionCall')} */
63389
63898
  module.exports = Function.prototype.call;
63390
63899
 
63391
- },{}],383:[function(require,module,exports){
63900
+ },{}],389:[function(require,module,exports){
63392
63901
  'use strict';
63393
63902
 
63394
63903
  var bind = require('function-bind');
@@ -63405,13 +63914,13 @@ module.exports = function callBindBasic(args) {
63405
63914
  return $actualApply(bind, $call, args);
63406
63915
  };
63407
63916
 
63408
- },{"./actualApply":379,"./functionCall":382,"es-errors/type":395,"function-bind":400}],384:[function(require,module,exports){
63917
+ },{"./actualApply":385,"./functionCall":388,"es-errors/type":401,"function-bind":406}],390:[function(require,module,exports){
63409
63918
  'use strict';
63410
63919
 
63411
63920
  /** @type {import('./reflectApply')} */
63412
63921
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
63413
63922
 
63414
- },{}],385:[function(require,module,exports){
63923
+ },{}],391:[function(require,module,exports){
63415
63924
  'use strict';
63416
63925
 
63417
63926
  var setFunctionLength = require('set-function-length');
@@ -63437,7 +63946,7 @@ if ($defineProperty) {
63437
63946
  module.exports.apply = applyBind;
63438
63947
  }
63439
63948
 
63440
- },{"call-bind-apply-helpers":383,"call-bind-apply-helpers/applyBind":380,"es-define-property":389,"set-function-length":434}],386:[function(require,module,exports){
63949
+ },{"call-bind-apply-helpers":389,"call-bind-apply-helpers/applyBind":386,"es-define-property":395,"set-function-length":440}],392:[function(require,module,exports){
63441
63950
  'use strict';
63442
63951
 
63443
63952
  var GetIntrinsic = require('get-intrinsic');
@@ -63458,7 +63967,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
63458
63967
  return intrinsic;
63459
63968
  };
63460
63969
 
63461
- },{"call-bind-apply-helpers":383,"get-intrinsic":401}],387:[function(require,module,exports){
63970
+ },{"call-bind-apply-helpers":389,"get-intrinsic":407}],393:[function(require,module,exports){
63462
63971
  'use strict';
63463
63972
 
63464
63973
  var $defineProperty = require('es-define-property');
@@ -63516,7 +64025,7 @@ module.exports = function defineDataProperty(
63516
64025
  }
63517
64026
  };
63518
64027
 
63519
- },{"es-define-property":389,"es-errors/syntax":394,"es-errors/type":395,"gopd":406}],388:[function(require,module,exports){
64028
+ },{"es-define-property":395,"es-errors/syntax":400,"es-errors/type":401,"gopd":412}],394:[function(require,module,exports){
63520
64029
  'use strict';
63521
64030
 
63522
64031
  var callBind = require('call-bind-apply-helpers');
@@ -63548,7 +64057,7 @@ module.exports = desc && typeof desc.get === 'function'
63548
64057
  }
63549
64058
  : false;
63550
64059
 
63551
- },{"call-bind-apply-helpers":383,"gopd":406}],389:[function(require,module,exports){
64060
+ },{"call-bind-apply-helpers":389,"gopd":412}],395:[function(require,module,exports){
63552
64061
  'use strict';
63553
64062
 
63554
64063
  /** @type {import('.')} */
@@ -63564,55 +64073,55 @@ if ($defineProperty) {
63564
64073
 
63565
64074
  module.exports = $defineProperty;
63566
64075
 
63567
- },{}],390:[function(require,module,exports){
64076
+ },{}],396:[function(require,module,exports){
63568
64077
  'use strict';
63569
64078
 
63570
64079
  /** @type {import('./eval')} */
63571
64080
  module.exports = EvalError;
63572
64081
 
63573
- },{}],391:[function(require,module,exports){
64082
+ },{}],397:[function(require,module,exports){
63574
64083
  'use strict';
63575
64084
 
63576
64085
  /** @type {import('.')} */
63577
64086
  module.exports = Error;
63578
64087
 
63579
- },{}],392:[function(require,module,exports){
64088
+ },{}],398:[function(require,module,exports){
63580
64089
  'use strict';
63581
64090
 
63582
64091
  /** @type {import('./range')} */
63583
64092
  module.exports = RangeError;
63584
64093
 
63585
- },{}],393:[function(require,module,exports){
64094
+ },{}],399:[function(require,module,exports){
63586
64095
  'use strict';
63587
64096
 
63588
64097
  /** @type {import('./ref')} */
63589
64098
  module.exports = ReferenceError;
63590
64099
 
63591
- },{}],394:[function(require,module,exports){
64100
+ },{}],400:[function(require,module,exports){
63592
64101
  'use strict';
63593
64102
 
63594
64103
  /** @type {import('./syntax')} */
63595
64104
  module.exports = SyntaxError;
63596
64105
 
63597
- },{}],395:[function(require,module,exports){
64106
+ },{}],401:[function(require,module,exports){
63598
64107
  'use strict';
63599
64108
 
63600
64109
  /** @type {import('./type')} */
63601
64110
  module.exports = TypeError;
63602
64111
 
63603
- },{}],396:[function(require,module,exports){
64112
+ },{}],402:[function(require,module,exports){
63604
64113
  'use strict';
63605
64114
 
63606
64115
  /** @type {import('./uri')} */
63607
64116
  module.exports = URIError;
63608
64117
 
63609
- },{}],397:[function(require,module,exports){
64118
+ },{}],403:[function(require,module,exports){
63610
64119
  'use strict';
63611
64120
 
63612
64121
  /** @type {import('.')} */
63613
64122
  module.exports = Object;
63614
64123
 
63615
- },{}],398:[function(require,module,exports){
64124
+ },{}],404:[function(require,module,exports){
63616
64125
  'use strict';
63617
64126
 
63618
64127
  var isCallable = require('is-callable');
@@ -63683,7 +64192,7 @@ module.exports = function forEach(list, iterator, thisArg) {
63683
64192
  }
63684
64193
  };
63685
64194
 
63686
- },{"is-callable":414}],399:[function(require,module,exports){
64195
+ },{"is-callable":420}],405:[function(require,module,exports){
63687
64196
  'use strict';
63688
64197
 
63689
64198
  /* eslint no-invalid-this: 1 */
@@ -63769,14 +64278,14 @@ module.exports = function bind(that) {
63769
64278
  return bound;
63770
64279
  };
63771
64280
 
63772
- },{}],400:[function(require,module,exports){
64281
+ },{}],406:[function(require,module,exports){
63773
64282
  'use strict';
63774
64283
 
63775
64284
  var implementation = require('./implementation');
63776
64285
 
63777
64286
  module.exports = Function.prototype.bind || implementation;
63778
64287
 
63779
- },{"./implementation":399}],401:[function(require,module,exports){
64288
+ },{"./implementation":405}],407:[function(require,module,exports){
63780
64289
  'use strict';
63781
64290
 
63782
64291
  var undefined;
@@ -64156,7 +64665,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
64156
64665
  return value;
64157
64666
  };
64158
64667
 
64159
- },{"call-bind-apply-helpers/functionApply":381,"call-bind-apply-helpers/functionCall":382,"es-define-property":389,"es-errors":391,"es-errors/eval":390,"es-errors/range":392,"es-errors/ref":393,"es-errors/syntax":394,"es-errors/type":395,"es-errors/uri":396,"es-object-atoms":397,"function-bind":400,"get-proto":404,"get-proto/Object.getPrototypeOf":402,"get-proto/Reflect.getPrototypeOf":403,"gopd":406,"has-symbols":408,"hasown":411,"math-intrinsics/abs":418,"math-intrinsics/floor":419,"math-intrinsics/max":421,"math-intrinsics/min":422,"math-intrinsics/pow":423,"math-intrinsics/round":424,"math-intrinsics/sign":425}],402:[function(require,module,exports){
64668
+ },{"call-bind-apply-helpers/functionApply":387,"call-bind-apply-helpers/functionCall":388,"es-define-property":395,"es-errors":397,"es-errors/eval":396,"es-errors/range":398,"es-errors/ref":399,"es-errors/syntax":400,"es-errors/type":401,"es-errors/uri":402,"es-object-atoms":403,"function-bind":406,"get-proto":410,"get-proto/Object.getPrototypeOf":408,"get-proto/Reflect.getPrototypeOf":409,"gopd":412,"has-symbols":414,"hasown":417,"math-intrinsics/abs":424,"math-intrinsics/floor":425,"math-intrinsics/max":427,"math-intrinsics/min":428,"math-intrinsics/pow":429,"math-intrinsics/round":430,"math-intrinsics/sign":431}],408:[function(require,module,exports){
64160
64669
  'use strict';
64161
64670
 
64162
64671
  var $Object = require('es-object-atoms');
@@ -64164,13 +64673,13 @@ var $Object = require('es-object-atoms');
64164
64673
  /** @type {import('./Object.getPrototypeOf')} */
64165
64674
  module.exports = $Object.getPrototypeOf || null;
64166
64675
 
64167
- },{"es-object-atoms":397}],403:[function(require,module,exports){
64676
+ },{"es-object-atoms":403}],409:[function(require,module,exports){
64168
64677
  'use strict';
64169
64678
 
64170
64679
  /** @type {import('./Reflect.getPrototypeOf')} */
64171
64680
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
64172
64681
 
64173
- },{}],404:[function(require,module,exports){
64682
+ },{}],410:[function(require,module,exports){
64174
64683
  'use strict';
64175
64684
 
64176
64685
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -64199,13 +64708,13 @@ module.exports = reflectGetProto
64199
64708
  }
64200
64709
  : null;
64201
64710
 
64202
- },{"./Object.getPrototypeOf":402,"./Reflect.getPrototypeOf":403,"dunder-proto/get":388}],405:[function(require,module,exports){
64711
+ },{"./Object.getPrototypeOf":408,"./Reflect.getPrototypeOf":409,"dunder-proto/get":394}],411:[function(require,module,exports){
64203
64712
  'use strict';
64204
64713
 
64205
64714
  /** @type {import('./gOPD')} */
64206
64715
  module.exports = Object.getOwnPropertyDescriptor;
64207
64716
 
64208
- },{}],406:[function(require,module,exports){
64717
+ },{}],412:[function(require,module,exports){
64209
64718
  'use strict';
64210
64719
 
64211
64720
  /** @type {import('.')} */
@@ -64222,7 +64731,7 @@ if ($gOPD) {
64222
64731
 
64223
64732
  module.exports = $gOPD;
64224
64733
 
64225
- },{"./gOPD":405}],407:[function(require,module,exports){
64734
+ },{"./gOPD":411}],413:[function(require,module,exports){
64226
64735
  'use strict';
64227
64736
 
64228
64737
  var $defineProperty = require('es-define-property');
@@ -64246,7 +64755,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
64246
64755
 
64247
64756
  module.exports = hasPropertyDescriptors;
64248
64757
 
64249
- },{"es-define-property":389}],408:[function(require,module,exports){
64758
+ },{"es-define-property":395}],414:[function(require,module,exports){
64250
64759
  'use strict';
64251
64760
 
64252
64761
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -64262,7 +64771,7 @@ module.exports = function hasNativeSymbols() {
64262
64771
  return hasSymbolSham();
64263
64772
  };
64264
64773
 
64265
- },{"./shams":409}],409:[function(require,module,exports){
64774
+ },{"./shams":415}],415:[function(require,module,exports){
64266
64775
  'use strict';
64267
64776
 
64268
64777
  /** @type {import('./shams')} */
@@ -64309,7 +64818,7 @@ module.exports = function hasSymbols() {
64309
64818
  return true;
64310
64819
  };
64311
64820
 
64312
- },{}],410:[function(require,module,exports){
64821
+ },{}],416:[function(require,module,exports){
64313
64822
  'use strict';
64314
64823
 
64315
64824
  var hasSymbols = require('has-symbols/shams');
@@ -64319,7 +64828,7 @@ module.exports = function hasToStringTagShams() {
64319
64828
  return hasSymbols() && !!Symbol.toStringTag;
64320
64829
  };
64321
64830
 
64322
- },{"has-symbols/shams":409}],411:[function(require,module,exports){
64831
+ },{"has-symbols/shams":415}],417:[function(require,module,exports){
64323
64832
  'use strict';
64324
64833
 
64325
64834
  var call = Function.prototype.call;
@@ -64329,7 +64838,7 @@ var bind = require('function-bind');
64329
64838
  /** @type {import('.')} */
64330
64839
  module.exports = bind.call(call, $hasOwn);
64331
64840
 
64332
- },{"function-bind":400}],412:[function(require,module,exports){
64841
+ },{"function-bind":406}],418:[function(require,module,exports){
64333
64842
  if (typeof Object.create === 'function') {
64334
64843
  // implementation from standard node.js 'util' module
64335
64844
  module.exports = function inherits(ctor, superCtor) {
@@ -64358,7 +64867,7 @@ if (typeof Object.create === 'function') {
64358
64867
  }
64359
64868
  }
64360
64869
 
64361
- },{}],413:[function(require,module,exports){
64870
+ },{}],419:[function(require,module,exports){
64362
64871
  'use strict';
64363
64872
 
64364
64873
  var hasToStringTag = require('has-tostringtag/shams')();
@@ -64404,7 +64913,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
64404
64913
  /** @type {import('.')} */
64405
64914
  module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
64406
64915
 
64407
- },{"call-bound":386,"has-tostringtag/shams":410}],414:[function(require,module,exports){
64916
+ },{"call-bound":392,"has-tostringtag/shams":416}],420:[function(require,module,exports){
64408
64917
  'use strict';
64409
64918
 
64410
64919
  var fnToStr = Function.prototype.toString;
@@ -64507,7 +65016,7 @@ module.exports = reflectApply
64507
65016
  return tryFunctionObject(value);
64508
65017
  };
64509
65018
 
64510
- },{}],415:[function(require,module,exports){
65019
+ },{}],421:[function(require,module,exports){
64511
65020
  'use strict';
64512
65021
 
64513
65022
  var callBound = require('call-bound');
@@ -64556,7 +65065,7 @@ module.exports = function isGeneratorFunction(fn) {
64556
65065
  return getProto(fn) === GeneratorFunction;
64557
65066
  };
64558
65067
 
64559
- },{"call-bound":386,"get-proto":404,"has-tostringtag/shams":410,"safe-regex-test":433}],416:[function(require,module,exports){
65068
+ },{"call-bound":392,"get-proto":410,"has-tostringtag/shams":416,"safe-regex-test":439}],422:[function(require,module,exports){
64560
65069
  'use strict';
64561
65070
 
64562
65071
  var callBound = require('call-bound');
@@ -64627,7 +65136,7 @@ if (hasToStringTag) {
64627
65136
 
64628
65137
  module.exports = fn;
64629
65138
 
64630
- },{"call-bound":386,"gopd":406,"has-tostringtag/shams":410,"hasown":411}],417:[function(require,module,exports){
65139
+ },{"call-bound":392,"gopd":412,"has-tostringtag/shams":416,"hasown":417}],423:[function(require,module,exports){
64631
65140
  'use strict';
64632
65141
 
64633
65142
  var whichTypedArray = require('which-typed-array');
@@ -64637,19 +65146,19 @@ module.exports = function isTypedArray(value) {
64637
65146
  return !!whichTypedArray(value);
64638
65147
  };
64639
65148
 
64640
- },{"which-typed-array":438}],418:[function(require,module,exports){
65149
+ },{"which-typed-array":444}],424:[function(require,module,exports){
64641
65150
  'use strict';
64642
65151
 
64643
65152
  /** @type {import('./abs')} */
64644
65153
  module.exports = Math.abs;
64645
65154
 
64646
- },{}],419:[function(require,module,exports){
65155
+ },{}],425:[function(require,module,exports){
64647
65156
  'use strict';
64648
65157
 
64649
65158
  /** @type {import('./floor')} */
64650
65159
  module.exports = Math.floor;
64651
65160
 
64652
- },{}],420:[function(require,module,exports){
65161
+ },{}],426:[function(require,module,exports){
64653
65162
  'use strict';
64654
65163
 
64655
65164
  /** @type {import('./isNaN')} */
@@ -64657,31 +65166,31 @@ module.exports = Number.isNaN || function isNaN(a) {
64657
65166
  return a !== a;
64658
65167
  };
64659
65168
 
64660
- },{}],421:[function(require,module,exports){
65169
+ },{}],427:[function(require,module,exports){
64661
65170
  'use strict';
64662
65171
 
64663
65172
  /** @type {import('./max')} */
64664
65173
  module.exports = Math.max;
64665
65174
 
64666
- },{}],422:[function(require,module,exports){
65175
+ },{}],428:[function(require,module,exports){
64667
65176
  'use strict';
64668
65177
 
64669
65178
  /** @type {import('./min')} */
64670
65179
  module.exports = Math.min;
64671
65180
 
64672
- },{}],423:[function(require,module,exports){
65181
+ },{}],429:[function(require,module,exports){
64673
65182
  'use strict';
64674
65183
 
64675
65184
  /** @type {import('./pow')} */
64676
65185
  module.exports = Math.pow;
64677
65186
 
64678
- },{}],424:[function(require,module,exports){
65187
+ },{}],430:[function(require,module,exports){
64679
65188
  'use strict';
64680
65189
 
64681
65190
  /** @type {import('./round')} */
64682
65191
  module.exports = Math.round;
64683
65192
 
64684
- },{}],425:[function(require,module,exports){
65193
+ },{}],431:[function(require,module,exports){
64685
65194
  'use strict';
64686
65195
 
64687
65196
  var $isNaN = require('./isNaN');
@@ -64694,7 +65203,7 @@ module.exports = function sign(number) {
64694
65203
  return number < 0 ? -1 : +1;
64695
65204
  };
64696
65205
 
64697
- },{"./isNaN":420}],426:[function(require,module,exports){
65206
+ },{"./isNaN":426}],432:[function(require,module,exports){
64698
65207
  'use strict';
64699
65208
 
64700
65209
  var keysShim;
@@ -64818,7 +65327,7 @@ if (!Object.keys) {
64818
65327
  }
64819
65328
  module.exports = keysShim;
64820
65329
 
64821
- },{"./isArguments":428}],427:[function(require,module,exports){
65330
+ },{"./isArguments":434}],433:[function(require,module,exports){
64822
65331
  'use strict';
64823
65332
 
64824
65333
  var slice = Array.prototype.slice;
@@ -64852,7 +65361,7 @@ keysShim.shim = function shimObjectKeys() {
64852
65361
 
64853
65362
  module.exports = keysShim;
64854
65363
 
64855
- },{"./implementation":426,"./isArguments":428}],428:[function(require,module,exports){
65364
+ },{"./implementation":432,"./isArguments":434}],434:[function(require,module,exports){
64856
65365
  'use strict';
64857
65366
 
64858
65367
  var toStr = Object.prototype.toString;
@@ -64871,7 +65380,7 @@ module.exports = function isArguments(value) {
64871
65380
  return isArgs;
64872
65381
  };
64873
65382
 
64874
- },{}],429:[function(require,module,exports){
65383
+ },{}],435:[function(require,module,exports){
64875
65384
  'use strict';
64876
65385
 
64877
65386
  // modified from https://github.com/es-shims/es6-shim
@@ -64919,7 +65428,7 @@ module.exports = function assign(target, source1) {
64919
65428
  return to; // step 4
64920
65429
  };
64921
65430
 
64922
- },{"call-bound":386,"es-object-atoms":397,"has-symbols/shams":409,"object-keys":427}],430:[function(require,module,exports){
65431
+ },{"call-bound":392,"es-object-atoms":403,"has-symbols/shams":415,"object-keys":433}],436:[function(require,module,exports){
64923
65432
  'use strict';
64924
65433
 
64925
65434
  var implementation = require('./implementation');
@@ -64976,7 +65485,7 @@ module.exports = function getPolyfill() {
64976
65485
  return Object.assign;
64977
65486
  };
64978
65487
 
64979
- },{"./implementation":429}],431:[function(require,module,exports){
65488
+ },{"./implementation":435}],437:[function(require,module,exports){
64980
65489
  'use strict';
64981
65490
 
64982
65491
  /** @type {import('.')} */
@@ -64995,7 +65504,7 @@ module.exports = [
64995
65504
  'BigUint64Array'
64996
65505
  ];
64997
65506
 
64998
- },{}],432:[function(require,module,exports){
65507
+ },{}],438:[function(require,module,exports){
64999
65508
  // shim for using process in browser
65000
65509
  var process = module.exports = {};
65001
65510
 
@@ -65181,7 +65690,7 @@ process.chdir = function (dir) {
65181
65690
  };
65182
65691
  process.umask = function() { return 0; };
65183
65692
 
65184
- },{}],433:[function(require,module,exports){
65693
+ },{}],439:[function(require,module,exports){
65185
65694
  'use strict';
65186
65695
 
65187
65696
  var callBound = require('call-bound');
@@ -65200,7 +65709,7 @@ module.exports = function regexTester(regex) {
65200
65709
  };
65201
65710
  };
65202
65711
 
65203
- },{"call-bound":386,"es-errors/type":395,"is-regex":416}],434:[function(require,module,exports){
65712
+ },{"call-bound":392,"es-errors/type":401,"is-regex":422}],440:[function(require,module,exports){
65204
65713
  'use strict';
65205
65714
 
65206
65715
  var GetIntrinsic = require('get-intrinsic');
@@ -65244,9 +65753,9 @@ module.exports = function setFunctionLength(fn, length) {
65244
65753
  return fn;
65245
65754
  };
65246
65755
 
65247
- },{"define-data-property":387,"es-errors/type":395,"get-intrinsic":401,"gopd":406,"has-property-descriptors":407}],435:[function(require,module,exports){
65248
- arguments[4][375][0].apply(exports,arguments)
65249
- },{"dup":375}],436:[function(require,module,exports){
65756
+ },{"define-data-property":393,"es-errors/type":401,"get-intrinsic":407,"gopd":412,"has-property-descriptors":413}],441:[function(require,module,exports){
65757
+ arguments[4][381][0].apply(exports,arguments)
65758
+ },{"dup":381}],442:[function(require,module,exports){
65250
65759
  // Currently in sync with Node.js lib/internal/util/types.js
65251
65760
  // https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
65252
65761
 
@@ -65582,7 +66091,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
65582
66091
  });
65583
66092
  });
65584
66093
 
65585
- },{"is-arguments":413,"is-generator-function":415,"is-typed-array":417,"which-typed-array":438}],437:[function(require,module,exports){
66094
+ },{"is-arguments":419,"is-generator-function":421,"is-typed-array":423,"which-typed-array":444}],443:[function(require,module,exports){
65586
66095
  (function (process){(function (){
65587
66096
  // Copyright Joyent, Inc. and other Node contributors.
65588
66097
  //
@@ -66301,7 +66810,7 @@ function callbackify(original) {
66301
66810
  exports.callbackify = callbackify;
66302
66811
 
66303
66812
  }).call(this)}).call(this,require('_process'))
66304
- },{"./support/isBuffer":435,"./support/types":436,"_process":432,"inherits":412}],438:[function(require,module,exports){
66813
+ },{"./support/isBuffer":441,"./support/types":442,"_process":438,"inherits":418}],444:[function(require,module,exports){
66305
66814
  (function (global){(function (){
66306
66815
  'use strict';
66307
66816
 
@@ -66422,5 +66931,5 @@ module.exports = function whichTypedArray(value) {
66422
66931
  };
66423
66932
 
66424
66933
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
66425
- },{"available-typed-arrays":377,"call-bind":385,"call-bound":386,"for-each":398,"get-proto":404,"gopd":406,"has-tostringtag/shams":410}]},{},[115])(115)
66934
+ },{"available-typed-arrays":383,"call-bind":391,"call-bound":392,"for-each":404,"get-proto":410,"gopd":412,"has-tostringtag/shams":416}]},{},[120])(120)
66426
66935
  });