@designliquido/delegua 0.69.0 → 0.70.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 (106) hide show
  1. package/analisador-semantico/analisador-semantico-base.d.ts +2 -1
  2. package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
  3. package/analisador-semantico/analisador-semantico-base.js +8 -0
  4. package/analisador-semantico/analisador-semantico-base.js.map +1 -1
  5. package/analisador-semantico/analisador-semantico.d.ts +4 -1
  6. package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
  7. package/analisador-semantico/analisador-semantico.js +82 -11
  8. package/analisador-semantico/analisador-semantico.js.map +1 -1
  9. package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts +2 -1
  10. package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts.map +1 -1
  11. package/analisador-semantico/dialetos/analisador-semantico-pitugues.js +6 -0
  12. package/analisador-semantico/dialetos/analisador-semantico-pitugues.js.map +1 -1
  13. package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
  14. package/avaliador-sintatico/avaliador-sintatico.js +11 -4
  15. package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
  16. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts +1 -0
  17. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
  18. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +34 -18
  19. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
  20. package/bibliotecas/biblioteca-global.d.ts.map +1 -1
  21. package/bibliotecas/biblioteca-global.js +11 -2
  22. package/bibliotecas/biblioteca-global.js.map +1 -1
  23. package/bibliotecas/dialetos/pitugues/biblioteca-global.d.ts.map +1 -1
  24. package/bibliotecas/dialetos/pitugues/biblioteca-global.js +26 -8
  25. package/bibliotecas/dialetos/pitugues/biblioteca-global.js.map +1 -1
  26. package/bin/package.json +2 -2
  27. package/construtos/index.d.ts +1 -0
  28. package/construtos/index.d.ts.map +1 -1
  29. package/construtos/index.js +1 -0
  30. package/construtos/index.js.map +1 -1
  31. package/construtos/tupla-n.d.ts +11 -0
  32. package/construtos/tupla-n.d.ts.map +1 -0
  33. package/construtos/tupla-n.js +26 -0
  34. package/construtos/tupla-n.js.map +1 -0
  35. package/formatadores/formatador-delegua.d.ts +2 -1
  36. package/formatadores/formatador-delegua.d.ts.map +1 -1
  37. package/formatadores/formatador-delegua.js +10 -0
  38. package/formatadores/formatador-delegua.js.map +1 -1
  39. package/formatadores/formatador-pitugues.d.ts +2 -1
  40. package/formatadores/formatador-pitugues.d.ts.map +1 -1
  41. package/formatadores/formatador-pitugues.js +11 -0
  42. package/formatadores/formatador-pitugues.js.map +1 -1
  43. package/interfaces/visitante-comum-interface.d.ts +2 -1
  44. package/interfaces/visitante-comum-interface.d.ts.map +1 -1
  45. package/interpretador/comum.d.ts.map +1 -1
  46. package/interpretador/comum.js +1 -0
  47. package/interpretador/comum.js.map +1 -1
  48. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +2 -1
  49. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
  50. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +28 -0
  51. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
  52. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +2 -1
  53. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts.map +1 -1
  54. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +3 -0
  55. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
  56. package/interpretador/dialetos/pitugues/comum.d.ts +2 -1
  57. package/interpretador/dialetos/pitugues/comum.d.ts.map +1 -1
  58. package/interpretador/dialetos/pitugues/comum.js +35 -9
  59. package/interpretador/dialetos/pitugues/comum.js.map +1 -1
  60. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.d.ts +5 -1
  61. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.d.ts.map +1 -1
  62. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.js +35 -0
  63. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.js.map +1 -1
  64. package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts +5 -1
  65. package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts.map +1 -1
  66. package/interpretador/dialetos/pitugues/interpretador-pitugues.js +35 -0
  67. package/interpretador/dialetos/pitugues/interpretador-pitugues.js.map +1 -1
  68. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts +2 -1
  69. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts.map +1 -1
  70. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js +4 -0
  71. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js.map +1 -1
  72. package/interpretador/interpretador-base.d.ts +2 -1
  73. package/interpretador/interpretador-base.d.ts.map +1 -1
  74. package/interpretador/interpretador-base.js +3 -0
  75. package/interpretador/interpretador-base.js.map +1 -1
  76. package/interpretador/interpretador.d.ts +2 -1
  77. package/interpretador/interpretador.d.ts.map +1 -1
  78. package/interpretador/interpretador.js +3 -0
  79. package/interpretador/interpretador.js.map +1 -1
  80. package/lexador/palavras-reservadas.d.ts +12 -1
  81. package/lexador/palavras-reservadas.d.ts.map +1 -1
  82. package/lexador/palavras-reservadas.js +13 -2
  83. package/lexador/palavras-reservadas.js.map +1 -1
  84. package/package.json +2 -2
  85. package/tipos-de-dados/delegua.d.ts +2 -0
  86. package/tipos-de-dados/delegua.d.ts.map +1 -1
  87. package/tipos-de-dados/delegua.js +2 -0
  88. package/tipos-de-dados/delegua.js.map +1 -1
  89. package/tipos-de-simbolos/delegua.d.ts +0 -1
  90. package/tipos-de-simbolos/delegua.d.ts.map +1 -1
  91. package/tipos-de-simbolos/delegua.js +0 -1
  92. package/tipos-de-simbolos/delegua.js.map +1 -1
  93. package/tradutores/mermaid/index.d.ts +1 -0
  94. package/tradutores/mermaid/index.d.ts.map +1 -1
  95. package/tradutores/mermaid/index.js +1 -0
  96. package/tradutores/mermaid/index.js.map +1 -1
  97. package/tradutores/mermaid/subgrafo-funcao.d.ts +11 -0
  98. package/tradutores/mermaid/subgrafo-funcao.d.ts.map +1 -0
  99. package/tradutores/mermaid/subgrafo-funcao.js +14 -0
  100. package/tradutores/mermaid/subgrafo-funcao.js.map +1 -0
  101. package/tradutores/tradutor-assembly-x64.js +122 -122
  102. package/tradutores/tradutor-mermaidjs.d.ts +12 -3
  103. package/tradutores/tradutor-mermaidjs.d.ts.map +1 -1
  104. package/tradutores/tradutor-mermaidjs.js +25 -12
  105. package/tradutores/tradutor-mermaidjs.js.map +1 -1
  106. package/umd/delegua.js +684 -555
package/umd/delegua.js CHANGED
@@ -240,7 +240,7 @@ class AvaliadorSintaticoBase {
240
240
  }
241
241
  exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
242
242
 
243
- },{"../construtos":54,"../declaracoes":100,"../tipos-de-simbolos/comum":200,"./erro-avaliador-sintatico":13}],2:[function(require,module,exports){
243
+ },{"../construtos":54,"../declaracoes":101,"../tipos-de-simbolos/comum":201,"./erro-avaliador-sintatico":13}],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 };
@@ -737,7 +737,15 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
737
737
  return 'qualquer';
738
738
  }
739
739
  // Primeiro verificar se é acesso a índice de vetor.
740
- const tipoIdentificadorCorrespondente = this.pilhaEscopos.obterTipoVariavelPorNome(expressaoAnterior.simbolo.lexema);
740
+ let tipoIdentificadorCorrespondente;
741
+ try {
742
+ tipoIdentificadorCorrespondente = this.pilhaEscopos.obterTipoVariavelPorNome(expressaoAnterior.simbolo.lexema);
743
+ }
744
+ catch (erro) {
745
+ // Referência a identificador ainda não declarado; assumimos 'qualquer' e deixamos
746
+ // o analisador semântico emitir o diagnóstico quando apropriado.
747
+ tipoIdentificadorCorrespondente = 'qualquer';
748
+ }
741
749
  if (!tipoIdentificadorCorrespondente.endsWith('[]') && !['dicionário', 'qualquer', 'texto', 'tupla', 'vetor'].includes(tipoIdentificadorCorrespondente)) {
742
750
  throw this.erro(this.simbolos[this.atual], `Tipo ${tipoIdentificadorCorrespondente} não suporta acesso por índice.`);
743
751
  }
@@ -2163,7 +2171,6 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
2163
2171
  case delegua_2.default.PARA:
2164
2172
  this.avancarEDevolverAnterior();
2165
2173
  return this.declaracaoPara();
2166
- case delegua_2.default.PAUSA:
2167
2174
  case delegua_2.default.SUSTAR:
2168
2175
  this.avancarEDevolverAnterior();
2169
2176
  return this.declaracaoSustar();
@@ -2260,8 +2267,8 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
2260
2267
  new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valor', 'qualquer'),
2261
2268
  ]));
2262
2269
  this.pilhaEscopos.definirInformacoesVariavel('intervalo', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('intervalo', 'inteiro[]', true, [
2263
- new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorInicial', 'inteiro'),
2264
- new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorFinal', 'inteiro'),
2270
+ new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorInicial', 'qualquer'),
2271
+ new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorFinal', 'qualquer'),
2265
2272
  ]));
2266
2273
  this.pilhaEscopos.definirInformacoesVariavel('mapear', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('mapear', 'qualquer[]', true, [
2267
2274
  new informacao_elemento_sintatico_1.InformacaoElementoSintatico('vetor', 'qualquer[]'),
@@ -2348,7 +2355,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
2348
2355
  }
2349
2356
  exports.AvaliadorSintatico = AvaliadorSintatico;
2350
2357
 
2351
- },{"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-numero":22,"../bibliotecas/primitivas-texto":23,"../bibliotecas/primitivas-vetor":24,"../construtos":54,"../construtos/tuplas":71,"../declaracoes":100,"../inferenciador":125,"../informacao-elemento-sintatico":126,"../tipos-de-dados/delegua":196,"../tipos-de-simbolos/delegua":201,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":12,"./erro-avaliador-sintatico":13,"./informacao-escopo":15,"./montao-tipos":18,"./pilha-escopos":19,"browser-process-hrtime":389}],3:[function(require,module,exports){
2358
+ },{"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-numero":22,"../bibliotecas/primitivas-texto":23,"../bibliotecas/primitivas-vetor":24,"../construtos":54,"../construtos/tuplas":72,"../declaracoes":101,"../inferenciador":126,"../informacao-elemento-sintatico":127,"../tipos-de-dados/delegua":197,"../tipos-de-simbolos/delegua":202,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":12,"./erro-avaliador-sintatico":13,"./informacao-escopo":15,"./montao-tipos":18,"./pilha-escopos":19,"browser-process-hrtime":391}],3:[function(require,module,exports){
2352
2359
  "use strict";
2353
2360
  Object.defineProperty(exports, "__esModule", { value: true });
2354
2361
  exports.buscarRetornos = buscarRetornos;
@@ -2449,7 +2456,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
2449
2456
  }
2450
2457
  }
2451
2458
 
2452
- },{"../declaracoes":100,"../informacao-elemento-sintatico":126}],4:[function(require,module,exports){
2459
+ },{"../declaracoes":101,"../informacao-elemento-sintatico":127}],4:[function(require,module,exports){
2453
2460
  "use strict";
2454
2461
  var __importDefault = (this && this.__importDefault) || function (mod) {
2455
2462
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2675,7 +2682,7 @@ class AvaliadorSintaticoCalango extends avaliador_sintatico_base_1.AvaliadorSint
2675
2682
  }
2676
2683
  exports.AvaliadorSintaticoCalango = AvaliadorSintaticoCalango;
2677
2684
 
2678
- },{"../../construtos":54,"../../declaracoes":100,"../../informacao-elemento-sintatico":126,"../../tipos-de-simbolos/calango":199,"../avaliador-sintatico-base":1,"../informacao-escopo":15,"../pilha-escopos":19}],5:[function(require,module,exports){
2685
+ },{"../../construtos":54,"../../declaracoes":101,"../../informacao-elemento-sintatico":127,"../../tipos-de-simbolos/calango":200,"../avaliador-sintatico-base":1,"../informacao-escopo":15,"../pilha-escopos":19}],5:[function(require,module,exports){
2679
2686
  "use strict";
2680
2687
  var __importDefault = (this && this.__importDefault) || function (mod) {
2681
2688
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3335,7 +3342,7 @@ class AvaliadorSintaticoEguaClassico {
3335
3342
  }
3336
3343
  exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
3337
3344
 
3338
- },{"../../construtos":54,"../../declaracoes":100,"../../tipos-de-simbolos/egua-classico":202,"../erro-avaliador-sintatico":13}],6:[function(require,module,exports){
3345
+ },{"../../construtos":54,"../../declaracoes":101,"../../tipos-de-simbolos/egua-classico":203,"../erro-avaliador-sintatico":13}],6:[function(require,module,exports){
3339
3346
  "use strict";
3340
3347
  var __importDefault = (this && this.__importDefault) || function (mod) {
3341
3348
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3837,7 +3844,16 @@ class AvaliadorSintaticoPitugues {
3837
3844
  return declaracao.expressao;
3838
3845
  case pitugues_2.default.PARENTESE_ESQUERDO:
3839
3846
  this.avancarEDevolverAnterior();
3840
- const expressao = this.expressao();
3847
+ // Verifica se é tupla vazia
3848
+ if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.PARENTESE_DIREITO)) {
3849
+ return new construtos_1.TuplaN(this.hashArquivo, simboloAtual.linha, []);
3850
+ }
3851
+ const expressao = this.tupla();
3852
+ // Se a expressão já é uma tupla (com vírgulas), retorna ela
3853
+ if (expressao instanceof construtos_1.TuplaN) {
3854
+ this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após itens da tupla.");
3855
+ return expressao;
3856
+ }
3841
3857
  this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após a expressão.");
3842
3858
  return new construtos_1.Agrupamento(this.hashArquivo, simboloAtual.linha, expressao);
3843
3859
  case pitugues_2.default.SUPER:
@@ -3875,26 +3891,17 @@ class AvaliadorSintaticoPitugues {
3875
3891
  let ehFatiamento = false;
3876
3892
  let indiceInicio = null;
3877
3893
  let indiceFim = null;
3894
+ if (!this.verificarTipoSimboloAtual(pitugues_2.default.DOIS_PONTOS)) {
3895
+ indiceInicio = this.expressao();
3896
+ }
3878
3897
  if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DOIS_PONTOS)) {
3879
- // Acesso de itens por intervalo sem ponto de partida definido (ex: [:5] ou [:])
3880
3898
  ehFatiamento = true;
3881
- if (!this.verificarTipoSimboloAtual(pitugues_2.default.COLCHETE_DIREITO)) {
3882
- // Fatiamento com ponto de parada definido (ex: [:5])
3899
+ // Se o próximo não é ':', nem ']', então é o índice fim
3900
+ if (!this.verificarTipoSimboloAtual(pitugues_2.default.DOIS_PONTOS) &&
3901
+ !this.verificarTipoSimboloAtual(pitugues_2.default.COLCHETE_DIREITO)) {
3883
3902
  indiceFim = this.expressao();
3884
3903
  }
3885
3904
  }
3886
- else {
3887
- // Tem ponto de início definido (ex: [1:5], [1:] ou [1])
3888
- indiceInicio = this.expressao();
3889
- if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DOIS_PONTOS)) {
3890
- // É fatiamento (ex: [1:5] ou [1:])
3891
- ehFatiamento = true;
3892
- if (!this.verificarTipoSimboloAtual(pitugues_2.default.COLCHETE_DIREITO)) {
3893
- // fatiamento com ponto de parada definido (ex: [1:5])
3894
- indiceFim = this.expressao();
3895
- }
3896
- }
3897
- }
3898
3905
  const simboloFechamento = this.consumir(pitugues_2.default.COLCHETE_DIREITO, "Esperado ']' após escrita do indice.");
3899
3906
  if (ehFatiamento) {
3900
3907
  expressao = new construtos_1.AcessoIntervaloVariavel(this.hashArquivo, expressao, indiceInicio, indiceFim, simboloFechamento);
@@ -4036,6 +4043,22 @@ class AvaliadorSintaticoPitugues {
4036
4043
  }
4037
4044
  return expressaoEntao;
4038
4045
  }
4046
+ tupla() {
4047
+ let expressao = this.seTernario();
4048
+ // Se não há vírgula, retorna a expressão simples
4049
+ if (!this.verificarSeSimboloAtualEIgualA(pitugues_2.default.VIRGULA)) {
4050
+ return expressao;
4051
+ }
4052
+ // Se há vírgula, então é uma tupla
4053
+ const elementos = [expressao];
4054
+ do {
4055
+ if (this.verificarTipoSimboloAtual(pitugues_2.default.PARENTESE_DIREITO)) {
4056
+ break;
4057
+ }
4058
+ elementos.push(this.seTernario());
4059
+ } while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.VIRGULA));
4060
+ return new construtos_1.TuplaN(this.hashArquivo, expressao.linha, elementos);
4061
+ }
4039
4062
  atribuir() {
4040
4063
  const expressao = this.seTernario();
4041
4064
  if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.IGUAL) ||
@@ -4660,8 +4683,8 @@ class AvaliadorSintaticoPitugues {
4660
4683
  new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valor', 'qualquer'),
4661
4684
  ]));
4662
4685
  this.pilhaEscopos.definirInformacoesVariavel('intervalo', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('intervalo', 'inteiro[]', true, [
4663
- new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorInicial', 'inteiro'),
4664
- new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorFinal', 'inteiro'),
4686
+ new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorInicial', 'qualquer'),
4687
+ new informacao_elemento_sintatico_1.InformacaoElementoSintatico('valorFinal', 'qualquer'),
4665
4688
  ]));
4666
4689
  this.pilhaEscopos.definirInformacoesVariavel('mapear', new informacao_elemento_sintatico_1.InformacaoElementoSintatico('mapear', 'qualquer[]', true, [
4667
4690
  new informacao_elemento_sintatico_1.InformacaoElementoSintatico('vetor', 'qualquer[]'),
@@ -4755,7 +4778,7 @@ class AvaliadorSintaticoPitugues {
4755
4778
  }
4756
4779
  exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
4757
4780
 
4758
- },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":54,"../../declaracoes":100,"../../inferenciador":125,"../../informacao-elemento-sintatico":126,"../../lexador":187,"../../lexador/micro-lexador-pitugues":191,"../../tipos-de-dados/dialetos/pitugues":197,"../../tipos-de-simbolos/pitugues":205,"../comum":3,"../erro-avaliador-sintatico":13,"../informacao-escopo":15,"../pilha-escopos":19,"./micro-avaliador-sintatico-pitugues":11,"browser-process-hrtime":389}],7:[function(require,module,exports){
4781
+ },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":54,"../../declaracoes":101,"../../inferenciador":126,"../../informacao-elemento-sintatico":127,"../../lexador":188,"../../lexador/micro-lexador-pitugues":192,"../../tipos-de-dados/dialetos/pitugues":198,"../../tipos-de-simbolos/pitugues":206,"../comum":3,"../erro-avaliador-sintatico":13,"../informacao-escopo":15,"../pilha-escopos":19,"./micro-avaliador-sintatico-pitugues":11,"browser-process-hrtime":391}],7:[function(require,module,exports){
4759
4782
  "use strict";
4760
4783
  var __importDefault = (this && this.__importDefault) || function (mod) {
4761
4784
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4929,7 +4952,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
4929
4952
  }
4930
4953
  exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
4931
4954
 
4932
- },{"../../construtos":54,"../../declaracoes":100,"../../tipos-de-simbolos/portugol-ipt":206,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4955
+ },{"../../construtos":54,"../../declaracoes":101,"../../tipos-de-simbolos/portugol-ipt":207,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4933
4956
  "use strict";
4934
4957
  var __importDefault = (this && this.__importDefault) || function (mod) {
4935
4958
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5684,7 +5707,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
5684
5707
  }
5685
5708
  exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
5686
5709
 
5687
- },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":54,"../../declaracoes":100,"../../inferenciador":125,"../../informacao-elemento-sintatico":126,"../../lexador":187,"../../tipos-de-simbolos/prisma":207,"../avaliador-sintatico-base":1,"../comum":3,"../erro-avaliador-sintatico":13,"../informacao-escopo":15,"../pilha-escopos":19,"browser-process-hrtime":389}],9:[function(require,module,exports){
5710
+ },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":54,"../../declaracoes":101,"../../inferenciador":126,"../../informacao-elemento-sintatico":127,"../../lexador":188,"../../tipos-de-simbolos/prisma":208,"../avaliador-sintatico-base":1,"../comum":3,"../erro-avaliador-sintatico":13,"../informacao-escopo":15,"../pilha-escopos":19,"browser-process-hrtime":391}],9:[function(require,module,exports){
5688
5711
  "use strict";
5689
5712
  var __importDefault = (this && this.__importDefault) || function (mod) {
5690
5713
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6670,7 +6693,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
6670
6693
  }
6671
6694
  exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
6672
6695
 
6673
- },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":54,"../../construtos/tuplas":71,"../../declaracoes":100,"../../inferenciador":125,"../../informacao-elemento-sintatico":126,"../../lexador/simbolo":194,"../../tipos-de-dados/delegua":196,"../../tipos-de-simbolos/tenda":208,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":13,"./../informacao-escopo":15,"./../pilha-escopos":19,"browser-process-hrtime":389}],10:[function(require,module,exports){
6696
+ },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":54,"../../construtos/tuplas":72,"../../declaracoes":101,"../../inferenciador":126,"../../informacao-elemento-sintatico":127,"../../lexador/simbolo":195,"../../tipos-de-dados/delegua":197,"../../tipos-de-simbolos/tenda":209,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":13,"./../informacao-escopo":15,"./../pilha-escopos":19,"browser-process-hrtime":391}],10:[function(require,module,exports){
6674
6697
  "use strict";
6675
6698
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6676
6699
  if (k2 === undefined) k2 = k;
@@ -6934,7 +6957,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
6934
6957
  }
6935
6958
  exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
6936
6959
 
6937
- },{"../../construtos":54,"../../declaracoes":100,"../../inferenciador":125,"../../tipos-de-simbolos/pitugues":205,"../micro-avaliador-sintatico-base":16}],12:[function(require,module,exports){
6960
+ },{"../../construtos":54,"../../declaracoes":101,"../../inferenciador":126,"../../tipos-de-simbolos/pitugues":206,"../micro-avaliador-sintatico-base":16}],12:[function(require,module,exports){
6938
6961
  "use strict";
6939
6962
  Object.defineProperty(exports, "__esModule", { value: true });
6940
6963
  exports.ElementoMontaoTipos = void 0;
@@ -7116,7 +7139,7 @@ class MicroAvaliadorSintaticoBase {
7116
7139
  }
7117
7140
  exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
7118
7141
 
7119
- },{"../construtos":54,"../tipos-de-simbolos/comum":200,"./erro-avaliador-sintatico":13}],17:[function(require,module,exports){
7142
+ },{"../construtos":54,"../tipos-de-simbolos/comum":201,"./erro-avaliador-sintatico":13}],17:[function(require,module,exports){
7120
7143
  "use strict";
7121
7144
  var __importDefault = (this && this.__importDefault) || function (mod) {
7122
7145
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -7338,7 +7361,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
7338
7361
  }
7339
7362
  exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
7340
7363
 
7341
- },{"../construtos":54,"../tipos-de-simbolos/microgramaticas/delegua":204,"./micro-avaliador-sintatico-base":16}],18:[function(require,module,exports){
7364
+ },{"../construtos":54,"../tipos-de-simbolos/microgramaticas/delegua":205,"./micro-avaliador-sintatico-base":16}],18:[function(require,module,exports){
7342
7365
  "use strict";
7343
7366
  Object.defineProperty(exports, "__esModule", { value: true });
7344
7367
  exports.MontaoTipos = void 0;
@@ -7389,7 +7412,7 @@ class MontaoTipos {
7389
7412
  }
7390
7413
  exports.MontaoTipos = MontaoTipos;
7391
7414
 
7392
- },{"../geracao-identificadores":123,"./erro-avaliador-sintatico":13}],19:[function(require,module,exports){
7415
+ },{"../geracao-identificadores":124,"./erro-avaliador-sintatico":13}],19:[function(require,module,exports){
7393
7416
  "use strict";
7394
7417
  Object.defineProperty(exports, "__esModule", { value: true });
7395
7418
  exports.PilhaEscopos = void 0;
@@ -8027,10 +8050,19 @@ async function intervalo(interpretador, valorInicial, valorFinal) {
8027
8050
  return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao({
8028
8051
  hashArquivo: interpretador.hashArquivoDeclaracaoAtual,
8029
8052
  linha: interpretador.linhaDeclaracaoAtual,
8030
- }, 'Os dois parâmetros devem ser do tipo número.'));
8053
+ }, 'Os dois parâmetros devem ser do tipo número ou inteiro.'));
8031
8054
  }
8055
+ if (isNaN(inicio) || isNaN(fim)) {
8056
+ return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao({
8057
+ hashArquivo: interpretador.hashArquivoDeclaracaoAtual,
8058
+ linha: interpretador.linhaDeclaracaoAtual,
8059
+ }, 'Os dois parâmetros devem ser do tipo número ou inteiro.'));
8060
+ }
8061
+ // Remove a parte decimal se houver
8062
+ const inicioInteiro = Math.floor(inicio);
8063
+ const fimInteiro = Math.floor(fim);
8032
8064
  const resultado = [];
8033
- for (let i = inicio; i < fim; i++) {
8065
+ for (let i = inicioInteiro; i < fimInteiro; i++) {
8034
8066
  resultado.push(i);
8035
8067
  }
8036
8068
  return Promise.resolve(resultado);
@@ -8384,7 +8416,7 @@ async function tupla(interpretador, vetor) {
8384
8416
  }
8385
8417
  }
8386
8418
 
8387
- },{"../construtos":54,"../excecoes":119,"../inferenciador":125,"../interpretador/estruturas":161,"../interpretador/estruturas/descritor-tipo-classe":159,"../interpretador/estruturas/funcao-padrao":160,"../interpretador/estruturas/objeto-delegua-classe":164,"../quebras":195}],21:[function(require,module,exports){
8419
+ },{"../construtos":54,"../excecoes":120,"../inferenciador":126,"../interpretador/estruturas":162,"../interpretador/estruturas/descritor-tipo-classe":160,"../interpretador/estruturas/funcao-padrao":161,"../interpretador/estruturas/objeto-delegua-classe":165,"../quebras":196}],21:[function(require,module,exports){
8388
8420
  "use strict";
8389
8421
  Object.defineProperty(exports, "__esModule", { value: true });
8390
8422
  const construtos_1 = require("../construtos");
@@ -8466,7 +8498,7 @@ exports.default = {
8466
8498
  }
8467
8499
  };
8468
8500
 
8469
- },{"../construtos":54,"../informacao-elemento-sintatico":126}],22:[function(require,module,exports){
8501
+ },{"../construtos":54,"../informacao-elemento-sintatico":127}],22:[function(require,module,exports){
8470
8502
  "use strict";
8471
8503
  Object.defineProperty(exports, "__esModule", { value: true });
8472
8504
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8551,7 +8583,7 @@ exports.default = {
8551
8583
  },
8552
8584
  };
8553
8585
 
8554
- },{"../informacao-elemento-sintatico":126}],23:[function(require,module,exports){
8586
+ },{"../informacao-elemento-sintatico":127}],23:[function(require,module,exports){
8555
8587
  "use strict";
8556
8588
  Object.defineProperty(exports, "__esModule", { value: true });
8557
8589
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8823,7 +8855,7 @@ exports.default = {
8823
8855
  },
8824
8856
  };
8825
8857
 
8826
- },{"../informacao-elemento-sintatico":126}],24:[function(require,module,exports){
8858
+ },{"../informacao-elemento-sintatico":127}],24:[function(require,module,exports){
8827
8859
  "use strict";
8828
8860
  Object.defineProperty(exports, "__esModule", { value: true });
8829
8861
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -9198,7 +9230,7 @@ exports.default = {
9198
9230
  },
9199
9231
  };
9200
9232
 
9201
- },{"../informacao-elemento-sintatico":126}],25:[function(require,module,exports){
9233
+ },{"../informacao-elemento-sintatico":127}],25:[function(require,module,exports){
9202
9234
  "use strict";
9203
9235
  Object.defineProperty(exports, "__esModule", { value: true });
9204
9236
  exports.AcessoElementoMatriz = void 0;
@@ -9656,7 +9688,7 @@ class Chamada {
9656
9688
  }
9657
9689
  exports.Chamada = Chamada;
9658
9690
 
9659
- },{"../geracao-identificadores":123}],39:[function(require,module,exports){
9691
+ },{"../geracao-identificadores":124}],39:[function(require,module,exports){
9660
9692
  "use strict";
9661
9693
  Object.defineProperty(exports, "__esModule", { value: true });
9662
9694
  exports.ComentarioComoConstruto = void 0;
@@ -10084,11 +10116,12 @@ __exportStar(require("./super"), exports);
10084
10116
  __exportStar(require("./tipo-de"), exports);
10085
10117
  __exportStar(require("./tupla"), exports);
10086
10118
  __exportStar(require("./tuplas"), exports);
10119
+ __exportStar(require("./tupla-n"), exports);
10087
10120
  __exportStar(require("./unario"), exports);
10088
10121
  __exportStar(require("./variavel"), exports);
10089
10122
  __exportStar(require("./vetor"), exports);
10090
10123
 
10091
- },{"./acesso-elemento-matriz":25,"./acesso-indice-variavel":26,"./acesso-intervalo-variavel":27,"./acesso-metodo":29,"./acesso-metodo-ou-propriedade":28,"./acesso-propriedade":30,"./agrupamento":31,"./ajuda-como-construto":32,"./argumento-referencia-funcao":33,"./atribuicao-por-indice":34,"./atribuicao-por-indices-matriz":35,"./atribuir":36,"./binario":37,"./chamada":38,"./comentario-como-construto":39,"./componente-linguagem":40,"./constante":41,"./construto":42,"./decorador":43,"./definir-valor":44,"./dicionario":45,"./elvis":46,"./enquanto-como-construto":47,"./expressao-regular":48,"./fazer-como-construto":49,"./fim-para":50,"./formatacao-escrita":51,"./funcao":52,"./importar-como-construto":53,"./isto":55,"./leia":56,"./lista-compreensao":57,"./literal":58,"./logico":59,"./para-cada-como-construto":60,"./para-como-construto":61,"./referencia-biblioteca-global":62,"./referencia-funcao":63,"./se-ternario":64,"./separador":65,"./super":66,"./tipo-de":67,"./tupla":68,"./tuplas":71,"./unario":79,"./variavel":80,"./vetor":81}],55:[function(require,module,exports){
10124
+ },{"./acesso-elemento-matriz":25,"./acesso-indice-variavel":26,"./acesso-intervalo-variavel":27,"./acesso-metodo":29,"./acesso-metodo-ou-propriedade":28,"./acesso-propriedade":30,"./agrupamento":31,"./ajuda-como-construto":32,"./argumento-referencia-funcao":33,"./atribuicao-por-indice":34,"./atribuicao-por-indices-matriz":35,"./atribuir":36,"./binario":37,"./chamada":38,"./comentario-como-construto":39,"./componente-linguagem":40,"./constante":41,"./construto":42,"./decorador":43,"./definir-valor":44,"./dicionario":45,"./elvis":46,"./enquanto-como-construto":47,"./expressao-regular":48,"./fazer-como-construto":49,"./fim-para":50,"./formatacao-escrita":51,"./funcao":52,"./importar-como-construto":53,"./isto":55,"./leia":56,"./lista-compreensao":57,"./literal":58,"./logico":59,"./para-cada-como-construto":60,"./para-como-construto":61,"./referencia-biblioteca-global":62,"./referencia-funcao":63,"./se-ternario":64,"./separador":65,"./super":66,"./tipo-de":67,"./tupla":69,"./tupla-n":68,"./tuplas":72,"./unario":80,"./variavel":81,"./vetor":82}],55:[function(require,module,exports){
10092
10125
  "use strict";
10093
10126
  Object.defineProperty(exports, "__esModule", { value: true });
10094
10127
  exports.Isto = void 0;
@@ -10140,7 +10173,7 @@ class Leia {
10140
10173
  }
10141
10174
  exports.Leia = Leia;
10142
10175
 
10143
- },{"../geracao-identificadores":123}],57:[function(require,module,exports){
10176
+ },{"../geracao-identificadores":124}],57:[function(require,module,exports){
10144
10177
  "use strict";
10145
10178
  Object.defineProperty(exports, "__esModule", { value: true });
10146
10179
  exports.ListaCompreensao = void 0;
@@ -10421,6 +10454,33 @@ exports.TipoDe = TipoDe;
10421
10454
  },{}],68:[function(require,module,exports){
10422
10455
  "use strict";
10423
10456
  Object.defineProperty(exports, "__esModule", { value: true });
10457
+ exports.TuplaN = void 0;
10458
+ const tupla_1 = require("./tupla");
10459
+ class TuplaN extends tupla_1.Tupla {
10460
+ constructor(hashArquivo, linha, elementos) {
10461
+ super();
10462
+ this.hashArquivo = hashArquivo;
10463
+ this.linha = linha;
10464
+ this.elementos = elementos;
10465
+ this.tipo = 'tupla';
10466
+ }
10467
+ async aceitar(visitante) {
10468
+ return await visitante.visitarExpressaoTuplaN(this);
10469
+ }
10470
+ paraTexto() {
10471
+ const elementosTexto = this.elementos.map(elemento => elemento.paraTexto()).join(', ');
10472
+ return `(${elementosTexto})`;
10473
+ }
10474
+ paraTextoSaida() {
10475
+ const elementosTexto = this.elementos.map(elemento => elemento.paraTextoSaida()).join(', ');
10476
+ return `(${elementosTexto})`;
10477
+ }
10478
+ }
10479
+ exports.TuplaN = TuplaN;
10480
+
10481
+ },{"./tupla":69}],69:[function(require,module,exports){
10482
+ "use strict";
10483
+ Object.defineProperty(exports, "__esModule", { value: true });
10424
10484
  exports.Tupla = void 0;
10425
10485
  class Tupla {
10426
10486
  async aceitar(visitante) {
@@ -10429,7 +10489,7 @@ class Tupla {
10429
10489
  }
10430
10490
  exports.Tupla = Tupla;
10431
10491
 
10432
- },{}],69:[function(require,module,exports){
10492
+ },{}],70:[function(require,module,exports){
10433
10493
  "use strict";
10434
10494
  Object.defineProperty(exports, "__esModule", { value: true });
10435
10495
  exports.Deceto = void 0;
@@ -10480,7 +10540,7 @@ class Deceto extends tupla_1.Tupla {
10480
10540
  }
10481
10541
  exports.Deceto = Deceto;
10482
10542
 
10483
- },{"../tupla":68}],70:[function(require,module,exports){
10543
+ },{"../tupla":69}],71:[function(require,module,exports){
10484
10544
  "use strict";
10485
10545
  Object.defineProperty(exports, "__esModule", { value: true });
10486
10546
  exports.Dupla = void 0;
@@ -10502,7 +10562,7 @@ class Dupla extends tupla_1.Tupla {
10502
10562
  }
10503
10563
  exports.Dupla = Dupla;
10504
10564
 
10505
- },{"../tupla":68}],71:[function(require,module,exports){
10565
+ },{"../tupla":69}],72:[function(require,module,exports){
10506
10566
  "use strict";
10507
10567
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10508
10568
  if (k2 === undefined) k2 = k;
@@ -10570,7 +10630,7 @@ class SeletorTuplas {
10570
10630
  }
10571
10631
  exports.SeletorTuplas = SeletorTuplas;
10572
10632
 
10573
- },{"./deceto":69,"./dupla":70,"./noneto":72,"./octeto":73,"./quarteto":74,"./quinteto":75,"./septeto":76,"./sexteto":77,"./trio":78}],72:[function(require,module,exports){
10633
+ },{"./deceto":70,"./dupla":71,"./noneto":73,"./octeto":74,"./quarteto":75,"./quinteto":76,"./septeto":77,"./sexteto":78,"./trio":79}],73:[function(require,module,exports){
10574
10634
  "use strict";
10575
10635
  Object.defineProperty(exports, "__esModule", { value: true });
10576
10636
  exports.Noneto = void 0;
@@ -10612,7 +10672,7 @@ class Noneto extends tupla_1.Tupla {
10612
10672
  }
10613
10673
  exports.Noneto = Noneto;
10614
10674
 
10615
- },{"../tupla":68}],73:[function(require,module,exports){
10675
+ },{"../tupla":69}],74:[function(require,module,exports){
10616
10676
  "use strict";
10617
10677
  Object.defineProperty(exports, "__esModule", { value: true });
10618
10678
  exports.Octeto = void 0;
@@ -10652,7 +10712,7 @@ class Octeto extends tupla_1.Tupla {
10652
10712
  }
10653
10713
  exports.Octeto = Octeto;
10654
10714
 
10655
- },{"../tupla":68}],74:[function(require,module,exports){
10715
+ },{"../tupla":69}],75:[function(require,module,exports){
10656
10716
  "use strict";
10657
10717
  Object.defineProperty(exports, "__esModule", { value: true });
10658
10718
  exports.Quarteto = void 0;
@@ -10678,7 +10738,7 @@ class Quarteto extends tupla_1.Tupla {
10678
10738
  }
10679
10739
  exports.Quarteto = Quarteto;
10680
10740
 
10681
- },{"../tupla":68}],75:[function(require,module,exports){
10741
+ },{"../tupla":69}],76:[function(require,module,exports){
10682
10742
  "use strict";
10683
10743
  Object.defineProperty(exports, "__esModule", { value: true });
10684
10744
  exports.Quinteto = void 0;
@@ -10706,7 +10766,7 @@ class Quinteto extends tupla_1.Tupla {
10706
10766
  }
10707
10767
  exports.Quinteto = Quinteto;
10708
10768
 
10709
- },{"../tupla":68}],76:[function(require,module,exports){
10769
+ },{"../tupla":69}],77:[function(require,module,exports){
10710
10770
  "use strict";
10711
10771
  Object.defineProperty(exports, "__esModule", { value: true });
10712
10772
  exports.Septeto = void 0;
@@ -10744,7 +10804,7 @@ class Septeto extends tupla_1.Tupla {
10744
10804
  }
10745
10805
  exports.Septeto = Septeto;
10746
10806
 
10747
- },{"../tupla":68}],77:[function(require,module,exports){
10807
+ },{"../tupla":69}],78:[function(require,module,exports){
10748
10808
  "use strict";
10749
10809
  Object.defineProperty(exports, "__esModule", { value: true });
10750
10810
  exports.Sexteto = void 0;
@@ -10774,7 +10834,7 @@ class Sexteto extends tupla_1.Tupla {
10774
10834
  }
10775
10835
  exports.Sexteto = Sexteto;
10776
10836
 
10777
- },{"../tupla":68}],78:[function(require,module,exports){
10837
+ },{"../tupla":69}],79:[function(require,module,exports){
10778
10838
  "use strict";
10779
10839
  Object.defineProperty(exports, "__esModule", { value: true });
10780
10840
  exports.Trio = void 0;
@@ -10798,7 +10858,7 @@ class Trio extends tupla_1.Tupla {
10798
10858
  }
10799
10859
  exports.Trio = Trio;
10800
10860
 
10801
- },{"../tupla":68}],79:[function(require,module,exports){
10861
+ },{"../tupla":69}],80:[function(require,module,exports){
10802
10862
  "use strict";
10803
10863
  Object.defineProperty(exports, "__esModule", { value: true });
10804
10864
  exports.Unario = void 0;
@@ -10824,7 +10884,7 @@ class Unario {
10824
10884
  }
10825
10885
  exports.Unario = Unario;
10826
10886
 
10827
- },{}],80:[function(require,module,exports){
10887
+ },{}],81:[function(require,module,exports){
10828
10888
  "use strict";
10829
10889
  Object.defineProperty(exports, "__esModule", { value: true });
10830
10890
  exports.Variavel = void 0;
@@ -10847,7 +10907,7 @@ class Variavel {
10847
10907
  }
10848
10908
  exports.Variavel = Variavel;
10849
10909
 
10850
- },{}],81:[function(require,module,exports){
10910
+ },{}],82:[function(require,module,exports){
10851
10911
  "use strict";
10852
10912
  Object.defineProperty(exports, "__esModule", { value: true });
10853
10913
  exports.Vetor = void 0;
@@ -10876,7 +10936,7 @@ class Vetor {
10876
10936
  }
10877
10937
  exports.Vetor = Vetor;
10878
10938
 
10879
- },{}],82:[function(require,module,exports){
10939
+ },{}],83:[function(require,module,exports){
10880
10940
  "use strict";
10881
10941
  Object.defineProperty(exports, "__esModule", { value: true });
10882
10942
  exports.Ajuda = void 0;
@@ -10902,7 +10962,7 @@ class Ajuda extends declaracao_1.Declaracao {
10902
10962
  }
10903
10963
  exports.Ajuda = Ajuda;
10904
10964
 
10905
- },{"./declaracao":90}],83:[function(require,module,exports){
10965
+ },{"./declaracao":91}],84:[function(require,module,exports){
10906
10966
  "use strict";
10907
10967
  Object.defineProperty(exports, "__esModule", { value: true });
10908
10968
  exports.Bloco = void 0;
@@ -10928,7 +10988,7 @@ class Bloco extends declaracao_1.Declaracao {
10928
10988
  }
10929
10989
  exports.Bloco = Bloco;
10930
10990
 
10931
- },{"./declaracao":90}],84:[function(require,module,exports){
10991
+ },{"./declaracao":91}],85:[function(require,module,exports){
10932
10992
  "use strict";
10933
10993
  Object.defineProperty(exports, "__esModule", { value: true });
10934
10994
  exports.CabecalhoPrograma = void 0;
@@ -10950,7 +11010,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
10950
11010
  }
10951
11011
  exports.CabecalhoPrograma = CabecalhoPrograma;
10952
11012
 
10953
- },{"./declaracao":90}],85:[function(require,module,exports){
11013
+ },{"./declaracao":91}],86:[function(require,module,exports){
10954
11014
  "use strict";
10955
11015
  Object.defineProperty(exports, "__esModule", { value: true });
10956
11016
  exports.Classe = void 0;
@@ -10985,7 +11045,7 @@ class Classe extends declaracao_1.Declaracao {
10985
11045
  }
10986
11046
  exports.Classe = Classe;
10987
11047
 
10988
- },{"./declaracao":90}],86:[function(require,module,exports){
11048
+ },{"./declaracao":91}],87:[function(require,module,exports){
10989
11049
  "use strict";
10990
11050
  Object.defineProperty(exports, "__esModule", { value: true });
10991
11051
  exports.Comentario = void 0;
@@ -11010,7 +11070,7 @@ class Comentario extends declaracao_1.Declaracao {
11010
11070
  }
11011
11071
  exports.Comentario = Comentario;
11012
11072
 
11013
- },{"./declaracao":90}],87:[function(require,module,exports){
11073
+ },{"./declaracao":91}],88:[function(require,module,exports){
11014
11074
  "use strict";
11015
11075
  Object.defineProperty(exports, "__esModule", { value: true });
11016
11076
  exports.ConstMultiplo = void 0;
@@ -11035,7 +11095,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
11035
11095
  }
11036
11096
  exports.ConstMultiplo = ConstMultiplo;
11037
11097
 
11038
- },{"./declaracao":90}],88:[function(require,module,exports){
11098
+ },{"./declaracao":91}],89:[function(require,module,exports){
11039
11099
  "use strict";
11040
11100
  Object.defineProperty(exports, "__esModule", { value: true });
11041
11101
  exports.Const = void 0;
@@ -11065,7 +11125,7 @@ class Const extends declaracao_1.Declaracao {
11065
11125
  }
11066
11126
  exports.Const = Const;
11067
11127
 
11068
- },{"./declaracao":90}],89:[function(require,module,exports){
11128
+ },{"./declaracao":91}],90:[function(require,module,exports){
11069
11129
  "use strict";
11070
11130
  Object.defineProperty(exports, "__esModule", { value: true });
11071
11131
  exports.Continua = void 0;
@@ -11083,7 +11143,7 @@ class Continua extends declaracao_1.Declaracao {
11083
11143
  }
11084
11144
  exports.Continua = Continua;
11085
11145
 
11086
- },{"./declaracao":90}],90:[function(require,module,exports){
11146
+ },{"./declaracao":91}],91:[function(require,module,exports){
11087
11147
  "use strict";
11088
11148
  Object.defineProperty(exports, "__esModule", { value: true });
11089
11149
  exports.Declaracao = void 0;
@@ -11106,7 +11166,7 @@ class Declaracao {
11106
11166
  }
11107
11167
  exports.Declaracao = Declaracao;
11108
11168
 
11109
- },{}],91:[function(require,module,exports){
11169
+ },{}],92:[function(require,module,exports){
11110
11170
  "use strict";
11111
11171
  Object.defineProperty(exports, "__esModule", { value: true });
11112
11172
  exports.Enquanto = void 0;
@@ -11127,7 +11187,7 @@ class Enquanto extends declaracao_1.Declaracao {
11127
11187
  }
11128
11188
  exports.Enquanto = Enquanto;
11129
11189
 
11130
- },{"./declaracao":90}],92:[function(require,module,exports){
11190
+ },{"./declaracao":91}],93:[function(require,module,exports){
11131
11191
  "use strict";
11132
11192
  Object.defineProperty(exports, "__esModule", { value: true });
11133
11193
  exports.Escolha = void 0;
@@ -11152,7 +11212,7 @@ class Escolha extends declaracao_1.Declaracao {
11152
11212
  }
11153
11213
  exports.Escolha = Escolha;
11154
11214
 
11155
- },{"./declaracao":90}],93:[function(require,module,exports){
11215
+ },{"./declaracao":91}],94:[function(require,module,exports){
11156
11216
  "use strict";
11157
11217
  Object.defineProperty(exports, "__esModule", { value: true });
11158
11218
  exports.EscrevaMesmaLinha = void 0;
@@ -11171,7 +11231,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
11171
11231
  }
11172
11232
  exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
11173
11233
 
11174
- },{"./declaracao":90}],94:[function(require,module,exports){
11234
+ },{"./declaracao":91}],95:[function(require,module,exports){
11175
11235
  "use strict";
11176
11236
  Object.defineProperty(exports, "__esModule", { value: true });
11177
11237
  exports.Escreva = void 0;
@@ -11190,7 +11250,7 @@ class Escreva extends declaracao_1.Declaracao {
11190
11250
  }
11191
11251
  exports.Escreva = Escreva;
11192
11252
 
11193
- },{"./declaracao":90}],95:[function(require,module,exports){
11253
+ },{"./declaracao":91}],96:[function(require,module,exports){
11194
11254
  "use strict";
11195
11255
  Object.defineProperty(exports, "__esModule", { value: true });
11196
11256
  exports.Expressao = void 0;
@@ -11209,7 +11269,7 @@ class Expressao extends declaracao_1.Declaracao {
11209
11269
  }
11210
11270
  exports.Expressao = Expressao;
11211
11271
 
11212
- },{"./declaracao":90}],96:[function(require,module,exports){
11272
+ },{"./declaracao":91}],97:[function(require,module,exports){
11213
11273
  "use strict";
11214
11274
  Object.defineProperty(exports, "__esModule", { value: true });
11215
11275
  exports.Falhar = void 0;
@@ -11229,7 +11289,7 @@ class Falhar extends declaracao_1.Declaracao {
11229
11289
  }
11230
11290
  exports.Falhar = Falhar;
11231
11291
 
11232
- },{"./declaracao":90}],97:[function(require,module,exports){
11292
+ },{"./declaracao":91}],98:[function(require,module,exports){
11233
11293
  "use strict";
11234
11294
  Object.defineProperty(exports, "__esModule", { value: true });
11235
11295
  exports.Fazer = void 0;
@@ -11250,7 +11310,7 @@ class Fazer extends declaracao_1.Declaracao {
11250
11310
  }
11251
11311
  exports.Fazer = Fazer;
11252
11312
 
11253
- },{"./declaracao":90}],98:[function(require,module,exports){
11313
+ },{"./declaracao":91}],99:[function(require,module,exports){
11254
11314
  "use strict";
11255
11315
  Object.defineProperty(exports, "__esModule", { value: true });
11256
11316
  exports.FuncaoDeclaracao = void 0;
@@ -11278,7 +11338,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
11278
11338
  }
11279
11339
  exports.FuncaoDeclaracao = FuncaoDeclaracao;
11280
11340
 
11281
- },{"../geracao-identificadores":123,"./declaracao":90}],99:[function(require,module,exports){
11341
+ },{"../geracao-identificadores":124,"./declaracao":91}],100:[function(require,module,exports){
11282
11342
  "use strict";
11283
11343
  Object.defineProperty(exports, "__esModule", { value: true });
11284
11344
  exports.Importar = void 0;
@@ -11304,7 +11364,7 @@ class Importar extends declaracao_1.Declaracao {
11304
11364
  }
11305
11365
  exports.Importar = Importar;
11306
11366
 
11307
- },{"./declaracao":90}],100:[function(require,module,exports){
11367
+ },{"./declaracao":91}],101:[function(require,module,exports){
11308
11368
  "use strict";
11309
11369
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11310
11370
  if (k2 === undefined) k2 = k;
@@ -11353,7 +11413,7 @@ __exportStar(require("./texto-documentacao"), exports);
11353
11413
  __exportStar(require("./var"), exports);
11354
11414
  __exportStar(require("./var-multiplo"), exports);
11355
11415
 
11356
- },{"./ajuda":82,"./bloco":83,"./cabecalho-programa":84,"./classe":85,"./comentario":86,"./const":88,"./const-multiplo":87,"./continua":89,"./declaracao":90,"./enquanto":91,"./escolha":92,"./escreva":94,"./escreva-mesma-linha":93,"./expressao":95,"./falhar":96,"./fazer":97,"./funcao":98,"./importar":99,"./inicio-algoritmo":101,"./para":103,"./para-cada":102,"./propriedade-classe":104,"./retorna":105,"./se":106,"./sustar":107,"./tendo-como":108,"./tente":109,"./texto-documentacao":110,"./var":112,"./var-multiplo":111}],101:[function(require,module,exports){
11416
+ },{"./ajuda":83,"./bloco":84,"./cabecalho-programa":85,"./classe":86,"./comentario":87,"./const":89,"./const-multiplo":88,"./continua":90,"./declaracao":91,"./enquanto":92,"./escolha":93,"./escreva":95,"./escreva-mesma-linha":94,"./expressao":96,"./falhar":97,"./fazer":98,"./funcao":99,"./importar":100,"./inicio-algoritmo":102,"./para":104,"./para-cada":103,"./propriedade-classe":105,"./retorna":106,"./se":107,"./sustar":108,"./tendo-como":109,"./tente":110,"./texto-documentacao":111,"./var":113,"./var-multiplo":112}],102:[function(require,module,exports){
11357
11417
  "use strict";
11358
11418
  Object.defineProperty(exports, "__esModule", { value: true });
11359
11419
  exports.InicioAlgoritmo = void 0;
@@ -11373,7 +11433,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
11373
11433
  }
11374
11434
  exports.InicioAlgoritmo = InicioAlgoritmo;
11375
11435
 
11376
- },{"./declaracao":90}],102:[function(require,module,exports){
11436
+ },{"./declaracao":91}],103:[function(require,module,exports){
11377
11437
  "use strict";
11378
11438
  Object.defineProperty(exports, "__esModule", { value: true });
11379
11439
  exports.ParaCada = void 0;
@@ -11396,7 +11456,7 @@ class ParaCada extends declaracao_1.Declaracao {
11396
11456
  }
11397
11457
  exports.ParaCada = ParaCada;
11398
11458
 
11399
- },{"./declaracao":90}],103:[function(require,module,exports){
11459
+ },{"./declaracao":91}],104:[function(require,module,exports){
11400
11460
  "use strict";
11401
11461
  Object.defineProperty(exports, "__esModule", { value: true });
11402
11462
  exports.Para = void 0;
@@ -11433,7 +11493,7 @@ class Para extends declaracao_1.Declaracao {
11433
11493
  }
11434
11494
  exports.Para = Para;
11435
11495
 
11436
- },{"./declaracao":90}],104:[function(require,module,exports){
11496
+ },{"./declaracao":91}],105:[function(require,module,exports){
11437
11497
  "use strict";
11438
11498
  Object.defineProperty(exports, "__esModule", { value: true });
11439
11499
  exports.PropriedadeClasse = void 0;
@@ -11454,7 +11514,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
11454
11514
  }
11455
11515
  exports.PropriedadeClasse = PropriedadeClasse;
11456
11516
 
11457
- },{"./declaracao":90}],105:[function(require,module,exports){
11517
+ },{"./declaracao":91}],106:[function(require,module,exports){
11458
11518
  "use strict";
11459
11519
  Object.defineProperty(exports, "__esModule", { value: true });
11460
11520
  exports.Retorna = void 0;
@@ -11480,7 +11540,7 @@ class Retorna extends declaracao_1.Declaracao {
11480
11540
  }
11481
11541
  exports.Retorna = Retorna;
11482
11542
 
11483
- },{"./declaracao":90}],106:[function(require,module,exports){
11543
+ },{"./declaracao":91}],107:[function(require,module,exports){
11484
11544
  "use strict";
11485
11545
  Object.defineProperty(exports, "__esModule", { value: true });
11486
11546
  exports.Se = void 0;
@@ -11503,7 +11563,7 @@ class Se extends declaracao_1.Declaracao {
11503
11563
  }
11504
11564
  exports.Se = Se;
11505
11565
 
11506
- },{"./declaracao":90}],107:[function(require,module,exports){
11566
+ },{"./declaracao":91}],108:[function(require,module,exports){
11507
11567
  "use strict";
11508
11568
  Object.defineProperty(exports, "__esModule", { value: true });
11509
11569
  exports.Sustar = void 0;
@@ -11521,7 +11581,7 @@ class Sustar extends declaracao_1.Declaracao {
11521
11581
  }
11522
11582
  exports.Sustar = Sustar;
11523
11583
 
11524
- },{"./declaracao":90}],108:[function(require,module,exports){
11584
+ },{"./declaracao":91}],109:[function(require,module,exports){
11525
11585
  "use strict";
11526
11586
  Object.defineProperty(exports, "__esModule", { value: true });
11527
11587
  exports.TendoComo = void 0;
@@ -11548,7 +11608,7 @@ class TendoComo extends declaracao_1.Declaracao {
11548
11608
  }
11549
11609
  exports.TendoComo = TendoComo;
11550
11610
 
11551
- },{"./declaracao":90}],109:[function(require,module,exports){
11611
+ },{"./declaracao":91}],110:[function(require,module,exports){
11552
11612
  "use strict";
11553
11613
  Object.defineProperty(exports, "__esModule", { value: true });
11554
11614
  exports.Tente = void 0;
@@ -11574,7 +11634,7 @@ class Tente extends declaracao_1.Declaracao {
11574
11634
  }
11575
11635
  exports.Tente = Tente;
11576
11636
 
11577
- },{"./declaracao":90}],110:[function(require,module,exports){
11637
+ },{"./declaracao":91}],111:[function(require,module,exports){
11578
11638
  "use strict";
11579
11639
  Object.defineProperty(exports, "__esModule", { value: true });
11580
11640
  exports.TextoDocumentacao = void 0;
@@ -11596,7 +11656,7 @@ class TextoDocumentacao extends declaracao_1.Declaracao {
11596
11656
  }
11597
11657
  exports.TextoDocumentacao = TextoDocumentacao;
11598
11658
 
11599
- },{"./declaracao":90}],111:[function(require,module,exports){
11659
+ },{"./declaracao":91}],112:[function(require,module,exports){
11600
11660
  "use strict";
11601
11661
  Object.defineProperty(exports, "__esModule", { value: true });
11602
11662
  exports.VarMultiplo = void 0;
@@ -11622,7 +11682,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
11622
11682
  }
11623
11683
  exports.VarMultiplo = VarMultiplo;
11624
11684
 
11625
- },{"./declaracao":90}],112:[function(require,module,exports){
11685
+ },{"./declaracao":91}],113:[function(require,module,exports){
11626
11686
  "use strict";
11627
11687
  Object.defineProperty(exports, "__esModule", { value: true });
11628
11688
  exports.Var = void 0;
@@ -11655,7 +11715,7 @@ class Var extends declaracao_1.Declaracao {
11655
11715
  }
11656
11716
  exports.Var = Var;
11657
11717
 
11658
- },{"./declaracao":90}],113:[function(require,module,exports){
11718
+ },{"./declaracao":91}],114:[function(require,module,exports){
11659
11719
  "use strict";
11660
11720
  Object.defineProperty(exports, "__esModule", { value: true });
11661
11721
  exports.EstilizadorDelegua = void 0;
@@ -11884,7 +11944,7 @@ class EstilizadorDelegua {
11884
11944
  }
11885
11945
  exports.EstilizadorDelegua = EstilizadorDelegua;
11886
11946
 
11887
- },{}],114:[function(require,module,exports){
11947
+ },{}],115:[function(require,module,exports){
11888
11948
  "use strict";
11889
11949
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11890
11950
  if (k2 === undefined) k2 = k;
@@ -11904,7 +11964,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
11904
11964
  __exportStar(require("./estilizador-delegua"), exports);
11905
11965
  __exportStar(require("./regras"), exports);
11906
11966
 
11907
- },{"./estilizador-delegua":113,"./regras":117}],115:[function(require,module,exports){
11967
+ },{"./estilizador-delegua":114,"./regras":118}],116:[function(require,module,exports){
11908
11968
  "use strict";
11909
11969
  Object.defineProperty(exports, "__esModule", { value: true });
11910
11970
  exports.RegraConvencaoNomenclatura = void 0;
@@ -12053,7 +12113,7 @@ class RegraConvencaoNomenclatura {
12053
12113
  }
12054
12114
  exports.RegraConvencaoNomenclatura = RegraConvencaoNomenclatura;
12055
12115
 
12056
- },{"../../declaracoes":100}],116:[function(require,module,exports){
12116
+ },{"../../declaracoes":101}],117:[function(require,module,exports){
12057
12117
  "use strict";
12058
12118
  Object.defineProperty(exports, "__esModule", { value: true });
12059
12119
  exports.RegraFortalecerTipos = void 0;
@@ -12138,7 +12198,7 @@ class RegraFortalecerTipos {
12138
12198
  }
12139
12199
  exports.RegraFortalecerTipos = RegraFortalecerTipos;
12140
12200
 
12141
- },{"../../construtos":54,"../../declaracoes":100,"../../inferenciador":125}],117:[function(require,module,exports){
12201
+ },{"../../construtos":54,"../../declaracoes":101,"../../inferenciador":126}],118:[function(require,module,exports){
12142
12202
  "use strict";
12143
12203
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12144
12204
  if (k2 === undefined) k2 = k;
@@ -12158,7 +12218,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12158
12218
  __exportStar(require("./fortalecer-tipos"), exports);
12159
12219
  __exportStar(require("./convencao-nomenclatura"), exports);
12160
12220
 
12161
- },{"./convencao-nomenclatura":115,"./fortalecer-tipos":116}],118:[function(require,module,exports){
12221
+ },{"./convencao-nomenclatura":116,"./fortalecer-tipos":117}],119:[function(require,module,exports){
12162
12222
  "use strict";
12163
12223
  Object.defineProperty(exports, "__esModule", { value: true });
12164
12224
  exports.ErroEmTempoDeExecucao = void 0;
@@ -12173,7 +12233,7 @@ class ErroEmTempoDeExecucao extends Error {
12173
12233
  }
12174
12234
  exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
12175
12235
 
12176
- },{}],119:[function(require,module,exports){
12236
+ },{}],120:[function(require,module,exports){
12177
12237
  "use strict";
12178
12238
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12179
12239
  if (k2 === undefined) k2 = k;
@@ -12192,7 +12252,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
12192
12252
  Object.defineProperty(exports, "__esModule", { value: true });
12193
12253
  __exportStar(require("./erro-em-tempo-de-execucao"), exports);
12194
12254
 
12195
- },{"./erro-em-tempo-de-execucao":118}],120:[function(require,module,exports){
12255
+ },{"./erro-em-tempo-de-execucao":119}],121:[function(require,module,exports){
12196
12256
  "use strict";
12197
12257
  var __importDefault = (this && this.__importDefault) || function (mod) {
12198
12258
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -12215,15 +12275,23 @@ class FormatadorDelegua {
12215
12275
  this.devePularLinha = true;
12216
12276
  this.deveIndentar = true;
12217
12277
  }
12278
+ /* istanbul ignore next */
12279
+ visitarExpressaoTuplaN(expressao) {
12280
+ throw new Error('Método não implementado.');
12281
+ }
12282
+ /* istanbul ignore next */
12218
12283
  visitarExpressaoAcessoIntervaloVariavel(expressao) {
12219
12284
  throw new Error('Método não implementado.');
12220
12285
  }
12286
+ /* istanbul ignore next */
12221
12287
  visitarDeclaracaoTextoDocumentacao(declaracao) {
12222
12288
  throw new Error('Método não implementado.');
12223
12289
  }
12290
+ /* istanbul ignore next */
12224
12291
  visitarExpressaoSeparador(expressao) {
12225
12292
  throw new Error('Método não implementado.');
12226
12293
  }
12294
+ /* istanbul ignore next */
12227
12295
  visitarExpressaoComentario(expressao) {
12228
12296
  throw new Error('Método não implementado.');
12229
12297
  }
@@ -12263,9 +12331,11 @@ class FormatadorDelegua {
12263
12331
  this.codigoFormatado += ` como ${declaracao.simboloVariavel.lexema} `;
12264
12332
  this.formatarDeclaracaoOuConstruto(declaracao.corpo);
12265
12333
  }
12334
+ /* istanbul ignore next */
12266
12335
  visitarDeclaracaoInicioAlgoritmo(declaracao) {
12267
12336
  throw new Error('Método não implementado.');
12268
12337
  }
12338
+ /* istanbul ignore next */
12269
12339
  visitarDeclaracaoCabecalhoPrograma(declaracao) {
12270
12340
  throw new Error('Método não implementado.');
12271
12341
  }
@@ -12939,7 +13009,7 @@ class FormatadorDelegua {
12939
13009
  }
12940
13010
  exports.FormatadorDelegua = FormatadorDelegua;
12941
13011
 
12942
- },{"../construtos":54,"../declaracoes":100,"../tipos-de-simbolos/delegua":201}],121:[function(require,module,exports){
13012
+ },{"../construtos":54,"../declaracoes":101,"../tipos-de-simbolos/delegua":202}],122:[function(require,module,exports){
12943
13013
  "use strict";
12944
13014
  var __importDefault = (this && this.__importDefault) || function (mod) {
12945
13015
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -12987,6 +13057,17 @@ class FormatadorPitugues {
12987
13057
  visitarExpressaoReferenciaFuncao() { return Promise.resolve(); }
12988
13058
  visitarExpressaoSeparador() { return Promise.resolve(); }
12989
13059
  visitarExpressaoTupla() { return Promise.resolve(); }
13060
+ async visitarExpressaoTuplaN(expressao) {
13061
+ this.códigoFormatado += '(';
13062
+ for (let i = 0; i < expressao.elementos.length; i++) {
13063
+ const elemento = expressao.elementos[i];
13064
+ this.códigoFormatado += await elemento.aceitar(this);
13065
+ if (i < expressao.elementos.length - 1) {
13066
+ this.códigoFormatado += ', ';
13067
+ }
13068
+ }
13069
+ this.códigoFormatado += ')';
13070
+ }
12990
13071
  async visitarDeclaracaoDeExpressao(declaracao) {
12991
13072
  this.códigoFormatado += this.indentar();
12992
13073
  this.códigoFormatado += await declaracao.expressao.aceitar(this) + `\n`;
@@ -13344,7 +13425,7 @@ class FormatadorPitugues {
13344
13425
  }
13345
13426
  exports.FormatadorPitugues = FormatadorPitugues;
13346
13427
 
13347
- },{"../construtos":54,"../declaracoes":100,"../tipos-de-simbolos/pitugues":205}],122:[function(require,module,exports){
13428
+ },{"../construtos":54,"../declaracoes":101,"../tipos-de-simbolos/pitugues":206}],123:[function(require,module,exports){
13348
13429
  "use strict";
13349
13430
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13350
13431
  if (k2 === undefined) k2 = k;
@@ -13364,7 +13445,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
13364
13445
  __exportStar(require("./formatador-delegua"), exports);
13365
13446
  __exportStar(require("./formatador-pitugues"), exports);
13366
13447
 
13367
- },{"./formatador-delegua":120,"./formatador-pitugues":121}],123:[function(require,module,exports){
13448
+ },{"./formatador-delegua":121,"./formatador-pitugues":122}],124:[function(require,module,exports){
13368
13449
  "use strict";
13369
13450
  Object.defineProperty(exports, "__esModule", { value: true });
13370
13451
  exports.cyrb53 = cyrb53;
@@ -13408,7 +13489,7 @@ function uuidv4() {
13408
13489
  });
13409
13490
  }
13410
13491
 
13411
- },{}],124:[function(require,module,exports){
13492
+ },{}],125:[function(require,module,exports){
13412
13493
  "use strict";
13413
13494
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13414
13495
  if (k2 === undefined) k2 = k;
@@ -13436,7 +13517,7 @@ __exportStar(require("./interpretador"), exports);
13436
13517
  __exportStar(require("./lexador"), exports);
13437
13518
  __exportStar(require("./tradutores"), exports);
13438
13519
 
13439
- },{"./avaliador-sintatico":14,"./construtos":54,"./declaracoes":100,"./estilizador":114,"./formatadores":122,"./geracao-identificadores":123,"./interfaces":133,"./interpretador":167,"./lexador":187,"./tradutores":209}],125:[function(require,module,exports){
13520
+ },{"./avaliador-sintatico":14,"./construtos":54,"./declaracoes":101,"./estilizador":115,"./formatadores":123,"./geracao-identificadores":124,"./interfaces":134,"./interpretador":168,"./lexador":188,"./tradutores":210}],126:[function(require,module,exports){
13440
13521
  "use strict";
13441
13522
  var __importDefault = (this && this.__importDefault) || function (mod) {
13442
13523
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13565,7 +13646,7 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
13565
13646
  }
13566
13647
  }
13567
13648
 
13568
- },{"./tipos-de-dados/delegua":196,"./tipos-de-dados/primitivos":198,"./tipos-de-simbolos/delegua":201}],126:[function(require,module,exports){
13649
+ },{"./tipos-de-dados/delegua":197,"./tipos-de-dados/primitivos":199,"./tipos-de-simbolos/delegua":202}],127:[function(require,module,exports){
13569
13650
  "use strict";
13570
13651
  Object.defineProperty(exports, "__esModule", { value: true });
13571
13652
  exports.InformacaoElementoSintatico = void 0;
@@ -13584,15 +13665,15 @@ class InformacaoElementoSintatico {
13584
13665
  }
13585
13666
  exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
13586
13667
 
13587
- },{}],127:[function(require,module,exports){
13668
+ },{}],128:[function(require,module,exports){
13588
13669
  "use strict";
13589
13670
  Object.defineProperty(exports, "__esModule", { value: true });
13590
13671
 
13591
- },{}],128:[function(require,module,exports){
13672
+ },{}],129:[function(require,module,exports){
13592
13673
  "use strict";
13593
13674
  Object.defineProperty(exports, "__esModule", { value: true });
13594
13675
 
13595
- },{}],129:[function(require,module,exports){
13676
+ },{}],130:[function(require,module,exports){
13596
13677
  "use strict";
13597
13678
  Object.defineProperty(exports, "__esModule", { value: true });
13598
13679
  exports.DiagnosticoSeveridade = void 0;
@@ -13604,7 +13685,7 @@ var DiagnosticoSeveridade;
13604
13685
  DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
13605
13686
  })(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
13606
13687
 
13607
- },{}],130:[function(require,module,exports){
13688
+ },{}],131:[function(require,module,exports){
13608
13689
  "use strict";
13609
13690
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13610
13691
  if (k2 === undefined) k2 = k;
@@ -13623,15 +13704,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
13623
13704
  Object.defineProperty(exports, "__esModule", { value: true });
13624
13705
  __exportStar(require("./diagnostico-analisador-semantico"), exports);
13625
13706
 
13626
- },{"./diagnostico-analisador-semantico":129}],131:[function(require,module,exports){
13707
+ },{"./diagnostico-analisador-semantico":130}],132:[function(require,module,exports){
13627
13708
  "use strict";
13628
13709
  Object.defineProperty(exports, "__esModule", { value: true });
13629
13710
 
13630
- },{}],132:[function(require,module,exports){
13711
+ },{}],133:[function(require,module,exports){
13631
13712
  "use strict";
13632
13713
  Object.defineProperty(exports, "__esModule", { value: true });
13633
13714
 
13634
- },{}],133:[function(require,module,exports){
13715
+ },{}],134:[function(require,module,exports){
13635
13716
  "use strict";
13636
13717
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13637
13718
  if (k2 === undefined) k2 = k;
@@ -13669,11 +13750,7 @@ __exportStar(require("./construtos"), exports);
13669
13750
  __exportStar(require("./erros"), exports);
13670
13751
  __exportStar(require("./retornos"), exports);
13671
13752
 
13672
- },{"./avaliador-sintatico-interface":127,"./construtos":128,"./erros":130,"./estilizador-comum-interface":131,"./formatador-comum-interface":132,"./interpretador-com-depuracao-interface":134,"./interpretador-interface":135,"./lexador-interface":136,"./parametro-interface":137,"./pilha-interface":138,"./primitiva-interface":139,"./resolvedor-interface":140,"./resultado-parcial-interpretador-interface":141,"./retornos":142,"./retornos/retorno-execucao-interface":145,"./simbolo-interface":148,"./tradutor-interface":149,"./variavel-interface":150,"./visitante-comum-interface":151,"./visitante-delegua-interface":152}],134:[function(require,module,exports){
13673
- "use strict";
13674
- Object.defineProperty(exports, "__esModule", { value: true });
13675
-
13676
- },{}],135:[function(require,module,exports){
13753
+ },{"./avaliador-sintatico-interface":128,"./construtos":129,"./erros":131,"./estilizador-comum-interface":132,"./formatador-comum-interface":133,"./interpretador-com-depuracao-interface":135,"./interpretador-interface":136,"./lexador-interface":137,"./parametro-interface":138,"./pilha-interface":139,"./primitiva-interface":140,"./resolvedor-interface":141,"./resultado-parcial-interpretador-interface":142,"./retornos":143,"./retornos/retorno-execucao-interface":146,"./simbolo-interface":149,"./tradutor-interface":150,"./variavel-interface":151,"./visitante-comum-interface":152,"./visitante-delegua-interface":153}],135:[function(require,module,exports){
13677
13754
  "use strict";
13678
13755
  Object.defineProperty(exports, "__esModule", { value: true });
13679
13756
 
@@ -13703,6 +13780,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
13703
13780
 
13704
13781
  },{}],142:[function(require,module,exports){
13705
13782
  "use strict";
13783
+ Object.defineProperty(exports, "__esModule", { value: true });
13784
+
13785
+ },{}],143:[function(require,module,exports){
13786
+ "use strict";
13706
13787
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13707
13788
  if (k2 === undefined) k2 = k;
13708
13789
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -13724,11 +13805,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
13724
13805
  __exportStar(require("./retorno-interpretador-interface"), exports);
13725
13806
  __exportStar(require("./retorno-lexador"), exports);
13726
13807
 
13727
- },{"./retorno-analisador-semantico":143,"./retorno-avaliador-sintatico":144,"./retorno-execucao-interface":145,"./retorno-interpretador-interface":146,"./retorno-lexador":147}],143:[function(require,module,exports){
13728
- "use strict";
13729
- Object.defineProperty(exports, "__esModule", { value: true });
13730
-
13731
- },{}],144:[function(require,module,exports){
13808
+ },{"./retorno-analisador-semantico":144,"./retorno-avaliador-sintatico":145,"./retorno-execucao-interface":146,"./retorno-interpretador-interface":147,"./retorno-lexador":148}],144:[function(require,module,exports){
13732
13809
  "use strict";
13733
13810
  Object.defineProperty(exports, "__esModule", { value: true });
13734
13811
 
@@ -13766,6 +13843,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
13766
13843
 
13767
13844
  },{}],153:[function(require,module,exports){
13768
13845
  "use strict";
13846
+ Object.defineProperty(exports, "__esModule", { value: true });
13847
+
13848
+ },{}],154:[function(require,module,exports){
13849
+ "use strict";
13769
13850
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13770
13851
  if (k2 === undefined) k2 = k;
13771
13852
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -13817,6 +13898,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
13817
13898
  pilhaEscoposExecucao.definirVariavel('filtrarPor', new funcao_padrao_1.FuncaoPadrao(2, bibliotecaGlobal.filtrarPor));
13818
13899
  pilhaEscoposExecucao.definirVariavel('incluido', new funcao_padrao_1.FuncaoPadrao(2, bibliotecaGlobal.incluido));
13819
13900
  pilhaEscoposExecucao.definirVariavel('inteiro', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.inteiro));
13901
+ pilhaEscoposExecucao.definirVariavel('intervalo', new funcao_padrao_1.FuncaoPadrao(2, bibliotecaGlobal.intervalo));
13820
13902
  pilhaEscoposExecucao.definirVariavel('mapear', new funcao_padrao_1.FuncaoPadrao(2, bibliotecaGlobal.mapear));
13821
13903
  pilhaEscoposExecucao.definirVariavel('numero', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.numero));
13822
13904
  pilhaEscoposExecucao.definirVariavel('número', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.numero));
@@ -14130,7 +14212,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
14130
14212
  }
14131
14213
  }
14132
14214
 
14133
- },{"../bibliotecas/biblioteca-global":20,"../construtos":54,"./estruturas/funcao-padrao":160}],154:[function(require,module,exports){
14215
+ },{"../bibliotecas/biblioteca-global":20,"../construtos":54,"./estruturas/funcao-padrao":161}],155:[function(require,module,exports){
14134
14216
  "use strict";
14135
14217
  Object.defineProperty(exports, "__esModule", { value: true });
14136
14218
  exports.EspacoMemoria = void 0;
@@ -14155,7 +14237,7 @@ class EspacoMemoria {
14155
14237
  }
14156
14238
  exports.EspacoMemoria = EspacoMemoria;
14157
14239
 
14158
- },{}],155:[function(require,module,exports){
14240
+ },{}],156:[function(require,module,exports){
14159
14241
  "use strict";
14160
14242
  Object.defineProperty(exports, "__esModule", { value: true });
14161
14243
  exports.Chamavel = void 0;
@@ -14169,7 +14251,7 @@ class Chamavel {
14169
14251
  }
14170
14252
  exports.Chamavel = Chamavel;
14171
14253
 
14172
- },{}],156:[function(require,module,exports){
14254
+ },{}],157:[function(require,module,exports){
14173
14255
  "use strict";
14174
14256
  Object.defineProperty(exports, "__esModule", { value: true });
14175
14257
  exports.ClasseDeModulo = void 0;
@@ -14190,7 +14272,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
14190
14272
  }
14191
14273
  exports.ClasseDeModulo = ClasseDeModulo;
14192
14274
 
14193
- },{"./chamavel":155}],157:[function(require,module,exports){
14275
+ },{"./chamavel":156}],158:[function(require,module,exports){
14194
14276
  "use strict";
14195
14277
  Object.defineProperty(exports, "__esModule", { value: true });
14196
14278
  exports.ClassePadrao = void 0;
@@ -14231,7 +14313,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
14231
14313
  }
14232
14314
  exports.ClassePadrao = ClassePadrao;
14233
14315
 
14234
- },{"./chamavel":155}],158:[function(require,module,exports){
14316
+ },{"./chamavel":156}],159:[function(require,module,exports){
14235
14317
  "use strict";
14236
14318
  Object.defineProperty(exports, "__esModule", { value: true });
14237
14319
  exports.DeleguaFuncao = void 0;
@@ -14376,7 +14458,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
14376
14458
  }
14377
14459
  exports.DeleguaFuncao = DeleguaFuncao;
14378
14460
 
14379
- },{"../../declaracoes":100,"../../quebras":195,"../espaco-memoria":154,"./chamavel":155}],159:[function(require,module,exports){
14461
+ },{"../../declaracoes":101,"../../quebras":196,"../espaco-memoria":155,"./chamavel":156}],160:[function(require,module,exports){
14380
14462
  "use strict";
14381
14463
  Object.defineProperty(exports, "__esModule", { value: true });
14382
14464
  exports.DescritorTipoClasse = void 0;
@@ -14457,7 +14539,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
14457
14539
  }
14458
14540
  exports.DescritorTipoClasse = DescritorTipoClasse;
14459
14541
 
14460
- },{"../../excecoes":119,"./chamavel":155,"./objeto-delegua-classe":164}],160:[function(require,module,exports){
14542
+ },{"../../excecoes":120,"./chamavel":156,"./objeto-delegua-classe":165}],161:[function(require,module,exports){
14461
14543
  "use strict";
14462
14544
  Object.defineProperty(exports, "__esModule", { value: true });
14463
14545
  exports.FuncaoPadrao = void 0;
@@ -14494,7 +14576,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
14494
14576
  }
14495
14577
  exports.FuncaoPadrao = FuncaoPadrao;
14496
14578
 
14497
- },{"./chamavel":155}],161:[function(require,module,exports){
14579
+ },{"./chamavel":156}],162:[function(require,module,exports){
14498
14580
  "use strict";
14499
14581
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14500
14582
  if (k2 === undefined) k2 = k;
@@ -14523,7 +14605,7 @@ __exportStar(require("./objeto-delegua-classe"), exports);
14523
14605
  __exportStar(require("./objeto-padrao"), exports);
14524
14606
  __exportStar(require("./referencia-montao"), exports);
14525
14607
 
14526
- },{"./chamavel":155,"./classe-de-modulo":156,"./classe-padrao":157,"./delegua-funcao":158,"./descritor-tipo-classe":159,"./funcao-padrao":160,"./metodo-primitiva":162,"./modulo":163,"./objeto-delegua-classe":164,"./objeto-padrao":165,"./referencia-montao":166}],162:[function(require,module,exports){
14608
+ },{"./chamavel":156,"./classe-de-modulo":157,"./classe-padrao":158,"./delegua-funcao":159,"./descritor-tipo-classe":160,"./funcao-padrao":161,"./metodo-primitiva":163,"./modulo":164,"./objeto-delegua-classe":165,"./objeto-padrao":166,"./referencia-montao":167}],163:[function(require,module,exports){
14527
14609
  "use strict";
14528
14610
  Object.defineProperty(exports, "__esModule", { value: true });
14529
14611
  exports.MetodoPrimitiva = void 0;
@@ -14569,7 +14651,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
14569
14651
  }
14570
14652
  exports.MetodoPrimitiva = MetodoPrimitiva;
14571
14653
 
14572
- },{"./chamavel":155}],163:[function(require,module,exports){
14654
+ },{"./chamavel":156}],164:[function(require,module,exports){
14573
14655
  "use strict";
14574
14656
  Object.defineProperty(exports, "__esModule", { value: true });
14575
14657
  exports.DeleguaModulo = void 0;
@@ -14595,7 +14677,7 @@ class DeleguaModulo {
14595
14677
  }
14596
14678
  exports.DeleguaModulo = DeleguaModulo;
14597
14679
 
14598
- },{}],164:[function(require,module,exports){
14680
+ },{}],165:[function(require,module,exports){
14599
14681
  "use strict";
14600
14682
  Object.defineProperty(exports, "__esModule", { value: true });
14601
14683
  exports.ObjetoDeleguaClasse = void 0;
@@ -14663,7 +14745,7 @@ class ObjetoDeleguaClasse {
14663
14745
  }
14664
14746
  exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
14665
14747
 
14666
- },{"../../excecoes":119}],165:[function(require,module,exports){
14748
+ },{"../../excecoes":120}],166:[function(require,module,exports){
14667
14749
  "use strict";
14668
14750
  Object.defineProperty(exports, "__esModule", { value: true });
14669
14751
  exports.ObjetoPadrao = void 0;
@@ -14697,7 +14779,7 @@ class ObjetoPadrao {
14697
14779
  }
14698
14780
  exports.ObjetoPadrao = ObjetoPadrao;
14699
14781
 
14700
- },{}],166:[function(require,module,exports){
14782
+ },{}],167:[function(require,module,exports){
14701
14783
  "use strict";
14702
14784
  Object.defineProperty(exports, "__esModule", { value: true });
14703
14785
  exports.ReferenciaMontao = void 0;
@@ -14722,7 +14804,7 @@ class ReferenciaMontao {
14722
14804
  }
14723
14805
  exports.ReferenciaMontao = ReferenciaMontao;
14724
14806
 
14725
- },{}],167:[function(require,module,exports){
14807
+ },{}],168:[function(require,module,exports){
14726
14808
  "use strict";
14727
14809
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14728
14810
  if (k2 === undefined) k2 = k;
@@ -14742,7 +14824,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
14742
14824
  __exportStar(require("./interpretador"), exports);
14743
14825
  __exportStar(require("./interpretador-base"), exports);
14744
14826
 
14745
- },{"./interpretador":169,"./interpretador-base":168}],168:[function(require,module,exports){
14827
+ },{"./interpretador":170,"./interpretador-base":169}],169:[function(require,module,exports){
14746
14828
  (function (process){(function (){
14747
14829
  "use strict";
14748
14830
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -14918,6 +15000,9 @@ class InterpretadorBase {
14918
15000
  }
14919
15001
  return valores;
14920
15002
  }
15003
+ async visitarExpressaoTuplaN(expressao) {
15004
+ throw new Error('Método não implementado.');
15005
+ }
14921
15006
  async visitarExpressaoAtribuicaoPorIndicesMatriz(expressao) {
14922
15007
  throw new Error('Método não implementado.');
14923
15008
  }
@@ -16337,7 +16422,7 @@ class InterpretadorBase {
16337
16422
  exports.InterpretadorBase = InterpretadorBase;
16338
16423
 
16339
16424
  }).call(this)}).call(this,require('_process'))
16340
- },{"../avaliador-sintatico":14,"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-vetor":24,"../construtos":54,"../excecoes":119,"../inferenciador":125,"../lexador":187,"../quebras":195,"../tipos-de-dados/delegua":196,"../tipos-de-dados/primitivos":198,"../tipos-de-simbolos/delegua":201,"./espaco-memoria":154,"./estruturas":161,"./estruturas/metodo-primitiva":162,"./pilha-escopos-execucao":171,"_process":443,"browser-process-hrtime":389}],169:[function(require,module,exports){
16425
+ },{"../avaliador-sintatico":14,"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-vetor":24,"../construtos":54,"../excecoes":120,"../inferenciador":126,"../lexador":188,"../quebras":196,"../tipos-de-dados/delegua":197,"../tipos-de-dados/primitivos":199,"../tipos-de-simbolos/delegua":202,"./espaco-memoria":155,"./estruturas":162,"./estruturas/metodo-primitiva":163,"./pilha-escopos-execucao":172,"_process":445,"browser-process-hrtime":391}],170:[function(require,module,exports){
16341
16426
  "use strict";
16342
16427
  var __importDefault = (this && this.__importDefault) || function (mod) {
16343
16428
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17338,6 +17423,9 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
17338
17423
  }
17339
17424
  }
17340
17425
  }
17426
+ async visitarExpressaoTuplaN(expressao) {
17427
+ return super.visitarExpressaoTuplaN(expressao);
17428
+ }
17341
17429
  /**
17342
17430
  * Método que efetivamente inicia o processo de interpretação.
17343
17431
  * @param declaracoes Um vetor de declarações gerado pelo Avaliador Sintático.
@@ -17362,7 +17450,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
17362
17450
  }
17363
17451
  exports.Interpretador = Interpretador;
17364
17452
 
17365
- },{"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-numero":22,"../bibliotecas/primitivas-texto":23,"../bibliotecas/primitivas-vetor":24,"../construtos":54,"../declaracoes":100,"../excecoes":119,"../inferenciador":125,"../quebras":195,"../tipos-de-dados/delegua":196,"../tipos-de-dados/primitivos":198,"./comum":153,"./estruturas":161,"./interpretador-base":168,"./montao":170}],170:[function(require,module,exports){
17453
+ },{"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-numero":22,"../bibliotecas/primitivas-texto":23,"../bibliotecas/primitivas-vetor":24,"../construtos":54,"../declaracoes":101,"../excecoes":120,"../inferenciador":126,"../quebras":196,"../tipos-de-dados/delegua":197,"../tipos-de-dados/primitivos":199,"./comum":154,"./estruturas":162,"./interpretador-base":169,"./montao":171}],171:[function(require,module,exports){
17366
17454
  "use strict";
17367
17455
  Object.defineProperty(exports, "__esModule", { value: true });
17368
17456
  exports.Montao = void 0;
@@ -17419,7 +17507,7 @@ class Montao {
17419
17507
  }
17420
17508
  exports.Montao = Montao;
17421
17509
 
17422
- },{"../excecoes":119,"../geracao-identificadores":123}],171:[function(require,module,exports){
17510
+ },{"../excecoes":120,"../geracao-identificadores":124}],172:[function(require,module,exports){
17423
17511
  "use strict";
17424
17512
  var __importDefault = (this && this.__importDefault) || function (mod) {
17425
17513
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17707,7 +17795,7 @@ class PilhaEscoposExecucao {
17707
17795
  }
17708
17796
  exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
17709
17797
 
17710
- },{"../excecoes":119,"../inferenciador":125,"../lexador":187,"../tipos-de-dados/delegua":196,"./estruturas":161}],172:[function(require,module,exports){
17798
+ },{"../excecoes":120,"../inferenciador":126,"../lexador":188,"../tipos-de-dados/delegua":197,"./estruturas":162}],173:[function(require,module,exports){
17711
17799
  "use strict";
17712
17800
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17713
17801
  if (k2 === undefined) k2 = k;
@@ -17732,7 +17820,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
17732
17820
  __exportStar(require("./lexador-prisma"), exports);
17733
17821
  __exportStar(require("./lexador-tenda"), exports);
17734
17822
 
17735
- },{"./lexador-calango":173,"./lexador-egua-classico":174,"./lexador-guarani":175,"./lexador-pitugues":176,"./lexador-portugol-ipt":177,"./lexador-prisma":178,"./lexador-tenda":179}],173:[function(require,module,exports){
17823
+ },{"./lexador-calango":174,"./lexador-egua-classico":175,"./lexador-guarani":176,"./lexador-pitugues":177,"./lexador-portugol-ipt":178,"./lexador-prisma":179,"./lexador-tenda":180}],174:[function(require,module,exports){
17736
17824
  "use strict";
17737
17825
  var __importDefault = (this && this.__importDefault) || function (mod) {
17738
17826
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17965,7 +18053,7 @@ class LexadorCalango {
17965
18053
  }
17966
18054
  exports.LexadorCalango = LexadorCalango;
17967
18055
 
17968
- },{"../../tipos-de-simbolos/calango":199,"../simbolo":194,"./palavras-reservadas/calango":180}],174:[function(require,module,exports){
18056
+ },{"../../tipos-de-simbolos/calango":200,"../simbolo":195,"./palavras-reservadas/calango":181}],175:[function(require,module,exports){
17969
18057
  "use strict";
17970
18058
  var __importDefault = (this && this.__importDefault) || function (mod) {
17971
18059
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18255,7 +18343,7 @@ class LexadorEguaClassico {
18255
18343
  }
18256
18344
  exports.LexadorEguaClassico = LexadorEguaClassico;
18257
18345
 
18258
- },{"../../tipos-de-simbolos/egua-classico":202,"../simbolo":194,"./palavras-reservadas/egua-classico":181}],175:[function(require,module,exports){
18346
+ },{"../../tipos-de-simbolos/egua-classico":203,"../simbolo":195,"./palavras-reservadas/egua-classico":182}],176:[function(require,module,exports){
18259
18347
  "use strict";
18260
18348
  var __importDefault = (this && this.__importDefault) || function (mod) {
18261
18349
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18374,7 +18462,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
18374
18462
  }
18375
18463
  exports.LexadorGuarani = LexadorGuarani;
18376
18464
 
18377
- },{"../../tipos-de-simbolos/guarani":203,"../lexador-base":189,"./palavras-reservadas/guarani":182}],176:[function(require,module,exports){
18465
+ },{"../../tipos-de-simbolos/guarani":204,"../lexador-base":190,"./palavras-reservadas/guarani":183}],177:[function(require,module,exports){
18378
18466
  "use strict";
18379
18467
  var __importDefault = (this && this.__importDefault) || function (mod) {
18380
18468
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18843,7 +18931,7 @@ class LexadorPitugues {
18843
18931
  }
18844
18932
  exports.LexadorPitugues = LexadorPitugues;
18845
18933
 
18846
- },{"../../tipos-de-simbolos/pitugues":205,"../simbolo":194,"./palavras-reservadas/pitugues":183,"browser-process-hrtime":389}],177:[function(require,module,exports){
18934
+ },{"../../tipos-de-simbolos/pitugues":206,"../simbolo":195,"./palavras-reservadas/pitugues":184,"browser-process-hrtime":391}],178:[function(require,module,exports){
18847
18935
  "use strict";
18848
18936
  var __importDefault = (this && this.__importDefault) || function (mod) {
18849
18937
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19095,7 +19183,7 @@ class LexadorPortugolIpt {
19095
19183
  }
19096
19184
  exports.LexadorPortugolIpt = LexadorPortugolIpt;
19097
19185
 
19098
- },{"../../tipos-de-simbolos/portugol-ipt":206,"../simbolo":194,"./palavras-reservadas/portugol-ipt":184}],178:[function(require,module,exports){
19186
+ },{"../../tipos-de-simbolos/portugol-ipt":207,"../simbolo":195,"./palavras-reservadas/portugol-ipt":185}],179:[function(require,module,exports){
19099
19187
  "use strict";
19100
19188
  var __importDefault = (this && this.__importDefault) || function (mod) {
19101
19189
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19453,7 +19541,7 @@ class LexadorPrisma {
19453
19541
  }
19454
19542
  exports.LexadorPrisma = LexadorPrisma;
19455
19543
 
19456
- },{"../../tipos-de-simbolos/prisma":207,"../simbolo":194,"./palavras-reservadas/prisma":185,"browser-process-hrtime":389}],179:[function(require,module,exports){
19544
+ },{"../../tipos-de-simbolos/prisma":208,"../simbolo":195,"./palavras-reservadas/prisma":186,"browser-process-hrtime":391}],180:[function(require,module,exports){
19457
19545
  "use strict";
19458
19546
  var __importDefault = (this && this.__importDefault) || function (mod) {
19459
19547
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19844,7 +19932,7 @@ class LexadorTenda {
19844
19932
  }
19845
19933
  exports.LexadorTenda = LexadorTenda;
19846
19934
 
19847
- },{"../../tipos-de-simbolos/tenda":208,"../simbolo":194,"./palavras-reservadas/tenda":186,"browser-process-hrtime":389}],180:[function(require,module,exports){
19935
+ },{"../../tipos-de-simbolos/tenda":209,"../simbolo":195,"./palavras-reservadas/tenda":187,"browser-process-hrtime":391}],181:[function(require,module,exports){
19848
19936
  "use strict";
19849
19937
  var __importDefault = (this && this.__importDefault) || function (mod) {
19850
19938
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19865,7 +19953,7 @@ exports.default = {
19865
19953
  fimSe: calango_1.default.FIM_SE,
19866
19954
  };
19867
19955
 
19868
- },{"../../../tipos-de-simbolos/calango":199}],181:[function(require,module,exports){
19956
+ },{"../../../tipos-de-simbolos/calango":200}],182:[function(require,module,exports){
19869
19957
  "use strict";
19870
19958
  var __importDefault = (this && this.__importDefault) || function (mod) {
19871
19959
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19906,7 +19994,7 @@ exports.palavrasReservadas = {
19906
19994
  verdadeiro: egua_classico_1.default.VERDADEIRO,
19907
19995
  };
19908
19996
 
19909
- },{"../../../tipos-de-simbolos/egua-classico":202}],182:[function(require,module,exports){
19997
+ },{"../../../tipos-de-simbolos/egua-classico":203}],183:[function(require,module,exports){
19910
19998
  "use strict";
19911
19999
  var __importDefault = (this && this.__importDefault) || function (mod) {
19912
20000
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19918,7 +20006,7 @@ exports.palavrasReservadas = {
19918
20006
  hai: guarani_1.default.HAI,
19919
20007
  };
19920
20008
 
19921
- },{"../../../tipos-de-simbolos/guarani":203}],183:[function(require,module,exports){
20009
+ },{"../../../tipos-de-simbolos/guarani":204}],184:[function(require,module,exports){
19922
20010
  "use strict";
19923
20011
  var __importDefault = (this && this.__importDefault) || function (mod) {
19924
20012
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19980,7 +20068,7 @@ exports.palavrasReservadasMicroGramatica = {
19980
20068
  verdadeiro: pitugues_1.default.VERDADEIRO,
19981
20069
  };
19982
20070
 
19983
- },{"../../../tipos-de-simbolos/pitugues":205}],184:[function(require,module,exports){
20071
+ },{"../../../tipos-de-simbolos/pitugues":206}],185:[function(require,module,exports){
19984
20072
  "use strict";
19985
20073
  var __importDefault = (this && this.__importDefault) || function (mod) {
19986
20074
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -20002,7 +20090,7 @@ exports.palavrasReservadas = {
20002
20090
  senão: portugol_ipt_1.default.SENAO,
20003
20091
  };
20004
20092
 
20005
- },{"../../../tipos-de-simbolos/portugol-ipt":206}],185:[function(require,module,exports){
20093
+ },{"../../../tipos-de-simbolos/portugol-ipt":207}],186:[function(require,module,exports){
20006
20094
  "use strict";
20007
20095
  var __importDefault = (this && this.__importDefault) || function (mod) {
20008
20096
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -20050,7 +20138,7 @@ exports.palavrasReservadas = {
20050
20138
  verdadeiro: prisma_1.default.VERDADEIRO,
20051
20139
  };
20052
20140
 
20053
- },{"../../../tipos-de-simbolos/prisma":207}],186:[function(require,module,exports){
20141
+ },{"../../../tipos-de-simbolos/prisma":208}],187:[function(require,module,exports){
20054
20142
  "use strict";
20055
20143
  var __importDefault = (this && this.__importDefault) || function (mod) {
20056
20144
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -20108,7 +20196,7 @@ exports.palavrasReservadas = {
20108
20196
  Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
20109
20197
  };
20110
20198
 
20111
- },{"../../../tipos-de-simbolos/tenda":208}],187:[function(require,module,exports){
20199
+ },{"../../../tipos-de-simbolos/tenda":209}],188:[function(require,module,exports){
20112
20200
  "use strict";
20113
20201
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
20114
20202
  if (k2 === undefined) k2 = k;
@@ -20131,7 +20219,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
20131
20219
  __exportStar(require("./micro-lexador"), exports);
20132
20220
  __exportStar(require("./simbolo"), exports);
20133
20221
 
20134
- },{"./dialetos":172,"./lexador":190,"./lexador-base-linha-unica":188,"./micro-lexador":192,"./simbolo":194}],188:[function(require,module,exports){
20222
+ },{"./dialetos":173,"./lexador":191,"./lexador-base-linha-unica":189,"./micro-lexador":193,"./simbolo":195}],189:[function(require,module,exports){
20135
20223
  "use strict";
20136
20224
  Object.defineProperty(exports, "__esModule", { value: true });
20137
20225
  exports.LexadorBaseLinhaUnica = void 0;
@@ -20215,7 +20303,7 @@ class LexadorBaseLinhaUnica {
20215
20303
  }
20216
20304
  exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
20217
20305
 
20218
- },{"./simbolo":194}],189:[function(require,module,exports){
20306
+ },{"./simbolo":195}],190:[function(require,module,exports){
20219
20307
  "use strict";
20220
20308
  Object.defineProperty(exports, "__esModule", { value: true });
20221
20309
  exports.LexadorBase = void 0;
@@ -20329,7 +20417,7 @@ class LexadorBase {
20329
20417
  }
20330
20418
  exports.LexadorBase = LexadorBase;
20331
20419
 
20332
- },{"./simbolo":194}],190:[function(require,module,exports){
20420
+ },{"./simbolo":195}],191:[function(require,module,exports){
20333
20421
  "use strict";
20334
20422
  var __importDefault = (this && this.__importDefault) || function (mod) {
20335
20423
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -20800,7 +20888,7 @@ class Lexador {
20800
20888
  }
20801
20889
  exports.Lexador = Lexador;
20802
20890
 
20803
- },{"../tipos-de-simbolos/delegua":201,"./palavras-reservadas":193,"./simbolo":194,"browser-process-hrtime":389}],191:[function(require,module,exports){
20891
+ },{"../tipos-de-simbolos/delegua":202,"./palavras-reservadas":194,"./simbolo":195,"browser-process-hrtime":391}],192:[function(require,module,exports){
20804
20892
  "use strict";
20805
20893
  var __importDefault = (this && this.__importDefault) || function (mod) {
20806
20894
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -21015,7 +21103,7 @@ class MicroLexadorPitugues {
21015
21103
  }
21016
21104
  exports.MicroLexadorPitugues = MicroLexadorPitugues;
21017
21105
 
21018
- },{"../tipos-de-simbolos/pitugues":205,"./palavras-reservadas":193,"./simbolo":194}],192:[function(require,module,exports){
21106
+ },{"../tipos-de-simbolos/pitugues":206,"./palavras-reservadas":194,"./simbolo":195}],193:[function(require,module,exports){
21019
21107
  "use strict";
21020
21108
  var __importDefault = (this && this.__importDefault) || function (mod) {
21021
21109
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -21248,7 +21336,7 @@ class MicroLexador {
21248
21336
  }
21249
21337
  exports.MicroLexador = MicroLexador;
21250
21338
 
21251
- },{"../tipos-de-simbolos/microgramaticas/delegua":204,"./palavras-reservadas":193,"./simbolo":194}],193:[function(require,module,exports){
21339
+ },{"../tipos-de-simbolos/microgramaticas/delegua":205,"./palavras-reservadas":194,"./simbolo":195}],194:[function(require,module,exports){
21252
21340
  "use strict";
21253
21341
  var __importDefault = (this && this.__importDefault) || function (mod) {
21254
21342
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -21268,23 +21356,30 @@ exports.palavrasReservadasDelegua = {
21268
21356
  contem: delegua_1.default.CONTEM,
21269
21357
  contém: delegua_1.default.CONTEM,
21270
21358
  continua: delegua_1.default.CONTINUA,
21359
+ continuar: delegua_1.default.CONTINUA,
21271
21360
  de: delegua_1.default.DE,
21272
21361
  e: delegua_1.default.E,
21273
21362
  em: delegua_1.default.EM,
21274
21363
  enquanto: delegua_1.default.ENQUANTO,
21275
21364
  escolha: delegua_1.default.ESCOLHA,
21365
+ escolher: delegua_1.default.ESCOLHA,
21276
21366
  escreva: delegua_1.default.ESCREVA,
21367
+ escrever: delegua_1.default.ESCREVA,
21277
21368
  falhar: delegua_1.default.FALHAR,
21278
21369
  falso: delegua_1.default.FALSO,
21370
+ faca: delegua_1.default.FAZER,
21279
21371
  fazer: delegua_1.default.FAZER,
21372
+ 'faça': delegua_1.default.FAZER,
21280
21373
  finalmente: delegua_1.default.FINALMENTE,
21281
21374
  fixo: delegua_1.default.CONSTANTE,
21282
21375
  funcao: delegua_1.default.FUNCAO,
21283
21376
  função: delegua_1.default.FUNÇÃO,
21284
21377
  herda: delegua_1.default.HERDA,
21285
21378
  importar: delegua_1.default.IMPORTAR,
21379
+ importe: delegua_1.default.IMPORTAR,
21286
21380
  isto: delegua_1.default.ISTO,
21287
21381
  leia: delegua_1.default.LEIA,
21382
+ ler: delegua_1.default.LEIA,
21288
21383
  nao: delegua_1.default.NAO,
21289
21384
  não: delegua_1.default.NAO,
21290
21385
  nulo: delegua_1.default.NULO,
@@ -21292,23 +21387,27 @@ exports.palavrasReservadasDelegua = {
21292
21387
  padrao: delegua_1.default.PADRAO,
21293
21388
  padrão: delegua_1.default.PADRAO,
21294
21389
  para: delegua_1.default.PARA,
21295
- pausa: delegua_1.default.PAUSA,
21390
+ pegar: delegua_1.default.PEGUE,
21296
21391
  pegue: delegua_1.default.PEGUE,
21297
21392
  quebrar: delegua_1.default.QUEBRAR,
21393
+ quebre: delegua_1.default.QUEBRAR,
21298
21394
  retorna: delegua_1.default.RETORNA,
21395
+ retorne: delegua_1.default.RETORNA,
21396
+ retornar: delegua_1.default.RETORNA,
21299
21397
  se: delegua_1.default.SE,
21300
21398
  senao: delegua_1.default.SENAO,
21301
21399
  senão: delegua_1.default.SENÃO,
21302
21400
  super: delegua_1.default.SUPER,
21303
21401
  sustar: delegua_1.default.SUSTAR,
21304
21402
  tendo: delegua_1.default.TENDO,
21403
+ tentar: delegua_1.default.TENTE,
21305
21404
  tente: delegua_1.default.TENTE,
21306
21405
  tipo: delegua_1.default.TIPO,
21307
21406
  tudo: delegua_1.default.TUDO,
21308
21407
  var: delegua_1.default.VARIAVEL,
21309
21408
  variavel: delegua_1.default.VARIAVEL,
21310
21409
  variável: delegua_1.default.VARIAVEL,
21311
- verdadeiro: delegua_1.default.VERDADEIRO,
21410
+ verdadeiro: delegua_1.default.VERDADEIRO
21312
21411
  };
21313
21412
  exports.palavrasReservadasMicroGramatica = {
21314
21413
  e: delegua_1.default.E,
@@ -21319,7 +21418,7 @@ exports.palavrasReservadasMicroGramatica = {
21319
21418
  verdadeiro: delegua_1.default.VERDADEIRO,
21320
21419
  };
21321
21420
 
21322
- },{"../tipos-de-simbolos/delegua":201}],194:[function(require,module,exports){
21421
+ },{"../tipos-de-simbolos/delegua":202}],195:[function(require,module,exports){
21323
21422
  "use strict";
21324
21423
  Object.defineProperty(exports, "__esModule", { value: true });
21325
21424
  exports.Simbolo = void 0;
@@ -21337,7 +21436,7 @@ class Simbolo {
21337
21436
  }
21338
21437
  exports.Simbolo = Simbolo;
21339
21438
 
21340
- },{}],195:[function(require,module,exports){
21439
+ },{}],196:[function(require,module,exports){
21341
21440
  "use strict";
21342
21441
  Object.defineProperty(exports, "__esModule", { value: true });
21343
21442
  exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
@@ -21362,12 +21461,14 @@ class ContinuarQuebra extends Quebra {
21362
21461
  }
21363
21462
  exports.ContinuarQuebra = ContinuarQuebra;
21364
21463
 
21365
- },{}],196:[function(require,module,exports){
21464
+ },{}],197:[function(require,module,exports){
21366
21465
  "use strict";
21367
21466
  Object.defineProperty(exports, "__esModule", { value: true });
21368
21467
  exports.default = {
21369
21468
  DICIONARIO: 'dicionario',
21370
21469
  DICIONÁRIO: 'dicionário',
21470
+ FUNCAO: 'funcao',
21471
+ FUNÇÃO: 'função',
21371
21472
  INTEIRO: 'inteiro',
21372
21473
  LOGICO: 'logico',
21373
21474
  LÓGICO: 'lógico',
@@ -21392,7 +21493,7 @@ exports.default = {
21392
21493
  VETOR_TEXTO: 'texto[]',
21393
21494
  };
21394
21495
 
21395
- },{}],197:[function(require,module,exports){
21496
+ },{}],198:[function(require,module,exports){
21396
21497
  "use strict";
21397
21498
  Object.defineProperty(exports, "__esModule", { value: true });
21398
21499
  exports.default = {
@@ -21422,7 +21523,7 @@ exports.default = {
21422
21523
  VETOR_TEXTO: 'texto[]',
21423
21524
  };
21424
21525
 
21425
- },{}],198:[function(require,module,exports){
21526
+ },{}],199:[function(require,module,exports){
21426
21527
  "use strict";
21427
21528
  Object.defineProperty(exports, "__esModule", { value: true });
21428
21529
  exports.default = {
@@ -21441,7 +21542,7 @@ exports.default = {
21441
21542
  TEXTO: 'string',
21442
21543
  };
21443
21544
 
21444
- },{}],199:[function(require,module,exports){
21545
+ },{}],200:[function(require,module,exports){
21445
21546
  "use strict";
21446
21547
  Object.defineProperty(exports, "__esModule", { value: true });
21447
21548
  exports.default = {
@@ -21485,7 +21586,7 @@ exports.default = {
21485
21586
  VIRGULA: 'VIRGULA',
21486
21587
  };
21487
21588
 
21488
- },{}],200:[function(require,module,exports){
21589
+ },{}],201:[function(require,module,exports){
21489
21590
  "use strict";
21490
21591
  Object.defineProperty(exports, "__esModule", { value: true });
21491
21592
  exports.default = {
@@ -21511,7 +21612,7 @@ exports.default = {
21511
21612
  VIRGULA: 'VIRGULA',
21512
21613
  };
21513
21614
 
21514
- },{}],201:[function(require,module,exports){
21615
+ },{}],202:[function(require,module,exports){
21515
21616
  "use strict";
21516
21617
  Object.defineProperty(exports, "__esModule", { value: true });
21517
21618
  exports.default = {
@@ -21591,7 +21692,6 @@ exports.default = {
21591
21692
  PARA: 'PARA',
21592
21693
  PARENTESE_DIREITO: 'PARENTESE_DIREITO',
21593
21694
  PARENTESE_ESQUERDO: 'PARENTESE_ESQUERDO',
21594
- PAUSA: 'PAUSA',
21595
21695
  PEGUE: 'PEGUE',
21596
21696
  PONTO: 'PONTO',
21597
21697
  PONTO_E_VIRGULA: 'PONTO_E_VIRGULA',
@@ -21613,7 +21713,7 @@ exports.default = {
21613
21713
  VIRGULA: 'VIRGULA',
21614
21714
  };
21615
21715
 
21616
- },{}],202:[function(require,module,exports){
21716
+ },{}],203:[function(require,module,exports){
21617
21717
  "use strict";
21618
21718
  Object.defineProperty(exports, "__esModule", { value: true });
21619
21719
  exports.default = {
@@ -21691,7 +21791,7 @@ exports.default = {
21691
21791
  VIRGULA: 'VIRGULA',
21692
21792
  };
21693
21793
 
21694
- },{}],203:[function(require,module,exports){
21794
+ },{}],204:[function(require,module,exports){
21695
21795
  "use strict";
21696
21796
  Object.defineProperty(exports, "__esModule", { value: true });
21697
21797
  exports.default = {
@@ -21708,7 +21808,7 @@ exports.default = {
21708
21808
  VIRGULA: 'VIRGULA',
21709
21809
  };
21710
21810
 
21711
- },{}],204:[function(require,module,exports){
21811
+ },{}],205:[function(require,module,exports){
21712
21812
  "use strict";
21713
21813
  Object.defineProperty(exports, "__esModule", { value: true });
21714
21814
  exports.default = {
@@ -21761,7 +21861,7 @@ exports.default = {
21761
21861
  VIRGULA: 'VIRGULA',
21762
21862
  };
21763
21863
 
21764
- },{}],205:[function(require,module,exports){
21864
+ },{}],206:[function(require,module,exports){
21765
21865
  "use strict";
21766
21866
  Object.defineProperty(exports, "__esModule", { value: true });
21767
21867
  exports.default = {
@@ -21849,7 +21949,7 @@ exports.default = {
21849
21949
  VIRGULA: 'VIRGULA',
21850
21950
  };
21851
21951
 
21852
- },{}],206:[function(require,module,exports){
21952
+ },{}],207:[function(require,module,exports){
21853
21953
  "use strict";
21854
21954
  Object.defineProperty(exports, "__esModule", { value: true });
21855
21955
  exports.default = {
@@ -21888,7 +21988,7 @@ exports.default = {
21888
21988
  VIRGULA: 'VIRGULA',
21889
21989
  };
21890
21990
 
21891
- },{}],207:[function(require,module,exports){
21991
+ },{}],208:[function(require,module,exports){
21892
21992
  "use strict";
21893
21993
  Object.defineProperty(exports, "__esModule", { value: true });
21894
21994
  exports.default = {
@@ -21968,7 +22068,7 @@ exports.default = {
21968
22068
  VIRGULA: 'VIRGULA',
21969
22069
  };
21970
22070
 
21971
- },{}],208:[function(require,module,exports){
22071
+ },{}],209:[function(require,module,exports){
21972
22072
  "use strict";
21973
22073
  Object.defineProperty(exports, "__esModule", { value: true });
21974
22074
  // Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
@@ -22063,7 +22163,7 @@ exports.default = {
22063
22163
  VIRGULA: 'VIRGULA',
22064
22164
  };
22065
22165
 
22066
- },{}],209:[function(require,module,exports){
22166
+ },{}],210:[function(require,module,exports){
22067
22167
  "use strict";
22068
22168
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
22069
22169
  if (k2 === undefined) k2 = k;
@@ -22092,7 +22192,7 @@ __exportStar(require("./tradutor-reverso-javascript"), exports);
22092
22192
  __exportStar(require("./tradutor-reverso-python"), exports);
22093
22193
  __exportStar(require("./tradutor-reverso-tenda"), exports);
22094
22194
 
22095
- },{"./tradutor-assembly-arm":217,"./tradutor-assembly-x64":218,"./tradutor-assemblyscript":219,"./tradutor-calango":220,"./tradutor-javascript":221,"./tradutor-mermaidjs":222,"./tradutor-portugol-ipt":223,"./tradutor-python":224,"./tradutor-reverso-javascript":225,"./tradutor-reverso-python":226,"./tradutor-reverso-tenda":227}],210:[function(require,module,exports){
22195
+ },{"./tradutor-assembly-arm":219,"./tradutor-assembly-x64":220,"./tradutor-assemblyscript":221,"./tradutor-calango":222,"./tradutor-javascript":223,"./tradutor-mermaidjs":224,"./tradutor-portugol-ipt":225,"./tradutor-python":226,"./tradutor-reverso-javascript":227,"./tradutor-reverso-python":228,"./tradutor-reverso-tenda":229}],211:[function(require,module,exports){
22096
22196
  "use strict";
22097
22197
  Object.defineProperty(exports, "__esModule", { value: true });
22098
22198
  exports.ArestaFluxograma = void 0;
@@ -22104,7 +22204,7 @@ class ArestaFluxograma {
22104
22204
  }
22105
22205
  exports.ArestaFluxograma = ArestaFluxograma;
22106
22206
 
22107
- },{}],211:[function(require,module,exports){
22207
+ },{}],212:[function(require,module,exports){
22108
22208
  "use strict";
22109
22209
  Object.defineProperty(exports, "__esModule", { value: true });
22110
22210
  exports.DiagramaClasse = void 0;
@@ -22138,7 +22238,7 @@ class DiagramaClasse {
22138
22238
  }
22139
22239
  exports.DiagramaClasse = DiagramaClasse;
22140
22240
 
22141
- },{}],212:[function(require,module,exports){
22241
+ },{}],213:[function(require,module,exports){
22142
22242
  "use strict";
22143
22243
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
22144
22244
  if (k2 === undefined) k2 = k;
@@ -22158,9 +22258,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
22158
22258
  __exportStar(require("./aresta-fluxograma"), exports);
22159
22259
  __exportStar(require("./diagrama-classe"), exports);
22160
22260
  __exportStar(require("./subgrafo-classe"), exports);
22261
+ __exportStar(require("./subgrafo-funcao"), exports);
22161
22262
  __exportStar(require("./vertice-fluxograma"), exports);
22162
22263
 
22163
- },{"./aresta-fluxograma":210,"./diagrama-classe":211,"./subgrafo-classe":213,"./vertice-fluxograma":214}],213:[function(require,module,exports){
22264
+ },{"./aresta-fluxograma":211,"./diagrama-classe":212,"./subgrafo-classe":214,"./subgrafo-funcao":215,"./vertice-fluxograma":216}],214:[function(require,module,exports){
22164
22265
  "use strict";
22165
22266
  Object.defineProperty(exports, "__esModule", { value: true });
22166
22267
  exports.SubgrafoClasse = void 0;
@@ -22206,7 +22307,22 @@ class SubgrafoClasse {
22206
22307
  }
22207
22308
  exports.SubgrafoClasse = SubgrafoClasse;
22208
22309
 
22209
- },{}],214:[function(require,module,exports){
22310
+ },{}],215:[function(require,module,exports){
22311
+ "use strict";
22312
+ Object.defineProperty(exports, "__esModule", { value: true });
22313
+ exports.SubgrafoFuncao = void 0;
22314
+ class SubgrafoFuncao {
22315
+ constructor(nomeClasse, linhaDeclaracao, arestaInicial, arestaFinal) {
22316
+ this.nomeClasse = nomeClasse;
22317
+ this.linhaDeclaracao = linhaDeclaracao;
22318
+ this.vertices = [];
22319
+ this.arestaInicial = arestaInicial;
22320
+ this.arestaFinal = arestaFinal;
22321
+ }
22322
+ }
22323
+ exports.SubgrafoFuncao = SubgrafoFuncao;
22324
+
22325
+ },{}],216:[function(require,module,exports){
22210
22326
  "use strict";
22211
22327
  Object.defineProperty(exports, "__esModule", { value: true });
22212
22328
  exports.VerticeFluxograma = void 0;
@@ -22223,7 +22339,7 @@ class VerticeFluxograma {
22223
22339
  }
22224
22340
  exports.VerticeFluxograma = VerticeFluxograma;
22225
22341
 
22226
- },{}],215:[function(require,module,exports){
22342
+ },{}],217:[function(require,module,exports){
22227
22343
  "use strict";
22228
22344
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
22229
22345
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -23463,7 +23579,7 @@ __decorate([
23463
23579
  Decorators_1.Override
23464
23580
  ], Python3Lexer.prototype, "nextToken", null);
23465
23581
 
23466
- },{"./python3-parser":216,"antlr4ts/CommonToken":237,"antlr4ts/Decorators":241,"antlr4ts/Lexer":249,"antlr4ts/Token":266,"antlr4ts/VocabularyImpl":272,"antlr4ts/atn/ATNDeserializer":278,"antlr4ts/atn/LexerATNSimulator":299,"antlr4ts/misc/Utils":360}],216:[function(require,module,exports){
23582
+ },{"./python3-parser":218,"antlr4ts/CommonToken":239,"antlr4ts/Decorators":243,"antlr4ts/Lexer":251,"antlr4ts/Token":268,"antlr4ts/VocabularyImpl":274,"antlr4ts/atn/ATNDeserializer":280,"antlr4ts/atn/LexerATNSimulator":301,"antlr4ts/misc/Utils":362}],218:[function(require,module,exports){
23467
23583
  "use strict";
23468
23584
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
23469
23585
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -34710,7 +34826,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
34710
34826
  }
34711
34827
  exports.Yield_argContext = Yield_argContext;
34712
34828
 
34713
- },{"antlr4ts/FailedPredicateException":245,"antlr4ts/NoViableAltException":253,"antlr4ts/Parser":254,"antlr4ts/ParserRuleContext":257,"antlr4ts/RecognitionException":260,"antlr4ts/Token":266,"antlr4ts/VocabularyImpl":272,"antlr4ts/atn/ATN":274,"antlr4ts/atn/ATNDeserializer":278,"antlr4ts/atn/ParserATNSimulator":315,"antlr4ts/misc/Utils":360}],217:[function(require,module,exports){
34829
+ },{"antlr4ts/FailedPredicateException":247,"antlr4ts/NoViableAltException":255,"antlr4ts/Parser":256,"antlr4ts/ParserRuleContext":259,"antlr4ts/RecognitionException":262,"antlr4ts/Token":268,"antlr4ts/VocabularyImpl":274,"antlr4ts/atn/ATN":276,"antlr4ts/atn/ATNDeserializer":280,"antlr4ts/atn/ParserATNSimulator":317,"antlr4ts/misc/Utils":362}],219:[function(require,module,exports){
34714
34830
  "use strict";
34715
34831
  Object.defineProperty(exports, "__esModule", { value: true });
34716
34832
  exports.TradutorAssemblyARM = void 0;
@@ -35426,7 +35542,7 @@ ${labelFim}:`;
35426
35542
  }
35427
35543
  exports.TradutorAssemblyARM = TradutorAssemblyARM;
35428
35544
 
35429
- },{"../construtos":54,"../declaracoes":100}],218:[function(require,module,exports){
35545
+ },{"../construtos":54,"../declaracoes":101}],220:[function(require,module,exports){
35430
35546
  "use strict";
35431
35547
  Object.defineProperty(exports, "__esModule", { value: true });
35432
35548
  exports.TradutorAssemblyX64 = void 0;
@@ -35483,13 +35599,13 @@ class TradutorAssemblyX64 {
35483
35599
  Escreva: this.traduzirDeclaracaoEscreva.bind(this),
35484
35600
  };
35485
35601
  this.indentacao = 0;
35486
- this.text = `
35487
- section .text
35488
- ${this.alvo === 'linux' ? 'global _start' : 'global main'}
35602
+ this.text = `
35603
+ section .text
35604
+ ${this.alvo === 'linux' ? 'global _start' : 'global main'}
35489
35605
  ${this.alvo === 'linux' ? '_start:' : 'main:'}`;
35490
35606
  if (this.alvo === 'windows') {
35491
- this.text = `
35492
- extern printf
35607
+ this.text = `
35608
+ extern printf
35493
35609
  ` + this.text;
35494
35610
  }
35495
35611
  }
@@ -35551,8 +35667,8 @@ extern printf
35551
35667
  }
35552
35668
  const indice = this.dicionarioConstrutos[construto.indice.constructor.name](construto.indice);
35553
35669
  const valor = this.dicionarioConstrutos[construto.valor.constructor.name](construto.valor);
35554
- this.text += `
35555
- mov rax, ${valor}
35670
+ this.text += `
35671
+ mov rax, ${valor}
35556
35672
  mov [${nomeVar} + ${indice} * 8], rax`;
35557
35673
  }
35558
35674
  traduzirConstrutoAtribuir(construto) {
@@ -35571,8 +35687,8 @@ extern printf
35571
35687
  this.bss += ` ${varLabel} resq 1\n`;
35572
35688
  this.variaveis.set(nomeVar, varLabel);
35573
35689
  }
35574
- this.text += `
35575
- mov rax, ${valor}
35690
+ this.text += `
35691
+ mov rax, ${valor}
35576
35692
  mov [${this.variaveis.get(nomeVar)}], rax`;
35577
35693
  }
35578
35694
  traduzirConstrutoBinario(construto) {
@@ -35580,35 +35696,35 @@ extern printf
35580
35696
  const direita = this.dicionarioConstrutos[construto.direita.constructor.name](construto.direita);
35581
35697
  const operador = construto.operador.lexema;
35582
35698
  const reg = this.obterRegistrador();
35583
- this.text += `
35584
- mov rax, ${esquerda}
35699
+ this.text += `
35700
+ mov rax, ${esquerda}
35585
35701
  mov ${reg}, ${direita}`;
35586
35702
  switch (operador) {
35587
35703
  case '+':
35588
- this.text += `
35704
+ this.text += `
35589
35705
  add rax, ${reg}`;
35590
35706
  break;
35591
35707
  case '-':
35592
- this.text += `
35708
+ this.text += `
35593
35709
  sub rax, ${reg}`;
35594
35710
  break;
35595
35711
  case '*':
35596
- this.text += `
35712
+ this.text += `
35597
35713
  imul rax, ${reg}`;
35598
35714
  break;
35599
35715
  case '/':
35600
- this.text += `
35601
- xor rdx, rdx
35716
+ this.text += `
35717
+ xor rdx, rdx
35602
35718
  idiv ${reg}`;
35603
35719
  break;
35604
35720
  case '%':
35605
- this.text += `
35606
- xor rdx, rdx
35607
- idiv ${reg}
35721
+ this.text += `
35722
+ xor rdx, rdx
35723
+ idiv ${reg}
35608
35724
  mov rax, rdx`;
35609
35725
  break;
35610
35726
  default:
35611
- this.text += `
35727
+ this.text += `
35612
35728
  ; Operador ${operador} não implementado`;
35613
35729
  }
35614
35730
  this.liberarRegistrador(reg);
@@ -35627,28 +35743,28 @@ extern printf
35627
35743
  construto.argumentos.forEach((arg, index) => {
35628
35744
  if (index < registrosArgs.length) {
35629
35745
  const valorArg = this.dicionarioConstrutos[arg.constructor.name](arg);
35630
- this.text += `
35746
+ this.text += `
35631
35747
  mov ${registrosArgs[index]}, ${valorArg}`;
35632
35748
  }
35633
35749
  else {
35634
35750
  // TODO: push extra args on stack according to target ABI
35635
35751
  }
35636
35752
  });
35637
- this.text += `
35753
+ this.text += `
35638
35754
  call ${nomeFuncao}`;
35639
35755
  }
35640
35756
  traduzirConstrutoDefinirValor(construto) {
35641
35757
  const objeto = this.dicionarioConstrutos[construto.objeto.constructor.name](construto.objeto);
35642
35758
  const valor = this.dicionarioConstrutos[construto.valor.constructor.name](construto.valor);
35643
- this.text += `
35644
- mov rax, ${valor}
35759
+ this.text += `
35760
+ mov rax, ${valor}
35645
35761
  mov [${objeto}], rax`;
35646
35762
  }
35647
35763
  traduzirFuncaoConstruto(construto) {
35648
35764
  const labelFuncao = `func_${this.gerarDigitoAleatorio()}`;
35649
- this.text += `
35650
- ${labelFuncao}:
35651
- push rbp
35765
+ this.text += `
35766
+ ${labelFuncao}:
35767
+ push rbp
35652
35768
  mov rbp, rsp`;
35653
35769
  // Traduzir corpo da função
35654
35770
  if (construto.corpo && Array.isArray(construto.corpo)) {
@@ -35658,8 +35774,8 @@ ${labelFuncao}:
35658
35774
  }
35659
35775
  });
35660
35776
  }
35661
- this.text += `
35662
- pop rbp
35777
+ this.text += `
35778
+ pop rbp
35663
35779
  ret`;
35664
35780
  }
35665
35781
  traduzirConstrutoLiteral(construto) {
@@ -35674,29 +35790,29 @@ ${labelFuncao}:
35674
35790
  const operador = construto.operador.lexema;
35675
35791
  const labelVerdadeiro = this.gerarLabel();
35676
35792
  const labelFim = this.gerarLabel();
35677
- this.text += `
35678
- mov rax, ${esquerda}
35793
+ this.text += `
35794
+ mov rax, ${esquerda}
35679
35795
  cmp rax, 0`;
35680
35796
  if (operador === 'e' || operador === '&&') {
35681
- this.text += `
35682
- je ${labelFim}
35683
- mov rax, ${direita}
35684
- cmp rax, 0
35685
- je ${labelFim}
35686
- ${labelVerdadeiro}:
35687
- mov rax, 1
35797
+ this.text += `
35798
+ je ${labelFim}
35799
+ mov rax, ${direita}
35800
+ cmp rax, 0
35801
+ je ${labelFim}
35802
+ ${labelVerdadeiro}:
35803
+ mov rax, 1
35688
35804
  ${labelFim}:`;
35689
35805
  }
35690
35806
  else if (operador === 'ou' || operador === '||') {
35691
- this.text += `
35692
- jne ${labelVerdadeiro}
35693
- mov rax, ${direita}
35694
- cmp rax, 0
35695
- jne ${labelVerdadeiro}
35696
- mov rax, 0
35697
- jmp ${labelFim}
35698
- ${labelVerdadeiro}:
35699
- mov rax, 1
35807
+ this.text += `
35808
+ jne ${labelVerdadeiro}
35809
+ mov rax, ${direita}
35810
+ cmp rax, 0
35811
+ jne ${labelVerdadeiro}
35812
+ mov rax, 0
35813
+ jmp ${labelFim}
35814
+ ${labelVerdadeiro}:
35815
+ mov rax, 1
35700
35816
  ${labelFim}:`;
35701
35817
  }
35702
35818
  return 'rax';
@@ -35709,16 +35825,16 @@ ${labelFim}:`;
35709
35825
  traduzirConstrutoUnario(construto) {
35710
35826
  const operando = this.dicionarioConstrutos[construto.operando.constructor.name](construto.operando);
35711
35827
  const operador = construto.operador.lexema;
35712
- this.text += `
35828
+ this.text += `
35713
35829
  mov rax, ${operando}`;
35714
35830
  if (operador === '-') {
35715
- this.text += `
35831
+ this.text += `
35716
35832
  neg rax`;
35717
35833
  }
35718
35834
  else if (operador === '!' || operador === 'nao') {
35719
- this.text += `
35720
- cmp rax, 0
35721
- sete al
35835
+ this.text += `
35836
+ cmp rax, 0
35837
+ sete al
35722
35838
  movzx rax, al`;
35723
35839
  }
35724
35840
  return 'rax';
@@ -35740,8 +35856,8 @@ ${labelFim}:`;
35740
35856
  construto.valores.forEach((valor, index) => {
35741
35857
  if (this.dicionarioConstrutos[valor.constructor.name]) {
35742
35858
  const valorTraduzido = this.dicionarioConstrutos[valor.constructor.name](valor);
35743
- this.text += `
35744
- mov rax, ${valorTraduzido}
35859
+ this.text += `
35860
+ mov rax, ${valorTraduzido}
35745
35861
  mov [${labelVetor} + ${index * 8}], rax`;
35746
35862
  }
35747
35863
  });
@@ -35761,17 +35877,17 @@ ${labelFim}:`;
35761
35877
  traduzirDeclaracaoEnquanto(declaracao) {
35762
35878
  const labelInicio = this.gerarLabel();
35763
35879
  const labelFim = this.gerarLabel();
35764
- this.text += `
35880
+ this.text += `
35765
35881
  ${labelInicio}:`;
35766
35882
  const condicao = this.dicionarioConstrutos[declaracao.condicao.constructor.name](declaracao.condicao);
35767
- this.text += `
35768
- cmp ${condicao}, 0
35883
+ this.text += `
35884
+ cmp ${condicao}, 0
35769
35885
  je ${labelFim}`;
35770
35886
  if (this.dicionarioDeclaracoes[declaracao.corpo.constructor.name]) {
35771
35887
  this.dicionarioDeclaracoes[declaracao.corpo.constructor.name](declaracao.corpo);
35772
35888
  }
35773
- this.text += `
35774
- jmp ${labelInicio}
35889
+ this.text += `
35890
+ jmp ${labelInicio}
35775
35891
  ${labelFim}:`;
35776
35892
  }
35777
35893
  traduzirDeclaracaoEscolha(declaracao) {
@@ -35782,9 +35898,9 @@ ${labelFim}:`;
35782
35898
  const labelProximo = this.gerarLabel();
35783
35899
  if (caminho.condicoes && caminho.condicoes[0]) {
35784
35900
  const valorCaso = this.dicionarioConstrutos[caminho.condicoes[0].constructor.name](caminho.condicoes[0]);
35785
- this.text += `
35786
- mov rax, ${valorEscolha}
35787
- cmp rax, ${valorCaso}
35901
+ this.text += `
35902
+ mov rax, ${valorEscolha}
35903
+ cmp rax, ${valorCaso}
35788
35904
  jne ${labelProximo}`;
35789
35905
  if (caminho.declaracoes && Array.isArray(caminho.declaracoes)) {
35790
35906
  caminho.declaracoes.forEach((decl) => {
@@ -35793,13 +35909,13 @@ ${labelFim}:`;
35793
35909
  }
35794
35910
  });
35795
35911
  }
35796
- this.text += `
35797
- jmp ${labelFim}
35912
+ this.text += `
35913
+ jmp ${labelFim}
35798
35914
  ${labelProximo}:`;
35799
35915
  }
35800
35916
  });
35801
35917
  }
35802
- this.text += `
35918
+ this.text += `
35803
35919
  ${labelFim}:`;
35804
35920
  }
35805
35921
  traduzirDeclaracaoExpressao(declaracao) {
@@ -35809,7 +35925,7 @@ ${labelFim}:`;
35809
35925
  }
35810
35926
  traduzirDeclaracaoFazer(declaracao) {
35811
35927
  const labelInicio = this.gerarLabel();
35812
- this.text += `
35928
+ this.text += `
35813
35929
  ${labelInicio}:`;
35814
35930
  // Em Delégua, fazer-enquanto tem caminhoFazer que é um Bloco
35815
35931
  if (declaracao.caminhoFazer && declaracao.caminhoFazer.declaracoes) {
@@ -35821,8 +35937,8 @@ ${labelInicio}:`;
35821
35937
  }
35822
35938
  if (declaracao.condicaoEnquanto) {
35823
35939
  const condicao = this.dicionarioConstrutos[declaracao.condicaoEnquanto.constructor.name](declaracao.condicaoEnquanto);
35824
- this.text += `
35825
- cmp ${condicao}, 0
35940
+ this.text += `
35941
+ cmp ${condicao}, 0
35826
35942
  jne ${labelInicio}`;
35827
35943
  }
35828
35944
  }
@@ -35835,25 +35951,25 @@ ${labelInicio}:`;
35835
35951
  }
35836
35952
  }
35837
35953
  if (this.alvo === 'linux') {
35838
- this.text += `
35839
- ; Falhar com mensagem: ${mensagem}
35840
- mov eax, 1
35841
- mov ebx, 1
35954
+ this.text += `
35955
+ ; Falhar com mensagem: ${mensagem}
35956
+ mov eax, 1
35957
+ mov ebx, 1
35842
35958
  int 0x80`;
35843
35959
  }
35844
35960
  else {
35845
- this.text += `
35846
- ; Falhar com mensagem: ${mensagem}
35847
- mov eax, 1
35961
+ this.text += `
35962
+ ; Falhar com mensagem: ${mensagem}
35963
+ mov eax, 1
35848
35964
  ret`;
35849
35965
  }
35850
35966
  }
35851
35967
  traduzirDeclaracaoFuncao(declaracao) {
35852
35968
  var _a;
35853
35969
  const nomeFuncao = ((_a = declaracao.simbolo) === null || _a === void 0 ? void 0 : _a.lexema) || 'funcao';
35854
- this.text += `
35855
- ${nomeFuncao}:
35856
- push rbp
35970
+ this.text += `
35971
+ ${nomeFuncao}:
35972
+ push rbp
35857
35973
  mov rbp, rsp`;
35858
35974
  if (declaracao.funcao && declaracao.funcao.corpo && Array.isArray(declaracao.funcao.corpo)) {
35859
35975
  declaracao.funcao.corpo.forEach((decl) => {
@@ -35862,13 +35978,13 @@ ${nomeFuncao}:
35862
35978
  }
35863
35979
  });
35864
35980
  }
35865
- this.text += `
35866
- pop rbp
35981
+ this.text += `
35982
+ pop rbp
35867
35983
  ret`;
35868
35984
  }
35869
35985
  traduzirDeclaracaoImportar(declaracao) {
35870
35986
  // Importação é tratada em tempo de linkagem
35871
- this.text += `
35987
+ this.text += `
35872
35988
  ; Importar: ${declaracao.caminho || 'unknown'}`;
35873
35989
  }
35874
35990
  traduzirDeclaracaoLeia(declaracao) {
@@ -35884,11 +36000,11 @@ ${nomeFuncao}:
35884
36000
  this.bss += ` ${varLabel} resb 256\n`;
35885
36001
  this.variaveis.set(nomeVar, varLabel);
35886
36002
  }
35887
- this.text += `
35888
- mov eax, 3
35889
- mov ebx, 0
35890
- mov ecx, ${this.variaveis.get(nomeVar)}
35891
- mov edx, 256
36003
+ this.text += `
36004
+ mov eax, 3
36005
+ mov ebx, 0
36006
+ mov ecx, ${this.variaveis.get(nomeVar)}
36007
+ mov edx, 256
35892
36008
  int 0x80`;
35893
36009
  }
35894
36010
  traduzirDeclaracaoPara(declaracao) {
@@ -35904,12 +36020,12 @@ ${nomeFuncao}:
35904
36020
  this.dicionarioConstrutos[tipoInicializador](declaracao.inicializador);
35905
36021
  }
35906
36022
  }
35907
- this.text += `
36023
+ this.text += `
35908
36024
  ${labelInicio}:`;
35909
36025
  if (declaracao.condicao) {
35910
36026
  const condicao = this.dicionarioConstrutos[declaracao.condicao.constructor.name](declaracao.condicao);
35911
- this.text += `
35912
- cmp ${condicao}, 0
36027
+ this.text += `
36028
+ cmp ${condicao}, 0
35913
36029
  je ${labelFim}`;
35914
36030
  }
35915
36031
  if (this.dicionarioDeclaracoes[declaracao.corpo.constructor.name]) {
@@ -35920,8 +36036,8 @@ ${labelInicio}:`;
35920
36036
  this.dicionarioConstrutos[declaracao.incrementar.constructor.name](declaracao.incrementar);
35921
36037
  }
35922
36038
  }
35923
- this.text += `
35924
- jmp ${labelInicio}
36039
+ this.text += `
36040
+ jmp ${labelInicio}
35925
36041
  ${labelFim}:`;
35926
36042
  }
35927
36043
  traduzirDeclaracaoParaCada(declaracao) {
@@ -35937,57 +36053,57 @@ ${labelFim}:`;
35937
36053
  if (vetor instanceof construtos_1.Vetor) {
35938
36054
  tamanhoVetor = vetor.tamanho || 0;
35939
36055
  }
35940
- this.text += `
35941
- xor rcx, rcx
35942
- ${labelInicio}:
35943
- cmp rcx, ${tamanhoVetor}
36056
+ this.text += `
36057
+ xor rcx, rcx
36058
+ ${labelInicio}:
36059
+ cmp rcx, ${tamanhoVetor}
35944
36060
  jge ${labelFim}`;
35945
36061
  if (this.dicionarioDeclaracoes[declaracao.corpo.constructor.name]) {
35946
36062
  this.dicionarioDeclaracoes[declaracao.corpo.constructor.name](declaracao.corpo);
35947
36063
  }
35948
- this.text += `
35949
- inc rcx
35950
- jmp ${labelInicio}
36064
+ this.text += `
36065
+ inc rcx
36066
+ jmp ${labelInicio}
35951
36067
  ${labelFim}:`;
35952
36068
  }
35953
36069
  traduzirDeclaracaoRetorna(declaracao) {
35954
36070
  if (declaracao.valor) {
35955
36071
  const valor = this.dicionarioConstrutos[declaracao.valor.constructor.name](declaracao.valor);
35956
- this.text += `
36072
+ this.text += `
35957
36073
  mov rax, ${valor}`;
35958
36074
  }
35959
- this.text += `
35960
- pop rbp
36075
+ this.text += `
36076
+ pop rbp
35961
36077
  ret`;
35962
36078
  }
35963
36079
  traduzirDeclaracaoSe(declaracao) {
35964
36080
  const labelSenao = this.gerarLabel();
35965
36081
  const labelFim = this.gerarLabel();
35966
36082
  const condicao = this.dicionarioConstrutos[declaracao.condicao.constructor.name](declaracao.condicao);
35967
- this.text += `
35968
- cmp ${condicao}, 0
36083
+ this.text += `
36084
+ cmp ${condicao}, 0
35969
36085
  je ${labelSenao}`;
35970
36086
  if (this.dicionarioDeclaracoes[declaracao.caminhoEntao.constructor.name]) {
35971
36087
  this.dicionarioDeclaracoes[declaracao.caminhoEntao.constructor.name](declaracao.caminhoEntao);
35972
36088
  }
35973
- this.text += `
35974
- jmp ${labelFim}
36089
+ this.text += `
36090
+ jmp ${labelFim}
35975
36091
  ${labelSenao}:`;
35976
36092
  if (declaracao.caminhoSenao && this.dicionarioDeclaracoes[declaracao.caminhoSenao.constructor.name]) {
35977
36093
  this.dicionarioDeclaracoes[declaracao.caminhoSenao.constructor.name](declaracao.caminhoSenao);
35978
36094
  }
35979
- this.text += `
36095
+ this.text += `
35980
36096
  ${labelFim}:`;
35981
36097
  }
35982
36098
  traduzirDeclaracaoClasse(declaracao) {
35983
36099
  var _a;
35984
36100
  // Classes em assembly são complexas - implementação básica
35985
- this.text += `
36101
+ this.text += `
35986
36102
  ; Classe: ${((_a = declaracao.simbolo) === null || _a === void 0 ? void 0 : _a.lexema) || 'unknown'}`;
35987
36103
  }
35988
36104
  traduzirDeclaracaoTente(declaracao) {
35989
36105
  // Try-catch em assembly requer handler complexo
35990
- this.text += `
36106
+ this.text += `
35991
36107
  ; Tente-pegue`;
35992
36108
  if (declaracao.caminhoTente && Array.isArray(declaracao.caminhoTente)) {
35993
36109
  declaracao.caminhoTente.forEach((decl) => {
@@ -36026,8 +36142,8 @@ ${labelFim}:`;
36026
36142
  }
36027
36143
  else if (this.dicionarioConstrutos[tipoInicializador]) {
36028
36144
  const valor = this.dicionarioConstrutos[tipoInicializador](declaracao.inicializador);
36029
- this.text += `
36030
- mov rax, ${valor}
36145
+ this.text += `
36146
+ mov rax, ${valor}
36031
36147
  mov [${varLabel}], rax`;
36032
36148
  }
36033
36149
  }
@@ -36050,32 +36166,32 @@ ${labelFim}:`;
36050
36166
  tam_string_literal = this.criaTamanhoNaMemoriaReferenteAVar(nome_string_literal);
36051
36167
  }
36052
36168
  if (this.alvo === 'linux') {
36053
- this.text += `
36054
- mov edx, ${tam_string_literal}
36055
- mov ecx, ${nome_string_literal}
36056
- mov ebx, 1 ; fd stdout
36057
- mov eax, 4 ; sys_write
36169
+ this.text += `
36170
+ mov edx, ${tam_string_literal}
36171
+ mov ecx, ${nome_string_literal}
36172
+ mov ebx, 1 ; fd stdout
36173
+ mov eax, 4 ; sys_write
36058
36174
  int 0x80`;
36059
36175
  }
36060
36176
  else {
36061
36177
  // Windows: prototype `extern printf` and follow Win64 calling convention
36062
36178
  // RCX = format pointer; here we use the literal directly as a C string
36063
- this.text += `
36064
- lea rcx, [rel ${nome_string_literal}]
36179
+ this.text += `
36180
+ lea rcx, [rel ${nome_string_literal}]
36065
36181
  call printf`;
36066
36182
  }
36067
36183
  }
36068
36184
  saidaSistema() {
36069
36185
  if (this.alvo === 'linux') {
36070
- this.text += `
36071
- mov eax, 1 ; sys_exit
36072
- xor ebx, ebx ; status 0
36186
+ this.text += `
36187
+ mov eax, 1 ; sys_exit
36188
+ xor ebx, ebx ; status 0
36073
36189
  int 0x80`;
36074
36190
  }
36075
36191
  else {
36076
36192
  // Windows: return from main with 0 in EAX
36077
- this.text += `
36078
- xor eax, eax
36193
+ this.text += `
36194
+ xor eax, eax
36079
36195
  ret`;
36080
36196
  }
36081
36197
  }
@@ -36094,7 +36210,7 @@ ${labelFim}:`;
36094
36210
  }
36095
36211
  exports.TradutorAssemblyX64 = TradutorAssemblyX64;
36096
36212
 
36097
- },{"../construtos":54,"../declaracoes":100}],219:[function(require,module,exports){
36213
+ },{"../construtos":54,"../declaracoes":101}],221:[function(require,module,exports){
36098
36214
  "use strict";
36099
36215
  var __importDefault = (this && this.__importDefault) || function (mod) {
36100
36216
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -36729,7 +36845,7 @@ class TradutorAssemblyScript {
36729
36845
  }
36730
36846
  exports.TradutorAssemblyScript = TradutorAssemblyScript;
36731
36847
 
36732
- },{"../construtos":54,"../declaracoes":100,"../tipos-de-simbolos/delegua":201}],220:[function(require,module,exports){
36848
+ },{"../construtos":54,"../declaracoes":101,"../tipos-de-simbolos/delegua":202}],222:[function(require,module,exports){
36733
36849
  "use strict";
36734
36850
  Object.defineProperty(exports, "__esModule", { value: true });
36735
36851
  exports.TradutorCalango = void 0;
@@ -36791,7 +36907,7 @@ class TradutorCalango {
36791
36907
  }
36792
36908
  exports.TradutorCalango = TradutorCalango;
36793
36909
 
36794
- },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":172}],221:[function(require,module,exports){
36910
+ },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":173}],223:[function(require,module,exports){
36795
36911
  "use strict";
36796
36912
  var __importDefault = (this && this.__importDefault) || function (mod) {
36797
36913
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -37544,7 +37660,7 @@ class TradutorJavaScript {
37544
37660
  }
37545
37661
  exports.TradutorJavaScript = TradutorJavaScript;
37546
37662
 
37547
- },{"../construtos":54,"../declaracoes":100,"../tipos-de-simbolos/delegua":201}],222:[function(require,module,exports){
37663
+ },{"../construtos":54,"../declaracoes":101,"../tipos-de-simbolos/delegua":202}],224:[function(require,module,exports){
37548
37664
  "use strict";
37549
37665
  var __importDefault = (this && this.__importDefault) || function (mod) {
37550
37666
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -37676,17 +37792,23 @@ class TradutorMermaidJs {
37676
37792
  }
37677
37793
  traduzirFuncaoConstruto(funcaoConstruto) {
37678
37794
  let vertices = [];
37795
+ let arestas = [];
37679
37796
  if (funcaoConstruto.corpo && funcaoConstruto.corpo.length > 0) {
37680
37797
  for (const declaracaoCorpo of funcaoConstruto.corpo) {
37681
37798
  // Usa o mesmo caminho de outras declarações,
37682
37799
  // então todas as arestas passam por logicaComumConexaoArestas.
37683
37800
  const verticesCorpo = this.dicionarioDeclaracoes[declaracaoCorpo.constructor.name](declaracaoCorpo);
37684
37801
  vertices = vertices.concat(verticesCorpo);
37802
+ arestas = arestas.concat(this.anteriores);
37803
+ this.anteriores = [];
37685
37804
  }
37686
37805
  }
37687
- /* if (this.anteriores.length > 0) {
37688
- vertices = vertices.concat(this.anteriores)
37689
- } */
37806
+ let primeiraAresta = undefined;
37807
+ if (this.anteriores.length > 0) {
37808
+ primeiraAresta = this.anteriores[0];
37809
+ const verticesRestantes = this.logicaComumConexaoArestas(primeiraAresta);
37810
+ console.log(verticesRestantes);
37811
+ }
37690
37812
  return vertices;
37691
37813
  }
37692
37814
  traduzirConstrutoLeia(leia) {
@@ -37786,7 +37908,7 @@ class TradutorMermaidJs {
37786
37908
  }
37787
37909
  }
37788
37910
  // Adiciona o diagrama à lista
37789
- this.diagramasClasses.push(diagramaClasse);
37911
+ this.classes.push(diagramaClasse);
37790
37912
  // No fluxograma principal, apenas mostra a definição da classe
37791
37913
  const texto = `Linha${declaracaoClasse.linha}[Classe ${nomeClasse}${superClasse ? ` herda ${superClasse}` : ''}]`;
37792
37914
  const aresta = new mermaid_1.ArestaFluxograma(declaracaoClasse, texto);
@@ -37917,13 +38039,13 @@ class TradutorMermaidJs {
37917
38039
  return [];
37918
38040
  }
37919
38041
  // Descobre o texto dos nós do corpo
37920
- let textoSubgraph = `subgraph função ${declaracaoFuncao.simbolo.lexema}\n`;
38042
+ /* let textoSubgrafo = `subgraph função ${declaracaoFuncao.simbolo.lexema}\n`;
37921
38043
  for (const vertice of verticesCorpo) {
37922
- textoSubgraph += vertice.paraTexto();
38044
+ textoSubgrafo += vertice.paraTexto();
37923
38045
  }
37924
- textoSubgraph += `end;\n`;
38046
+ textoSubgrafo += `end;\n`; */
37925
38047
  // Armazena o subgraph para imprimir depois de graph TD;
37926
- this.subgrafosFuncoes.push(textoSubgraph);
38048
+ // this.subgrafosFuncoes.push(textoSubgrafo);
37927
38049
  // IMPORTANTE: não altera this.anteriores aqui, para a função
37928
38050
  // não entrar no fluxo principal. O fluxo principal continua
37929
38051
  // sendo só as declarações "top-level" (como a chamada em Linha4).
@@ -38025,17 +38147,24 @@ class TradutorMermaidJs {
38025
38147
  this.anteriores.push(aresta);
38026
38148
  return vertices;
38027
38149
  }
38150
+ /**
38151
+ * Ponto de entrada para a tradução de declarações em um fluxograma
38152
+ * no formato MermaidJs.
38153
+ * @param {Declaracao[]} declaracoes As declarações a serem traduzidas.
38154
+ * @returns {string} Texto no formato MermaidJs representando o fluxograma.
38155
+ */
38028
38156
  traduzir(declaracoes) {
38029
38157
  this.anteriores = [];
38030
38158
  this.vertices = [];
38031
38159
  let resultado = 'graph TD;\n';
38032
- this.subgrafosFuncoes = [];
38160
+ this.indentacaoAtual = 4;
38161
+ this.subgrafosFuncoes = {};
38033
38162
  for (const declaracao of declaracoes) {
38034
38163
  this.vertices = this.vertices.concat(this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao));
38035
38164
  }
38036
- if (this.subgrafosFuncoes.length > 0) {
38037
- for (const sub of this.subgrafosFuncoes) {
38038
- resultado += sub;
38165
+ if (Object.keys(this.subgrafosFuncoes).length > 0) {
38166
+ for (const subgrafo of Object.values(this.subgrafosFuncoes)) {
38167
+ resultado += subgrafo;
38039
38168
  }
38040
38169
  }
38041
38170
  if (this.vertices.length === 0 && this.anteriores.length === 0) {
@@ -38062,7 +38191,7 @@ class TradutorMermaidJs {
38062
38191
  }
38063
38192
  exports.TradutorMermaidJs = TradutorMermaidJs;
38064
38193
 
38065
- },{"../tipos-de-simbolos/delegua":201,"./mermaid":212}],223:[function(require,module,exports){
38194
+ },{"../tipos-de-simbolos/delegua":202,"./mermaid":213}],225:[function(require,module,exports){
38066
38195
  "use strict";
38067
38196
  Object.defineProperty(exports, "__esModule", { value: true });
38068
38197
  exports.TradutorPortugolIpt = void 0;
@@ -38124,7 +38253,7 @@ class TradutorPortugolIpt {
38124
38253
  }
38125
38254
  exports.TradutorPortugolIpt = TradutorPortugolIpt;
38126
38255
 
38127
- },{"../avaliador-sintatico/dialetos":10,"../lexador/dialetos":172}],224:[function(require,module,exports){
38256
+ },{"../avaliador-sintatico/dialetos":10,"../lexador/dialetos":173}],226:[function(require,module,exports){
38128
38257
  "use strict";
38129
38258
  var __importDefault = (this && this.__importDefault) || function (mod) {
38130
38259
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -38773,7 +38902,7 @@ class TradutorPython {
38773
38902
  }
38774
38903
  exports.TradutorPython = TradutorPython;
38775
38904
 
38776
- },{"../construtos":54,"../declaracoes":100,"../tipos-de-simbolos/delegua":201}],225:[function(require,module,exports){
38905
+ },{"../construtos":54,"../declaracoes":101,"../tipos-de-simbolos/delegua":202}],227:[function(require,module,exports){
38777
38906
  "use strict";
38778
38907
  Object.defineProperty(exports, "__esModule", { value: true });
38779
38908
  exports.TradutorReversoJavaScript = void 0;
@@ -39170,7 +39299,7 @@ class TradutorReversoJavaScript {
39170
39299
  }
39171
39300
  exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
39172
39301
 
39173
- },{}],226:[function(require,module,exports){
39302
+ },{}],228:[function(require,module,exports){
39174
39303
  "use strict";
39175
39304
  Object.defineProperty(exports, "__esModule", { value: true });
39176
39305
  exports.TradutorReversoPython = void 0;
@@ -39243,7 +39372,7 @@ class TradutorReversoPython {
39243
39372
  }
39244
39373
  exports.TradutorReversoPython = TradutorReversoPython;
39245
39374
 
39246
- },{"./python/python3-lexer":215,"./python/python3-parser":216,"antlr4ts":343,"antlr4ts/tree/ParseTreeWalker":362}],227:[function(require,module,exports){
39375
+ },{"./python/python3-lexer":217,"./python/python3-parser":218,"antlr4ts":345,"antlr4ts/tree/ParseTreeWalker":364}],229:[function(require,module,exports){
39247
39376
  "use strict";
39248
39377
  var __importDefault = (this && this.__importDefault) || function (mod) {
39249
39378
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -39837,7 +39966,7 @@ class TradutorReversoTenda {
39837
39966
  }
39838
39967
  exports.TradutorReversoTenda = TradutorReversoTenda;
39839
39968
 
39840
- },{"../construtos":54,"../tipos-de-simbolos/tenda":208}],228:[function(require,module,exports){
39969
+ },{"../construtos":54,"../tipos-de-simbolos/tenda":209}],230:[function(require,module,exports){
39841
39970
  "use strict";
39842
39971
  /*!
39843
39972
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39845,7 +39974,7 @@ exports.TradutorReversoTenda = TradutorReversoTenda;
39845
39974
  */
39846
39975
  Object.defineProperty(exports, "__esModule", { value: true });
39847
39976
 
39848
- },{}],229:[function(require,module,exports){
39977
+ },{}],231:[function(require,module,exports){
39849
39978
  "use strict";
39850
39979
  /*!
39851
39980
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39853,7 +39982,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39853
39982
  */
39854
39983
  Object.defineProperty(exports, "__esModule", { value: true });
39855
39984
 
39856
- },{}],230:[function(require,module,exports){
39985
+ },{}],232:[function(require,module,exports){
39857
39986
  "use strict";
39858
39987
  /*!
39859
39988
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40015,7 +40144,7 @@ __decorate([
40015
40144
  ], ANTLRInputStream.prototype, "toString", null);
40016
40145
  exports.ANTLRInputStream = ANTLRInputStream;
40017
40146
 
40018
- },{"./Decorators":241,"./IntStream":247,"assert":384}],231:[function(require,module,exports){
40147
+ },{"./Decorators":243,"./IntStream":249,"assert":386}],233:[function(require,module,exports){
40019
40148
  "use strict";
40020
40149
  /*!
40021
40150
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40098,7 +40227,7 @@ __decorate([
40098
40227
  ], BailErrorStrategy.prototype, "sync", null);
40099
40228
  exports.BailErrorStrategy = BailErrorStrategy;
40100
40229
 
40101
- },{"./Decorators":241,"./DefaultErrorStrategy":242,"./InputMismatchException":246,"./misc/ParseCancellationException":358}],232:[function(require,module,exports){
40230
+ },{"./Decorators":243,"./DefaultErrorStrategy":244,"./InputMismatchException":248,"./misc/ParseCancellationException":360}],234:[function(require,module,exports){
40102
40231
  "use strict";
40103
40232
  /*!
40104
40233
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40588,7 +40717,7 @@ BufferedTokenStream = __decorate([
40588
40717
  ], BufferedTokenStream);
40589
40718
  exports.BufferedTokenStream = BufferedTokenStream;
40590
40719
 
40591
- },{"./CommonToken":237,"./Decorators":241,"./Lexer":249,"./Token":266,"./misc/Interval":353,"assert":384}],233:[function(require,module,exports){
40720
+ },{"./CommonToken":239,"./Decorators":243,"./Lexer":251,"./Token":268,"./misc/Interval":355,"assert":386}],235:[function(require,module,exports){
40592
40721
  "use strict";
40593
40722
  /*!
40594
40723
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40596,7 +40725,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
40596
40725
  */
40597
40726
  Object.defineProperty(exports, "__esModule", { value: true });
40598
40727
 
40599
- },{}],234:[function(require,module,exports){
40728
+ },{}],236:[function(require,module,exports){
40600
40729
  "use strict";
40601
40730
  /*!
40602
40731
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40730,7 +40859,7 @@ var CharStreams;
40730
40859
  // }
40731
40860
  })(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
40732
40861
 
40733
- },{"./CodePointBuffer":235,"./CodePointCharStream":236,"./IntStream":247}],235:[function(require,module,exports){
40862
+ },{"./CodePointBuffer":237,"./CodePointCharStream":238,"./IntStream":249}],237:[function(require,module,exports){
40734
40863
  "use strict";
40735
40864
  /*!
40736
40865
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40965,7 +41094,7 @@ exports.CodePointBuffer = CodePointBuffer;
40965
41094
  CodePointBuffer.Builder = Builder;
40966
41095
  })(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
40967
41096
 
40968
- },{"./misc/Character":349,"assert":384}],236:[function(require,module,exports){
41097
+ },{"./misc/Character":351,"assert":386}],238:[function(require,module,exports){
40969
41098
  "use strict";
40970
41099
  /*!
40971
41100
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41115,7 +41244,7 @@ __decorate([
41115
41244
  ], CodePointCharStream.prototype, "getText", null);
41116
41245
  exports.CodePointCharStream = CodePointCharStream;
41117
41246
 
41118
- },{"./Decorators":241,"./IntStream":247,"./misc/Interval":353,"assert":384}],237:[function(require,module,exports){
41247
+ },{"./Decorators":243,"./IntStream":249,"./misc/Interval":355,"assert":386}],239:[function(require,module,exports){
41119
41248
  "use strict";
41120
41249
  /*!
41121
41250
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41345,7 +41474,7 @@ CommonToken = __decorate([
41345
41474
  ], CommonToken);
41346
41475
  exports.CommonToken = CommonToken;
41347
41476
 
41348
- },{"./Decorators":241,"./Token":266,"./misc/Interval":353}],238:[function(require,module,exports){
41477
+ },{"./Decorators":243,"./Token":268,"./misc/Interval":355}],240:[function(require,module,exports){
41349
41478
  "use strict";
41350
41479
  /*!
41351
41480
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41409,7 +41538,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
41409
41538
  CommonTokenFactory.DEFAULT = new CommonTokenFactory();
41410
41539
  })(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
41411
41540
 
41412
- },{"./CommonToken":237,"./Decorators":241,"./misc/Interval":353}],239:[function(require,module,exports){
41541
+ },{"./CommonToken":239,"./Decorators":243,"./misc/Interval":355}],241:[function(require,module,exports){
41413
41542
  "use strict";
41414
41543
  /*!
41415
41544
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41536,7 +41665,7 @@ CommonTokenStream = __decorate([
41536
41665
  ], CommonTokenStream);
41537
41666
  exports.CommonTokenStream = CommonTokenStream;
41538
41667
 
41539
- },{"./BufferedTokenStream":232,"./Decorators":241,"./Token":266}],240:[function(require,module,exports){
41668
+ },{"./BufferedTokenStream":234,"./Decorators":243,"./Token":268}],242:[function(require,module,exports){
41540
41669
  "use strict";
41541
41670
  /*!
41542
41671
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41570,7 +41699,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
41570
41699
  */
41571
41700
  ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
41572
41701
 
41573
- },{}],241:[function(require,module,exports){
41702
+ },{}],243:[function(require,module,exports){
41574
41703
  "use strict";
41575
41704
  /*!
41576
41705
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41597,7 +41726,7 @@ function SuppressWarnings(options) {
41597
41726
  }
41598
41727
  exports.SuppressWarnings = SuppressWarnings;
41599
41728
 
41600
- },{}],242:[function(require,module,exports){
41729
+ },{}],244:[function(require,module,exports){
41601
41730
  "use strict";
41602
41731
  /*!
41603
41732
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42411,7 +42540,7 @@ __decorate([
42411
42540
  ], DefaultErrorStrategy.prototype, "consumeUntil", null);
42412
42541
  exports.DefaultErrorStrategy = DefaultErrorStrategy;
42413
42542
 
42414
- },{"./Decorators":241,"./FailedPredicateException":245,"./InputMismatchException":246,"./NoViableAltException":253,"./Token":266,"./atn/ATNState":280,"./atn/ATNStateType":281,"./atn/PredictionContext":321,"./misc/IntervalSet":354}],243:[function(require,module,exports){
42543
+ },{"./Decorators":243,"./FailedPredicateException":247,"./InputMismatchException":248,"./NoViableAltException":255,"./Token":268,"./atn/ATNState":282,"./atn/ATNStateType":283,"./atn/PredictionContext":323,"./misc/IntervalSet":356}],245:[function(require,module,exports){
42415
42544
  "use strict";
42416
42545
  /*!
42417
42546
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42487,7 +42616,7 @@ var Dependents;
42487
42616
  Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
42488
42617
  })(Dependents = exports.Dependents || (exports.Dependents = {}));
42489
42618
 
42490
- },{}],244:[function(require,module,exports){
42619
+ },{}],246:[function(require,module,exports){
42491
42620
  "use strict";
42492
42621
  /*!
42493
42622
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42635,7 +42764,7 @@ __decorate([
42635
42764
  ], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
42636
42765
  exports.DiagnosticErrorListener = DiagnosticErrorListener;
42637
42766
 
42638
- },{"./Decorators":241,"./misc/BitSet":348,"./misc/Interval":353}],245:[function(require,module,exports){
42767
+ },{"./Decorators":243,"./misc/BitSet":350,"./misc/Interval":355}],247:[function(require,module,exports){
42639
42768
  "use strict";
42640
42769
  /*!
42641
42770
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42700,7 +42829,7 @@ FailedPredicateException = __decorate([
42700
42829
  ], FailedPredicateException);
42701
42830
  exports.FailedPredicateException = FailedPredicateException;
42702
42831
 
42703
- },{"./Decorators":241,"./RecognitionException":260,"./atn/PredicateTransition":320}],246:[function(require,module,exports){
42832
+ },{"./Decorators":243,"./RecognitionException":262,"./atn/PredicateTransition":322}],248:[function(require,module,exports){
42704
42833
  "use strict";
42705
42834
  /*!
42706
42835
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42740,7 +42869,7 @@ InputMismatchException = __decorate([
42740
42869
  ], InputMismatchException);
42741
42870
  exports.InputMismatchException = InputMismatchException;
42742
42871
 
42743
- },{"./Decorators":241,"./RecognitionException":260}],247:[function(require,module,exports){
42872
+ },{"./Decorators":243,"./RecognitionException":262}],249:[function(require,module,exports){
42744
42873
  "use strict";
42745
42874
  /*!
42746
42875
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42763,7 +42892,7 @@ var IntStream;
42763
42892
  IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
42764
42893
  })(IntStream = exports.IntStream || (exports.IntStream = {}));
42765
42894
 
42766
- },{}],248:[function(require,module,exports){
42895
+ },{}],250:[function(require,module,exports){
42767
42896
  "use strict";
42768
42897
  /*!
42769
42898
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42810,7 +42939,7 @@ __decorate([
42810
42939
  ], InterpreterRuleContext.prototype, "ruleIndex", null);
42811
42940
  exports.InterpreterRuleContext = InterpreterRuleContext;
42812
42941
 
42813
- },{"./Decorators":241,"./ParserRuleContext":257}],249:[function(require,module,exports){
42942
+ },{"./Decorators":243,"./ParserRuleContext":259}],251:[function(require,module,exports){
42814
42943
  "use strict";
42815
42944
  /*!
42816
42945
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43146,7 +43275,7 @@ __decorate([
43146
43275
  ], Lexer.prototype, "charPositionInLine", null);
43147
43276
  exports.Lexer = Lexer;
43148
43277
 
43149
- },{"./CommonTokenFactory":238,"./Decorators":241,"./IntStream":247,"./LexerNoViableAltException":251,"./Recognizer":261,"./Token":266,"./atn/LexerATNSimulator":299,"./misc/IntegerStack":352,"./misc/Interval":353}],250:[function(require,module,exports){
43278
+ },{"./CommonTokenFactory":240,"./Decorators":243,"./IntStream":249,"./LexerNoViableAltException":253,"./Recognizer":263,"./Token":268,"./atn/LexerATNSimulator":301,"./misc/IntegerStack":354,"./misc/Interval":355}],252:[function(require,module,exports){
43150
43279
  "use strict";
43151
43280
  /*!
43152
43281
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43226,7 +43355,7 @@ LexerInterpreter = __decorate([
43226
43355
  ], LexerInterpreter);
43227
43356
  exports.LexerInterpreter = LexerInterpreter;
43228
43357
 
43229
- },{"./Decorators":241,"./Lexer":249,"./atn/LexerATNSimulator":299}],251:[function(require,module,exports){
43358
+ },{"./Decorators":243,"./Lexer":251,"./atn/LexerATNSimulator":301}],253:[function(require,module,exports){
43230
43359
  "use strict";
43231
43360
  /*!
43232
43361
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43283,7 +43412,7 @@ LexerNoViableAltException = __decorate([
43283
43412
  ], LexerNoViableAltException);
43284
43413
  exports.LexerNoViableAltException = LexerNoViableAltException;
43285
43414
 
43286
- },{"./Decorators":241,"./RecognitionException":260,"./misc/Interval":353,"./misc/Utils":360}],252:[function(require,module,exports){
43415
+ },{"./Decorators":243,"./RecognitionException":262,"./misc/Interval":355,"./misc/Utils":362}],254:[function(require,module,exports){
43287
43416
  "use strict";
43288
43417
  /*!
43289
43418
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43493,7 +43622,7 @@ ListTokenSource = __decorate([
43493
43622
  ], ListTokenSource);
43494
43623
  exports.ListTokenSource = ListTokenSource;
43495
43624
 
43496
- },{"./CommonTokenFactory":238,"./Decorators":241,"./Token":266}],253:[function(require,module,exports){
43625
+ },{"./CommonTokenFactory":240,"./Decorators":243,"./Token":268}],255:[function(require,module,exports){
43497
43626
  "use strict";
43498
43627
  /*!
43499
43628
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43548,7 +43677,7 @@ __decorate([
43548
43677
  ], NoViableAltException.prototype, "_startToken", void 0);
43549
43678
  exports.NoViableAltException = NoViableAltException;
43550
43679
 
43551
- },{"./Decorators":241,"./Parser":254,"./RecognitionException":260}],254:[function(require,module,exports){
43680
+ },{"./Decorators":243,"./Parser":256,"./RecognitionException":262}],256:[function(require,module,exports){
43552
43681
  (function (process){(function (){
43553
43682
  "use strict";
43554
43683
  /*!
@@ -44394,7 +44523,7 @@ __decorate([
44394
44523
  exports.Parser = Parser;
44395
44524
 
44396
44525
  }).call(this)}).call(this,require('_process'))
44397
- },{"./Decorators":241,"./DefaultErrorStrategy":242,"./Lexer":249,"./ProxyParserErrorListener":259,"./Recognizer":261,"./Token":266,"./atn/ATNDeserializationOptions":277,"./atn/ATNDeserializer":278,"./atn/ParseInfo":314,"./atn/ParserATNSimulator":315,"./atn/ProfilingATNSimulator":324,"./misc/IntegerStack":352,"./misc/Utils":360,"./tree/ErrorNode":361,"./tree/TerminalNode":364,"./tree/pattern/ParseTreePatternMatcher":369,"_process":443}],255:[function(require,module,exports){
44526
+ },{"./Decorators":243,"./DefaultErrorStrategy":244,"./Lexer":251,"./ProxyParserErrorListener":261,"./Recognizer":263,"./Token":268,"./atn/ATNDeserializationOptions":279,"./atn/ATNDeserializer":280,"./atn/ParseInfo":316,"./atn/ParserATNSimulator":317,"./atn/ProfilingATNSimulator":326,"./misc/IntegerStack":354,"./misc/Utils":362,"./tree/ErrorNode":363,"./tree/TerminalNode":366,"./tree/pattern/ParseTreePatternMatcher":371,"_process":445}],257:[function(require,module,exports){
44398
44527
  "use strict";
44399
44528
  /*!
44400
44529
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44402,7 +44531,7 @@ exports.Parser = Parser;
44402
44531
  */
44403
44532
  Object.defineProperty(exports, "__esModule", { value: true });
44404
44533
 
44405
- },{}],256:[function(require,module,exports){
44534
+ },{}],258:[function(require,module,exports){
44406
44535
  "use strict";
44407
44536
  /*!
44408
44537
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44810,7 +44939,7 @@ ParserInterpreter = __decorate([
44810
44939
  ], ParserInterpreter);
44811
44940
  exports.ParserInterpreter = ParserInterpreter;
44812
44941
 
44813
- },{"./Decorators":241,"./FailedPredicateException":245,"./InputMismatchException":246,"./InterpreterRuleContext":248,"./Parser":254,"./RecognitionException":260,"./Token":266,"./atn/ATNState":280,"./atn/ATNStateType":281,"./atn/LoopEndState":311,"./atn/ParserATNSimulator":315,"./atn/StarLoopEntryState":333,"./misc/BitSet":348}],257:[function(require,module,exports){
44942
+ },{"./Decorators":243,"./FailedPredicateException":247,"./InputMismatchException":248,"./InterpreterRuleContext":250,"./Parser":256,"./RecognitionException":262,"./Token":268,"./atn/ATNState":282,"./atn/ATNStateType":283,"./atn/LoopEndState":313,"./atn/ParserATNSimulator":317,"./atn/StarLoopEntryState":335,"./misc/BitSet":350}],259:[function(require,module,exports){
44814
44943
  "use strict";
44815
44944
  /*!
44816
44945
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45111,7 +45240,7 @@ __decorate([
45111
45240
  ], ParserRuleContext.prototype, "sourceInterval", null);
45112
45241
  exports.ParserRuleContext = ParserRuleContext;
45113
45242
 
45114
- },{"./Decorators":241,"./RuleContext":262,"./misc/Interval":353,"./tree/ErrorNode":361,"./tree/TerminalNode":364}],258:[function(require,module,exports){
45243
+ },{"./Decorators":243,"./RuleContext":264,"./misc/Interval":355,"./tree/ErrorNode":363,"./tree/TerminalNode":366}],260:[function(require,module,exports){
45115
45244
  "use strict";
45116
45245
  /*!
45117
45246
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45161,7 +45290,7 @@ __decorate([
45161
45290
  ], ProxyErrorListener.prototype, "syntaxError", null);
45162
45291
  exports.ProxyErrorListener = ProxyErrorListener;
45163
45292
 
45164
- },{"./Decorators":241}],259:[function(require,module,exports){
45293
+ },{"./Decorators":243}],261:[function(require,module,exports){
45165
45294
  "use strict";
45166
45295
  /*!
45167
45296
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45220,7 +45349,7 @@ __decorate([
45220
45349
  ], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
45221
45350
  exports.ProxyParserErrorListener = ProxyParserErrorListener;
45222
45351
 
45223
- },{"./Decorators":241,"./ProxyErrorListener":258}],260:[function(require,module,exports){
45352
+ },{"./Decorators":243,"./ProxyErrorListener":260}],262:[function(require,module,exports){
45224
45353
  "use strict";
45225
45354
  /*!
45226
45355
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45325,7 +45454,7 @@ class RecognitionException extends Error {
45325
45454
  }
45326
45455
  exports.RecognitionException = RecognitionException;
45327
45456
 
45328
- },{}],261:[function(require,module,exports){
45457
+ },{}],263:[function(require,module,exports){
45329
45458
  "use strict";
45330
45459
  /*!
45331
45460
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45544,7 +45673,7 @@ __decorate([
45544
45673
  ], Recognizer.prototype, "getErrorListeners", null);
45545
45674
  exports.Recognizer = Recognizer;
45546
45675
 
45547
- },{"./ConsoleErrorListener":240,"./Decorators":241,"./ProxyErrorListener":258,"./Token":266,"./misc/Utils":360}],262:[function(require,module,exports){
45676
+ },{"./ConsoleErrorListener":242,"./Decorators":243,"./ProxyErrorListener":260,"./Token":268,"./misc/Utils":362}],264:[function(require,module,exports){
45548
45677
  "use strict";
45549
45678
  /*!
45550
45679
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45761,7 +45890,7 @@ __decorate([
45761
45890
  ], RuleContext.prototype, "toStringTree", null);
45762
45891
  exports.RuleContext = RuleContext;
45763
45892
 
45764
- },{"./Decorators":241,"./ParserRuleContext":257,"./Recognizer":261,"./atn/ATN":274,"./misc/Interval":353,"./tree/RuleNode":363,"./tree/Trees":365}],263:[function(require,module,exports){
45893
+ },{"./Decorators":243,"./ParserRuleContext":259,"./Recognizer":263,"./atn/ATN":276,"./misc/Interval":355,"./tree/RuleNode":365,"./tree/Trees":367}],265:[function(require,module,exports){
45765
45894
  "use strict";
45766
45895
  /*!
45767
45896
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45812,7 +45941,7 @@ __decorate([
45812
45941
  ], RuleContextWithAltNum.prototype, "altNumber", null);
45813
45942
  exports.RuleContextWithAltNum = RuleContextWithAltNum;
45814
45943
 
45815
- },{"./Decorators":241,"./ParserRuleContext":257,"./atn/ATN":274}],264:[function(require,module,exports){
45944
+ },{"./Decorators":243,"./ParserRuleContext":259,"./atn/ATN":276}],266:[function(require,module,exports){
45816
45945
  "use strict";
45817
45946
  /*!
45818
45947
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45835,7 +45964,7 @@ function RuleDependency(dependency) {
45835
45964
  }
45836
45965
  exports.RuleDependency = RuleDependency;
45837
45966
 
45838
- },{}],265:[function(require,module,exports){
45967
+ },{}],267:[function(require,module,exports){
45839
45968
  "use strict";
45840
45969
  /*!
45841
45970
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45854,7 +45983,7 @@ function RuleVersion(version) {
45854
45983
  }
45855
45984
  exports.RuleVersion = RuleVersion;
45856
45985
 
45857
- },{}],266:[function(require,module,exports){
45986
+ },{}],268:[function(require,module,exports){
45858
45987
  "use strict";
45859
45988
  /*!
45860
45989
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45894,7 +46023,7 @@ var Token;
45894
46023
  Token.MIN_USER_CHANNEL_VALUE = 2;
45895
46024
  })(Token = exports.Token || (exports.Token = {}));
45896
46025
 
45897
- },{"./IntStream":247}],267:[function(require,module,exports){
46026
+ },{"./IntStream":249}],269:[function(require,module,exports){
45898
46027
  "use strict";
45899
46028
  /*!
45900
46029
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45902,7 +46031,7 @@ var Token;
45902
46031
  */
45903
46032
  Object.defineProperty(exports, "__esModule", { value: true });
45904
46033
 
45905
- },{}],268:[function(require,module,exports){
46034
+ },{}],270:[function(require,module,exports){
45906
46035
  "use strict";
45907
46036
  /*!
45908
46037
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45910,7 +46039,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
45910
46039
  */
45911
46040
  Object.defineProperty(exports, "__esModule", { value: true });
45912
46041
 
45913
- },{}],269:[function(require,module,exports){
46042
+ },{}],271:[function(require,module,exports){
45914
46043
  "use strict";
45915
46044
  /*!
45916
46045
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45918,7 +46047,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
45918
46047
  */
45919
46048
  Object.defineProperty(exports, "__esModule", { value: true });
45920
46049
 
45921
- },{}],270:[function(require,module,exports){
46050
+ },{}],272:[function(require,module,exports){
45922
46051
  "use strict";
45923
46052
  /*!
45924
46053
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46426,7 +46555,7 @@ __decorate([
46426
46555
  Decorators_1.Override
46427
46556
  ], ReplaceOp.prototype, "toString", null);
46428
46557
 
46429
- },{"./Decorators":241,"./Token":266,"./misc/Interval":353}],271:[function(require,module,exports){
46558
+ },{"./Decorators":243,"./Token":268,"./misc/Interval":355}],273:[function(require,module,exports){
46430
46559
  "use strict";
46431
46560
  /*!
46432
46561
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46434,7 +46563,7 @@ __decorate([
46434
46563
  */
46435
46564
  Object.defineProperty(exports, "__esModule", { value: true });
46436
46565
 
46437
- },{}],272:[function(require,module,exports){
46566
+ },{}],274:[function(require,module,exports){
46438
46567
  "use strict";
46439
46568
  /*!
46440
46569
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46554,7 +46683,7 @@ __decorate([
46554
46683
  ], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
46555
46684
  exports.VocabularyImpl = VocabularyImpl;
46556
46685
 
46557
- },{"./Decorators":241,"./Token":266}],273:[function(require,module,exports){
46686
+ },{"./Decorators":243,"./Token":268}],275:[function(require,module,exports){
46558
46687
  "use strict";
46559
46688
  /*!
46560
46689
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46562,7 +46691,7 @@ exports.VocabularyImpl = VocabularyImpl;
46562
46691
  */
46563
46692
  Object.defineProperty(exports, "__esModule", { value: true });
46564
46693
 
46565
- },{}],274:[function(require,module,exports){
46694
+ },{}],276:[function(require,module,exports){
46566
46695
  "use strict";
46567
46696
  /*!
46568
46697
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46784,7 +46913,7 @@ exports.ATN = ATN;
46784
46913
  })(ATN = exports.ATN || (exports.ATN = {}));
46785
46914
  exports.ATN = ATN;
46786
46915
 
46787
- },{"../Decorators":241,"../Token":266,"../dfa/DFA":339,"../misc/Array2DHashMap":344,"../misc/IntervalSet":354,"../misc/ObjectEqualityComparator":357,"./InvalidState":297,"./LL1Analyzer":298,"./PredictionContext":321,"assert":384}],275:[function(require,module,exports){
46916
+ },{"../Decorators":243,"../Token":268,"../dfa/DFA":341,"../misc/Array2DHashMap":346,"../misc/IntervalSet":356,"../misc/ObjectEqualityComparator":359,"./InvalidState":299,"./LL1Analyzer":300,"./PredictionContext":323,"assert":386}],277:[function(require,module,exports){
46788
46917
  "use strict";
46789
46918
  /*!
46790
46919
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47309,7 +47438,7 @@ ActionSemanticContextATNConfig = __decorate([
47309
47438
  __param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
47310
47439
  ], ActionSemanticContextATNConfig);
47311
47440
 
47312
- },{"../Decorators":241,"../misc/Array2DHashMap":344,"../misc/MurmurHash":356,"../misc/ObjectEqualityComparator":357,"./DecisionState":294,"./PredictionContext":321,"./SemanticContext":329,"assert":384}],276:[function(require,module,exports){
47441
+ },{"../Decorators":243,"../misc/Array2DHashMap":346,"../misc/MurmurHash":358,"../misc/ObjectEqualityComparator":359,"./DecisionState":296,"./PredictionContext":323,"./SemanticContext":331,"assert":386}],278:[function(require,module,exports){
47313
47442
  "use strict";
47314
47443
  /*!
47315
47444
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47756,7 +47885,7 @@ __decorate([
47756
47885
  ], ATNConfigSet.prototype, "hashCode", null);
47757
47886
  exports.ATNConfigSet = ATNConfigSet;
47758
47887
 
47759
- },{"../Decorators":241,"../misc/Array2DHashMap":344,"../misc/Array2DHashSet":345,"../misc/ArrayEqualityComparator":346,"../misc/BitSet":348,"../misc/ObjectEqualityComparator":357,"../misc/Utils":360,"./ATN":274,"./ATNConfig":275,"./PredictionContext":321,"./PredictionContextCache":322,"./SemanticContext":329,"assert":384}],277:[function(require,module,exports){
47888
+ },{"../Decorators":243,"../misc/Array2DHashMap":346,"../misc/Array2DHashSet":347,"../misc/ArrayEqualityComparator":348,"../misc/BitSet":350,"../misc/ObjectEqualityComparator":359,"../misc/Utils":362,"./ATN":276,"./ATNConfig":277,"./PredictionContext":323,"./PredictionContextCache":324,"./SemanticContext":331,"assert":386}],279:[function(require,module,exports){
47760
47889
  "use strict";
47761
47890
  /*!
47762
47891
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47835,7 +47964,7 @@ __decorate([
47835
47964
  ], ATNDeserializationOptions, "defaultOptions", null);
47836
47965
  exports.ATNDeserializationOptions = ATNDeserializationOptions;
47837
47966
 
47838
- },{"../Decorators":241}],278:[function(require,module,exports){
47967
+ },{"../Decorators":243}],280:[function(require,module,exports){
47839
47968
  "use strict";
47840
47969
  /*!
47841
47970
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48922,7 +49051,7 @@ __decorate([
48922
49051
  ], ATNDeserializer.prototype, "edgeFactory", null);
48923
49052
  exports.ATNDeserializer = ATNDeserializer;
48924
49053
 
48925
- },{"../Decorators":241,"../Token":266,"../dfa/DFA":339,"../misc/Array2DHashSet":345,"../misc/BitSet":348,"../misc/IntervalSet":354,"../misc/UUID":359,"./ATN":274,"./ATNDeserializationOptions":277,"./ATNStateType":281,"./ActionTransition":283,"./AtomTransition":285,"./BasicBlockStartState":286,"./BasicState":287,"./BlockEndState":288,"./BlockStartState":289,"./DecisionState":294,"./EpsilonTransition":295,"./InvalidState":297,"./LexerChannelAction":301,"./LexerCustomAction":302,"./LexerModeAction":304,"./LexerMoreAction":305,"./LexerPopModeAction":306,"./LexerPushModeAction":307,"./LexerSkipAction":308,"./LexerTypeAction":309,"./LoopEndState":311,"./NotSetTransition":312,"./ParserATNSimulator":315,"./PlusBlockStartState":316,"./PlusLoopbackState":317,"./PrecedencePredicateTransition":318,"./PredicateTransition":320,"./RangeTransition":325,"./RuleStartState":326,"./RuleStopState":327,"./RuleTransition":328,"./SetTransition":330,"./StarBlockStartState":332,"./StarLoopEntryState":333,"./StarLoopbackState":334,"./TokensStartState":335,"./WildcardTransition":337}],279:[function(require,module,exports){
49054
+ },{"../Decorators":243,"../Token":268,"../dfa/DFA":341,"../misc/Array2DHashSet":347,"../misc/BitSet":350,"../misc/IntervalSet":356,"../misc/UUID":361,"./ATN":276,"./ATNDeserializationOptions":279,"./ATNStateType":283,"./ActionTransition":285,"./AtomTransition":287,"./BasicBlockStartState":288,"./BasicState":289,"./BlockEndState":290,"./BlockStartState":291,"./DecisionState":296,"./EpsilonTransition":297,"./InvalidState":299,"./LexerChannelAction":303,"./LexerCustomAction":304,"./LexerModeAction":306,"./LexerMoreAction":307,"./LexerPopModeAction":308,"./LexerPushModeAction":309,"./LexerSkipAction":310,"./LexerTypeAction":311,"./LoopEndState":313,"./NotSetTransition":314,"./ParserATNSimulator":317,"./PlusBlockStartState":318,"./PlusLoopbackState":319,"./PrecedencePredicateTransition":320,"./PredicateTransition":322,"./RangeTransition":327,"./RuleStartState":328,"./RuleStopState":329,"./RuleTransition":330,"./SetTransition":332,"./StarBlockStartState":334,"./StarLoopEntryState":335,"./StarLoopbackState":336,"./TokensStartState":337,"./WildcardTransition":339}],281:[function(require,module,exports){
48926
49055
  "use strict";
48927
49056
  /*!
48928
49057
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48986,7 +49115,7 @@ exports.ATNSimulator = ATNSimulator;
48986
49115
  })(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
48987
49116
  exports.ATNSimulator = ATNSimulator;
48988
49117
 
48989
- },{"../Decorators":241,"../dfa/DFAState":341,"./ATNConfigSet":276,"./PredictionContext":321}],280:[function(require,module,exports){
49118
+ },{"../Decorators":243,"../dfa/DFAState":343,"./ATNConfigSet":278,"./PredictionContext":323}],282:[function(require,module,exports){
48990
49119
  "use strict";
48991
49120
  /*!
48992
49121
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49173,7 +49302,7 @@ exports.ATNState = ATNState;
49173
49302
  ATNState.INVALID_STATE_NUMBER = -1;
49174
49303
  })(ATNState = exports.ATNState || (exports.ATNState = {}));
49175
49304
 
49176
- },{"../Decorators":241}],281:[function(require,module,exports){
49305
+ },{"../Decorators":243}],283:[function(require,module,exports){
49177
49306
  "use strict";
49178
49307
  /*!
49179
49308
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49199,7 +49328,7 @@ var ATNStateType;
49199
49328
  ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
49200
49329
  })(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
49201
49330
 
49202
- },{}],282:[function(require,module,exports){
49331
+ },{}],284:[function(require,module,exports){
49203
49332
  "use strict";
49204
49333
  /*!
49205
49334
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49219,7 +49348,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
49219
49348
  }
49220
49349
  exports.AbstractPredicateTransition = AbstractPredicateTransition;
49221
49350
 
49222
- },{"./Transition":336}],283:[function(require,module,exports){
49351
+ },{"./Transition":338}],285:[function(require,module,exports){
49223
49352
  "use strict";
49224
49353
  /*!
49225
49354
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49275,7 +49404,7 @@ ActionTransition = __decorate([
49275
49404
  ], ActionTransition);
49276
49405
  exports.ActionTransition = ActionTransition;
49277
49406
 
49278
- },{"../Decorators":241,"./Transition":336}],284:[function(require,module,exports){
49407
+ },{"../Decorators":243,"./Transition":338}],286:[function(require,module,exports){
49279
49408
  "use strict";
49280
49409
  /*!
49281
49410
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49362,7 +49491,7 @@ AmbiguityInfo = __decorate([
49362
49491
  ], AmbiguityInfo);
49363
49492
  exports.AmbiguityInfo = AmbiguityInfo;
49364
49493
 
49365
- },{"../Decorators":241,"./DecisionEventInfo":292}],285:[function(require,module,exports){
49494
+ },{"../Decorators":243,"./DecisionEventInfo":294}],287:[function(require,module,exports){
49366
49495
  "use strict";
49367
49496
  /*!
49368
49497
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49420,7 +49549,7 @@ AtomTransition = __decorate([
49420
49549
  ], AtomTransition);
49421
49550
  exports.AtomTransition = AtomTransition;
49422
49551
 
49423
- },{"../Decorators":241,"../misc/IntervalSet":354,"./Transition":336}],286:[function(require,module,exports){
49552
+ },{"../Decorators":243,"../misc/IntervalSet":356,"./Transition":338}],288:[function(require,module,exports){
49424
49553
  "use strict";
49425
49554
  /*!
49426
49555
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49452,7 +49581,7 @@ __decorate([
49452
49581
  ], BasicBlockStartState.prototype, "stateType", null);
49453
49582
  exports.BasicBlockStartState = BasicBlockStartState;
49454
49583
 
49455
- },{"../Decorators":241,"./ATNStateType":281,"./BlockStartState":289}],287:[function(require,module,exports){
49584
+ },{"../Decorators":243,"./ATNStateType":283,"./BlockStartState":291}],289:[function(require,module,exports){
49456
49585
  "use strict";
49457
49586
  /*!
49458
49587
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49484,7 +49613,7 @@ __decorate([
49484
49613
  ], BasicState.prototype, "stateType", null);
49485
49614
  exports.BasicState = BasicState;
49486
49615
 
49487
- },{"../Decorators":241,"./ATNState":280,"./ATNStateType":281}],288:[function(require,module,exports){
49616
+ },{"../Decorators":243,"./ATNState":282,"./ATNStateType":283}],290:[function(require,module,exports){
49488
49617
  "use strict";
49489
49618
  /*!
49490
49619
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49513,7 +49642,7 @@ __decorate([
49513
49642
  ], BlockEndState.prototype, "stateType", null);
49514
49643
  exports.BlockEndState = BlockEndState;
49515
49644
 
49516
- },{"../Decorators":241,"./ATNState":280,"./ATNStateType":281}],289:[function(require,module,exports){
49645
+ },{"../Decorators":243,"./ATNState":282,"./ATNStateType":283}],291:[function(require,module,exports){
49517
49646
  "use strict";
49518
49647
  /*!
49519
49648
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49527,7 +49656,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
49527
49656
  }
49528
49657
  exports.BlockStartState = BlockStartState;
49529
49658
 
49530
- },{"./DecisionState":294}],290:[function(require,module,exports){
49659
+ },{"./DecisionState":296}],292:[function(require,module,exports){
49531
49660
  "use strict";
49532
49661
  /*!
49533
49662
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49597,7 +49726,7 @@ __decorate([
49597
49726
  ], ConflictInfo.prototype, "hashCode", null);
49598
49727
  exports.ConflictInfo = ConflictInfo;
49599
49728
 
49600
- },{"../Decorators":241,"../misc/Utils":360}],291:[function(require,module,exports){
49729
+ },{"../Decorators":243,"../misc/Utils":362}],293:[function(require,module,exports){
49601
49730
  "use strict";
49602
49731
  /*!
49603
49732
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49657,7 +49786,7 @@ ContextSensitivityInfo = __decorate([
49657
49786
  ], ContextSensitivityInfo);
49658
49787
  exports.ContextSensitivityInfo = ContextSensitivityInfo;
49659
49788
 
49660
- },{"../Decorators":241,"./DecisionEventInfo":292}],292:[function(require,module,exports){
49789
+ },{"../Decorators":243,"./DecisionEventInfo":294}],294:[function(require,module,exports){
49661
49790
  "use strict";
49662
49791
  /*!
49663
49792
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49709,7 +49838,7 @@ DecisionEventInfo = __decorate([
49709
49838
  ], DecisionEventInfo);
49710
49839
  exports.DecisionEventInfo = DecisionEventInfo;
49711
49840
 
49712
- },{"../Decorators":241}],293:[function(require,module,exports){
49841
+ },{"../Decorators":243}],295:[function(require,module,exports){
49713
49842
  "use strict";
49714
49843
  /*!
49715
49844
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49922,7 +50051,7 @@ __decorate([
49922
50051
  ], DecisionInfo.prototype, "toString", null);
49923
50052
  exports.DecisionInfo = DecisionInfo;
49924
50053
 
49925
- },{"../Decorators":241}],294:[function(require,module,exports){
50054
+ },{"../Decorators":243}],296:[function(require,module,exports){
49926
50055
  "use strict";
49927
50056
  /*!
49928
50057
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49942,7 +50071,7 @@ class DecisionState extends ATNState_1.ATNState {
49942
50071
  }
49943
50072
  exports.DecisionState = DecisionState;
49944
50073
 
49945
- },{"./ATNState":280}],295:[function(require,module,exports){
50074
+ },{"./ATNState":282}],297:[function(require,module,exports){
49946
50075
  "use strict";
49947
50076
  /*!
49948
50077
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50008,7 +50137,7 @@ EpsilonTransition = __decorate([
50008
50137
  ], EpsilonTransition);
50009
50138
  exports.EpsilonTransition = EpsilonTransition;
50010
50139
 
50011
- },{"../Decorators":241,"./Transition":336}],296:[function(require,module,exports){
50140
+ },{"../Decorators":243,"./Transition":338}],298:[function(require,module,exports){
50012
50141
  "use strict";
50013
50142
  /*!
50014
50143
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50061,7 +50190,7 @@ ErrorInfo = __decorate([
50061
50190
  ], ErrorInfo);
50062
50191
  exports.ErrorInfo = ErrorInfo;
50063
50192
 
50064
- },{"../Decorators":241,"./DecisionEventInfo":292}],297:[function(require,module,exports){
50193
+ },{"../Decorators":243,"./DecisionEventInfo":294}],299:[function(require,module,exports){
50065
50194
  "use strict";
50066
50195
  /*!
50067
50196
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50092,7 +50221,7 @@ __decorate([
50092
50221
  ], InvalidState.prototype, "stateType", null);
50093
50222
  exports.InvalidState = InvalidState;
50094
50223
 
50095
- },{"../Decorators":241,"./ATNStateType":281,"./BasicState":287}],298:[function(require,module,exports){
50224
+ },{"../Decorators":243,"./ATNStateType":283,"./BasicState":289}],300:[function(require,module,exports){
50096
50225
  "use strict";
50097
50226
  /*!
50098
50227
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50314,7 +50443,7 @@ LL1Analyzer = __decorate([
50314
50443
  ], LL1Analyzer);
50315
50444
  exports.LL1Analyzer = LL1Analyzer;
50316
50445
 
50317
- },{"../Decorators":241,"../Token":266,"../misc/Array2DHashSet":345,"../misc/BitSet":348,"../misc/IntervalSet":354,"../misc/ObjectEqualityComparator":357,"./ATNConfig":275,"./AbstractPredicateTransition":282,"./NotSetTransition":312,"./PredictionContext":321,"./RuleStopState":327,"./RuleTransition":328,"./WildcardTransition":337}],299:[function(require,module,exports){
50446
+ },{"../Decorators":243,"../Token":268,"../misc/Array2DHashSet":347,"../misc/BitSet":350,"../misc/IntervalSet":356,"../misc/ObjectEqualityComparator":359,"./ATNConfig":277,"./AbstractPredicateTransition":284,"./NotSetTransition":314,"./PredictionContext":323,"./RuleStopState":329,"./RuleTransition":330,"./WildcardTransition":339}],301:[function(require,module,exports){
50318
50447
  "use strict";
50319
50448
  /*!
50320
50449
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51031,7 +51160,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
51031
51160
  })(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
51032
51161
  exports.LexerATNSimulator = LexerATNSimulator;
51033
51162
 
51034
- },{"../Decorators":241,"../IntStream":247,"../Lexer":249,"../LexerNoViableAltException":251,"../Token":266,"../dfa/AcceptStateInfo":338,"../dfa/DFAState":341,"../misc/Interval":353,"./ATN":274,"./ATNConfig":275,"./ATNConfigSet":276,"./ATNSimulator":279,"./LexerActionExecutor":300,"./OrderedATNConfigSet":313,"./PredictionContext":321,"./RuleStopState":327,"assert":384}],300:[function(require,module,exports){
51163
+ },{"../Decorators":243,"../IntStream":249,"../Lexer":251,"../LexerNoViableAltException":253,"../Token":268,"../dfa/AcceptStateInfo":340,"../dfa/DFAState":343,"../misc/Interval":355,"./ATN":276,"./ATNConfig":277,"./ATNConfigSet":278,"./ATNSimulator":281,"./LexerActionExecutor":302,"./OrderedATNConfigSet":315,"./PredictionContext":323,"./RuleStopState":329,"assert":386}],302:[function(require,module,exports){
51035
51164
  "use strict";
51036
51165
  /*!
51037
51166
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51232,7 +51361,7 @@ LexerActionExecutor = __decorate([
51232
51361
  ], LexerActionExecutor);
51233
51362
  exports.LexerActionExecutor = LexerActionExecutor;
51234
51363
 
51235
- },{"../Decorators":241,"../misc/ArrayEqualityComparator":346,"../misc/MurmurHash":356,"./LexerIndexedCustomAction":303}],301:[function(require,module,exports){
51364
+ },{"../Decorators":243,"../misc/ArrayEqualityComparator":348,"../misc/MurmurHash":358,"./LexerIndexedCustomAction":305}],303:[function(require,module,exports){
51236
51365
  "use strict";
51237
51366
  /*!
51238
51367
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51337,7 +51466,7 @@ __decorate([
51337
51466
  ], LexerChannelAction.prototype, "toString", null);
51338
51467
  exports.LexerChannelAction = LexerChannelAction;
51339
51468
 
51340
- },{"../Decorators":241,"../misc/MurmurHash":356}],302:[function(require,module,exports){
51469
+ },{"../Decorators":243,"../misc/MurmurHash":358}],304:[function(require,module,exports){
51341
51470
  "use strict";
51342
51471
  /*!
51343
51472
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51466,7 +51595,7 @@ __decorate([
51466
51595
  ], LexerCustomAction.prototype, "equals", null);
51467
51596
  exports.LexerCustomAction = LexerCustomAction;
51468
51597
 
51469
- },{"../Decorators":241,"../misc/MurmurHash":356}],303:[function(require,module,exports){
51598
+ },{"../Decorators":243,"../misc/MurmurHash":358}],305:[function(require,module,exports){
51470
51599
  "use strict";
51471
51600
  /*!
51472
51601
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51601,7 +51730,7 @@ LexerIndexedCustomAction = __decorate([
51601
51730
  ], LexerIndexedCustomAction);
51602
51731
  exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
51603
51732
 
51604
- },{"../Decorators":241,"../misc/MurmurHash":356}],304:[function(require,module,exports){
51733
+ },{"../Decorators":243,"../misc/MurmurHash":358}],306:[function(require,module,exports){
51605
51734
  "use strict";
51606
51735
  /*!
51607
51736
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51706,7 +51835,7 @@ __decorate([
51706
51835
  ], LexerModeAction.prototype, "toString", null);
51707
51836
  exports.LexerModeAction = LexerModeAction;
51708
51837
 
51709
- },{"../Decorators":241,"../misc/MurmurHash":356}],305:[function(require,module,exports){
51838
+ },{"../Decorators":243,"../misc/MurmurHash":358}],307:[function(require,module,exports){
51710
51839
  "use strict";
51711
51840
  /*!
51712
51841
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51802,7 +51931,7 @@ exports.LexerMoreAction = LexerMoreAction;
51802
51931
  LexerMoreAction.INSTANCE = new LexerMoreAction();
51803
51932
  })(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
51804
51933
 
51805
- },{"../Decorators":241,"../misc/MurmurHash":356}],306:[function(require,module,exports){
51934
+ },{"../Decorators":243,"../misc/MurmurHash":358}],308:[function(require,module,exports){
51806
51935
  "use strict";
51807
51936
  /*!
51808
51937
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51898,7 +52027,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
51898
52027
  LexerPopModeAction.INSTANCE = new LexerPopModeAction();
51899
52028
  })(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
51900
52029
 
51901
- },{"../Decorators":241,"../misc/MurmurHash":356}],307:[function(require,module,exports){
52030
+ },{"../Decorators":243,"../misc/MurmurHash":358}],309:[function(require,module,exports){
51902
52031
  "use strict";
51903
52032
  /*!
51904
52033
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52003,7 +52132,7 @@ __decorate([
52003
52132
  ], LexerPushModeAction.prototype, "toString", null);
52004
52133
  exports.LexerPushModeAction = LexerPushModeAction;
52005
52134
 
52006
- },{"../Decorators":241,"../misc/MurmurHash":356}],308:[function(require,module,exports){
52135
+ },{"../Decorators":243,"../misc/MurmurHash":358}],310:[function(require,module,exports){
52007
52136
  "use strict";
52008
52137
  /*!
52009
52138
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52099,7 +52228,7 @@ exports.LexerSkipAction = LexerSkipAction;
52099
52228
  LexerSkipAction.INSTANCE = new LexerSkipAction();
52100
52229
  })(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
52101
52230
 
52102
- },{"../Decorators":241,"../misc/MurmurHash":356}],309:[function(require,module,exports){
52231
+ },{"../Decorators":243,"../misc/MurmurHash":358}],311:[function(require,module,exports){
52103
52232
  "use strict";
52104
52233
  /*!
52105
52234
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52203,7 +52332,7 @@ __decorate([
52203
52332
  ], LexerTypeAction.prototype, "toString", null);
52204
52333
  exports.LexerTypeAction = LexerTypeAction;
52205
52334
 
52206
- },{"../Decorators":241,"../misc/MurmurHash":356}],310:[function(require,module,exports){
52335
+ },{"../Decorators":243,"../misc/MurmurHash":358}],312:[function(require,module,exports){
52207
52336
  "use strict";
52208
52337
  /*!
52209
52338
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52255,7 +52384,7 @@ LookaheadEventInfo = __decorate([
52255
52384
  ], LookaheadEventInfo);
52256
52385
  exports.LookaheadEventInfo = LookaheadEventInfo;
52257
52386
 
52258
- },{"../Decorators":241,"./DecisionEventInfo":292}],311:[function(require,module,exports){
52387
+ },{"../Decorators":243,"./DecisionEventInfo":294}],313:[function(require,module,exports){
52259
52388
  "use strict";
52260
52389
  /*!
52261
52390
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52284,7 +52413,7 @@ __decorate([
52284
52413
  ], LoopEndState.prototype, "stateType", null);
52285
52414
  exports.LoopEndState = LoopEndState;
52286
52415
 
52287
- },{"../Decorators":241,"./ATNState":280,"./ATNStateType":281}],312:[function(require,module,exports){
52416
+ },{"../Decorators":243,"./ATNState":282,"./ATNStateType":283}],314:[function(require,module,exports){
52288
52417
  "use strict";
52289
52418
  /*!
52290
52419
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52333,7 +52462,7 @@ NotSetTransition = __decorate([
52333
52462
  ], NotSetTransition);
52334
52463
  exports.NotSetTransition = NotSetTransition;
52335
52464
 
52336
- },{"../Decorators":241,"./SetTransition":330}],313:[function(require,module,exports){
52465
+ },{"../Decorators":243,"./SetTransition":332}],315:[function(require,module,exports){
52337
52466
  "use strict";
52338
52467
  /*!
52339
52468
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52388,7 +52517,7 @@ __decorate([
52388
52517
  ], OrderedATNConfigSet.prototype, "canMerge", null);
52389
52518
  exports.OrderedATNConfigSet = OrderedATNConfigSet;
52390
52519
 
52391
- },{"../Decorators":241,"./ATNConfigSet":276}],314:[function(require,module,exports){
52520
+ },{"../Decorators":243,"./ATNConfigSet":278}],316:[function(require,module,exports){
52392
52521
  "use strict";
52393
52522
  /*!
52394
52523
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52550,7 +52679,7 @@ ParseInfo = __decorate([
52550
52679
  ], ParseInfo);
52551
52680
  exports.ParseInfo = ParseInfo;
52552
52681
 
52553
- },{"../Decorators":241}],315:[function(require,module,exports){
52682
+ },{"../Decorators":243}],317:[function(require,module,exports){
52554
52683
  "use strict";
52555
52684
  /*!
52556
52685
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54823,7 +54952,7 @@ ParserATNSimulator = __decorate([
54823
54952
  ], ParserATNSimulator);
54824
54953
  exports.ParserATNSimulator = ParserATNSimulator;
54825
54954
 
54826
- },{"../Decorators":241,"../IntStream":247,"../NoViableAltException":253,"../ParserRuleContext":257,"../Token":266,"../VocabularyImpl":272,"../dfa/AcceptStateInfo":338,"../dfa/DFAState":341,"../misc/Array2DHashSet":345,"../misc/Arrays":347,"../misc/BitSet":348,"../misc/IntegerList":351,"../misc/Interval":353,"../misc/ObjectEqualityComparator":357,"./ATN":274,"./ATNConfig":275,"./ATNConfigSet":276,"./ATNSimulator":279,"./ATNStateType":281,"./ActionTransition":283,"./AtomTransition":285,"./ConflictInfo":290,"./DecisionState":294,"./NotSetTransition":312,"./PredictionContext":321,"./PredictionContextCache":322,"./PredictionMode":323,"./RuleStopState":327,"./RuleTransition":328,"./SemanticContext":329,"./SetTransition":330,"./SimulatorState":331,"assert":384}],316:[function(require,module,exports){
54955
+ },{"../Decorators":243,"../IntStream":249,"../NoViableAltException":255,"../ParserRuleContext":259,"../Token":268,"../VocabularyImpl":274,"../dfa/AcceptStateInfo":340,"../dfa/DFAState":343,"../misc/Array2DHashSet":347,"../misc/Arrays":349,"../misc/BitSet":350,"../misc/IntegerList":353,"../misc/Interval":355,"../misc/ObjectEqualityComparator":359,"./ATN":276,"./ATNConfig":277,"./ATNConfigSet":278,"./ATNSimulator":281,"./ATNStateType":283,"./ActionTransition":285,"./AtomTransition":287,"./ConflictInfo":292,"./DecisionState":296,"./NotSetTransition":314,"./PredictionContext":323,"./PredictionContextCache":324,"./PredictionMode":325,"./RuleStopState":329,"./RuleTransition":330,"./SemanticContext":331,"./SetTransition":332,"./SimulatorState":333,"assert":386}],318:[function(require,module,exports){
54827
54956
  "use strict";
54828
54957
  /*!
54829
54958
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54856,7 +54985,7 @@ __decorate([
54856
54985
  ], PlusBlockStartState.prototype, "stateType", null);
54857
54986
  exports.PlusBlockStartState = PlusBlockStartState;
54858
54987
 
54859
- },{"../Decorators":241,"./ATNStateType":281,"./BlockStartState":289}],317:[function(require,module,exports){
54988
+ },{"../Decorators":243,"./ATNStateType":283,"./BlockStartState":291}],319:[function(require,module,exports){
54860
54989
  "use strict";
54861
54990
  /*!
54862
54991
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54887,7 +55016,7 @@ __decorate([
54887
55016
  ], PlusLoopbackState.prototype, "stateType", null);
54888
55017
  exports.PlusLoopbackState = PlusLoopbackState;
54889
55018
 
54890
- },{"../Decorators":241,"./ATNStateType":281,"./DecisionState":294}],318:[function(require,module,exports){
55019
+ },{"../Decorators":243,"./ATNStateType":283,"./DecisionState":296}],320:[function(require,module,exports){
54891
55020
  "use strict";
54892
55021
  /*!
54893
55022
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54950,7 +55079,7 @@ PrecedencePredicateTransition = __decorate([
54950
55079
  ], PrecedencePredicateTransition);
54951
55080
  exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
54952
55081
 
54953
- },{"../Decorators":241,"./AbstractPredicateTransition":282,"./SemanticContext":329}],319:[function(require,module,exports){
55082
+ },{"../Decorators":243,"./AbstractPredicateTransition":284,"./SemanticContext":331}],321:[function(require,module,exports){
54954
55083
  "use strict";
54955
55084
  /*!
54956
55085
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55013,7 +55142,7 @@ PredicateEvalInfo = __decorate([
55013
55142
  ], PredicateEvalInfo);
55014
55143
  exports.PredicateEvalInfo = PredicateEvalInfo;
55015
55144
 
55016
- },{"../Decorators":241,"./DecisionEventInfo":292}],320:[function(require,module,exports){
55145
+ },{"../Decorators":243,"./DecisionEventInfo":294}],322:[function(require,module,exports){
55017
55146
  "use strict";
55018
55147
  /*!
55019
55148
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55079,7 +55208,7 @@ PredicateTransition = __decorate([
55079
55208
  ], PredicateTransition);
55080
55209
  exports.PredicateTransition = PredicateTransition;
55081
55210
 
55082
- },{"../Decorators":241,"./AbstractPredicateTransition":282,"./SemanticContext":329}],321:[function(require,module,exports){
55211
+ },{"../Decorators":243,"./AbstractPredicateTransition":284,"./SemanticContext":331}],323:[function(require,module,exports){
55083
55212
  "use strict";
55084
55213
  /*!
55085
55214
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55770,7 +55899,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
55770
55899
  PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
55771
55900
  })(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
55772
55901
 
55773
- },{"../Decorators":241,"../misc/Array2DHashMap":344,"../misc/Array2DHashSet":345,"../misc/Arrays":347,"../misc/MurmurHash":356,"./PredictionContextCache":322,"assert":384}],322:[function(require,module,exports){
55902
+ },{"../Decorators":243,"../misc/Array2DHashMap":346,"../misc/Array2DHashSet":347,"../misc/Arrays":349,"../misc/MurmurHash":358,"./PredictionContextCache":324,"assert":386}],324:[function(require,module,exports){
55774
55903
  "use strict";
55775
55904
  /*!
55776
55905
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55911,7 +56040,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
55911
56040
  PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
55912
56041
  })(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
55913
56042
 
55914
- },{"../Decorators":241,"../misc/Array2DHashMap":344,"../misc/ObjectEqualityComparator":357,"./PredictionContext":321,"assert":384}],323:[function(require,module,exports){
56043
+ },{"../Decorators":243,"../misc/Array2DHashMap":346,"../misc/ObjectEqualityComparator":359,"./PredictionContext":323,"assert":386}],325:[function(require,module,exports){
55915
56044
  "use strict";
55916
56045
  /*!
55917
56046
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56072,7 +56201,7 @@ var PredictionMode;
56072
56201
  PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
56073
56202
  })(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
56074
56203
 
56075
- },{"../Decorators":241,"../misc/Array2DHashMap":344,"../misc/MurmurHash":356,"./RuleStopState":327}],324:[function(require,module,exports){
56204
+ },{"../Decorators":243,"../misc/Array2DHashMap":346,"../misc/MurmurHash":358,"./RuleStopState":329}],326:[function(require,module,exports){
56076
56205
  (function (process){(function (){
56077
56206
  "use strict";
56078
56207
  /*!
@@ -56341,7 +56470,7 @@ __decorate([
56341
56470
  exports.ProfilingATNSimulator = ProfilingATNSimulator;
56342
56471
 
56343
56472
  }).call(this)}).call(this,require('_process'))
56344
- },{"../Decorators":241,"./ATN":274,"./ATNSimulator":279,"./AmbiguityInfo":284,"./ContextSensitivityInfo":291,"./DecisionInfo":293,"./ErrorInfo":296,"./LookaheadEventInfo":310,"./ParserATNSimulator":315,"./PredicateEvalInfo":319,"./SemanticContext":329,"./SimulatorState":331,"_process":443}],325:[function(require,module,exports){
56473
+ },{"../Decorators":243,"./ATN":276,"./ATNSimulator":281,"./AmbiguityInfo":286,"./ContextSensitivityInfo":293,"./DecisionInfo":295,"./ErrorInfo":298,"./LookaheadEventInfo":312,"./ParserATNSimulator":317,"./PredicateEvalInfo":321,"./SemanticContext":331,"./SimulatorState":333,"_process":445}],327:[function(require,module,exports){
56345
56474
  "use strict";
56346
56475
  /*!
56347
56476
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56399,7 +56528,7 @@ RangeTransition = __decorate([
56399
56528
  ], RangeTransition);
56400
56529
  exports.RangeTransition = RangeTransition;
56401
56530
 
56402
- },{"../Decorators":241,"../misc/IntervalSet":354,"./Transition":336}],326:[function(require,module,exports){
56531
+ },{"../Decorators":243,"../misc/IntervalSet":356,"./Transition":338}],328:[function(require,module,exports){
56403
56532
  "use strict";
56404
56533
  /*!
56405
56534
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56432,7 +56561,7 @@ __decorate([
56432
56561
  ], RuleStartState.prototype, "stateType", null);
56433
56562
  exports.RuleStartState = RuleStartState;
56434
56563
 
56435
- },{"../Decorators":241,"./ATNState":280,"./ATNStateType":281}],327:[function(require,module,exports){
56564
+ },{"../Decorators":243,"./ATNState":282,"./ATNStateType":283}],329:[function(require,module,exports){
56436
56565
  "use strict";
56437
56566
  /*!
56438
56567
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56471,7 +56600,7 @@ __decorate([
56471
56600
  ], RuleStopState.prototype, "stateType", null);
56472
56601
  exports.RuleStopState = RuleStopState;
56473
56602
 
56474
- },{"../Decorators":241,"./ATNState":280,"./ATNStateType":281}],328:[function(require,module,exports){
56603
+ },{"../Decorators":243,"./ATNState":282,"./ATNStateType":283}],330:[function(require,module,exports){
56475
56604
  "use strict";
56476
56605
  /*!
56477
56606
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56527,7 +56656,7 @@ RuleTransition = __decorate([
56527
56656
  ], RuleTransition);
56528
56657
  exports.RuleTransition = RuleTransition;
56529
56658
 
56530
- },{"../Decorators":241,"./Transition":336}],329:[function(require,module,exports){
56659
+ },{"../Decorators":243,"./Transition":338}],331:[function(require,module,exports){
56531
56660
  "use strict";
56532
56661
  /*!
56533
56662
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57007,7 +57136,7 @@ exports.SemanticContext = SemanticContext;
57007
57136
  SemanticContext.OR = OR;
57008
57137
  })(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
57009
57138
 
57010
- },{"../Decorators":241,"../misc/Array2DHashSet":345,"../misc/ArrayEqualityComparator":346,"../misc/MurmurHash":356,"../misc/ObjectEqualityComparator":357,"../misc/Utils":360}],330:[function(require,module,exports){
57139
+ },{"../Decorators":243,"../misc/Array2DHashSet":347,"../misc/ArrayEqualityComparator":348,"../misc/MurmurHash":358,"../misc/ObjectEqualityComparator":359,"../misc/Utils":362}],332:[function(require,module,exports){
57011
57140
  "use strict";
57012
57141
  /*!
57013
57142
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57073,7 +57202,7 @@ SetTransition = __decorate([
57073
57202
  ], SetTransition);
57074
57203
  exports.SetTransition = SetTransition;
57075
57204
 
57076
- },{"../Decorators":241,"../Token":266,"../misc/IntervalSet":354,"./Transition":336}],331:[function(require,module,exports){
57205
+ },{"../Decorators":243,"../Token":268,"../misc/IntervalSet":356,"./Transition":338}],333:[function(require,module,exports){
57077
57206
  "use strict";
57078
57207
  /*!
57079
57208
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57109,7 +57238,7 @@ SimulatorState = __decorate([
57109
57238
  ], SimulatorState);
57110
57239
  exports.SimulatorState = SimulatorState;
57111
57240
 
57112
- },{"../Decorators":241,"../ParserRuleContext":257}],332:[function(require,module,exports){
57241
+ },{"../Decorators":243,"../ParserRuleContext":259}],334:[function(require,module,exports){
57113
57242
  "use strict";
57114
57243
  /*!
57115
57244
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57137,7 +57266,7 @@ __decorate([
57137
57266
  ], StarBlockStartState.prototype, "stateType", null);
57138
57267
  exports.StarBlockStartState = StarBlockStartState;
57139
57268
 
57140
- },{"../Decorators":241,"./ATNStateType":281,"./BlockStartState":289}],333:[function(require,module,exports){
57269
+ },{"../Decorators":243,"./ATNStateType":283,"./BlockStartState":291}],335:[function(require,module,exports){
57141
57270
  "use strict";
57142
57271
  /*!
57143
57272
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57194,7 +57323,7 @@ __decorate([
57194
57323
  ], StarLoopEntryState.prototype, "stateType", null);
57195
57324
  exports.StarLoopEntryState = StarLoopEntryState;
57196
57325
 
57197
- },{"../Decorators":241,"../misc/BitSet":348,"./ATNStateType":281,"./DecisionState":294}],334:[function(require,module,exports){
57326
+ },{"../Decorators":243,"../misc/BitSet":350,"./ATNStateType":283,"./DecisionState":296}],336:[function(require,module,exports){
57198
57327
  "use strict";
57199
57328
  /*!
57200
57329
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57225,7 +57354,7 @@ __decorate([
57225
57354
  ], StarLoopbackState.prototype, "stateType", null);
57226
57355
  exports.StarLoopbackState = StarLoopbackState;
57227
57356
 
57228
- },{"../Decorators":241,"./ATNState":280,"./ATNStateType":281}],335:[function(require,module,exports){
57357
+ },{"../Decorators":243,"./ATNState":282,"./ATNStateType":283}],337:[function(require,module,exports){
57229
57358
  "use strict";
57230
57359
  /*!
57231
57360
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57254,7 +57383,7 @@ __decorate([
57254
57383
  ], TokensStartState.prototype, "stateType", null);
57255
57384
  exports.TokensStartState = TokensStartState;
57256
57385
 
57257
- },{"../Decorators":241,"./ATNStateType":281,"./DecisionState":294}],336:[function(require,module,exports){
57386
+ },{"../Decorators":243,"./ATNStateType":283,"./DecisionState":296}],338:[function(require,module,exports){
57258
57387
  "use strict";
57259
57388
  /*!
57260
57389
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57328,7 +57457,7 @@ Transition = __decorate([
57328
57457
  ], Transition);
57329
57458
  exports.Transition = Transition;
57330
57459
 
57331
- },{"../Decorators":241}],337:[function(require,module,exports){
57460
+ },{"../Decorators":243}],339:[function(require,module,exports){
57332
57461
  "use strict";
57333
57462
  /*!
57334
57463
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57376,7 +57505,7 @@ WildcardTransition = __decorate([
57376
57505
  ], WildcardTransition);
57377
57506
  exports.WildcardTransition = WildcardTransition;
57378
57507
 
57379
- },{"../Decorators":241,"./Transition":336}],338:[function(require,module,exports){
57508
+ },{"../Decorators":243,"./Transition":338}],340:[function(require,module,exports){
57380
57509
  "use strict";
57381
57510
  /*!
57382
57511
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57418,7 +57547,7 @@ class AcceptStateInfo {
57418
57547
  }
57419
57548
  exports.AcceptStateInfo = AcceptStateInfo;
57420
57549
 
57421
- },{}],339:[function(require,module,exports){
57550
+ },{}],341:[function(require,module,exports){
57422
57551
  "use strict";
57423
57552
  /*!
57424
57553
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57593,7 +57722,7 @@ DFA = __decorate([
57593
57722
  ], DFA);
57594
57723
  exports.DFA = DFA;
57595
57724
 
57596
- },{"../Decorators":241,"../VocabularyImpl":272,"../atn/ATNConfigSet":276,"../atn/StarLoopEntryState":333,"../misc/Array2DHashSet":345,"../misc/ObjectEqualityComparator":357,"./DFASerializer":340,"./DFAState":341,"./LexerDFASerializer":342}],340:[function(require,module,exports){
57725
+ },{"../Decorators":243,"../VocabularyImpl":274,"../atn/ATNConfigSet":278,"../atn/StarLoopEntryState":335,"../misc/Array2DHashSet":347,"../misc/ObjectEqualityComparator":359,"./DFASerializer":342,"./DFAState":343,"./LexerDFASerializer":344}],342:[function(require,module,exports){
57597
57726
  "use strict";
57598
57727
  /*!
57599
57728
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57735,7 +57864,7 @@ __decorate([
57735
57864
  ], DFASerializer.prototype, "toString", null);
57736
57865
  exports.DFASerializer = DFASerializer;
57737
57866
 
57738
- },{"../Decorators":241,"../Recognizer":261,"../VocabularyImpl":272,"../atn/ATNSimulator":279,"../atn/PredictionContext":321}],341:[function(require,module,exports){
57867
+ },{"../Decorators":243,"../Recognizer":263,"../VocabularyImpl":274,"../atn/ATNSimulator":281,"../atn/PredictionContext":323}],343:[function(require,module,exports){
57739
57868
  "use strict";
57740
57869
  /*!
57741
57870
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57966,7 +58095,7 @@ exports.DFAState = DFAState;
57966
58095
  DFAState.PredPrediction = PredPrediction;
57967
58096
  })(DFAState = exports.DFAState || (exports.DFAState = {}));
57968
58097
 
57969
- },{"../Decorators":241,"../atn/ATN":274,"../atn/PredictionContext":321,"../misc/BitSet":348,"../misc/MurmurHash":356,"assert":384}],342:[function(require,module,exports){
58098
+ },{"../Decorators":243,"../atn/ATN":276,"../atn/PredictionContext":323,"../misc/BitSet":350,"../misc/MurmurHash":358,"assert":386}],344:[function(require,module,exports){
57970
58099
  "use strict";
57971
58100
  /*!
57972
58101
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58003,7 +58132,7 @@ LexerDFASerializer = __decorate([
58003
58132
  ], LexerDFASerializer);
58004
58133
  exports.LexerDFASerializer = LexerDFASerializer;
58005
58134
 
58006
- },{"../Decorators":241,"../VocabularyImpl":272,"./DFASerializer":340}],343:[function(require,module,exports){
58135
+ },{"../Decorators":243,"../VocabularyImpl":274,"./DFASerializer":342}],345:[function(require,module,exports){
58007
58136
  "use strict";
58008
58137
  /*!
58009
58138
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58069,7 +58198,7 @@ __exportStar(require("./Vocabulary"), exports);
58069
58198
  __exportStar(require("./VocabularyImpl"), exports);
58070
58199
  __exportStar(require("./WritableToken"), exports);
58071
58200
 
58072
- },{"./ANTLRErrorListener":228,"./ANTLRErrorStrategy":229,"./ANTLRInputStream":230,"./BailErrorStrategy":231,"./BufferedTokenStream":232,"./CharStream":233,"./CharStreams":234,"./CodePointBuffer":235,"./CodePointCharStream":236,"./CommonToken":237,"./CommonTokenFactory":238,"./CommonTokenStream":239,"./ConsoleErrorListener":240,"./DefaultErrorStrategy":242,"./Dependents":243,"./DiagnosticErrorListener":244,"./FailedPredicateException":245,"./InputMismatchException":246,"./IntStream":247,"./InterpreterRuleContext":248,"./Lexer":249,"./LexerInterpreter":250,"./LexerNoViableAltException":251,"./ListTokenSource":252,"./NoViableAltException":253,"./Parser":254,"./ParserErrorListener":255,"./ParserInterpreter":256,"./ParserRuleContext":257,"./ProxyErrorListener":258,"./ProxyParserErrorListener":259,"./RecognitionException":260,"./Recognizer":261,"./RuleContext":262,"./RuleContextWithAltNum":263,"./RuleDependency":264,"./RuleVersion":265,"./Token":266,"./TokenFactory":267,"./TokenSource":268,"./TokenStream":269,"./TokenStreamRewriter":270,"./Vocabulary":271,"./VocabularyImpl":272,"./WritableToken":273}],344:[function(require,module,exports){
58201
+ },{"./ANTLRErrorListener":230,"./ANTLRErrorStrategy":231,"./ANTLRInputStream":232,"./BailErrorStrategy":233,"./BufferedTokenStream":234,"./CharStream":235,"./CharStreams":236,"./CodePointBuffer":237,"./CodePointCharStream":238,"./CommonToken":239,"./CommonTokenFactory":240,"./CommonTokenStream":241,"./ConsoleErrorListener":242,"./DefaultErrorStrategy":244,"./Dependents":245,"./DiagnosticErrorListener":246,"./FailedPredicateException":247,"./InputMismatchException":248,"./IntStream":249,"./InterpreterRuleContext":250,"./Lexer":251,"./LexerInterpreter":252,"./LexerNoViableAltException":253,"./ListTokenSource":254,"./NoViableAltException":255,"./Parser":256,"./ParserErrorListener":257,"./ParserInterpreter":258,"./ParserRuleContext":259,"./ProxyErrorListener":260,"./ProxyParserErrorListener":261,"./RecognitionException":262,"./Recognizer":263,"./RuleContext":264,"./RuleContextWithAltNum":265,"./RuleDependency":266,"./RuleVersion":267,"./Token":268,"./TokenFactory":269,"./TokenSource":270,"./TokenStream":271,"./TokenStreamRewriter":272,"./Vocabulary":273,"./VocabularyImpl":274,"./WritableToken":275}],346:[function(require,module,exports){
58073
58202
  "use strict";
58074
58203
  /*!
58075
58204
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58152,7 +58281,7 @@ class Array2DHashMap {
58152
58281
  }
58153
58282
  exports.Array2DHashMap = Array2DHashMap;
58154
58283
 
58155
- },{"./Array2DHashSet":345}],345:[function(require,module,exports){
58284
+ },{"./Array2DHashSet":347}],347:[function(require,module,exports){
58156
58285
  "use strict";
58157
58286
  /*!
58158
58287
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58519,7 +58648,7 @@ __decorate([
58519
58648
  ], Array2DHashSet.prototype, "createBuckets", null);
58520
58649
  exports.Array2DHashSet = Array2DHashSet;
58521
58650
 
58522
- },{"../Decorators":241,"./DefaultEqualityComparator":350,"./MurmurHash":356,"assert":384}],346:[function(require,module,exports){
58651
+ },{"../Decorators":243,"./DefaultEqualityComparator":352,"./MurmurHash":358,"assert":386}],348:[function(require,module,exports){
58523
58652
  "use strict";
58524
58653
  /*!
58525
58654
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58591,7 +58720,7 @@ __decorate([
58591
58720
  ], ArrayEqualityComparator.prototype, "equals", null);
58592
58721
  exports.ArrayEqualityComparator = ArrayEqualityComparator;
58593
58722
 
58594
- },{"../Decorators":241,"./MurmurHash":356,"./ObjectEqualityComparator":357}],347:[function(require,module,exports){
58723
+ },{"../Decorators":243,"./MurmurHash":358,"./ObjectEqualityComparator":359}],349:[function(require,module,exports){
58595
58724
  "use strict";
58596
58725
  /*!
58597
58726
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58661,7 +58790,7 @@ var Arrays;
58661
58790
  Arrays.toString = toString;
58662
58791
  })(Arrays = exports.Arrays || (exports.Arrays = {}));
58663
58792
 
58664
- },{}],348:[function(require,module,exports){
58793
+ },{}],350:[function(require,module,exports){
58665
58794
  "use strict";
58666
58795
  /*!
58667
58796
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59333,7 +59462,7 @@ class BitSetIterator {
59333
59462
  [Symbol.iterator]() { return this; }
59334
59463
  }
59335
59464
 
59336
- },{"./MurmurHash":356,"util":448}],349:[function(require,module,exports){
59465
+ },{"./MurmurHash":358,"util":450}],351:[function(require,module,exports){
59337
59466
  "use strict";
59338
59467
  /*!
59339
59468
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59354,7 +59483,7 @@ function isSupplementaryCodePoint(ch) {
59354
59483
  }
59355
59484
  exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
59356
59485
 
59357
- },{}],350:[function(require,module,exports){
59486
+ },{}],352:[function(require,module,exports){
59358
59487
  "use strict";
59359
59488
  /*!
59360
59489
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59425,7 +59554,7 @@ __decorate([
59425
59554
  ], DefaultEqualityComparator.prototype, "equals", null);
59426
59555
  exports.DefaultEqualityComparator = DefaultEqualityComparator;
59427
59556
 
59428
- },{"../Decorators":241,"./MurmurHash":356,"./ObjectEqualityComparator":357}],351:[function(require,module,exports){
59557
+ },{"../Decorators":243,"./MurmurHash":358,"./ObjectEqualityComparator":359}],353:[function(require,module,exports){
59429
59558
  "use strict";
59430
59559
  /*!
59431
59560
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59719,7 +59848,7 @@ __decorate([
59719
59848
  ], IntegerList.prototype, "toString", null);
59720
59849
  exports.IntegerList = IntegerList;
59721
59850
 
59722
- },{"../Decorators":241,"./Arrays":347}],352:[function(require,module,exports){
59851
+ },{"../Decorators":243,"./Arrays":349}],354:[function(require,module,exports){
59723
59852
  "use strict";
59724
59853
  /*!
59725
59854
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59749,7 +59878,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
59749
59878
  }
59750
59879
  exports.IntegerStack = IntegerStack;
59751
59880
 
59752
- },{"./IntegerList":351}],353:[function(require,module,exports){
59881
+ },{"./IntegerList":353}],355:[function(require,module,exports){
59753
59882
  "use strict";
59754
59883
  /*!
59755
59884
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59892,7 +60021,7 @@ __decorate([
59892
60021
  ], Interval.prototype, "toString", null);
59893
60022
  exports.Interval = Interval;
59894
60023
 
59895
- },{"../Decorators":241}],354:[function(require,module,exports){
60024
+ },{"../Decorators":243}],356:[function(require,module,exports){
59896
60025
  "use strict";
59897
60026
  /*!
59898
60027
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60538,7 +60667,7 @@ __decorate([
60538
60667
  ], IntervalSet, "subtract", null);
60539
60668
  exports.IntervalSet = IntervalSet;
60540
60669
 
60541
- },{"../Decorators":241,"../Lexer":249,"../Token":266,"./ArrayEqualityComparator":346,"./IntegerList":351,"./Interval":353,"./MurmurHash":356}],355:[function(require,module,exports){
60670
+ },{"../Decorators":243,"../Lexer":251,"../Token":268,"./ArrayEqualityComparator":348,"./IntegerList":353,"./Interval":355,"./MurmurHash":358}],357:[function(require,module,exports){
60542
60671
  "use strict";
60543
60672
  /*!
60544
60673
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60571,7 +60700,7 @@ class MultiMap extends Map {
60571
60700
  }
60572
60701
  exports.MultiMap = MultiMap;
60573
60702
 
60574
- },{}],356:[function(require,module,exports){
60703
+ },{}],358:[function(require,module,exports){
60575
60704
  "use strict";
60576
60705
  /*!
60577
60706
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60686,7 +60815,7 @@ var MurmurHash;
60686
60815
  }
60687
60816
  })(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
60688
60817
 
60689
- },{}],357:[function(require,module,exports){
60818
+ },{}],359:[function(require,module,exports){
60690
60819
  "use strict";
60691
60820
  /*!
60692
60821
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60745,7 +60874,7 @@ __decorate([
60745
60874
  ], ObjectEqualityComparator.prototype, "equals", null);
60746
60875
  exports.ObjectEqualityComparator = ObjectEqualityComparator;
60747
60876
 
60748
- },{"../Decorators":241}],358:[function(require,module,exports){
60877
+ },{"../Decorators":243}],360:[function(require,module,exports){
60749
60878
  "use strict";
60750
60879
  /*!
60751
60880
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60774,7 +60903,7 @@ class ParseCancellationException extends Error {
60774
60903
  }
60775
60904
  exports.ParseCancellationException = ParseCancellationException;
60776
60905
 
60777
- },{}],359:[function(require,module,exports){
60906
+ },{}],361:[function(require,module,exports){
60778
60907
  "use strict";
60779
60908
  /*!
60780
60909
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60828,7 +60957,7 @@ class UUID {
60828
60957
  }
60829
60958
  exports.UUID = UUID;
60830
60959
 
60831
- },{"./MurmurHash":356}],360:[function(require,module,exports){
60960
+ },{"./MurmurHash":358}],362:[function(require,module,exports){
60832
60961
  "use strict";
60833
60962
  /*!
60834
60963
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61003,7 +61132,7 @@ exports.toCharArray = toCharArray;
61003
61132
  // return s;
61004
61133
  // }
61005
61134
 
61006
- },{}],361:[function(require,module,exports){
61135
+ },{}],363:[function(require,module,exports){
61007
61136
  "use strict";
61008
61137
  /*!
61009
61138
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61039,7 +61168,7 @@ __decorate([
61039
61168
  ], ErrorNode.prototype, "accept", null);
61040
61169
  exports.ErrorNode = ErrorNode;
61041
61170
 
61042
- },{"../Decorators":241,"./TerminalNode":364}],362:[function(require,module,exports){
61171
+ },{"../Decorators":243,"./TerminalNode":366}],364:[function(require,module,exports){
61043
61172
  "use strict";
61044
61173
  /*!
61045
61174
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61144,7 +61273,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
61144
61273
  ParseTreeWalker.DEFAULT = new ParseTreeWalker();
61145
61274
  })(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
61146
61275
 
61147
- },{"./ErrorNode":361,"./RuleNode":363,"./TerminalNode":364}],363:[function(require,module,exports){
61276
+ },{"./ErrorNode":363,"./RuleNode":365,"./TerminalNode":366}],365:[function(require,module,exports){
61148
61277
  "use strict";
61149
61278
  /*!
61150
61279
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61156,7 +61285,7 @@ class RuleNode {
61156
61285
  }
61157
61286
  exports.RuleNode = RuleNode;
61158
61287
 
61159
- },{}],364:[function(require,module,exports){
61288
+ },{}],366:[function(require,module,exports){
61160
61289
  "use strict";
61161
61290
  /*!
61162
61291
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61248,7 +61377,7 @@ __decorate([
61248
61377
  ], TerminalNode.prototype, "toString", null);
61249
61378
  exports.TerminalNode = TerminalNode;
61250
61379
 
61251
- },{"../Decorators":241,"../Token":266,"../misc/Interval":353}],365:[function(require,module,exports){
61380
+ },{"../Decorators":243,"../Token":268,"../misc/Interval":355}],367:[function(require,module,exports){
61252
61381
  "use strict";
61253
61382
  /*!
61254
61383
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61492,7 +61621,7 @@ __decorate([
61492
61621
  ], Trees, "getRootOfSubtreeEnclosingRegion", null);
61493
61622
  exports.Trees = Trees;
61494
61623
 
61495
- },{"../CommonToken":237,"../Decorators":241,"../Parser":254,"../ParserRuleContext":257,"../Token":266,"../atn/ATN":274,"../misc/Utils":360,"./ErrorNode":361,"./RuleNode":363,"./TerminalNode":364}],366:[function(require,module,exports){
61624
+ },{"../CommonToken":239,"../Decorators":243,"../Parser":256,"../ParserRuleContext":259,"../Token":268,"../atn/ATN":276,"../misc/Utils":362,"./ErrorNode":363,"./RuleNode":365,"./TerminalNode":366}],368:[function(require,module,exports){
61496
61625
  "use strict";
61497
61626
  /*!
61498
61627
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61516,7 +61645,7 @@ class Chunk {
61516
61645
  }
61517
61646
  exports.Chunk = Chunk;
61518
61647
 
61519
- },{}],367:[function(require,module,exports){
61648
+ },{}],369:[function(require,module,exports){
61520
61649
  "use strict";
61521
61650
  /*!
61522
61651
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61696,7 +61825,7 @@ ParseTreeMatch = __decorate([
61696
61825
  ], ParseTreeMatch);
61697
61826
  exports.ParseTreeMatch = ParseTreeMatch;
61698
61827
 
61699
- },{"../../Decorators":241}],368:[function(require,module,exports){
61828
+ },{"../../Decorators":243}],370:[function(require,module,exports){
61700
61829
  "use strict";
61701
61830
  /*!
61702
61831
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61854,7 +61983,7 @@ ParseTreePattern = __decorate([
61854
61983
  ], ParseTreePattern);
61855
61984
  exports.ParseTreePattern = ParseTreePattern;
61856
61985
 
61857
- },{"../../Decorators":241,"../xpath/XPath":374}],369:[function(require,module,exports){
61986
+ },{"../../Decorators":243,"../xpath/XPath":376}],371:[function(require,module,exports){
61858
61987
  "use strict";
61859
61988
  /*!
61860
61989
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62332,7 +62461,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
62332
62461
  ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
62333
62462
  })(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
62334
62463
 
62335
- },{"../../BailErrorStrategy":231,"../../CharStreams":234,"../../CommonTokenStream":239,"../../Decorators":241,"../../ListTokenSource":252,"../../ParserInterpreter":256,"../../ParserRuleContext":257,"../../RecognitionException":260,"../../Token":266,"../../misc/MultiMap":355,"../../misc/ParseCancellationException":358,"../RuleNode":363,"../TerminalNode":364,"./ParseTreeMatch":367,"./ParseTreePattern":368,"./RuleTagToken":370,"./TagChunk":371,"./TextChunk":372,"./TokenTagToken":373}],370:[function(require,module,exports){
62464
+ },{"../../BailErrorStrategy":233,"../../CharStreams":236,"../../CommonTokenStream":241,"../../Decorators":243,"../../ListTokenSource":254,"../../ParserInterpreter":258,"../../ParserRuleContext":259,"../../RecognitionException":262,"../../Token":268,"../../misc/MultiMap":357,"../../misc/ParseCancellationException":360,"../RuleNode":365,"../TerminalNode":366,"./ParseTreeMatch":369,"./ParseTreePattern":370,"./RuleTagToken":372,"./TagChunk":373,"./TextChunk":374,"./TokenTagToken":375}],372:[function(require,module,exports){
62336
62465
  "use strict";
62337
62466
  /*!
62338
62467
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62530,7 +62659,7 @@ RuleTagToken = __decorate([
62530
62659
  ], RuleTagToken);
62531
62660
  exports.RuleTagToken = RuleTagToken;
62532
62661
 
62533
- },{"../../Decorators":241,"../../Token":266}],371:[function(require,module,exports){
62662
+ },{"../../Decorators":243,"../../Token":268}],373:[function(require,module,exports){
62534
62663
  "use strict";
62535
62664
  /*!
62536
62665
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62617,7 +62746,7 @@ __decorate([
62617
62746
  ], TagChunk.prototype, "toString", null);
62618
62747
  exports.TagChunk = TagChunk;
62619
62748
 
62620
- },{"../../Decorators":241,"./Chunk":366}],372:[function(require,module,exports){
62749
+ },{"../../Decorators":243,"./Chunk":368}],374:[function(require,module,exports){
62621
62750
  "use strict";
62622
62751
  /*!
62623
62752
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62687,7 +62816,7 @@ TextChunk = __decorate([
62687
62816
  ], TextChunk);
62688
62817
  exports.TextChunk = TextChunk;
62689
62818
 
62690
- },{"../../Decorators":241,"./Chunk":366}],373:[function(require,module,exports){
62819
+ },{"../../Decorators":243,"./Chunk":368}],375:[function(require,module,exports){
62691
62820
  "use strict";
62692
62821
  /*!
62693
62822
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62782,7 +62911,7 @@ TokenTagToken = __decorate([
62782
62911
  ], TokenTagToken);
62783
62912
  exports.TokenTagToken = TokenTagToken;
62784
62913
 
62785
- },{"../../CommonToken":237,"../../Decorators":241}],374:[function(require,module,exports){
62914
+ },{"../../CommonToken":239,"../../Decorators":243}],376:[function(require,module,exports){
62786
62915
  "use strict";
62787
62916
  /*!
62788
62917
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62979,7 +63108,7 @@ exports.XPath = XPath;
62979
63108
  XPath.WILDCARD = "*"; // word not operator/separator
62980
63109
  XPath.NOT = "!"; // word for invert operator
62981
63110
 
62982
- },{"../../CharStreams":234,"../../CommonTokenStream":239,"../../LexerNoViableAltException":251,"../../ParserRuleContext":257,"../../Token":266,"./XPathLexer":376,"./XPathLexerErrorListener":377,"./XPathRuleAnywhereElement":378,"./XPathRuleElement":379,"./XPathTokenAnywhereElement":380,"./XPathTokenElement":381,"./XPathWildcardAnywhereElement":382,"./XPathWildcardElement":383}],375:[function(require,module,exports){
63111
+ },{"../../CharStreams":236,"../../CommonTokenStream":241,"../../LexerNoViableAltException":253,"../../ParserRuleContext":259,"../../Token":268,"./XPathLexer":378,"./XPathLexerErrorListener":379,"./XPathRuleAnywhereElement":380,"./XPathRuleElement":381,"./XPathTokenAnywhereElement":382,"./XPathTokenElement":383,"./XPathWildcardAnywhereElement":384,"./XPathWildcardElement":385}],377:[function(require,module,exports){
62983
63112
  "use strict";
62984
63113
  /*!
62985
63114
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63014,7 +63143,7 @@ __decorate([
63014
63143
  ], XPathElement.prototype, "toString", null);
63015
63144
  exports.XPathElement = XPathElement;
63016
63145
 
63017
- },{"../../Decorators":241}],376:[function(require,module,exports){
63146
+ },{"../../Decorators":243}],378:[function(require,module,exports){
63018
63147
  "use strict";
63019
63148
  // Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
63020
63149
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -63489,7 +63618,7 @@ XPathLexer._serializedATN = Utils.join([
63489
63618
  XPathLexer._serializedATNSegment1,
63490
63619
  ], "");
63491
63620
 
63492
- },{"../../Lexer":249,"../../VocabularyImpl":272,"../../atn/ATNDeserializer":278,"../../atn/LexerATNSimulator":299,"../../misc/Utils":360}],377:[function(require,module,exports){
63621
+ },{"../../Lexer":251,"../../VocabularyImpl":274,"../../atn/ATNDeserializer":280,"../../atn/LexerATNSimulator":301,"../../misc/Utils":362}],379:[function(require,module,exports){
63493
63622
  "use strict";
63494
63623
  /*!
63495
63624
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63514,7 +63643,7 @@ __decorate([
63514
63643
  ], XPathLexerErrorListener.prototype, "syntaxError", null);
63515
63644
  exports.XPathLexerErrorListener = XPathLexerErrorListener;
63516
63645
 
63517
- },{"../../Decorators":241}],378:[function(require,module,exports){
63646
+ },{"../../Decorators":243}],380:[function(require,module,exports){
63518
63647
  "use strict";
63519
63648
  /*!
63520
63649
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63548,7 +63677,7 @@ __decorate([
63548
63677
  ], XPathRuleAnywhereElement.prototype, "evaluate", null);
63549
63678
  exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
63550
63679
 
63551
- },{"../../Decorators":241,"../Trees":365,"./XPathElement":375}],379:[function(require,module,exports){
63680
+ },{"../../Decorators":243,"../Trees":367,"./XPathElement":377}],381:[function(require,module,exports){
63552
63681
  "use strict";
63553
63682
  /*!
63554
63683
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63591,7 +63720,7 @@ __decorate([
63591
63720
  ], XPathRuleElement.prototype, "evaluate", null);
63592
63721
  exports.XPathRuleElement = XPathRuleElement;
63593
63722
 
63594
- },{"../../Decorators":241,"../../ParserRuleContext":257,"../Trees":365,"./XPathElement":375}],380:[function(require,module,exports){
63723
+ },{"../../Decorators":243,"../../ParserRuleContext":259,"../Trees":367,"./XPathElement":377}],382:[function(require,module,exports){
63595
63724
  "use strict";
63596
63725
  /*!
63597
63726
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63623,7 +63752,7 @@ __decorate([
63623
63752
  ], XPathTokenAnywhereElement.prototype, "evaluate", null);
63624
63753
  exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
63625
63754
 
63626
- },{"../../Decorators":241,"../Trees":365,"./XPathElement":375}],381:[function(require,module,exports){
63755
+ },{"../../Decorators":243,"../Trees":367,"./XPathElement":377}],383:[function(require,module,exports){
63627
63756
  "use strict";
63628
63757
  /*!
63629
63758
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63666,7 +63795,7 @@ __decorate([
63666
63795
  ], XPathTokenElement.prototype, "evaluate", null);
63667
63796
  exports.XPathTokenElement = XPathTokenElement;
63668
63797
 
63669
- },{"../../Decorators":241,"../TerminalNode":364,"../Trees":365,"./XPathElement":375}],382:[function(require,module,exports){
63798
+ },{"../../Decorators":243,"../TerminalNode":366,"../Trees":367,"./XPathElement":377}],384:[function(require,module,exports){
63670
63799
  "use strict";
63671
63800
  /*!
63672
63801
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63702,7 +63831,7 @@ __decorate([
63702
63831
  ], XPathWildcardAnywhereElement.prototype, "evaluate", null);
63703
63832
  exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
63704
63833
 
63705
- },{"../../Decorators":241,"../Trees":365,"./XPath":374,"./XPathElement":375}],383:[function(require,module,exports){
63834
+ },{"../../Decorators":243,"../Trees":367,"./XPath":376,"./XPathElement":377}],385:[function(require,module,exports){
63706
63835
  "use strict";
63707
63836
  /*!
63708
63837
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63742,7 +63871,7 @@ __decorate([
63742
63871
  ], XPathWildcardElement.prototype, "evaluate", null);
63743
63872
  exports.XPathWildcardElement = XPathWildcardElement;
63744
63873
 
63745
- },{"../../Decorators":241,"../Trees":365,"./XPath":374,"./XPathElement":375}],384:[function(require,module,exports){
63874
+ },{"../../Decorators":243,"../Trees":367,"./XPath":376,"./XPathElement":377}],386:[function(require,module,exports){
63746
63875
  (function (global){(function (){
63747
63876
  'use strict';
63748
63877
 
@@ -64252,7 +64381,7 @@ var objectKeys = Object.keys || function (obj) {
64252
64381
  };
64253
64382
 
64254
64383
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
64255
- },{"object.assign/polyfill":441,"util/":387}],385:[function(require,module,exports){
64384
+ },{"object.assign/polyfill":443,"util/":389}],387:[function(require,module,exports){
64256
64385
  if (typeof Object.create === 'function') {
64257
64386
  // implementation from standard node.js 'util' module
64258
64387
  module.exports = function inherits(ctor, superCtor) {
@@ -64277,14 +64406,14 @@ if (typeof Object.create === 'function') {
64277
64406
  }
64278
64407
  }
64279
64408
 
64280
- },{}],386:[function(require,module,exports){
64409
+ },{}],388:[function(require,module,exports){
64281
64410
  module.exports = function isBuffer(arg) {
64282
64411
  return arg && typeof arg === 'object'
64283
64412
  && typeof arg.copy === 'function'
64284
64413
  && typeof arg.fill === 'function'
64285
64414
  && typeof arg.readUInt8 === 'function';
64286
64415
  }
64287
- },{}],387:[function(require,module,exports){
64416
+ },{}],389:[function(require,module,exports){
64288
64417
  (function (process,global){(function (){
64289
64418
  // Copyright Joyent, Inc. and other Node contributors.
64290
64419
  //
@@ -64874,7 +65003,7 @@ function hasOwnProperty(obj, prop) {
64874
65003
  }
64875
65004
 
64876
65005
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
64877
- },{"./support/isBuffer":386,"_process":443,"inherits":385}],388:[function(require,module,exports){
65006
+ },{"./support/isBuffer":388,"_process":445,"inherits":387}],390:[function(require,module,exports){
64878
65007
  (function (global){(function (){
64879
65008
  'use strict';
64880
65009
 
@@ -64895,7 +65024,7 @@ module.exports = function availableTypedArrays() {
64895
65024
  };
64896
65025
 
64897
65026
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
64898
- },{"possible-typed-array-names":442}],389:[function(require,module,exports){
65027
+ },{"possible-typed-array-names":444}],391:[function(require,module,exports){
64899
65028
  (function (process,global){(function (){
64900
65029
  module.exports = process.hrtime || hrtime
64901
65030
 
@@ -64926,7 +65055,7 @@ function hrtime(previousTimestamp){
64926
65055
  return [seconds,nanoseconds]
64927
65056
  }
64928
65057
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
64929
- },{"_process":443}],390:[function(require,module,exports){
65058
+ },{"_process":445}],392:[function(require,module,exports){
64930
65059
  'use strict';
64931
65060
 
64932
65061
  var bind = require('function-bind');
@@ -64938,7 +65067,7 @@ var $reflectApply = require('./reflectApply');
64938
65067
  /** @type {import('./actualApply')} */
64939
65068
  module.exports = $reflectApply || bind.call($call, $apply);
64940
65069
 
64941
- },{"./functionApply":392,"./functionCall":393,"./reflectApply":395,"function-bind":411}],391:[function(require,module,exports){
65070
+ },{"./functionApply":394,"./functionCall":395,"./reflectApply":397,"function-bind":413}],393:[function(require,module,exports){
64942
65071
  'use strict';
64943
65072
 
64944
65073
  var bind = require('function-bind');
@@ -64950,19 +65079,19 @@ module.exports = function applyBind() {
64950
65079
  return actualApply(bind, $apply, arguments);
64951
65080
  };
64952
65081
 
64953
- },{"./actualApply":390,"./functionApply":392,"function-bind":411}],392:[function(require,module,exports){
65082
+ },{"./actualApply":392,"./functionApply":394,"function-bind":413}],394:[function(require,module,exports){
64954
65083
  'use strict';
64955
65084
 
64956
65085
  /** @type {import('./functionApply')} */
64957
65086
  module.exports = Function.prototype.apply;
64958
65087
 
64959
- },{}],393:[function(require,module,exports){
65088
+ },{}],395:[function(require,module,exports){
64960
65089
  'use strict';
64961
65090
 
64962
65091
  /** @type {import('./functionCall')} */
64963
65092
  module.exports = Function.prototype.call;
64964
65093
 
64965
- },{}],394:[function(require,module,exports){
65094
+ },{}],396:[function(require,module,exports){
64966
65095
  'use strict';
64967
65096
 
64968
65097
  var bind = require('function-bind');
@@ -64979,13 +65108,13 @@ module.exports = function callBindBasic(args) {
64979
65108
  return $actualApply(bind, $call, args);
64980
65109
  };
64981
65110
 
64982
- },{"./actualApply":390,"./functionCall":393,"es-errors/type":406,"function-bind":411}],395:[function(require,module,exports){
65111
+ },{"./actualApply":392,"./functionCall":395,"es-errors/type":408,"function-bind":413}],397:[function(require,module,exports){
64983
65112
  'use strict';
64984
65113
 
64985
65114
  /** @type {import('./reflectApply')} */
64986
65115
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
64987
65116
 
64988
- },{}],396:[function(require,module,exports){
65117
+ },{}],398:[function(require,module,exports){
64989
65118
  'use strict';
64990
65119
 
64991
65120
  var setFunctionLength = require('set-function-length');
@@ -65011,7 +65140,7 @@ if ($defineProperty) {
65011
65140
  module.exports.apply = applyBind;
65012
65141
  }
65013
65142
 
65014
- },{"call-bind-apply-helpers":394,"call-bind-apply-helpers/applyBind":391,"es-define-property":400,"set-function-length":445}],397:[function(require,module,exports){
65143
+ },{"call-bind-apply-helpers":396,"call-bind-apply-helpers/applyBind":393,"es-define-property":402,"set-function-length":447}],399:[function(require,module,exports){
65015
65144
  'use strict';
65016
65145
 
65017
65146
  var GetIntrinsic = require('get-intrinsic');
@@ -65032,7 +65161,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
65032
65161
  return intrinsic;
65033
65162
  };
65034
65163
 
65035
- },{"call-bind-apply-helpers":394,"get-intrinsic":412}],398:[function(require,module,exports){
65164
+ },{"call-bind-apply-helpers":396,"get-intrinsic":414}],400:[function(require,module,exports){
65036
65165
  'use strict';
65037
65166
 
65038
65167
  var $defineProperty = require('es-define-property');
@@ -65090,7 +65219,7 @@ module.exports = function defineDataProperty(
65090
65219
  }
65091
65220
  };
65092
65221
 
65093
- },{"es-define-property":400,"es-errors/syntax":405,"es-errors/type":406,"gopd":417}],399:[function(require,module,exports){
65222
+ },{"es-define-property":402,"es-errors/syntax":407,"es-errors/type":408,"gopd":419}],401:[function(require,module,exports){
65094
65223
  'use strict';
65095
65224
 
65096
65225
  var callBind = require('call-bind-apply-helpers');
@@ -65122,7 +65251,7 @@ module.exports = desc && typeof desc.get === 'function'
65122
65251
  }
65123
65252
  : false;
65124
65253
 
65125
- },{"call-bind-apply-helpers":394,"gopd":417}],400:[function(require,module,exports){
65254
+ },{"call-bind-apply-helpers":396,"gopd":419}],402:[function(require,module,exports){
65126
65255
  'use strict';
65127
65256
 
65128
65257
  /** @type {import('.')} */
@@ -65138,55 +65267,55 @@ if ($defineProperty) {
65138
65267
 
65139
65268
  module.exports = $defineProperty;
65140
65269
 
65141
- },{}],401:[function(require,module,exports){
65270
+ },{}],403:[function(require,module,exports){
65142
65271
  'use strict';
65143
65272
 
65144
65273
  /** @type {import('./eval')} */
65145
65274
  module.exports = EvalError;
65146
65275
 
65147
- },{}],402:[function(require,module,exports){
65276
+ },{}],404:[function(require,module,exports){
65148
65277
  'use strict';
65149
65278
 
65150
65279
  /** @type {import('.')} */
65151
65280
  module.exports = Error;
65152
65281
 
65153
- },{}],403:[function(require,module,exports){
65282
+ },{}],405:[function(require,module,exports){
65154
65283
  'use strict';
65155
65284
 
65156
65285
  /** @type {import('./range')} */
65157
65286
  module.exports = RangeError;
65158
65287
 
65159
- },{}],404:[function(require,module,exports){
65288
+ },{}],406:[function(require,module,exports){
65160
65289
  'use strict';
65161
65290
 
65162
65291
  /** @type {import('./ref')} */
65163
65292
  module.exports = ReferenceError;
65164
65293
 
65165
- },{}],405:[function(require,module,exports){
65294
+ },{}],407:[function(require,module,exports){
65166
65295
  'use strict';
65167
65296
 
65168
65297
  /** @type {import('./syntax')} */
65169
65298
  module.exports = SyntaxError;
65170
65299
 
65171
- },{}],406:[function(require,module,exports){
65300
+ },{}],408:[function(require,module,exports){
65172
65301
  'use strict';
65173
65302
 
65174
65303
  /** @type {import('./type')} */
65175
65304
  module.exports = TypeError;
65176
65305
 
65177
- },{}],407:[function(require,module,exports){
65306
+ },{}],409:[function(require,module,exports){
65178
65307
  'use strict';
65179
65308
 
65180
65309
  /** @type {import('./uri')} */
65181
65310
  module.exports = URIError;
65182
65311
 
65183
- },{}],408:[function(require,module,exports){
65312
+ },{}],410:[function(require,module,exports){
65184
65313
  'use strict';
65185
65314
 
65186
65315
  /** @type {import('.')} */
65187
65316
  module.exports = Object;
65188
65317
 
65189
- },{}],409:[function(require,module,exports){
65318
+ },{}],411:[function(require,module,exports){
65190
65319
  'use strict';
65191
65320
 
65192
65321
  var isCallable = require('is-callable');
@@ -65257,7 +65386,7 @@ module.exports = function forEach(list, iterator, thisArg) {
65257
65386
  }
65258
65387
  };
65259
65388
 
65260
- },{"is-callable":425}],410:[function(require,module,exports){
65389
+ },{"is-callable":427}],412:[function(require,module,exports){
65261
65390
  'use strict';
65262
65391
 
65263
65392
  /* eslint no-invalid-this: 1 */
@@ -65343,14 +65472,14 @@ module.exports = function bind(that) {
65343
65472
  return bound;
65344
65473
  };
65345
65474
 
65346
- },{}],411:[function(require,module,exports){
65475
+ },{}],413:[function(require,module,exports){
65347
65476
  'use strict';
65348
65477
 
65349
65478
  var implementation = require('./implementation');
65350
65479
 
65351
65480
  module.exports = Function.prototype.bind || implementation;
65352
65481
 
65353
- },{"./implementation":410}],412:[function(require,module,exports){
65482
+ },{"./implementation":412}],414:[function(require,module,exports){
65354
65483
  'use strict';
65355
65484
 
65356
65485
  var undefined;
@@ -65730,7 +65859,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
65730
65859
  return value;
65731
65860
  };
65732
65861
 
65733
- },{"call-bind-apply-helpers/functionApply":392,"call-bind-apply-helpers/functionCall":393,"es-define-property":400,"es-errors":402,"es-errors/eval":401,"es-errors/range":403,"es-errors/ref":404,"es-errors/syntax":405,"es-errors/type":406,"es-errors/uri":407,"es-object-atoms":408,"function-bind":411,"get-proto":415,"get-proto/Object.getPrototypeOf":413,"get-proto/Reflect.getPrototypeOf":414,"gopd":417,"has-symbols":419,"hasown":422,"math-intrinsics/abs":429,"math-intrinsics/floor":430,"math-intrinsics/max":432,"math-intrinsics/min":433,"math-intrinsics/pow":434,"math-intrinsics/round":435,"math-intrinsics/sign":436}],413:[function(require,module,exports){
65862
+ },{"call-bind-apply-helpers/functionApply":394,"call-bind-apply-helpers/functionCall":395,"es-define-property":402,"es-errors":404,"es-errors/eval":403,"es-errors/range":405,"es-errors/ref":406,"es-errors/syntax":407,"es-errors/type":408,"es-errors/uri":409,"es-object-atoms":410,"function-bind":413,"get-proto":417,"get-proto/Object.getPrototypeOf":415,"get-proto/Reflect.getPrototypeOf":416,"gopd":419,"has-symbols":421,"hasown":424,"math-intrinsics/abs":431,"math-intrinsics/floor":432,"math-intrinsics/max":434,"math-intrinsics/min":435,"math-intrinsics/pow":436,"math-intrinsics/round":437,"math-intrinsics/sign":438}],415:[function(require,module,exports){
65734
65863
  'use strict';
65735
65864
 
65736
65865
  var $Object = require('es-object-atoms');
@@ -65738,13 +65867,13 @@ var $Object = require('es-object-atoms');
65738
65867
  /** @type {import('./Object.getPrototypeOf')} */
65739
65868
  module.exports = $Object.getPrototypeOf || null;
65740
65869
 
65741
- },{"es-object-atoms":408}],414:[function(require,module,exports){
65870
+ },{"es-object-atoms":410}],416:[function(require,module,exports){
65742
65871
  'use strict';
65743
65872
 
65744
65873
  /** @type {import('./Reflect.getPrototypeOf')} */
65745
65874
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
65746
65875
 
65747
- },{}],415:[function(require,module,exports){
65876
+ },{}],417:[function(require,module,exports){
65748
65877
  'use strict';
65749
65878
 
65750
65879
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -65773,13 +65902,13 @@ module.exports = reflectGetProto
65773
65902
  }
65774
65903
  : null;
65775
65904
 
65776
- },{"./Object.getPrototypeOf":413,"./Reflect.getPrototypeOf":414,"dunder-proto/get":399}],416:[function(require,module,exports){
65905
+ },{"./Object.getPrototypeOf":415,"./Reflect.getPrototypeOf":416,"dunder-proto/get":401}],418:[function(require,module,exports){
65777
65906
  'use strict';
65778
65907
 
65779
65908
  /** @type {import('./gOPD')} */
65780
65909
  module.exports = Object.getOwnPropertyDescriptor;
65781
65910
 
65782
- },{}],417:[function(require,module,exports){
65911
+ },{}],419:[function(require,module,exports){
65783
65912
  'use strict';
65784
65913
 
65785
65914
  /** @type {import('.')} */
@@ -65796,7 +65925,7 @@ if ($gOPD) {
65796
65925
 
65797
65926
  module.exports = $gOPD;
65798
65927
 
65799
- },{"./gOPD":416}],418:[function(require,module,exports){
65928
+ },{"./gOPD":418}],420:[function(require,module,exports){
65800
65929
  'use strict';
65801
65930
 
65802
65931
  var $defineProperty = require('es-define-property');
@@ -65820,7 +65949,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
65820
65949
 
65821
65950
  module.exports = hasPropertyDescriptors;
65822
65951
 
65823
- },{"es-define-property":400}],419:[function(require,module,exports){
65952
+ },{"es-define-property":402}],421:[function(require,module,exports){
65824
65953
  'use strict';
65825
65954
 
65826
65955
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -65836,7 +65965,7 @@ module.exports = function hasNativeSymbols() {
65836
65965
  return hasSymbolSham();
65837
65966
  };
65838
65967
 
65839
- },{"./shams":420}],420:[function(require,module,exports){
65968
+ },{"./shams":422}],422:[function(require,module,exports){
65840
65969
  'use strict';
65841
65970
 
65842
65971
  /** @type {import('./shams')} */
@@ -65883,7 +66012,7 @@ module.exports = function hasSymbols() {
65883
66012
  return true;
65884
66013
  };
65885
66014
 
65886
- },{}],421:[function(require,module,exports){
66015
+ },{}],423:[function(require,module,exports){
65887
66016
  'use strict';
65888
66017
 
65889
66018
  var hasSymbols = require('has-symbols/shams');
@@ -65893,7 +66022,7 @@ module.exports = function hasToStringTagShams() {
65893
66022
  return hasSymbols() && !!Symbol.toStringTag;
65894
66023
  };
65895
66024
 
65896
- },{"has-symbols/shams":420}],422:[function(require,module,exports){
66025
+ },{"has-symbols/shams":422}],424:[function(require,module,exports){
65897
66026
  'use strict';
65898
66027
 
65899
66028
  var call = Function.prototype.call;
@@ -65903,7 +66032,7 @@ var bind = require('function-bind');
65903
66032
  /** @type {import('.')} */
65904
66033
  module.exports = bind.call(call, $hasOwn);
65905
66034
 
65906
- },{"function-bind":411}],423:[function(require,module,exports){
66035
+ },{"function-bind":413}],425:[function(require,module,exports){
65907
66036
  if (typeof Object.create === 'function') {
65908
66037
  // implementation from standard node.js 'util' module
65909
66038
  module.exports = function inherits(ctor, superCtor) {
@@ -65932,7 +66061,7 @@ if (typeof Object.create === 'function') {
65932
66061
  }
65933
66062
  }
65934
66063
 
65935
- },{}],424:[function(require,module,exports){
66064
+ },{}],426:[function(require,module,exports){
65936
66065
  'use strict';
65937
66066
 
65938
66067
  var hasToStringTag = require('has-tostringtag/shams')();
@@ -65978,7 +66107,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
65978
66107
  /** @type {import('.')} */
65979
66108
  module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
65980
66109
 
65981
- },{"call-bound":397,"has-tostringtag/shams":421}],425:[function(require,module,exports){
66110
+ },{"call-bound":399,"has-tostringtag/shams":423}],427:[function(require,module,exports){
65982
66111
  'use strict';
65983
66112
 
65984
66113
  var fnToStr = Function.prototype.toString;
@@ -66081,7 +66210,7 @@ module.exports = reflectApply
66081
66210
  return tryFunctionObject(value);
66082
66211
  };
66083
66212
 
66084
- },{}],426:[function(require,module,exports){
66213
+ },{}],428:[function(require,module,exports){
66085
66214
  'use strict';
66086
66215
 
66087
66216
  var callBound = require('call-bound');
@@ -66130,7 +66259,7 @@ module.exports = function isGeneratorFunction(fn) {
66130
66259
  return getProto(fn) === GeneratorFunction;
66131
66260
  };
66132
66261
 
66133
- },{"call-bound":397,"get-proto":415,"has-tostringtag/shams":421,"safe-regex-test":444}],427:[function(require,module,exports){
66262
+ },{"call-bound":399,"get-proto":417,"has-tostringtag/shams":423,"safe-regex-test":446}],429:[function(require,module,exports){
66134
66263
  'use strict';
66135
66264
 
66136
66265
  var callBound = require('call-bound');
@@ -66201,7 +66330,7 @@ if (hasToStringTag) {
66201
66330
 
66202
66331
  module.exports = fn;
66203
66332
 
66204
- },{"call-bound":397,"gopd":417,"has-tostringtag/shams":421,"hasown":422}],428:[function(require,module,exports){
66333
+ },{"call-bound":399,"gopd":419,"has-tostringtag/shams":423,"hasown":424}],430:[function(require,module,exports){
66205
66334
  'use strict';
66206
66335
 
66207
66336
  var whichTypedArray = require('which-typed-array');
@@ -66211,19 +66340,19 @@ module.exports = function isTypedArray(value) {
66211
66340
  return !!whichTypedArray(value);
66212
66341
  };
66213
66342
 
66214
- },{"which-typed-array":449}],429:[function(require,module,exports){
66343
+ },{"which-typed-array":451}],431:[function(require,module,exports){
66215
66344
  'use strict';
66216
66345
 
66217
66346
  /** @type {import('./abs')} */
66218
66347
  module.exports = Math.abs;
66219
66348
 
66220
- },{}],430:[function(require,module,exports){
66349
+ },{}],432:[function(require,module,exports){
66221
66350
  'use strict';
66222
66351
 
66223
66352
  /** @type {import('./floor')} */
66224
66353
  module.exports = Math.floor;
66225
66354
 
66226
- },{}],431:[function(require,module,exports){
66355
+ },{}],433:[function(require,module,exports){
66227
66356
  'use strict';
66228
66357
 
66229
66358
  /** @type {import('./isNaN')} */
@@ -66231,31 +66360,31 @@ module.exports = Number.isNaN || function isNaN(a) {
66231
66360
  return a !== a;
66232
66361
  };
66233
66362
 
66234
- },{}],432:[function(require,module,exports){
66363
+ },{}],434:[function(require,module,exports){
66235
66364
  'use strict';
66236
66365
 
66237
66366
  /** @type {import('./max')} */
66238
66367
  module.exports = Math.max;
66239
66368
 
66240
- },{}],433:[function(require,module,exports){
66369
+ },{}],435:[function(require,module,exports){
66241
66370
  'use strict';
66242
66371
 
66243
66372
  /** @type {import('./min')} */
66244
66373
  module.exports = Math.min;
66245
66374
 
66246
- },{}],434:[function(require,module,exports){
66375
+ },{}],436:[function(require,module,exports){
66247
66376
  'use strict';
66248
66377
 
66249
66378
  /** @type {import('./pow')} */
66250
66379
  module.exports = Math.pow;
66251
66380
 
66252
- },{}],435:[function(require,module,exports){
66381
+ },{}],437:[function(require,module,exports){
66253
66382
  'use strict';
66254
66383
 
66255
66384
  /** @type {import('./round')} */
66256
66385
  module.exports = Math.round;
66257
66386
 
66258
- },{}],436:[function(require,module,exports){
66387
+ },{}],438:[function(require,module,exports){
66259
66388
  'use strict';
66260
66389
 
66261
66390
  var $isNaN = require('./isNaN');
@@ -66268,7 +66397,7 @@ module.exports = function sign(number) {
66268
66397
  return number < 0 ? -1 : +1;
66269
66398
  };
66270
66399
 
66271
- },{"./isNaN":431}],437:[function(require,module,exports){
66400
+ },{"./isNaN":433}],439:[function(require,module,exports){
66272
66401
  'use strict';
66273
66402
 
66274
66403
  var keysShim;
@@ -66392,7 +66521,7 @@ if (!Object.keys) {
66392
66521
  }
66393
66522
  module.exports = keysShim;
66394
66523
 
66395
- },{"./isArguments":439}],438:[function(require,module,exports){
66524
+ },{"./isArguments":441}],440:[function(require,module,exports){
66396
66525
  'use strict';
66397
66526
 
66398
66527
  var slice = Array.prototype.slice;
@@ -66426,7 +66555,7 @@ keysShim.shim = function shimObjectKeys() {
66426
66555
 
66427
66556
  module.exports = keysShim;
66428
66557
 
66429
- },{"./implementation":437,"./isArguments":439}],439:[function(require,module,exports){
66558
+ },{"./implementation":439,"./isArguments":441}],441:[function(require,module,exports){
66430
66559
  'use strict';
66431
66560
 
66432
66561
  var toStr = Object.prototype.toString;
@@ -66445,7 +66574,7 @@ module.exports = function isArguments(value) {
66445
66574
  return isArgs;
66446
66575
  };
66447
66576
 
66448
- },{}],440:[function(require,module,exports){
66577
+ },{}],442:[function(require,module,exports){
66449
66578
  'use strict';
66450
66579
 
66451
66580
  // modified from https://github.com/es-shims/es6-shim
@@ -66493,7 +66622,7 @@ module.exports = function assign(target, source1) {
66493
66622
  return to; // step 4
66494
66623
  };
66495
66624
 
66496
- },{"call-bound":397,"es-object-atoms":408,"has-symbols/shams":420,"object-keys":438}],441:[function(require,module,exports){
66625
+ },{"call-bound":399,"es-object-atoms":410,"has-symbols/shams":422,"object-keys":440}],443:[function(require,module,exports){
66497
66626
  'use strict';
66498
66627
 
66499
66628
  var implementation = require('./implementation');
@@ -66550,7 +66679,7 @@ module.exports = function getPolyfill() {
66550
66679
  return Object.assign;
66551
66680
  };
66552
66681
 
66553
- },{"./implementation":440}],442:[function(require,module,exports){
66682
+ },{"./implementation":442}],444:[function(require,module,exports){
66554
66683
  'use strict';
66555
66684
 
66556
66685
  /** @type {import('.')} */
@@ -66569,7 +66698,7 @@ module.exports = [
66569
66698
  'BigUint64Array'
66570
66699
  ];
66571
66700
 
66572
- },{}],443:[function(require,module,exports){
66701
+ },{}],445:[function(require,module,exports){
66573
66702
  // shim for using process in browser
66574
66703
  var process = module.exports = {};
66575
66704
 
@@ -66755,7 +66884,7 @@ process.chdir = function (dir) {
66755
66884
  };
66756
66885
  process.umask = function() { return 0; };
66757
66886
 
66758
- },{}],444:[function(require,module,exports){
66887
+ },{}],446:[function(require,module,exports){
66759
66888
  'use strict';
66760
66889
 
66761
66890
  var callBound = require('call-bound');
@@ -66774,7 +66903,7 @@ module.exports = function regexTester(regex) {
66774
66903
  };
66775
66904
  };
66776
66905
 
66777
- },{"call-bound":397,"es-errors/type":406,"is-regex":427}],445:[function(require,module,exports){
66906
+ },{"call-bound":399,"es-errors/type":408,"is-regex":429}],447:[function(require,module,exports){
66778
66907
  'use strict';
66779
66908
 
66780
66909
  var GetIntrinsic = require('get-intrinsic');
@@ -66818,9 +66947,9 @@ module.exports = function setFunctionLength(fn, length) {
66818
66947
  return fn;
66819
66948
  };
66820
66949
 
66821
- },{"define-data-property":398,"es-errors/type":406,"get-intrinsic":412,"gopd":417,"has-property-descriptors":418}],446:[function(require,module,exports){
66822
- arguments[4][386][0].apply(exports,arguments)
66823
- },{"dup":386}],447:[function(require,module,exports){
66950
+ },{"define-data-property":400,"es-errors/type":408,"get-intrinsic":414,"gopd":419,"has-property-descriptors":420}],448:[function(require,module,exports){
66951
+ arguments[4][388][0].apply(exports,arguments)
66952
+ },{"dup":388}],449:[function(require,module,exports){
66824
66953
  // Currently in sync with Node.js lib/internal/util/types.js
66825
66954
  // https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
66826
66955
 
@@ -67156,7 +67285,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
67156
67285
  });
67157
67286
  });
67158
67287
 
67159
- },{"is-arguments":424,"is-generator-function":426,"is-typed-array":428,"which-typed-array":449}],448:[function(require,module,exports){
67288
+ },{"is-arguments":426,"is-generator-function":428,"is-typed-array":430,"which-typed-array":451}],450:[function(require,module,exports){
67160
67289
  (function (process){(function (){
67161
67290
  // Copyright Joyent, Inc. and other Node contributors.
67162
67291
  //
@@ -67875,7 +68004,7 @@ function callbackify(original) {
67875
68004
  exports.callbackify = callbackify;
67876
68005
 
67877
68006
  }).call(this)}).call(this,require('_process'))
67878
- },{"./support/isBuffer":446,"./support/types":447,"_process":443,"inherits":423}],449:[function(require,module,exports){
68007
+ },{"./support/isBuffer":448,"./support/types":449,"_process":445,"inherits":425}],451:[function(require,module,exports){
67879
68008
  (function (global){(function (){
67880
68009
  'use strict';
67881
68010
 
@@ -67996,5 +68125,5 @@ module.exports = function whichTypedArray(value) {
67996
68125
  };
67997
68126
 
67998
68127
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
67999
- },{"available-typed-arrays":388,"call-bind":396,"call-bound":397,"for-each":409,"get-proto":415,"gopd":417,"has-tostringtag/shams":421}]},{},[124])(124)
68128
+ },{"available-typed-arrays":390,"call-bind":398,"call-bound":399,"for-each":411,"get-proto":417,"gopd":419,"has-tostringtag/shams":423}]},{},[125])(125)
68000
68129
  });