@designliquido/delegua 1.24.4 → 1.25.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 (90) hide show
  1. package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
  2. package/analisador-semantico/analisador-semantico-base.js +4 -0
  3. package/analisador-semantico/analisador-semantico-base.js.map +1 -1
  4. package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
  5. package/analisador-semantico/analisador-semantico.js +1 -0
  6. package/analisador-semantico/analisador-semantico.js.map +1 -1
  7. package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts.map +1 -1
  8. package/analisador-semantico/dialetos/analisador-semantico-pitugues.js +1 -0
  9. package/analisador-semantico/dialetos/analisador-semantico-pitugues.js.map +1 -1
  10. package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
  11. package/avaliador-sintatico/avaliador-sintatico.js +21 -12
  12. package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
  13. package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts.map +1 -1
  14. package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js +3 -3
  15. package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js.map +1 -1
  16. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
  17. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +17 -25
  18. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
  19. package/bin/package.json +1 -1
  20. package/declaracoes/bloco-pegue.d.ts +9 -0
  21. package/declaracoes/bloco-pegue.d.ts.map +1 -0
  22. package/declaracoes/bloco-pegue.js +12 -0
  23. package/declaracoes/bloco-pegue.js.map +1 -0
  24. package/declaracoes/index.d.ts +1 -0
  25. package/declaracoes/index.d.ts.map +1 -1
  26. package/declaracoes/index.js +1 -0
  27. package/declaracoes/index.js.map +1 -1
  28. package/declaracoes/tente.d.ts +3 -3
  29. package/declaracoes/tente.d.ts.map +1 -1
  30. package/declaracoes/tente.js +3 -3
  31. package/declaracoes/tente.js.map +1 -1
  32. package/excecoes/erro-em-tempo-de-execucao.d.ts +1 -0
  33. package/excecoes/erro-em-tempo-de-execucao.d.ts.map +1 -1
  34. package/excecoes/erro-em-tempo-de-execucao.js.map +1 -1
  35. package/formatadores/formatador-delegua.d.ts.map +1 -1
  36. package/formatadores/formatador-delegua.js +12 -12
  37. package/formatadores/formatador-delegua.js.map +1 -1
  38. package/formatadores/formatador-pitugues.d.ts.map +1 -1
  39. package/formatadores/formatador-pitugues.js +8 -7
  40. package/formatadores/formatador-pitugues.js.map +1 -1
  41. package/interfaces/interpretador-com-depuracao-interface.d.ts +1 -0
  42. package/interfaces/interpretador-com-depuracao-interface.d.ts.map +1 -1
  43. package/interpretador/depuracao/comum.d.ts.map +1 -1
  44. package/interpretador/depuracao/comum.js +15 -10
  45. package/interpretador/depuracao/comum.js.map +1 -1
  46. package/interpretador/depuracao/interpretador-com-depuracao.d.ts.map +1 -1
  47. package/interpretador/depuracao/interpretador-com-depuracao.js +8 -0
  48. package/interpretador/depuracao/interpretador-com-depuracao.js.map +1 -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 +2 -2
  51. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
  52. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +2 -2
  53. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
  54. package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts +1 -0
  55. package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts.map +1 -1
  56. package/interpretador/dialetos/pitugues/interpretador-pitugues.js +24 -0
  57. package/interpretador/dialetos/pitugues/interpretador-pitugues.js.map +1 -1
  58. package/interpretador/estruturas/excecao-base.d.ts +3 -0
  59. package/interpretador/estruturas/excecao-base.d.ts.map +1 -0
  60. package/interpretador/estruturas/excecao-base.js +28 -0
  61. package/interpretador/estruturas/excecao-base.js.map +1 -0
  62. package/interpretador/estruturas/index.d.ts +1 -0
  63. package/interpretador/estruturas/index.d.ts.map +1 -1
  64. package/interpretador/estruturas/index.js +1 -0
  65. package/interpretador/estruturas/index.js.map +1 -1
  66. package/interpretador/interpretador-base.d.ts +1 -4
  67. package/interpretador/interpretador-base.d.ts.map +1 -1
  68. package/interpretador/interpretador-base.js +66 -31
  69. package/interpretador/interpretador-base.js.map +1 -1
  70. package/interpretador/interpretador.js +1 -1
  71. package/interpretador/interpretador.js.map +1 -1
  72. package/package.json +1 -1
  73. package/tradutores/tradutor-assemblyscript.d.ts.map +1 -1
  74. package/tradutores/tradutor-assemblyscript.js +7 -10
  75. package/tradutores/tradutor-assemblyscript.js.map +1 -1
  76. package/tradutores/tradutor-javascript.d.ts.map +1 -1
  77. package/tradutores/tradutor-javascript.js +3 -8
  78. package/tradutores/tradutor-javascript.js.map +1 -1
  79. package/tradutores/tradutor-mermaidjs.js +4 -4
  80. package/tradutores/tradutor-mermaidjs.js.map +1 -1
  81. package/tradutores/tradutor-python.d.ts.map +1 -1
  82. package/tradutores/tradutor-python.js +3 -8
  83. package/tradutores/tradutor-python.js.map +1 -1
  84. package/tradutores/tradutor-reverso-tenda.d.ts.map +1 -1
  85. package/tradutores/tradutor-reverso-tenda.js +3 -8
  86. package/tradutores/tradutor-reverso-tenda.js.map +1 -1
  87. package/tradutores/tradutor-ruby.d.ts.map +1 -1
  88. package/tradutores/tradutor-ruby.js +3 -8
  89. package/tradutores/tradutor-ruby.js.map +1 -1
  90. package/umd/delegua.js +633 -570
package/umd/delegua.js CHANGED
@@ -221,6 +221,10 @@ class AnalisadorSemanticoBase {
221
221
  }
222
222
  return;
223
223
  }
224
+ if (expressao instanceof construtos_1.TipoDe) {
225
+ this.marcarVariaveisUsadasEmExpressao(expressao.valor);
226
+ return;
227
+ }
224
228
  if (expressao instanceof construtos_1.Literal && typeof expressao.valor === 'string') {
225
229
  this.verificarInterpolacaoTexto(expressao.valor, expressao);
226
230
  return;
@@ -494,7 +498,7 @@ class AnalisadorSemanticoBase {
494
498
  }
495
499
  exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
496
500
 
497
- },{"../construtos":67,"../declaracoes":116,"../interfaces":179,"../quebras":250,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
501
+ },{"../construtos":67,"../declaracoes":117,"../interfaces":180,"../quebras":252,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
498
502
  "use strict";
499
503
  Object.defineProperty(exports, "__esModule", { value: true });
500
504
  exports.AnalisadorSemantico = void 0;
@@ -579,6 +583,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
579
583
  }
580
584
  }
581
585
  visitarExpressaoTipoDe(expressao) {
586
+ this.marcarVariaveisUsadasEmExpressao(expressao.valor);
582
587
  return this.verificarTipoDe(expressao.valor);
583
588
  }
584
589
  /**
@@ -1891,7 +1896,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
1891
1896
  }
1892
1897
  exports.AnalisadorSemantico = AnalisadorSemantico;
1893
1898
 
1894
- },{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":176,"../lexador/micro-lexador":247,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
1899
+ },{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":117,"../interfaces/erros":177,"../lexador/micro-lexador":249,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
1895
1900
  "use strict";
1896
1901
  Object.defineProperty(exports, "__esModule", { value: true });
1897
1902
 
@@ -2103,7 +2108,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
2103
2108
  return 'SEMANTICO_DIAGNOSTICO_GENERICO';
2104
2109
  }
2105
2110
 
2106
- },{"../interfaces":179}],9:[function(require,module,exports){
2111
+ },{"../interfaces":180}],9:[function(require,module,exports){
2107
2112
  "use strict";
2108
2113
  Object.defineProperty(exports, "__esModule", { value: true });
2109
2114
 
@@ -2394,7 +2399,7 @@ class AvaliadorSintaticoBase {
2394
2399
  }
2395
2400
  exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
2396
2401
 
2397
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
2402
+ },{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/comum":257,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
2398
2403
  "use strict";
2399
2404
  var __importDefault = (this && this.__importDefault) || function (mod) {
2400
2405
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4094,19 +4099,28 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
4094
4099
  const simboloTente = this.simbolos[this.atual - 1];
4095
4100
  this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'tente'.");
4096
4101
  const blocoTente = await this.blocoEscopo();
4097
- let blocoPegue = null;
4098
- if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PEGUE)) {
4099
- if (this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_ESQUERDO)) {
4100
- // Caso 1: com parâmetro de erro.
4101
- // `pegue` recebe um `FuncaoConstruto`.
4102
- blocoPegue = await this.corpoDaFuncao('bloco `pegue`');
4102
+ const blocosPegue = [];
4103
+ while (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PEGUE)) {
4104
+ let parametro;
4105
+ let tipoExcecao;
4106
+ let temParenteses = false;
4107
+ if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PARENTESE_ESQUERDO)) {
4108
+ temParenteses = true;
4103
4109
  }
4104
- else {
4105
- // Caso 2: sem parâmetro de erro.
4106
- // `pegue` recebe um bloco.
4107
- this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
4108
- blocoPegue = await this.blocoEscopo();
4110
+ if (this.simbolos[this.atual].tipo !== delegua_2.default.CHAVE_ESQUERDA) {
4111
+ parametro = this.consumir(delegua_2.default.IDENTIFICADOR, "Esperado nome do parâmetro em bloco 'pegue'.");
4112
+ this.pilhaEscopos.definirInformacoesVariavel(parametro.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(parametro.lexema, 'qualquer'));
4113
+ if (this.verificarTipoSimboloAtual(delegua_2.default.DOIS_PONTOS)) {
4114
+ this.avancarEDevolverAnterior(); // consome ':'
4115
+ tipoExcecao = this.consumir(delegua_2.default.IDENTIFICADOR, "Esperado nome do tipo de exceção após ':' em bloco 'pegue'.");
4116
+ }
4117
+ if (temParenteses) {
4118
+ this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetro do bloco 'pegue'.");
4119
+ }
4109
4120
  }
4121
+ this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
4122
+ const corpo = await this.blocoEscopo();
4123
+ blocosPegue.push(new declaracoes_1.BlocoPegue(parametro, tipoExcecao, corpo));
4110
4124
  }
4111
4125
  let blocoSenao = null;
4112
4126
  if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.SENAO, delegua_2.default.SENÃO)) {
@@ -4118,7 +4132,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
4118
4132
  this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'finalmente'.");
4119
4133
  blocoFinalmente = await this.blocoEscopo();
4120
4134
  }
4121
- return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocoPegue, blocoSenao, blocoFinalmente);
4135
+ return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocosPegue, blocoSenao, blocoFinalmente);
4122
4136
  }
4123
4137
  async resolverDecoradores() {
4124
4138
  while (this.verificarTipoSimboloAtual(delegua_2.default.ARROBA)) {
@@ -5568,7 +5582,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
5568
5582
  }
5569
5583
  exports.AvaliadorSintatico = AvaliadorSintatico;
5570
5584
 
5571
- },{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":149,"../informacao-elemento-sintatico":150,"../lexador/simbolo":249,"../tipos-de-dados/delegua":251,"../tipos-de-simbolos/delegua":256,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":449}],12:[function(require,module,exports){
5585
+ },{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":117,"../inferenciador":150,"../informacao-elemento-sintatico":151,"../lexador/simbolo":251,"../tipos-de-dados/delegua":253,"../tipos-de-simbolos/delegua":258,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":451}],12:[function(require,module,exports){
5572
5586
  "use strict";
5573
5587
  Object.defineProperty(exports, "__esModule", { value: true });
5574
5588
  exports.buscarRetornos = buscarRetornos;
@@ -5683,7 +5697,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
5683
5697
  }
5684
5698
  }
5685
5699
 
5686
- },{"../declaracoes":116,"../informacao-elemento-sintatico":150}],13:[function(require,module,exports){
5700
+ },{"../declaracoes":117,"../informacao-elemento-sintatico":151}],13:[function(require,module,exports){
5687
5701
  "use strict";
5688
5702
  var __importDefault = (this && this.__importDefault) || function (mod) {
5689
5703
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6190,10 +6204,10 @@ class AvaliadorSintaticoEguaClassico {
6190
6204
  declaracaoTente() {
6191
6205
  this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'tente'.");
6192
6206
  const tryBlock = this.blocoEscopo();
6193
- let catchBlock = null;
6207
+ const blocosPegue = [];
6194
6208
  if (this.verificarSeSimboloAtualEIgualA(egua_classico_1.default.PEGUE)) {
6195
6209
  this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
6196
- catchBlock = this.blocoEscopo();
6210
+ blocosPegue.push(new declaracoes_1.BlocoPegue(undefined, undefined, this.blocoEscopo()));
6197
6211
  }
6198
6212
  let elseBlock = null;
6199
6213
  if (this.verificarSeSimboloAtualEIgualA(egua_classico_1.default.SENÃO)) {
@@ -6205,7 +6219,7 @@ class AvaliadorSintaticoEguaClassico {
6205
6219
  this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
6206
6220
  finallyBlock = this.blocoEscopo();
6207
6221
  }
6208
- return new declaracoes_1.Tente(0, 0, tryBlock, catchBlock, elseBlock, finallyBlock);
6222
+ return new declaracoes_1.Tente(0, 0, tryBlock, blocosPegue, elseBlock, finallyBlock);
6209
6223
  }
6210
6224
  declaracaoFazer() {
6211
6225
  try {
@@ -6343,7 +6357,7 @@ class AvaliadorSintaticoEguaClassico {
6343
6357
  }
6344
6358
  exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
6345
6359
 
6346
- },{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":257,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
6360
+ },{"../../construtos":67,"../../declaracoes":117,"../../tipos-de-simbolos/egua-classico":259,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
6347
6361
  "use strict";
6348
6362
  var __importDefault = (this && this.__importDefault) || function (mod) {
6349
6363
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -7625,30 +7639,22 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
7625
7639
  const simboloTente = this.simboloAnterior();
7626
7640
  this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'tente'.");
7627
7641
  const blocoTente = await this.blocoEscopo();
7628
- let blocoPegue = null;
7629
- if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.PEGUE)) {
7630
- if (this.verificarTipoSimboloAtual(pitugues_2.default.COMO)) {
7631
- this.avancarEDevolverAnterior();
7632
- const variavelExcecao = this.consumir(pitugues_2.default.IDENTIFICADOR, `Esperado identificador após palavra reservada 'como' em bloco tente. Atual: ${this.simbolos[this.atual].lexema}.`);
7633
- // Caso 1: com parâmetro de erro.
7634
- // `pegue` recebe um `FuncaoConstruto`.
7635
- this.consumir(pitugues_2.default.DOIS_PONTOS, `Esperado ':' antes do escopo do bloco 'pegue'.`);
7636
- this.pilhaEscopos.definirInformacoesVariavel(variavelExcecao.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(variavelExcecao.lexema, 'qualquer'));
7637
- const corpo = await this.blocoEscopo();
7638
- blocoPegue = new construtos_1.FuncaoConstruto(this.hashArquivo, simboloTente.linha, [
7639
- {
7640
- abrangencia: 'padrao',
7641
- nome: variavelExcecao,
7642
- tipoDado: 'qualquer',
7643
- },
7644
- ], corpo, 'vazio', false);
7645
- }
7646
- else {
7647
- // Caso 2: sem parâmetro de erro.
7648
- // `pegue` recebe um bloco.
7649
- this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'pegue'.");
7650
- blocoPegue = await this.blocoEscopo();
7651
- }
7642
+ const blocosPegue = [];
7643
+ while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.PEGUE)) {
7644
+ let tipoExcecao;
7645
+ let parametro;
7646
+ // Opcional: tipo de exceção (identificador que não é 'como')
7647
+ if (this.verificarTipoSimboloAtual(pitugues_2.default.IDENTIFICADOR)) {
7648
+ tipoExcecao = this.avancarEDevolverAnterior();
7649
+ }
7650
+ // Opcional: 'como nome'
7651
+ if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.COMO)) {
7652
+ parametro = this.consumir(pitugues_2.default.IDENTIFICADOR, `Esperado identificador após palavra reservada 'como' em bloco 'pegue'.`);
7653
+ this.pilhaEscopos.definirInformacoesVariavel(parametro.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(parametro.lexema, 'qualquer'));
7654
+ }
7655
+ this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' antes do escopo do bloco 'pegue'.");
7656
+ const corpo = await this.blocoEscopo();
7657
+ blocosPegue.push(new declaracoes_1.BlocoPegue(parametro, tipoExcecao, corpo));
7652
7658
  }
7653
7659
  let blocoSenao = null;
7654
7660
  if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.SENAO, pitugues_2.default.SENÃO)) {
@@ -7660,7 +7666,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
7660
7666
  this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'pegue'.");
7661
7667
  blocoFinalmente = await this.blocoEscopo();
7662
7668
  }
7663
- return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocoPegue, blocoSenao, blocoFinalmente);
7669
+ return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocosPegue, blocoSenao, blocoFinalmente);
7664
7670
  }
7665
7671
  async declaracaoFazer() {
7666
7672
  const simboloFazer = this.simboloAnterior();
@@ -8251,7 +8257,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
8251
8257
  }
8252
8258
  exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
8253
8259
 
8254
- },{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../lexador/micro-lexador-pitugues":246,"../../tipos-de-dados/dialetos/pitugues":252,"../../tipos-de-simbolos/pitugues":260,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":449}],15:[function(require,module,exports){
8260
+ },{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador":243,"../../lexador/micro-lexador-pitugues":248,"../../tipos-de-dados/dialetos/pitugues":254,"../../tipos-de-simbolos/pitugues":262,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":451}],15:[function(require,module,exports){
8255
8261
  "use strict";
8256
8262
  var __importDefault = (this && this.__importDefault) || function (mod) {
8257
8263
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -8799,7 +8805,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
8799
8805
  }
8800
8806
  exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
8801
8807
 
8802
- },{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":249,"../../tipos-de-simbolos/portugol-ipt":261,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
8808
+ },{"../../construtos":67,"../../declaracoes":117,"../../lexador/simbolo":251,"../../tipos-de-simbolos/portugol-ipt":263,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
8803
8809
  "use strict";
8804
8810
  var __importDefault = (this && this.__importDefault) || function (mod) {
8805
8811
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -9766,7 +9772,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
9766
9772
  }
9767
9773
  exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
9768
9774
 
9769
- },{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../tipos-de-simbolos/prisma":262,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":449}],17:[function(require,module,exports){
9775
+ },{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador":243,"../../tipos-de-simbolos/prisma":264,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":451}],17:[function(require,module,exports){
9770
9776
  "use strict";
9771
9777
  var __importDefault = (this && this.__importDefault) || function (mod) {
9772
9778
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -10774,7 +10780,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
10774
10780
  }
10775
10781
  exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
10776
10782
 
10777
- },{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador/simbolo":249,"../../tipos-de-dados/delegua":251,"../../tipos-de-simbolos/tenda":263,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":449}],18:[function(require,module,exports){
10783
+ },{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador/simbolo":251,"../../tipos-de-dados/delegua":253,"../../tipos-de-simbolos/tenda":265,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":451}],18:[function(require,module,exports){
10778
10784
  "use strict";
10779
10785
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10780
10786
  if (k2 === undefined) k2 = k;
@@ -11043,7 +11049,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
11043
11049
  }
11044
11050
  exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
11045
11051
 
11046
- },{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../tipos-de-simbolos/pitugues":260,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
11052
+ },{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../tipos-de-simbolos/pitugues":262,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
11047
11053
  "use strict";
11048
11054
  Object.defineProperty(exports, "__esModule", { value: true });
11049
11055
  exports.ElementoMontaoTipos = void 0;
@@ -11229,7 +11235,7 @@ class MicroAvaliadorSintaticoBase {
11229
11235
  }
11230
11236
  exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
11231
11237
 
11232
- },{"../construtos":67,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
11238
+ },{"../construtos":67,"../tipos-de-simbolos/comum":257,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
11233
11239
  "use strict";
11234
11240
  var __importDefault = (this && this.__importDefault) || function (mod) {
11235
11241
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -11462,7 +11468,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
11462
11468
  }
11463
11469
  exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
11464
11470
 
11465
- },{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":259,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
11471
+ },{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":261,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
11466
11472
  "use strict";
11467
11473
  Object.defineProperty(exports, "__esModule", { value: true });
11468
11474
  exports.MontaoTipos = void 0;
@@ -11513,7 +11519,7 @@ class MontaoTipos {
11513
11519
  }
11514
11520
  exports.MontaoTipos = MontaoTipos;
11515
11521
 
11516
- },{"../geracao-identificadores":147,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
11522
+ },{"../geracao-identificadores":148,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
11517
11523
  "use strict";
11518
11524
  Object.defineProperty(exports, "__esModule", { value: true });
11519
11525
  exports.PilhaEscopos = void 0;
@@ -12804,7 +12810,7 @@ async function vetor(interpretador, tupla) {
12804
12810
  return resultadoFinal;
12805
12811
  }
12806
12812
 
12807
- },{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":212,"../interpretador/estruturas/descritor-tipo-classe":210,"../interpretador/estruturas/funcao-padrao":211,"../interpretador/estruturas/objeto-delegua-classe":217,"../quebras":250}],30:[function(require,module,exports){
12813
+ },{"../construtos":67,"../excecoes":141,"../interpretador/estruturas":214,"../interpretador/estruturas/descritor-tipo-classe":211,"../interpretador/estruturas/funcao-padrao":213,"../interpretador/estruturas/objeto-delegua-classe":219,"../quebras":252}],30:[function(require,module,exports){
12808
12814
  "use strict";
12809
12815
  Object.defineProperty(exports, "__esModule", { value: true });
12810
12816
  const excecoes_1 = require("../../../excecoes");
@@ -12841,7 +12847,7 @@ exports.default = {
12841
12847
  },
12842
12848
  };
12843
12849
 
12844
- },{"../../../construtos":67,"../../../excecoes":140,"../../../informacao-elemento-sintatico":150}],31:[function(require,module,exports){
12850
+ },{"../../../construtos":67,"../../../excecoes":141,"../../../informacao-elemento-sintatico":151}],31:[function(require,module,exports){
12845
12851
  "use strict";
12846
12852
  Object.defineProperty(exports, "__esModule", { value: true });
12847
12853
  const construtos_1 = require("../construtos");
@@ -12954,7 +12960,7 @@ exports.default = {
12954
12960
  },
12955
12961
  };
12956
12962
 
12957
- },{"../construtos":67,"../informacao-elemento-sintatico":150}],32:[function(require,module,exports){
12963
+ },{"../construtos":67,"../informacao-elemento-sintatico":151}],32:[function(require,module,exports){
12958
12964
  "use strict";
12959
12965
  Object.defineProperty(exports, "__esModule", { value: true });
12960
12966
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -13039,7 +13045,7 @@ exports.default = {
13039
13045
  },
13040
13046
  };
13041
13047
 
13042
- },{"../informacao-elemento-sintatico":150}],33:[function(require,module,exports){
13048
+ },{"../informacao-elemento-sintatico":151}],33:[function(require,module,exports){
13043
13049
  "use strict";
13044
13050
  Object.defineProperty(exports, "__esModule", { value: true });
13045
13051
  exports.implementacaoParticao = void 0;
@@ -13438,7 +13444,7 @@ exports.default = {
13438
13444
  },
13439
13445
  };
13440
13446
 
13441
- },{"../construtos":67,"../excecoes":140,"../informacao-elemento-sintatico":150}],34:[function(require,module,exports){
13447
+ },{"../construtos":67,"../excecoes":141,"../informacao-elemento-sintatico":151}],34:[function(require,module,exports){
13442
13448
  "use strict";
13443
13449
  Object.defineProperty(exports, "__esModule", { value: true });
13444
13450
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -13849,7 +13855,7 @@ exports.default = {
13849
13855
  },
13850
13856
  };
13851
13857
 
13852
- },{"../construtos":67,"../excecoes":140,"../inferenciador":149,"../informacao-elemento-sintatico":150}],35:[function(require,module,exports){
13858
+ },{"../construtos":67,"../excecoes":141,"../inferenciador":150,"../informacao-elemento-sintatico":151}],35:[function(require,module,exports){
13853
13859
  "use strict";
13854
13860
  Object.defineProperty(exports, "__esModule", { value: true });
13855
13861
  exports.construirModuloAfirmar = construirModuloAfirmar;
@@ -13917,7 +13923,7 @@ function construirModuloAfirmar() {
13917
13923
  return modulo;
13918
13924
  }
13919
13925
 
13920
- },{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215}],36:[function(require,module,exports){
13926
+ },{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":213,"../../interpretador/estruturas/modulo":217}],36:[function(require,module,exports){
13921
13927
  "use strict";
13922
13928
  Object.defineProperty(exports, "__esModule", { value: true });
13923
13929
  exports.construirModuloDeTestes = construirModuloDeTestes;
@@ -14097,7 +14103,7 @@ function construirModuloDeTestes(interpretador, registro) {
14097
14103
  return modulo;
14098
14104
  }
14099
14105
 
14100
- },{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215,"./modulo-afirmar":35}],37:[function(require,module,exports){
14106
+ },{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":213,"../../interpretador/estruturas/modulo":217,"./modulo-afirmar":35}],37:[function(require,module,exports){
14101
14107
  "use strict";
14102
14108
  Object.defineProperty(exports, "__esModule", { value: true });
14103
14109
  exports.RegistroTestes = void 0;
@@ -14569,7 +14575,7 @@ class Binario {
14569
14575
  }
14570
14576
  exports.Binario = Binario;
14571
14577
 
14572
- },{"../tipos-de-simbolos/delegua":256}],51:[function(require,module,exports){
14578
+ },{"../tipos-de-simbolos/delegua":258}],51:[function(require,module,exports){
14573
14579
  "use strict";
14574
14580
  Object.defineProperty(exports, "__esModule", { value: true });
14575
14581
  exports.Bote = void 0;
@@ -14624,7 +14630,7 @@ class Chamada {
14624
14630
  }
14625
14631
  exports.Chamada = Chamada;
14626
14632
 
14627
- },{"../geracao-identificadores":147}],53:[function(require,module,exports){
14633
+ },{"../geracao-identificadores":148}],53:[function(require,module,exports){
14628
14634
  "use strict";
14629
14635
  Object.defineProperty(exports, "__esModule", { value: true });
14630
14636
  exports.ComentarioComoConstruto = void 0;
@@ -15132,7 +15138,7 @@ class Leia {
15132
15138
  }
15133
15139
  exports.Leia = Leia;
15134
15140
 
15135
- },{"../geracao-identificadores":147}],70:[function(require,module,exports){
15141
+ },{"../geracao-identificadores":148}],70:[function(require,module,exports){
15136
15142
  "use strict";
15137
15143
  Object.defineProperty(exports, "__esModule", { value: true });
15138
15144
  exports.ListaCompreensao = void 0;
@@ -15960,7 +15966,20 @@ class Ajuda extends declaracao_1.Declaracao {
15960
15966
  }
15961
15967
  exports.Ajuda = Ajuda;
15962
15968
 
15963
- },{"./declaracao":105}],98:[function(require,module,exports){
15969
+ },{"./declaracao":106}],98:[function(require,module,exports){
15970
+ "use strict";
15971
+ Object.defineProperty(exports, "__esModule", { value: true });
15972
+ exports.BlocoPegue = void 0;
15973
+ class BlocoPegue {
15974
+ constructor(parametro, tipoExcecao, corpo = []) {
15975
+ this.parametro = parametro;
15976
+ this.tipoExcecao = tipoExcecao;
15977
+ this.corpo = corpo;
15978
+ }
15979
+ }
15980
+ exports.BlocoPegue = BlocoPegue;
15981
+
15982
+ },{}],99:[function(require,module,exports){
15964
15983
  "use strict";
15965
15984
  Object.defineProperty(exports, "__esModule", { value: true });
15966
15985
  exports.Bloco = void 0;
@@ -15984,7 +16003,7 @@ class Bloco extends declaracao_1.Declaracao {
15984
16003
  }
15985
16004
  exports.Bloco = Bloco;
15986
16005
 
15987
- },{"./declaracao":105}],99:[function(require,module,exports){
16006
+ },{"./declaracao":106}],100:[function(require,module,exports){
15988
16007
  "use strict";
15989
16008
  Object.defineProperty(exports, "__esModule", { value: true });
15990
16009
  exports.CabecalhoPrograma = void 0;
@@ -16006,7 +16025,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
16006
16025
  }
16007
16026
  exports.CabecalhoPrograma = CabecalhoPrograma;
16008
16027
 
16009
- },{"./declaracao":105}],100:[function(require,module,exports){
16028
+ },{"./declaracao":106}],101:[function(require,module,exports){
16010
16029
  "use strict";
16011
16030
  Object.defineProperty(exports, "__esModule", { value: true });
16012
16031
  exports.Classe = void 0;
@@ -16053,7 +16072,7 @@ class Classe extends declaracao_1.Declaracao {
16053
16072
  }
16054
16073
  exports.Classe = Classe;
16055
16074
 
16056
- },{"./declaracao":105}],101:[function(require,module,exports){
16075
+ },{"./declaracao":106}],102:[function(require,module,exports){
16057
16076
  "use strict";
16058
16077
  Object.defineProperty(exports, "__esModule", { value: true });
16059
16078
  exports.Comentario = void 0;
@@ -16078,7 +16097,7 @@ class Comentario extends declaracao_1.Declaracao {
16078
16097
  }
16079
16098
  exports.Comentario = Comentario;
16080
16099
 
16081
- },{"./declaracao":105}],102:[function(require,module,exports){
16100
+ },{"./declaracao":106}],103:[function(require,module,exports){
16082
16101
  "use strict";
16083
16102
  Object.defineProperty(exports, "__esModule", { value: true });
16084
16103
  exports.ConstMultiplo = void 0;
@@ -16103,7 +16122,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
16103
16122
  }
16104
16123
  exports.ConstMultiplo = ConstMultiplo;
16105
16124
 
16106
- },{"./declaracao":105}],103:[function(require,module,exports){
16125
+ },{"./declaracao":106}],104:[function(require,module,exports){
16107
16126
  "use strict";
16108
16127
  Object.defineProperty(exports, "__esModule", { value: true });
16109
16128
  exports.Const = void 0;
@@ -16133,7 +16152,7 @@ class Const extends declaracao_1.Declaracao {
16133
16152
  }
16134
16153
  exports.Const = Const;
16135
16154
 
16136
- },{"./declaracao":105}],104:[function(require,module,exports){
16155
+ },{"./declaracao":106}],105:[function(require,module,exports){
16137
16156
  "use strict";
16138
16157
  Object.defineProperty(exports, "__esModule", { value: true });
16139
16158
  exports.Continua = void 0;
@@ -16151,7 +16170,7 @@ class Continua extends declaracao_1.Declaracao {
16151
16170
  }
16152
16171
  exports.Continua = Continua;
16153
16172
 
16154
- },{"./declaracao":105}],105:[function(require,module,exports){
16173
+ },{"./declaracao":106}],106:[function(require,module,exports){
16155
16174
  "use strict";
16156
16175
  Object.defineProperty(exports, "__esModule", { value: true });
16157
16176
  exports.Declaracao = void 0;
@@ -16174,7 +16193,7 @@ class Declaracao {
16174
16193
  }
16175
16194
  exports.Declaracao = Declaracao;
16176
16195
 
16177
- },{}],106:[function(require,module,exports){
16196
+ },{}],107:[function(require,module,exports){
16178
16197
  "use strict";
16179
16198
  Object.defineProperty(exports, "__esModule", { value: true });
16180
16199
  exports.Enquanto = void 0;
@@ -16194,7 +16213,7 @@ class Enquanto extends declaracao_1.Declaracao {
16194
16213
  }
16195
16214
  exports.Enquanto = Enquanto;
16196
16215
 
16197
- },{"./declaracao":105}],107:[function(require,module,exports){
16216
+ },{"./declaracao":106}],108:[function(require,module,exports){
16198
16217
  "use strict";
16199
16218
  Object.defineProperty(exports, "__esModule", { value: true });
16200
16219
  exports.Escolha = void 0;
@@ -16226,7 +16245,7 @@ class Escolha extends declaracao_1.Declaracao {
16226
16245
  }
16227
16246
  exports.Escolha = Escolha;
16228
16247
 
16229
- },{"./declaracao":105}],108:[function(require,module,exports){
16248
+ },{"./declaracao":106}],109:[function(require,module,exports){
16230
16249
  "use strict";
16231
16250
  Object.defineProperty(exports, "__esModule", { value: true });
16232
16251
  exports.EscrevaMesmaLinha = void 0;
@@ -16245,7 +16264,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
16245
16264
  }
16246
16265
  exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
16247
16266
 
16248
- },{"./declaracao":105}],109:[function(require,module,exports){
16267
+ },{"./declaracao":106}],110:[function(require,module,exports){
16249
16268
  "use strict";
16250
16269
  Object.defineProperty(exports, "__esModule", { value: true });
16251
16270
  exports.Escreva = void 0;
@@ -16264,7 +16283,7 @@ class Escreva extends declaracao_1.Declaracao {
16264
16283
  }
16265
16284
  exports.Escreva = Escreva;
16266
16285
 
16267
- },{"./declaracao":105}],110:[function(require,module,exports){
16286
+ },{"./declaracao":106}],111:[function(require,module,exports){
16268
16287
  "use strict";
16269
16288
  Object.defineProperty(exports, "__esModule", { value: true });
16270
16289
  exports.Expressao = void 0;
@@ -16283,7 +16302,7 @@ class Expressao extends declaracao_1.Declaracao {
16283
16302
  }
16284
16303
  exports.Expressao = Expressao;
16285
16304
 
16286
- },{"./declaracao":105}],111:[function(require,module,exports){
16305
+ },{"./declaracao":106}],112:[function(require,module,exports){
16287
16306
  "use strict";
16288
16307
  Object.defineProperty(exports, "__esModule", { value: true });
16289
16308
  exports.Extensao = void 0;
@@ -16313,7 +16332,7 @@ class Extensao extends declaracao_1.Declaracao {
16313
16332
  }
16314
16333
  exports.Extensao = Extensao;
16315
16334
 
16316
- },{"./declaracao":105}],112:[function(require,module,exports){
16335
+ },{"./declaracao":106}],113:[function(require,module,exports){
16317
16336
  "use strict";
16318
16337
  Object.defineProperty(exports, "__esModule", { value: true });
16319
16338
  exports.Falhar = void 0;
@@ -16333,7 +16352,7 @@ class Falhar extends declaracao_1.Declaracao {
16333
16352
  }
16334
16353
  exports.Falhar = Falhar;
16335
16354
 
16336
- },{"./declaracao":105}],113:[function(require,module,exports){
16355
+ },{"./declaracao":106}],114:[function(require,module,exports){
16337
16356
  "use strict";
16338
16357
  Object.defineProperty(exports, "__esModule", { value: true });
16339
16358
  exports.Fazer = void 0;
@@ -16353,7 +16372,7 @@ class Fazer extends declaracao_1.Declaracao {
16353
16372
  }
16354
16373
  exports.Fazer = Fazer;
16355
16374
 
16356
- },{"./declaracao":105}],114:[function(require,module,exports){
16375
+ },{"./declaracao":106}],115:[function(require,module,exports){
16357
16376
  "use strict";
16358
16377
  Object.defineProperty(exports, "__esModule", { value: true });
16359
16378
  exports.FuncaoDeclaracao = void 0;
@@ -16386,7 +16405,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
16386
16405
  }
16387
16406
  exports.FuncaoDeclaracao = FuncaoDeclaracao;
16388
16407
 
16389
- },{"../geracao-identificadores":147,"./declaracao":105}],115:[function(require,module,exports){
16408
+ },{"../geracao-identificadores":148,"./declaracao":106}],116:[function(require,module,exports){
16390
16409
  "use strict";
16391
16410
  Object.defineProperty(exports, "__esModule", { value: true });
16392
16411
  exports.Importar = void 0;
@@ -16412,7 +16431,7 @@ class Importar extends declaracao_1.Declaracao {
16412
16431
  }
16413
16432
  exports.Importar = Importar;
16414
16433
 
16415
- },{"./declaracao":105}],116:[function(require,module,exports){
16434
+ },{"./declaracao":106}],117:[function(require,module,exports){
16416
16435
  "use strict";
16417
16436
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16418
16437
  if (k2 === undefined) k2 = k;
@@ -16430,6 +16449,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16430
16449
  };
16431
16450
  Object.defineProperty(exports, "__esModule", { value: true });
16432
16451
  __exportStar(require("./ajuda"), exports);
16452
+ __exportStar(require("./bloco-pegue"), exports);
16433
16453
  __exportStar(require("./bloco"), exports);
16434
16454
  __exportStar(require("./cabecalho-programa"), exports);
16435
16455
  __exportStar(require("./classe"), exports);
@@ -16463,7 +16483,7 @@ __exportStar(require("./texto-documentacao"), exports);
16463
16483
  __exportStar(require("./var"), exports);
16464
16484
  __exportStar(require("./var-multiplo"), exports);
16465
16485
 
16466
- },{"./ajuda":97,"./bloco":98,"./cabecalho-programa":99,"./classe":100,"./comentario":101,"./const":103,"./const-multiplo":102,"./continua":104,"./declaracao":105,"./enquanto":106,"./escolha":107,"./escreva":109,"./escreva-mesma-linha":108,"./expressao":110,"./extensao":111,"./falhar":112,"./fazer":113,"./funcao":114,"./importar":115,"./inicio-algoritmo":117,"./interface":118,"./para":120,"./para-cada":119,"./propriedade-classe":121,"./retorna":122,"./se":123,"./sustar":124,"./tendo-como":125,"./tente":126,"./texto-documentacao":127,"./var":129,"./var-multiplo":128}],117:[function(require,module,exports){
16486
+ },{"./ajuda":97,"./bloco":99,"./bloco-pegue":98,"./cabecalho-programa":100,"./classe":101,"./comentario":102,"./const":104,"./const-multiplo":103,"./continua":105,"./declaracao":106,"./enquanto":107,"./escolha":108,"./escreva":110,"./escreva-mesma-linha":109,"./expressao":111,"./extensao":112,"./falhar":113,"./fazer":114,"./funcao":115,"./importar":116,"./inicio-algoritmo":118,"./interface":119,"./para":121,"./para-cada":120,"./propriedade-classe":122,"./retorna":123,"./se":124,"./sustar":125,"./tendo-como":126,"./tente":127,"./texto-documentacao":128,"./var":130,"./var-multiplo":129}],118:[function(require,module,exports){
16467
16487
  "use strict";
16468
16488
  Object.defineProperty(exports, "__esModule", { value: true });
16469
16489
  exports.InicioAlgoritmo = void 0;
@@ -16485,7 +16505,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
16485
16505
  }
16486
16506
  exports.InicioAlgoritmo = InicioAlgoritmo;
16487
16507
 
16488
- },{"./declaracao":105}],118:[function(require,module,exports){
16508
+ },{"./declaracao":106}],119:[function(require,module,exports){
16489
16509
  "use strict";
16490
16510
  Object.defineProperty(exports, "__esModule", { value: true });
16491
16511
  exports.InterfaceDeclaracao = exports.AssinaturaMetodo = void 0;
@@ -16531,7 +16551,7 @@ class InterfaceDeclaracao extends declaracao_1.Declaracao {
16531
16551
  }
16532
16552
  exports.InterfaceDeclaracao = InterfaceDeclaracao;
16533
16553
 
16534
- },{"./declaracao":105}],119:[function(require,module,exports){
16554
+ },{"./declaracao":106}],120:[function(require,module,exports){
16535
16555
  "use strict";
16536
16556
  Object.defineProperty(exports, "__esModule", { value: true });
16537
16557
  exports.ParaCada = void 0;
@@ -16553,7 +16573,7 @@ class ParaCada extends declaracao_1.Declaracao {
16553
16573
  }
16554
16574
  exports.ParaCada = ParaCada;
16555
16575
 
16556
- },{"./declaracao":105}],120:[function(require,module,exports){
16576
+ },{"./declaracao":106}],121:[function(require,module,exports){
16557
16577
  "use strict";
16558
16578
  Object.defineProperty(exports, "__esModule", { value: true });
16559
16579
  exports.Para = void 0;
@@ -16589,7 +16609,7 @@ class Para extends declaracao_1.Declaracao {
16589
16609
  }
16590
16610
  exports.Para = Para;
16591
16611
 
16592
- },{"./declaracao":105}],121:[function(require,module,exports){
16612
+ },{"./declaracao":106}],122:[function(require,module,exports){
16593
16613
  "use strict";
16594
16614
  Object.defineProperty(exports, "__esModule", { value: true });
16595
16615
  exports.PropriedadeClasse = void 0;
@@ -16615,7 +16635,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
16615
16635
  }
16616
16636
  exports.PropriedadeClasse = PropriedadeClasse;
16617
16637
 
16618
- },{"./declaracao":105}],122:[function(require,module,exports){
16638
+ },{"./declaracao":106}],123:[function(require,module,exports){
16619
16639
  "use strict";
16620
16640
  Object.defineProperty(exports, "__esModule", { value: true });
16621
16641
  exports.Retorna = void 0;
@@ -16641,7 +16661,7 @@ class Retorna extends declaracao_1.Declaracao {
16641
16661
  }
16642
16662
  exports.Retorna = Retorna;
16643
16663
 
16644
- },{"./declaracao":105}],123:[function(require,module,exports){
16664
+ },{"./declaracao":106}],124:[function(require,module,exports){
16645
16665
  "use strict";
16646
16666
  Object.defineProperty(exports, "__esModule", { value: true });
16647
16667
  exports.Se = void 0;
@@ -16672,7 +16692,7 @@ class Se extends declaracao_1.Declaracao {
16672
16692
  }
16673
16693
  exports.Se = Se;
16674
16694
 
16675
- },{"./declaracao":105}],124:[function(require,module,exports){
16695
+ },{"./declaracao":106}],125:[function(require,module,exports){
16676
16696
  "use strict";
16677
16697
  Object.defineProperty(exports, "__esModule", { value: true });
16678
16698
  exports.Sustar = void 0;
@@ -16690,7 +16710,7 @@ class Sustar extends declaracao_1.Declaracao {
16690
16710
  }
16691
16711
  exports.Sustar = Sustar;
16692
16712
 
16693
- },{"./declaracao":105}],125:[function(require,module,exports){
16713
+ },{"./declaracao":106}],126:[function(require,module,exports){
16694
16714
  "use strict";
16695
16715
  Object.defineProperty(exports, "__esModule", { value: true });
16696
16716
  exports.TendoComo = void 0;
@@ -16716,7 +16736,7 @@ class TendoComo extends declaracao_1.Declaracao {
16716
16736
  }
16717
16737
  exports.TendoComo = TendoComo;
16718
16738
 
16719
- },{"./declaracao":105}],126:[function(require,module,exports){
16739
+ },{"./declaracao":106}],127:[function(require,module,exports){
16720
16740
  "use strict";
16721
16741
  Object.defineProperty(exports, "__esModule", { value: true });
16722
16742
  exports.Tente = void 0;
@@ -16737,9 +16757,9 @@ class Tente extends declaracao_1.Declaracao {
16737
16757
  }
16738
16758
  paraTexto() {
16739
16759
  const tente = this.caminhoTente.map((d) => d.paraTexto()).join('');
16740
- const pegue = Array.isArray(this.caminhoPegue)
16741
- ? this.caminhoPegue.map((d) => d.paraTexto()).join('')
16742
- : this.caminhoPegue.paraTexto();
16760
+ const pegue = this.caminhoPegue
16761
+ .map((b) => b.corpo.map((d) => d.paraTexto()).join(''))
16762
+ .join('');
16743
16763
  const senao = this.caminhoSenao.map((d) => d.paraTexto()).join('');
16744
16764
  const finalmente = this.caminhoFinalmente.map((d) => d.paraTexto()).join('');
16745
16765
  return `<tente><tente-corpo>${tente}</tente-corpo><pegue>${pegue}</pegue><senão>${senao}</senão><finalmente>${finalmente}</finalmente></tente>`;
@@ -16747,7 +16767,7 @@ class Tente extends declaracao_1.Declaracao {
16747
16767
  }
16748
16768
  exports.Tente = Tente;
16749
16769
 
16750
- },{"./declaracao":105}],127:[function(require,module,exports){
16770
+ },{"./declaracao":106}],128:[function(require,module,exports){
16751
16771
  "use strict";
16752
16772
  Object.defineProperty(exports, "__esModule", { value: true });
16753
16773
  exports.TextoDocumentacao = void 0;
@@ -16769,7 +16789,7 @@ class TextoDocumentacao extends declaracao_1.Declaracao {
16769
16789
  }
16770
16790
  exports.TextoDocumentacao = TextoDocumentacao;
16771
16791
 
16772
- },{"./declaracao":105}],128:[function(require,module,exports){
16792
+ },{"./declaracao":106}],129:[function(require,module,exports){
16773
16793
  "use strict";
16774
16794
  Object.defineProperty(exports, "__esModule", { value: true });
16775
16795
  exports.VarMultiplo = void 0;
@@ -16795,7 +16815,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
16795
16815
  }
16796
16816
  exports.VarMultiplo = VarMultiplo;
16797
16817
 
16798
- },{"./declaracao":105}],129:[function(require,module,exports){
16818
+ },{"./declaracao":106}],130:[function(require,module,exports){
16799
16819
  "use strict";
16800
16820
  Object.defineProperty(exports, "__esModule", { value: true });
16801
16821
  exports.Var = void 0;
@@ -16830,7 +16850,7 @@ class Var extends declaracao_1.Declaracao {
16830
16850
  }
16831
16851
  exports.Var = Var;
16832
16852
 
16833
- },{"./declaracao":105}],130:[function(require,module,exports){
16853
+ },{"./declaracao":106}],131:[function(require,module,exports){
16834
16854
  "use strict";
16835
16855
  Object.defineProperty(exports, "__esModule", { value: true });
16836
16856
  exports.EstilizadorDelegua = void 0;
@@ -17079,7 +17099,7 @@ class EstilizadorDelegua {
17079
17099
  }
17080
17100
  exports.EstilizadorDelegua = EstilizadorDelegua;
17081
17101
 
17082
- },{"../formatadores":146,"./quebrador-linha":132}],131:[function(require,module,exports){
17102
+ },{"../formatadores":147,"./quebrador-linha":133}],132:[function(require,module,exports){
17083
17103
  "use strict";
17084
17104
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17085
17105
  if (k2 === undefined) k2 = k;
@@ -17100,7 +17120,7 @@ __exportStar(require("./estilizador-delegua"), exports);
17100
17120
  __exportStar(require("./quebrador-linha"), exports);
17101
17121
  __exportStar(require("./regras"), exports);
17102
17122
 
17103
- },{"./estilizador-delegua":130,"./quebrador-linha":132,"./regras":133}],132:[function(require,module,exports){
17123
+ },{"./estilizador-delegua":131,"./quebrador-linha":133,"./regras":134}],133:[function(require,module,exports){
17104
17124
  "use strict";
17105
17125
  Object.defineProperty(exports, "__esModule", { value: true });
17106
17126
  exports.QuebradorDeLinha = void 0;
@@ -17298,7 +17318,7 @@ class QuebradorDeLinha {
17298
17318
  }
17299
17319
  exports.QuebradorDeLinha = QuebradorDeLinha;
17300
17320
 
17301
- },{}],133:[function(require,module,exports){
17321
+ },{}],134:[function(require,module,exports){
17302
17322
  "use strict";
17303
17323
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17304
17324
  if (k2 === undefined) k2 = k;
@@ -17320,7 +17340,7 @@ __exportStar(require("./regra-convencao-nomenclatura"), exports);
17320
17340
  __exportStar(require("./regra-explicitar-tipos-parametros"), exports);
17321
17341
  __exportStar(require("./regra-paradigma-consistente"), exports);
17322
17342
 
17323
- },{"./regra-convencao-nomenclatura":134,"./regra-explicitar-tipos-parametros":135,"./regra-fortalecer-tipos":136,"./regra-paradigma-consistente":137}],134:[function(require,module,exports){
17343
+ },{"./regra-convencao-nomenclatura":135,"./regra-explicitar-tipos-parametros":136,"./regra-fortalecer-tipos":137,"./regra-paradigma-consistente":138}],135:[function(require,module,exports){
17324
17344
  "use strict";
17325
17345
  Object.defineProperty(exports, "__esModule", { value: true });
17326
17346
  exports.RegraConvencaoNomenclatura = void 0;
@@ -17489,7 +17509,7 @@ class RegraConvencaoNomenclatura {
17489
17509
  }
17490
17510
  exports.RegraConvencaoNomenclatura = RegraConvencaoNomenclatura;
17491
17511
 
17492
- },{"../../declaracoes":116}],135:[function(require,module,exports){
17512
+ },{"../../declaracoes":117}],136:[function(require,module,exports){
17493
17513
  "use strict";
17494
17514
  Object.defineProperty(exports, "__esModule", { value: true });
17495
17515
  exports.RegraExplicitarTiposParametros = void 0;
@@ -17540,7 +17560,7 @@ class RegraExplicitarTiposParametros {
17540
17560
  }
17541
17561
  exports.RegraExplicitarTiposParametros = RegraExplicitarTiposParametros;
17542
17562
 
17543
- },{}],136:[function(require,module,exports){
17563
+ },{}],137:[function(require,module,exports){
17544
17564
  "use strict";
17545
17565
  Object.defineProperty(exports, "__esModule", { value: true });
17546
17566
  exports.RegraFortalecerTipos = void 0;
@@ -17625,7 +17645,7 @@ class RegraFortalecerTipos {
17625
17645
  }
17626
17646
  exports.RegraFortalecerTipos = RegraFortalecerTipos;
17627
17647
 
17628
- },{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149}],137:[function(require,module,exports){
17648
+ },{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150}],138:[function(require,module,exports){
17629
17649
  "use strict";
17630
17650
  Object.defineProperty(exports, "__esModule", { value: true });
17631
17651
  exports.RegraParadigmaConsistente = void 0;
@@ -17715,7 +17735,7 @@ class RegraParadigmaConsistente {
17715
17735
  }
17716
17736
  exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
17717
17737
 
17718
- },{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":245}],138:[function(require,module,exports){
17738
+ },{"../../construtos/leia":69,"../../declaracoes":117,"../../lexador/mapeamento-paradigmas":247}],139:[function(require,module,exports){
17719
17739
  "use strict";
17720
17740
  Object.defineProperty(exports, "__esModule", { value: true });
17721
17741
  exports.ErroDeAssertiva = void 0;
@@ -17730,7 +17750,7 @@ class ErroDeAssertiva extends erro_em_tempo_de_execucao_1.ErroEmTempoDeExecucao
17730
17750
  }
17731
17751
  exports.ErroDeAssertiva = ErroDeAssertiva;
17732
17752
 
17733
- },{"./erro-em-tempo-de-execucao":139}],139:[function(require,module,exports){
17753
+ },{"./erro-em-tempo-de-execucao":140}],140:[function(require,module,exports){
17734
17754
  "use strict";
17735
17755
  Object.defineProperty(exports, "__esModule", { value: true });
17736
17756
  exports.ErroEmTempoDeExecucao = void 0;
@@ -17745,7 +17765,7 @@ class ErroEmTempoDeExecucao extends Error {
17745
17765
  }
17746
17766
  exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
17747
17767
 
17748
- },{}],140:[function(require,module,exports){
17768
+ },{}],141:[function(require,module,exports){
17749
17769
  "use strict";
17750
17770
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17751
17771
  if (k2 === undefined) k2 = k;
@@ -17765,11 +17785,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
17765
17785
  __exportStar(require("./erro-de-assertiva"), exports);
17766
17786
  __exportStar(require("./erro-em-tempo-de-execucao"), exports);
17767
17787
 
17768
- },{"./erro-de-assertiva":138,"./erro-em-tempo-de-execucao":139}],141:[function(require,module,exports){
17788
+ },{"./erro-de-assertiva":139,"./erro-em-tempo-de-execucao":140}],142:[function(require,module,exports){
17769
17789
  "use strict";
17770
17790
  Object.defineProperty(exports, "__esModule", { value: true });
17771
17791
 
17772
- },{}],142:[function(require,module,exports){
17792
+ },{}],143:[function(require,module,exports){
17773
17793
  "use strict";
17774
17794
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17775
17795
  if (k2 === undefined) k2 = k;
@@ -17789,7 +17809,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17789
17809
  __exportStar(require("./despachador-ffi-interface"), exports);
17790
17810
  __exportStar(require("./leitor-definicao"), exports);
17791
17811
 
17792
- },{"./despachador-ffi-interface":141,"./leitor-definicao":143}],143:[function(require,module,exports){
17812
+ },{"./despachador-ffi-interface":142,"./leitor-definicao":144}],144:[function(require,module,exports){
17793
17813
  "use strict";
17794
17814
  Object.defineProperty(exports, "__esModule", { value: true });
17795
17815
  exports.lerMetadadosClasse = lerMetadadosClasse;
@@ -17846,7 +17866,7 @@ function lerMetadadosMetodo(decoradores, nomeMetodo, prefixo) {
17846
17866
  return { simbolo: prefixo + nomeMetodo };
17847
17867
  }
17848
17868
 
17849
- },{"../construtos":67}],144:[function(require,module,exports){
17869
+ },{"../construtos":67}],145:[function(require,module,exports){
17850
17870
  "use strict";
17851
17871
  var __importDefault = (this && this.__importDefault) || function (mod) {
17852
17872
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18283,28 +18303,28 @@ class FormatadorDelegua {
18283
18303
  this.formatarDeclaracaoOuConstruto(declaracaoBloco);
18284
18304
  }
18285
18305
  this.indentacaoAtual -= this.tamanhoIndentacao;
18286
- if (declaracao.caminhoPegue) {
18287
- this.codigoFormatado += `} pegue {${this.quebraLinha}`;
18288
- if (declaracao.caminhoPegue instanceof construtos_1.FuncaoConstruto) {
18289
- // Se tem um parâmetro de erro.
18290
- }
18291
- else {
18292
- // Se não tem um parâmetro de erro.
18293
- this.indentacaoAtual += this.tamanhoIndentacao;
18294
- for (let declaracaoBloco of declaracao.caminhoPegue) {
18295
- this.formatarDeclaracaoOuConstruto(declaracaoBloco);
18296
- }
18306
+ for (const bloco of declaracao.caminhoPegue) {
18307
+ let cabecalho = '} pegue';
18308
+ if (bloco.parametro) {
18309
+ cabecalho += bloco.tipoExcecao
18310
+ ? ` (${bloco.parametro.lexema}: ${bloco.tipoExcecao.lexema})`
18311
+ : ` (${bloco.parametro.lexema})`;
18312
+ }
18313
+ this.codigoFormatado += `${cabecalho} {${this.quebraLinha}`;
18314
+ this.indentacaoAtual += this.tamanhoIndentacao;
18315
+ for (let declaracaoBloco of bloco.corpo) {
18316
+ this.formatarDeclaracaoOuConstruto(declaracaoBloco);
18297
18317
  }
18318
+ this.indentacaoAtual -= this.tamanhoIndentacao;
18298
18319
  }
18299
- this.indentacaoAtual -= this.tamanhoIndentacao;
18300
18320
  if (declaracao.caminhoFinalmente) {
18301
18321
  this.codigoFormatado += `} finalmente {${this.quebraLinha}`;
18302
18322
  this.indentacaoAtual += this.tamanhoIndentacao;
18303
18323
  for (let declaracaoBloco of declaracao.caminhoFinalmente) {
18304
18324
  this.formatarDeclaracaoOuConstruto(declaracaoBloco);
18305
18325
  }
18326
+ this.indentacaoAtual -= this.tamanhoIndentacao;
18306
18327
  }
18307
- this.indentacaoAtual -= this.tamanhoIndentacao;
18308
18328
  this.codigoFormatado += `${' '.repeat(this.indentacaoAtual)}}${this.quebraLinha}`;
18309
18329
  }
18310
18330
  visitarDeclaracaoVar(declaracao) {
@@ -18807,14 +18827,13 @@ class FormatadorDelegua {
18807
18827
  }
18808
18828
  exports.FormatadorDelegua = FormatadorDelegua;
18809
18829
 
18810
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],145:[function(require,module,exports){
18830
+ },{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],146:[function(require,module,exports){
18811
18831
  "use strict";
18812
18832
  var __importDefault = (this && this.__importDefault) || function (mod) {
18813
18833
  return (mod && mod.__esModule) ? mod : { "default": mod };
18814
18834
  };
18815
18835
  Object.defineProperty(exports, "__esModule", { value: true });
18816
18836
  exports.FormatadorPitugues = void 0;
18817
- const construtos_1 = require("../construtos");
18818
18837
  const declaracoes_1 = require("../declaracoes");
18819
18838
  const pitugues_1 = __importDefault(require("../tipos-de-simbolos/pitugues"));
18820
18839
  class FormatadorPitugues {
@@ -19057,13 +19076,15 @@ class FormatadorPitugues {
19057
19076
  for (const instrução of declaração.caminhoTente)
19058
19077
  await instrução.aceitar(this);
19059
19078
  this.diminuirIndentação();
19060
- if (declaração.caminhoPegue) {
19061
- this.adicionarLinha('pegue como erro:');
19079
+ for (const bloco of declaração.caminhoPegue) {
19080
+ let cabecalho = 'pegue';
19081
+ if (bloco.tipoExcecao)
19082
+ cabecalho += ` ${bloco.tipoExcecao.lexema}`;
19083
+ if (bloco.parametro)
19084
+ cabecalho += ` como ${bloco.parametro.lexema}`;
19085
+ this.adicionarLinha(`${cabecalho}:`);
19062
19086
  this.aumentarIndentação();
19063
- const declaracoes = declaração.caminhoPegue instanceof construtos_1.FuncaoConstruto
19064
- ? declaração.caminhoPegue.corpo
19065
- : declaração.caminhoPegue;
19066
- for (const instrução of declaracoes) {
19087
+ for (const instrução of bloco.corpo) {
19067
19088
  await instrução.aceitar(this);
19068
19089
  }
19069
19090
  this.diminuirIndentação();
@@ -19279,7 +19300,7 @@ class FormatadorPitugues {
19279
19300
  }
19280
19301
  exports.FormatadorPitugues = FormatadorPitugues;
19281
19302
 
19282
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":260}],146:[function(require,module,exports){
19303
+ },{"../declaracoes":117,"../tipos-de-simbolos/pitugues":262}],147:[function(require,module,exports){
19283
19304
  "use strict";
19284
19305
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19285
19306
  if (k2 === undefined) k2 = k;
@@ -19299,7 +19320,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
19299
19320
  __exportStar(require("./formatador-delegua"), exports);
19300
19321
  __exportStar(require("./formatador-pitugues"), exports);
19301
19322
 
19302
- },{"./formatador-delegua":144,"./formatador-pitugues":145}],147:[function(require,module,exports){
19323
+ },{"./formatador-delegua":145,"./formatador-pitugues":146}],148:[function(require,module,exports){
19303
19324
  "use strict";
19304
19325
  Object.defineProperty(exports, "__esModule", { value: true });
19305
19326
  exports.cyrb53 = cyrb53;
@@ -19343,7 +19364,7 @@ function uuidv4() {
19343
19364
  });
19344
19365
  }
19345
19366
 
19346
- },{}],148:[function(require,module,exports){
19367
+ },{}],149:[function(require,module,exports){
19347
19368
  "use strict";
19348
19369
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19349
19370
  if (k2 === undefined) k2 = k;
@@ -19373,7 +19394,7 @@ __exportStar(require("./interpretador"), exports);
19373
19394
  __exportStar(require("./lexador"), exports);
19374
19395
  __exportStar(require("./tradutores"), exports);
19375
19396
 
19376
- },{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./ffi":142,"./formatadores":146,"./geracao-identificadores":147,"./interfaces":179,"./interpretador":221,"./lexador":241,"./tradutores":264}],149:[function(require,module,exports){
19397
+ },{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":117,"./estilizador":132,"./ffi":143,"./formatadores":147,"./geracao-identificadores":148,"./interfaces":180,"./interpretador":223,"./lexador":243,"./tradutores":266}],150:[function(require,module,exports){
19377
19398
  "use strict";
19378
19399
  var __importDefault = (this && this.__importDefault) || function (mod) {
19379
19400
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19501,7 +19522,7 @@ function inferirTipoVariavel(variavel) {
19501
19522
  }
19502
19523
  }
19503
19524
 
19504
- },{"./tipos-de-dados/delegua":251,"./tipos-de-dados/primitivos":253,"./tipos-de-simbolos/delegua":256}],150:[function(require,module,exports){
19525
+ },{"./tipos-de-dados/delegua":253,"./tipos-de-dados/primitivos":255,"./tipos-de-simbolos/delegua":258}],151:[function(require,module,exports){
19505
19526
  "use strict";
19506
19527
  Object.defineProperty(exports, "__esModule", { value: true });
19507
19528
  exports.InformacaoElementoSintatico = void 0;
@@ -19520,15 +19541,15 @@ class InformacaoElementoSintatico {
19520
19541
  }
19521
19542
  exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
19522
19543
 
19523
- },{}],151:[function(require,module,exports){
19544
+ },{}],152:[function(require,module,exports){
19524
19545
  "use strict";
19525
19546
  Object.defineProperty(exports, "__esModule", { value: true });
19526
19547
 
19527
- },{}],152:[function(require,module,exports){
19548
+ },{}],153:[function(require,module,exports){
19528
19549
  "use strict";
19529
19550
  Object.defineProperty(exports, "__esModule", { value: true });
19530
19551
 
19531
- },{}],153:[function(require,module,exports){
19552
+ },{}],154:[function(require,module,exports){
19532
19553
  "use strict";
19533
19554
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19534
19555
  if (k2 === undefined) k2 = k;
@@ -19549,11 +19570,7 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
19549
19570
  __exportStar(require("./correcao-implementacao-interface"), exports);
19550
19571
  __exportStar(require("./membro-interface-faltando-interface"), exports);
19551
19572
 
19552
- },{"./avaliador-sintatico-interface":151,"./correcao-implementacao-interface":152,"./membro-interface-faltando-interface":154}],154:[function(require,module,exports){
19553
- "use strict";
19554
- Object.defineProperty(exports, "__esModule", { value: true });
19555
-
19556
- },{}],155:[function(require,module,exports){
19573
+ },{"./avaliador-sintatico-interface":152,"./correcao-implementacao-interface":153,"./membro-interface-faltando-interface":155}],155:[function(require,module,exports){
19557
19574
  "use strict";
19558
19575
  Object.defineProperty(exports, "__esModule", { value: true });
19559
19576
 
@@ -19571,6 +19588,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
19571
19588
 
19572
19589
  },{}],159:[function(require,module,exports){
19573
19590
  "use strict";
19591
+ Object.defineProperty(exports, "__esModule", { value: true });
19592
+
19593
+ },{}],160:[function(require,module,exports){
19594
+ "use strict";
19574
19595
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19575
19596
  if (k2 === undefined) k2 = k;
19576
19597
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -19589,11 +19610,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
19589
19610
  __exportStar(require("./caminho-escolha-interface"), exports);
19590
19611
  __exportStar(require("./construto-interface"), exports);
19591
19612
 
19592
- },{"./caminho-escolha-interface":157,"./construto-interface":158}],160:[function(require,module,exports){
19613
+ },{"./caminho-escolha-interface":158,"./construto-interface":159}],161:[function(require,module,exports){
19593
19614
  "use strict";
19594
19615
  Object.defineProperty(exports, "__esModule", { value: true });
19595
19616
 
19596
- },{}],161:[function(require,module,exports){
19617
+ },{}],162:[function(require,module,exports){
19597
19618
  "use strict";
19598
19619
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19599
19620
  if (k2 === undefined) k2 = k;
@@ -19612,15 +19633,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
19612
19633
  Object.defineProperty(exports, "__esModule", { value: true });
19613
19634
  __exportStar(require("./caminho-se-senao-interface"), exports);
19614
19635
 
19615
- },{"./caminho-se-senao-interface":160}],162:[function(require,module,exports){
19636
+ },{"./caminho-se-senao-interface":161}],163:[function(require,module,exports){
19616
19637
  "use strict";
19617
19638
  Object.defineProperty(exports, "__esModule", { value: true });
19618
19639
 
19619
- },{}],163:[function(require,module,exports){
19640
+ },{}],164:[function(require,module,exports){
19620
19641
  "use strict";
19621
19642
  Object.defineProperty(exports, "__esModule", { value: true });
19622
19643
 
19623
- },{}],164:[function(require,module,exports){
19644
+ },{}],165:[function(require,module,exports){
19624
19645
  "use strict";
19625
19646
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19626
19647
  if (k2 === undefined) k2 = k;
@@ -19642,19 +19663,19 @@ __exportStar(require("./fazer-interface"), exports);
19642
19663
  __exportStar(require("./para-cada-interface"), exports);
19643
19664
  __exportStar(require("./para-interface"), exports);
19644
19665
 
19645
- },{"./enquanto-interface":162,"./fazer-interface":163,"./para-cada-interface":165,"./para-interface":166}],165:[function(require,module,exports){
19666
+ },{"./enquanto-interface":163,"./fazer-interface":164,"./para-cada-interface":166,"./para-interface":167}],166:[function(require,module,exports){
19646
19667
  "use strict";
19647
19668
  Object.defineProperty(exports, "__esModule", { value: true });
19648
19669
 
19649
- },{}],166:[function(require,module,exports){
19670
+ },{}],167:[function(require,module,exports){
19650
19671
  "use strict";
19651
19672
  Object.defineProperty(exports, "__esModule", { value: true });
19652
19673
 
19653
- },{}],167:[function(require,module,exports){
19674
+ },{}],168:[function(require,module,exports){
19654
19675
  "use strict";
19655
19676
  Object.defineProperty(exports, "__esModule", { value: true });
19656
19677
 
19657
- },{}],168:[function(require,module,exports){
19678
+ },{}],169:[function(require,module,exports){
19658
19679
  "use strict";
19659
19680
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19660
19681
  if (k2 === undefined) k2 = k;
@@ -19673,11 +19694,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
19673
19694
  Object.defineProperty(exports, "__esModule", { value: true });
19674
19695
  __exportStar(require("./retorno-resolvedor-interface"), exports);
19675
19696
 
19676
- },{"./retorno-resolvedor-interface":169}],169:[function(require,module,exports){
19677
- "use strict";
19678
- Object.defineProperty(exports, "__esModule", { value: true });
19679
-
19680
- },{}],170:[function(require,module,exports){
19697
+ },{"./retorno-resolvedor-interface":170}],170:[function(require,module,exports){
19681
19698
  "use strict";
19682
19699
  Object.defineProperty(exports, "__esModule", { value: true });
19683
19700
 
@@ -19696,6 +19713,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
19696
19713
  },{}],174:[function(require,module,exports){
19697
19714
  "use strict";
19698
19715
  Object.defineProperty(exports, "__esModule", { value: true });
19716
+
19717
+ },{}],175:[function(require,module,exports){
19718
+ "use strict";
19719
+ Object.defineProperty(exports, "__esModule", { value: true });
19699
19720
  exports.DiagnosticoSeveridade = void 0;
19700
19721
  var DiagnosticoSeveridade;
19701
19722
  (function (DiagnosticoSeveridade) {
@@ -19705,11 +19726,11 @@ var DiagnosticoSeveridade;
19705
19726
  DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
19706
19727
  })(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
19707
19728
 
19708
- },{}],175:[function(require,module,exports){
19729
+ },{}],176:[function(require,module,exports){
19709
19730
  "use strict";
19710
19731
  Object.defineProperty(exports, "__esModule", { value: true });
19711
19732
 
19712
- },{}],176:[function(require,module,exports){
19733
+ },{}],177:[function(require,module,exports){
19713
19734
  "use strict";
19714
19735
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19715
19736
  if (k2 === undefined) k2 = k;
@@ -19731,15 +19752,15 @@ __exportStar(require("./correcao-sugerida-interface"), exports);
19731
19752
  __exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
19732
19753
  __exportStar(require("./erro-interpretador-interface"), exports);
19733
19754
 
19734
- },{"./correcao-implementacao-metodo-interface":172,"./correcao-sugerida-interface":173,"./diagnostico-analisador-semantico-interface":174,"./erro-interpretador-interface":175}],177:[function(require,module,exports){
19755
+ },{"./correcao-implementacao-metodo-interface":173,"./correcao-sugerida-interface":174,"./diagnostico-analisador-semantico-interface":175,"./erro-interpretador-interface":176}],178:[function(require,module,exports){
19735
19756
  "use strict";
19736
19757
  Object.defineProperty(exports, "__esModule", { value: true });
19737
19758
 
19738
- },{}],178:[function(require,module,exports){
19759
+ },{}],179:[function(require,module,exports){
19739
19760
  "use strict";
19740
19761
  Object.defineProperty(exports, "__esModule", { value: true });
19741
19762
 
19742
- },{}],179:[function(require,module,exports){
19763
+ },{}],180:[function(require,module,exports){
19743
19764
  "use strict";
19744
19765
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19745
19766
  if (k2 === undefined) k2 = k;
@@ -19788,11 +19809,7 @@ __exportStar(require("./erros"), exports);
19788
19809
  __exportStar(require("./retornos"), exports);
19789
19810
  __exportStar(require("./tradutores"), exports);
19790
19811
 
19791
- },{"./avaliador-sintatico":153,"./componente-modulo-classe-interface":155,"./componente-modulo-funcao-interface":156,"./construtos":159,"./declaracoes":161,"./delegua":164,"./depuracao":167,"./egua-classico":168,"./entrada-tabela-diagnostico-semantico-interface":170,"./entrada-tabela-diagnosticos-sintatico-interface":171,"./erros":176,"./estilizador/estilizador-interface":177,"./formatador-comum-interface":178,"./interpretador-com-depuracao-interface":180,"./interpretador-interface":181,"./iteravel-interface":182,"./lexador-interface":183,"./modulo-interface":184,"./parametro-interface":185,"./pilha-interface":186,"./primitiva-interface":187,"./resolvedor-interface":188,"./resultado-parcial-interpretador-interface":189,"./retornos":190,"./retornos/retorno-execucao-interface":193,"./simbolo-interface":196,"./tradutores":198,"./tradutores/tradutor-interface":199,"./variavel-interface":200,"./visitante-comum-interface":201,"./visitante-delegua-interface":202}],180:[function(require,module,exports){
19792
- "use strict";
19793
- Object.defineProperty(exports, "__esModule", { value: true });
19794
-
19795
- },{}],181:[function(require,module,exports){
19812
+ },{"./avaliador-sintatico":154,"./componente-modulo-classe-interface":156,"./componente-modulo-funcao-interface":157,"./construtos":160,"./declaracoes":162,"./delegua":165,"./depuracao":168,"./egua-classico":169,"./entrada-tabela-diagnostico-semantico-interface":171,"./entrada-tabela-diagnosticos-sintatico-interface":172,"./erros":177,"./estilizador/estilizador-interface":178,"./formatador-comum-interface":179,"./interpretador-com-depuracao-interface":181,"./interpretador-interface":182,"./iteravel-interface":183,"./lexador-interface":184,"./modulo-interface":185,"./parametro-interface":186,"./pilha-interface":187,"./primitiva-interface":188,"./resolvedor-interface":189,"./resultado-parcial-interpretador-interface":190,"./retornos":191,"./retornos/retorno-execucao-interface":194,"./simbolo-interface":197,"./tradutores":199,"./tradutores/tradutor-interface":200,"./variavel-interface":201,"./visitante-comum-interface":202,"./visitante-delegua-interface":203}],181:[function(require,module,exports){
19796
19813
  "use strict";
19797
19814
  Object.defineProperty(exports, "__esModule", { value: true });
19798
19815
 
@@ -19830,6 +19847,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
19830
19847
 
19831
19848
  },{}],190:[function(require,module,exports){
19832
19849
  "use strict";
19850
+ Object.defineProperty(exports, "__esModule", { value: true });
19851
+
19852
+ },{}],191:[function(require,module,exports){
19853
+ "use strict";
19833
19854
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19834
19855
  if (k2 === undefined) k2 = k;
19835
19856
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -19851,11 +19872,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
19851
19872
  __exportStar(require("./retorno-interpretador-interface"), exports);
19852
19873
  __exportStar(require("./retorno-lexador-interface"), exports);
19853
19874
 
19854
- },{"./retorno-analisador-semantico-interface":191,"./retorno-avaliador-sintatico-interface":192,"./retorno-execucao-interface":193,"./retorno-interpretador-interface":194,"./retorno-lexador-interface":195}],191:[function(require,module,exports){
19855
- "use strict";
19856
- Object.defineProperty(exports, "__esModule", { value: true });
19857
-
19858
- },{}],192:[function(require,module,exports){
19875
+ },{"./retorno-analisador-semantico-interface":192,"./retorno-avaliador-sintatico-interface":193,"./retorno-execucao-interface":194,"./retorno-interpretador-interface":195,"./retorno-lexador-interface":196}],192:[function(require,module,exports){
19859
19876
  "use strict";
19860
19877
  Object.defineProperty(exports, "__esModule", { value: true });
19861
19878
 
@@ -19881,6 +19898,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
19881
19898
 
19882
19899
  },{}],198:[function(require,module,exports){
19883
19900
  "use strict";
19901
+ Object.defineProperty(exports, "__esModule", { value: true });
19902
+
19903
+ },{}],199:[function(require,module,exports){
19904
+ "use strict";
19884
19905
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19885
19906
  if (k2 === undefined) k2 = k;
19886
19907
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -19899,11 +19920,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
19899
19920
  __exportStar(require("./contexto-funcao-interface"), exports);
19900
19921
  __exportStar(require("./tradutor-interface"), exports);
19901
19922
 
19902
- },{"./contexto-funcao-interface":197,"./tradutor-interface":199}],199:[function(require,module,exports){
19903
- "use strict";
19904
- Object.defineProperty(exports, "__esModule", { value: true });
19905
-
19906
- },{}],200:[function(require,module,exports){
19923
+ },{"./contexto-funcao-interface":198,"./tradutor-interface":200}],200:[function(require,module,exports){
19907
19924
  "use strict";
19908
19925
  Object.defineProperty(exports, "__esModule", { value: true });
19909
19926
 
@@ -19917,6 +19934,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
19917
19934
 
19918
19935
  },{}],203:[function(require,module,exports){
19919
19936
  "use strict";
19937
+ Object.defineProperty(exports, "__esModule", { value: true });
19938
+
19939
+ },{}],204:[function(require,module,exports){
19940
+ "use strict";
19920
19941
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19921
19942
  if (k2 === undefined) k2 = k;
19922
19943
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -20530,7 +20551,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
20530
20551
  }
20531
20552
  }
20532
20553
 
20533
- },{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":209,"./estruturas/descritor-tipo-classe":210,"./estruturas/funcao-padrao":211,"./estruturas/objeto-delegua-classe":217}],204:[function(require,module,exports){
20554
+ },{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":210,"./estruturas/descritor-tipo-classe":211,"./estruturas/funcao-padrao":213,"./estruturas/objeto-delegua-classe":219}],205:[function(require,module,exports){
20534
20555
  "use strict";
20535
20556
  Object.defineProperty(exports, "__esModule", { value: true });
20536
20557
  exports.EspacoMemoria = void 0;
@@ -20555,7 +20576,7 @@ class EspacoMemoria {
20555
20576
  }
20556
20577
  exports.EspacoMemoria = EspacoMemoria;
20557
20578
 
20558
- },{}],205:[function(require,module,exports){
20579
+ },{}],206:[function(require,module,exports){
20559
20580
  "use strict";
20560
20581
  Object.defineProperty(exports, "__esModule", { value: true });
20561
20582
  exports.Chamavel = void 0;
@@ -20572,7 +20593,7 @@ class Chamavel {
20572
20593
  }
20573
20594
  exports.Chamavel = Chamavel;
20574
20595
 
20575
- },{}],206:[function(require,module,exports){
20596
+ },{}],207:[function(require,module,exports){
20576
20597
  "use strict";
20577
20598
  Object.defineProperty(exports, "__esModule", { value: true });
20578
20599
  exports.ClasseDeModulo = void 0;
@@ -20593,7 +20614,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
20593
20614
  }
20594
20615
  exports.ClasseDeModulo = ClasseDeModulo;
20595
20616
 
20596
- },{"./chamavel":205}],207:[function(require,module,exports){
20617
+ },{"./chamavel":206}],208:[function(require,module,exports){
20597
20618
  "use strict";
20598
20619
  Object.defineProperty(exports, "__esModule", { value: true });
20599
20620
  exports.ClassePadrao = void 0;
@@ -20634,7 +20655,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
20634
20655
  }
20635
20656
  exports.ClassePadrao = ClassePadrao;
20636
20657
 
20637
- },{"./chamavel":205}],208:[function(require,module,exports){
20658
+ },{"./chamavel":206}],209:[function(require,module,exports){
20638
20659
  "use strict";
20639
20660
  Object.defineProperty(exports, "__esModule", { value: true });
20640
20661
  exports.DeleguaFuncaoNativa = void 0;
@@ -20677,7 +20698,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
20677
20698
  }
20678
20699
  exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
20679
20700
 
20680
- },{"./delegua-funcao":209}],209:[function(require,module,exports){
20701
+ },{"./delegua-funcao":210}],210:[function(require,module,exports){
20681
20702
  "use strict";
20682
20703
  Object.defineProperty(exports, "__esModule", { value: true });
20683
20704
  exports.DeleguaFuncao = void 0;
@@ -20880,7 +20901,7 @@ function tipoDeDados(valor) {
20880
20901
  }
20881
20902
  }
20882
20903
 
20883
- },{"../../declaracoes":116,"../../quebras":250,"../espaco-memoria":204,"./chamavel":205,"./objeto-delegua-classe":217}],210:[function(require,module,exports){
20904
+ },{"../../declaracoes":117,"../../quebras":252,"../espaco-memoria":205,"./chamavel":206,"./objeto-delegua-classe":219}],211:[function(require,module,exports){
20884
20905
  "use strict";
20885
20906
  Object.defineProperty(exports, "__esModule", { value: true });
20886
20907
  exports.DescritorTipoClasse = void 0;
@@ -21195,7 +21216,36 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
21195
21216
  }
21196
21217
  exports.DescritorTipoClasse = DescritorTipoClasse;
21197
21218
 
21198
- },{"../../excecoes":140,"./chamavel":205,"./metodo-polimorfico":213,"./objeto-delegua-classe":217}],211:[function(require,module,exports){
21219
+ },{"../../excecoes":141,"./chamavel":206,"./metodo-polimorfico":215,"./objeto-delegua-classe":219}],212:[function(require,module,exports){
21220
+ "use strict";
21221
+ Object.defineProperty(exports, "__esModule", { value: true });
21222
+ exports.EXCECAO_BASE = void 0;
21223
+ const descritor_tipo_classe_1 = require("./descritor-tipo-classe");
21224
+ const delegua_funcao_nativa_1 = require("./delegua-funcao-nativa");
21225
+ const objeto_base_1 = require("./objeto-base");
21226
+ const simboloExcecao = {
21227
+ tipo: 'IDENTIFICADOR',
21228
+ lexema: 'Excecao',
21229
+ literal: null,
21230
+ linha: 0,
21231
+ hashArquivo: -1,
21232
+ };
21233
+ function criarDescritorExcecao() {
21234
+ const descritor = new descritor_tipo_classe_1.DescritorTipoClasse(simboloExcecao, objeto_base_1.OBJETO_BASE, {});
21235
+ descritor.metodos['construtor'] = new delegua_funcao_nativa_1.DeleguaFuncaoNativa('construtor', 1, (instancia, args) => {
21236
+ if (instancia) {
21237
+ instancia.propriedades['mensagem'] = args[0] ?? null;
21238
+ }
21239
+ });
21240
+ descritor.metodos['paraTexto'] = new delegua_funcao_nativa_1.DeleguaFuncaoNativa('paraTexto', 0, (instancia) => {
21241
+ return String(instancia?.propriedades['mensagem'] ?? '');
21242
+ });
21243
+ descritor.orem = descritor_tipo_classe_1.DescritorTipoClasse.computarOReM(descritor);
21244
+ return descritor;
21245
+ }
21246
+ exports.EXCECAO_BASE = criarDescritorExcecao();
21247
+
21248
+ },{"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211,"./objeto-base":218}],213:[function(require,module,exports){
21199
21249
  "use strict";
21200
21250
  Object.defineProperty(exports, "__esModule", { value: true });
21201
21251
  exports.FuncaoPadrao = void 0;
@@ -21234,7 +21284,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
21234
21284
  }
21235
21285
  exports.FuncaoPadrao = FuncaoPadrao;
21236
21286
 
21237
- },{"./chamavel":205}],212:[function(require,module,exports){
21287
+ },{"./chamavel":206}],214:[function(require,module,exports){
21238
21288
  "use strict";
21239
21289
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21240
21290
  if (k2 === undefined) k2 = k;
@@ -21261,13 +21311,14 @@ __exportStar(require("./delegua-funcao-nativa"), exports);
21261
21311
  __exportStar(require("./metodo-primitiva"), exports);
21262
21312
  __exportStar(require("./metodo-polimorfico"), exports);
21263
21313
  __exportStar(require("./modulo"), exports);
21314
+ __exportStar(require("./excecao-base"), exports);
21264
21315
  __exportStar(require("./objeto-base"), exports);
21265
21316
  __exportStar(require("./objeto-delegua-classe"), exports);
21266
21317
  __exportStar(require("./objeto-padrao"), exports);
21267
21318
  __exportStar(require("./referencia-montao"), exports);
21268
21319
  __exportStar(require("./super-proxy"), exports);
21269
21320
 
21270
- },{"./chamavel":205,"./classe-de-modulo":206,"./classe-padrao":207,"./delegua-funcao":209,"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210,"./funcao-padrao":211,"./metodo-polimorfico":213,"./metodo-primitiva":214,"./modulo":215,"./objeto-base":216,"./objeto-delegua-classe":217,"./objeto-padrao":218,"./referencia-montao":219,"./super-proxy":220}],213:[function(require,module,exports){
21321
+ },{"./chamavel":206,"./classe-de-modulo":207,"./classe-padrao":208,"./delegua-funcao":210,"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211,"./excecao-base":212,"./funcao-padrao":213,"./metodo-polimorfico":215,"./metodo-primitiva":216,"./modulo":217,"./objeto-base":218,"./objeto-delegua-classe":219,"./objeto-padrao":220,"./referencia-montao":221,"./super-proxy":222}],215:[function(require,module,exports){
21271
21322
  "use strict";
21272
21323
  Object.defineProperty(exports, "__esModule", { value: true });
21273
21324
  exports.MetodoPolimorfico = void 0;
@@ -21445,7 +21496,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
21445
21496
  }
21446
21497
  exports.MetodoPolimorfico = MetodoPolimorfico;
21447
21498
 
21448
- },{"../../excecoes":140,"../../inferenciador":149,"./chamavel":205}],214:[function(require,module,exports){
21499
+ },{"../../excecoes":141,"../../inferenciador":150,"./chamavel":206}],216:[function(require,module,exports){
21449
21500
  "use strict";
21450
21501
  Object.defineProperty(exports, "__esModule", { value: true });
21451
21502
  exports.MetodoPrimitiva = void 0;
@@ -21491,7 +21542,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
21491
21542
  }
21492
21543
  exports.MetodoPrimitiva = MetodoPrimitiva;
21493
21544
 
21494
- },{"./chamavel":205}],215:[function(require,module,exports){
21545
+ },{"./chamavel":206}],217:[function(require,module,exports){
21495
21546
  "use strict";
21496
21547
  Object.defineProperty(exports, "__esModule", { value: true });
21497
21548
  exports.DeleguaModulo = void 0;
@@ -21517,7 +21568,7 @@ class DeleguaModulo {
21517
21568
  }
21518
21569
  exports.DeleguaModulo = DeleguaModulo;
21519
21570
 
21520
- },{}],216:[function(require,module,exports){
21571
+ },{}],218:[function(require,module,exports){
21521
21572
  "use strict";
21522
21573
  Object.defineProperty(exports, "__esModule", { value: true });
21523
21574
  exports.OBJETO_BASE = void 0;
@@ -21591,7 +21642,7 @@ function criarDescritorObjeto() {
21591
21642
  }
21592
21643
  exports.OBJETO_BASE = criarDescritorObjeto();
21593
21644
 
21594
- },{"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210}],217:[function(require,module,exports){
21645
+ },{"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211}],219:[function(require,module,exports){
21595
21646
  "use strict";
21596
21647
  Object.defineProperty(exports, "__esModule", { value: true });
21597
21648
  exports.ObjetoDeleguaClasse = void 0;
@@ -21773,7 +21824,7 @@ class ObjetoDeleguaClasse {
21773
21824
  }
21774
21825
  exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
21775
21826
 
21776
- },{"../../excecoes":140}],218:[function(require,module,exports){
21827
+ },{"../../excecoes":141}],220:[function(require,module,exports){
21777
21828
  "use strict";
21778
21829
  Object.defineProperty(exports, "__esModule", { value: true });
21779
21830
  exports.ObjetoPadrao = void 0;
@@ -21807,7 +21858,7 @@ class ObjetoPadrao {
21807
21858
  }
21808
21859
  exports.ObjetoPadrao = ObjetoPadrao;
21809
21860
 
21810
- },{}],219:[function(require,module,exports){
21861
+ },{}],221:[function(require,module,exports){
21811
21862
  "use strict";
21812
21863
  Object.defineProperty(exports, "__esModule", { value: true });
21813
21864
  exports.ReferenciaMontao = void 0;
@@ -21832,7 +21883,7 @@ class ReferenciaMontao {
21832
21883
  }
21833
21884
  exports.ReferenciaMontao = ReferenciaMontao;
21834
21885
 
21835
- },{}],220:[function(require,module,exports){
21886
+ },{}],222:[function(require,module,exports){
21836
21887
  "use strict";
21837
21888
  Object.defineProperty(exports, "__esModule", { value: true });
21838
21889
  exports.SuperProxy = void 0;
@@ -21871,7 +21922,7 @@ class SuperProxy extends chamavel_1.Chamavel {
21871
21922
  }
21872
21923
  exports.SuperProxy = SuperProxy;
21873
21924
 
21874
- },{"./chamavel":205}],221:[function(require,module,exports){
21925
+ },{"./chamavel":206}],223:[function(require,module,exports){
21875
21926
  "use strict";
21876
21927
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21877
21928
  if (k2 === undefined) k2 = k;
@@ -21892,7 +21943,7 @@ __exportStar(require("./estruturas"), exports);
21892
21943
  __exportStar(require("./interpretador"), exports);
21893
21944
  __exportStar(require("./interpretador-base"), exports);
21894
21945
 
21895
- },{"./estruturas":212,"./interpretador":223,"./interpretador-base":222}],222:[function(require,module,exports){
21946
+ },{"./estruturas":214,"./interpretador":225,"./interpretador-base":224}],224:[function(require,module,exports){
21896
21947
  "use strict";
21897
21948
  var __importDefault = (this && this.__importDefault) || function (mod) {
21898
21949
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -21984,6 +22035,7 @@ class InterpretadorBase {
21984
22035
  this.pilhaEscoposExecucao.empilhar(escopoExecucao);
21985
22036
  // Registrar a classe base `Objeto` no escopo global.
21986
22037
  this.pilhaEscoposExecucao.definirVariavel('Objeto', estruturas_1.OBJETO_BASE);
22038
+ this.pilhaEscoposExecucao.definirVariavel('Excecao', estruturas_1.EXCECAO_BASE);
21987
22039
  }
21988
22040
  /**
21989
22041
  * Cede o controle ao loop de eventos do JavaScript.
@@ -22179,28 +22231,35 @@ class InterpretadorBase {
22179
22231
  }
22180
22232
  async visitarExpressaoFalhar(expressao) {
22181
22233
  let valorAvaliado = expressao.explicacao;
22182
- // Se for um construto (ex.: Variavel), avalia para obter seu valor real
22183
- if (expressao.explicacao &&
22184
- typeof expressao.explicacao.aceitar === 'function') {
22234
+ if (expressao.explicacao && typeof expressao.explicacao.aceitar === 'function') {
22185
22235
  valorAvaliado = await this.avaliar(expressao.explicacao);
22236
+ valorAvaliado = this.resolverValor(valorAvaliado);
22186
22237
  }
22187
- let textoFalha;
22188
- if (valorAvaliado === null || valorAvaliado === undefined) {
22189
- textoFalha = 'nulo';
22190
- }
22191
- else if (typeof valorAvaliado === 'string') {
22192
- textoFalha = valorAvaliado;
22193
- }
22194
- else if (typeof valorAvaliado === 'object' &&
22195
- 'valor' in valorAvaliado) {
22196
- // Objetos tipados como { valor: 'mensagem', tipo: 'texto' }
22197
- textoFalha = String(valorAvaliado.valor);
22238
+ let objetoDelegua;
22239
+ if (valorAvaliado instanceof estruturas_1.ObjetoDeleguaClasse) {
22240
+ objetoDelegua = valorAvaliado;
22198
22241
  }
22199
22242
  else {
22200
- // Caso incomum: usa a representação textual padrão
22201
- textoFalha = this.paraTexto(valorAvaliado);
22243
+ let mensagem;
22244
+ if (valorAvaliado === null || valorAvaliado === undefined) {
22245
+ mensagem = 'nulo';
22246
+ }
22247
+ else if (typeof valorAvaliado === 'string') {
22248
+ mensagem = valorAvaliado;
22249
+ }
22250
+ else if (typeof valorAvaliado === 'object' && 'valor' in valorAvaliado) {
22251
+ mensagem = String(valorAvaliado.valor);
22252
+ }
22253
+ else {
22254
+ mensagem = this.paraTexto(valorAvaliado);
22255
+ }
22256
+ objetoDelegua = new estruturas_1.ObjetoDeleguaClasse(estruturas_1.EXCECAO_BASE);
22257
+ objetoDelegua.propriedades['mensagem'] = mensagem;
22202
22258
  }
22203
- throw new excecoes_1.ErroEmTempoDeExecucao(expressao.simbolo, textoFalha, expressao.linha);
22259
+ const mensagem = objetoDelegua.propriedades['mensagem'] ?? '';
22260
+ const erro = new excecoes_1.ErroEmTempoDeExecucao(expressao.simbolo, mensagem, expressao.linha);
22261
+ erro.valorDelegua = objetoDelegua;
22262
+ throw erro;
22204
22263
  }
22205
22264
  async visitarExpressaoFimPara(_) {
22206
22265
  throw new Error('Método não implementado.');
@@ -22870,6 +22929,12 @@ class InterpretadorBase {
22870
22929
  entidadeChamada.constructor === estruturas_1.DeleguaFuncao ||
22871
22930
  entidadeChamada.constructor === estruturas_1.MetodoPolimorfico) {
22872
22931
  const retornoEntidadeChamada = await entidadeChamada.chamar(this, argumentos);
22932
+ // Desembrulha `RetornoQuebra` para que não se propague além da fronteira de chamada de função
22933
+ // para `executarUltimoEscopo`, o que interromperia o loop de execução externo.
22934
+ // `resolverValor` também resolve qualquer referência do montão enquanto o escopo ainda está vivo.
22935
+ if (retornoEntidadeChamada?.valorRetornado instanceof quebras_1.RetornoQuebra) {
22936
+ return this.resolverValor(retornoEntidadeChamada.valorRetornado.valor);
22937
+ }
22873
22938
  return retornoEntidadeChamada;
22874
22939
  }
22875
22940
  // Chamadas a `super()`.
@@ -22877,7 +22942,8 @@ class InterpretadorBase {
22877
22942
  if (expressao.entidadeChamada instanceof construtos_1.Super) {
22878
22943
  const descritorSuperclasse = variavelEntidadeChamada.classe.superClasse;
22879
22944
  const metodoConstrutor = descritorSuperclasse.encontrarMetodo('construtor');
22880
- await metodoConstrutor.chamar(this, argumentos);
22945
+ const metodoVinculado = metodoConstrutor.funcaoPorMetodoDeClasse(variavelEntidadeChamada);
22946
+ await metodoVinculado.chamar(this, argumentos);
22881
22947
  return null;
22882
22948
  }
22883
22949
  // A função chamada pode ser de uma biblioteca JavaScript.
@@ -23258,18 +23324,30 @@ class InterpretadorBase {
23258
23324
  } while (!(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra) &&
23259
23325
  this.eVerdadeiro(await this.avaliar(declaracao.condicaoEnquanto)));
23260
23326
  }
23261
- /**
23262
- * Unifica a execução do bloco 'pegue', tratando tanto o caso de
23263
- * declarações simples quanto o caso de função com parâmetro de erro.
23264
- */
23265
- async executarBlocoPegue(pegue, erro) {
23266
- if (Array.isArray(pegue)) {
23267
- return await this.executarBloco(pegue);
23327
+ ehInstanciaDe(objeto, nomeTipo) {
23328
+ return objeto.classe.orem.some((d) => d.simboloOriginal?.lexema === nomeTipo);
23329
+ }
23330
+ async executarBlocoPegue(blocos, erro) {
23331
+ const objetoDelegua = erro?.valorDelegua ?? null;
23332
+ for (const bloco of blocos) {
23333
+ const corresponde = !bloco.tipoExcecao ||
23334
+ (objetoDelegua !== null &&
23335
+ this.ehInstanciaDe(objetoDelegua, bloco.tipoExcecao.lexema));
23336
+ if (!corresponde)
23337
+ continue;
23338
+ this.emDeclaracaoTente = false;
23339
+ if (bloco.parametro) {
23340
+ const ambiente = new espaco_memoria_1.EspacoMemoria();
23341
+ ambiente.valores[bloco.parametro.lexema] = {
23342
+ valor: objetoDelegua,
23343
+ tipo: 'qualquer',
23344
+ imutavel: false,
23345
+ };
23346
+ return await this.executarBloco(bloco.corpo, ambiente);
23347
+ }
23348
+ return await this.executarBloco(bloco.corpo);
23268
23349
  }
23269
- // Caso seja FuncaoConstruto (pegue com parâmetro de erro)
23270
- const literalErro = new construtos_1.Literal(pegue.hashArquivo, pegue.linha, erro.mensagem || erro.message || erro);
23271
- const chamadaPegue = new construtos_1.Chamada(pegue.hashArquivo, pegue, [literalErro]);
23272
- return await chamadaPegue.aceitar(this);
23350
+ throw erro;
23273
23351
  }
23274
23352
  /**
23275
23353
  * Interpretação de uma declaração `tente`.
@@ -23278,6 +23356,7 @@ class InterpretadorBase {
23278
23356
  async visitarDeclaracaoTente(declaracao) {
23279
23357
  let valorRetorno;
23280
23358
  let sucessoNoTente = false;
23359
+ const emDeclaracaoTenteAnterior = this.emDeclaracaoTente;
23281
23360
  try {
23282
23361
  this.emDeclaracaoTente = true;
23283
23362
  try {
@@ -23285,7 +23364,7 @@ class InterpretadorBase {
23285
23364
  sucessoNoTente = true;
23286
23365
  }
23287
23366
  catch (erro) {
23288
- if (declaracao.caminhoPegue !== null) {
23367
+ if (declaracao.caminhoPegue.length > 0) {
23289
23368
  valorRetorno = await this.executarBlocoPegue(declaracao.caminhoPegue, erro);
23290
23369
  }
23291
23370
  else
@@ -23299,7 +23378,7 @@ class InterpretadorBase {
23299
23378
  if (declaracao.caminhoFinalmente) {
23300
23379
  valorRetorno = await this.executarBloco(declaracao.caminhoFinalmente);
23301
23380
  }
23302
- this.emDeclaracaoTente = false;
23381
+ this.emDeclaracaoTente = emDeclaracaoTenteAnterior;
23303
23382
  }
23304
23383
  return valorRetorno;
23305
23384
  }
@@ -23316,6 +23395,13 @@ class InterpretadorBase {
23316
23395
  resultadoAvaliacao = resultadoAvaliacao.valorRetornado;
23317
23396
  }
23318
23397
  let valor = this.resolverValor(resultadoAvaliacao);
23398
+ if (valor instanceof estruturas_1.ObjetoDeleguaClasse) {
23399
+ const metodoParaTexto = valor.classe.encontrarMetodo('paraTexto');
23400
+ if (metodoParaTexto) {
23401
+ const funcaoBound = metodoParaTexto.funcaoPorMetodoDeClasse(valor);
23402
+ valor = this.resolverValor(await funcaoBound.chamar(this, []));
23403
+ }
23404
+ }
23319
23405
  formatoTexto += `${this.paraTexto(valor)} `;
23320
23406
  }
23321
23407
  return formatoTexto.trimEnd();
@@ -24218,7 +24304,7 @@ class InterpretadorBase {
24218
24304
  }
24219
24305
  exports.InterpretadorBase = InterpretadorBase;
24220
24306
 
24221
- },{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":149,"../lexador":241,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./espaco-memoria":204,"./estruturas":212,"./estruturas/metodo-primitiva":214,"./pilha-escopos-execucao":225,"browser-process-hrtime":449}],223:[function(require,module,exports){
24307
+ },{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":141,"../inferenciador":150,"../lexador":243,"../quebras":252,"../tipos-de-dados/delegua":253,"../tipos-de-dados/primitivos":255,"../tipos-de-simbolos/delegua":258,"./espaco-memoria":205,"./estruturas":214,"./estruturas/metodo-primitiva":216,"./pilha-escopos-execucao":227,"browser-process-hrtime":451}],225:[function(require,module,exports){
24222
24308
  "use strict";
24223
24309
  var __importDefault = (this && this.__importDefault) || function (mod) {
24224
24310
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -25627,7 +25713,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
25627
25713
  async visitarExpressaoSeTernario(expressao) {
25628
25714
  const avaliacaoCondicao = await this.avaliar(expressao.condicao);
25629
25715
  const valorAvaliacaoCondicao = this.resolverValor(avaliacaoCondicao);
25630
- if (valorAvaliacaoCondicao) {
25716
+ if (this.eVerdadeiro(valorAvaliacaoCondicao)) {
25631
25717
  return this.avaliar(expressao.expressaoSe);
25632
25718
  }
25633
25719
  return this.avaliar(expressao.expressaoSenao);
@@ -25808,7 +25894,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
25808
25894
  }
25809
25895
  exports.Interpretador = Interpretador;
25810
25896
 
25811
- },{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":116,"../excecoes":140,"../inferenciador":149,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./comum":203,"./estruturas":212,"./interpretador-base":222,"./montao":224}],224:[function(require,module,exports){
25897
+ },{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":117,"../excecoes":141,"../inferenciador":150,"../quebras":252,"../tipos-de-dados/delegua":253,"../tipos-de-dados/primitivos":255,"../tipos-de-simbolos/delegua":258,"./comum":204,"./estruturas":214,"./interpretador-base":224,"./montao":226}],226:[function(require,module,exports){
25812
25898
  "use strict";
25813
25899
  Object.defineProperty(exports, "__esModule", { value: true });
25814
25900
  exports.Montao = void 0;
@@ -25865,7 +25951,7 @@ class Montao {
25865
25951
  }
25866
25952
  exports.Montao = Montao;
25867
25953
 
25868
- },{"../excecoes":140,"../geracao-identificadores":147}],225:[function(require,module,exports){
25954
+ },{"../excecoes":141,"../geracao-identificadores":148}],227:[function(require,module,exports){
25869
25955
  "use strict";
25870
25956
  var __importDefault = (this && this.__importDefault) || function (mod) {
25871
25957
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -26206,7 +26292,7 @@ class PilhaEscoposExecucao {
26206
26292
  }
26207
26293
  exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
26208
26294
 
26209
- },{"../excecoes":140,"../inferenciador":149,"../lexador":241,"../tipos-de-dados/delegua":251,"./estruturas":212}],226:[function(require,module,exports){
26295
+ },{"../excecoes":141,"../inferenciador":150,"../lexador":243,"../tipos-de-dados/delegua":253,"./estruturas":214}],228:[function(require,module,exports){
26210
26296
  "use strict";
26211
26297
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
26212
26298
  if (k2 === undefined) k2 = k;
@@ -26231,7 +26317,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
26231
26317
  __exportStar(require("./lexador-prisma"), exports);
26232
26318
  __exportStar(require("./lexador-tenda"), exports);
26233
26319
 
26234
- },{"./lexador-calango":227,"./lexador-egua-classico":228,"./lexador-guarani":229,"./lexador-pitugues":230,"./lexador-portugol-ipt":231,"./lexador-prisma":232,"./lexador-tenda":233}],227:[function(require,module,exports){
26320
+ },{"./lexador-calango":229,"./lexador-egua-classico":230,"./lexador-guarani":231,"./lexador-pitugues":232,"./lexador-portugol-ipt":233,"./lexador-prisma":234,"./lexador-tenda":235}],229:[function(require,module,exports){
26235
26321
  "use strict";
26236
26322
  var __importDefault = (this && this.__importDefault) || function (mod) {
26237
26323
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -26546,7 +26632,7 @@ class LexadorCalango {
26546
26632
  }
26547
26633
  exports.LexadorCalango = LexadorCalango;
26548
26634
 
26549
- },{"../../tipos-de-simbolos/calango":254,"../simbolo":249,"./palavras-reservadas/calango":234}],228:[function(require,module,exports){
26635
+ },{"../../tipos-de-simbolos/calango":256,"../simbolo":251,"./palavras-reservadas/calango":236}],230:[function(require,module,exports){
26550
26636
  "use strict";
26551
26637
  var __importDefault = (this && this.__importDefault) || function (mod) {
26552
26638
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -26839,7 +26925,7 @@ class LexadorEguaClassico {
26839
26925
  }
26840
26926
  exports.LexadorEguaClassico = LexadorEguaClassico;
26841
26927
 
26842
- },{"../../tipos-de-simbolos/egua-classico":257,"../simbolo":249,"./palavras-reservadas/egua-classico":235}],229:[function(require,module,exports){
26928
+ },{"../../tipos-de-simbolos/egua-classico":259,"../simbolo":251,"./palavras-reservadas/egua-classico":237}],231:[function(require,module,exports){
26843
26929
  "use strict";
26844
26930
  var __importDefault = (this && this.__importDefault) || function (mod) {
26845
26931
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -26958,7 +27044,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
26958
27044
  }
26959
27045
  exports.LexadorGuarani = LexadorGuarani;
26960
27046
 
26961
- },{"../../tipos-de-simbolos/guarani":258,"../lexador-base":243,"./palavras-reservadas/guarani":236}],230:[function(require,module,exports){
27047
+ },{"../../tipos-de-simbolos/guarani":260,"../lexador-base":245,"./palavras-reservadas/guarani":238}],232:[function(require,module,exports){
26962
27048
  "use strict";
26963
27049
  var __importDefault = (this && this.__importDefault) || function (mod) {
26964
27050
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -27501,7 +27587,7 @@ class LexadorPitugues {
27501
27587
  }
27502
27588
  exports.LexadorPitugues = LexadorPitugues;
27503
27589
 
27504
- },{"../../tipos-de-simbolos/pitugues":260,"../simbolo":249,"./palavras-reservadas/pitugues":237,"browser-process-hrtime":449}],231:[function(require,module,exports){
27590
+ },{"../../tipos-de-simbolos/pitugues":262,"../simbolo":251,"./palavras-reservadas/pitugues":239,"browser-process-hrtime":451}],233:[function(require,module,exports){
27505
27591
  "use strict";
27506
27592
  var __importDefault = (this && this.__importDefault) || function (mod) {
27507
27593
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -27810,7 +27896,7 @@ class LexadorPortugolIpt {
27810
27896
  }
27811
27897
  exports.LexadorPortugolIpt = LexadorPortugolIpt;
27812
27898
 
27813
- },{"../../tipos-de-simbolos/portugol-ipt":261,"../simbolo":249,"./palavras-reservadas/portugol-ipt":238}],232:[function(require,module,exports){
27899
+ },{"../../tipos-de-simbolos/portugol-ipt":263,"../simbolo":251,"./palavras-reservadas/portugol-ipt":240}],234:[function(require,module,exports){
27814
27900
  "use strict";
27815
27901
  var __importDefault = (this && this.__importDefault) || function (mod) {
27816
27902
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28211,7 +28297,7 @@ class LexadorPrisma {
28211
28297
  }
28212
28298
  exports.LexadorPrisma = LexadorPrisma;
28213
28299
 
28214
- },{"../../tipos-de-simbolos/prisma":262,"../simbolo":249,"./palavras-reservadas/prisma":239,"browser-process-hrtime":449}],233:[function(require,module,exports){
28300
+ },{"../../tipos-de-simbolos/prisma":264,"../simbolo":251,"./palavras-reservadas/prisma":241,"browser-process-hrtime":451}],235:[function(require,module,exports){
28215
28301
  "use strict";
28216
28302
  var __importDefault = (this && this.__importDefault) || function (mod) {
28217
28303
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28605,7 +28691,7 @@ class LexadorTenda {
28605
28691
  }
28606
28692
  exports.LexadorTenda = LexadorTenda;
28607
28693
 
28608
- },{"../../tipos-de-simbolos/tenda":263,"../simbolo":249,"./palavras-reservadas/tenda":240,"browser-process-hrtime":449}],234:[function(require,module,exports){
28694
+ },{"../../tipos-de-simbolos/tenda":265,"../simbolo":251,"./palavras-reservadas/tenda":242,"browser-process-hrtime":451}],236:[function(require,module,exports){
28609
28695
  "use strict";
28610
28696
  var __importDefault = (this && this.__importDefault) || function (mod) {
28611
28697
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28653,7 +28739,7 @@ exports.default = {
28653
28739
  verdadeiro: calango_1.default.VERDADEIRO,
28654
28740
  };
28655
28741
 
28656
- },{"../../../tipos-de-simbolos/calango":254}],235:[function(require,module,exports){
28742
+ },{"../../../tipos-de-simbolos/calango":256}],237:[function(require,module,exports){
28657
28743
  "use strict";
28658
28744
  var __importDefault = (this && this.__importDefault) || function (mod) {
28659
28745
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28694,7 +28780,7 @@ exports.palavrasReservadas = {
28694
28780
  verdadeiro: egua_classico_1.default.VERDADEIRO,
28695
28781
  };
28696
28782
 
28697
- },{"../../../tipos-de-simbolos/egua-classico":257}],236:[function(require,module,exports){
28783
+ },{"../../../tipos-de-simbolos/egua-classico":259}],238:[function(require,module,exports){
28698
28784
  "use strict";
28699
28785
  var __importDefault = (this && this.__importDefault) || function (mod) {
28700
28786
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28706,7 +28792,7 @@ exports.palavrasReservadas = {
28706
28792
  hai: guarani_1.default.HAI,
28707
28793
  };
28708
28794
 
28709
- },{"../../../tipos-de-simbolos/guarani":258}],237:[function(require,module,exports){
28795
+ },{"../../../tipos-de-simbolos/guarani":260}],239:[function(require,module,exports){
28710
28796
  "use strict";
28711
28797
  var __importDefault = (this && this.__importDefault) || function (mod) {
28712
28798
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28768,7 +28854,7 @@ exports.palavrasReservadasMicroGramatica = {
28768
28854
  verdadeiro: pitugues_1.default.VERDADEIRO,
28769
28855
  };
28770
28856
 
28771
- },{"../../../tipos-de-simbolos/pitugues":260}],238:[function(require,module,exports){
28857
+ },{"../../../tipos-de-simbolos/pitugues":262}],240:[function(require,module,exports){
28772
28858
  "use strict";
28773
28859
  var __importDefault = (this && this.__importDefault) || function (mod) {
28774
28860
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28828,7 +28914,7 @@ exports.palavrasReservadas = {
28828
28914
  não: portugol_ipt_1.default.NAO,
28829
28915
  };
28830
28916
 
28831
- },{"../../../tipos-de-simbolos/portugol-ipt":261}],239:[function(require,module,exports){
28917
+ },{"../../../tipos-de-simbolos/portugol-ipt":263}],241:[function(require,module,exports){
28832
28918
  "use strict";
28833
28919
  var __importDefault = (this && this.__importDefault) || function (mod) {
28834
28920
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28879,7 +28965,7 @@ exports.palavrasReservadas = {
28879
28965
  verdadeiro: prisma_1.default.VERDADEIRO,
28880
28966
  };
28881
28967
 
28882
- },{"../../../tipos-de-simbolos/prisma":262}],240:[function(require,module,exports){
28968
+ },{"../../../tipos-de-simbolos/prisma":264}],242:[function(require,module,exports){
28883
28969
  "use strict";
28884
28970
  var __importDefault = (this && this.__importDefault) || function (mod) {
28885
28971
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28937,7 +29023,7 @@ exports.palavrasReservadas = {
28937
29023
  Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
28938
29024
  };
28939
29025
 
28940
- },{"../../../tipos-de-simbolos/tenda":263}],241:[function(require,module,exports){
29026
+ },{"../../../tipos-de-simbolos/tenda":265}],243:[function(require,module,exports){
28941
29027
  "use strict";
28942
29028
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
28943
29029
  if (k2 === undefined) k2 = k;
@@ -28960,7 +29046,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
28960
29046
  __exportStar(require("./micro-lexador"), exports);
28961
29047
  __exportStar(require("./simbolo"), exports);
28962
29048
 
28963
- },{"./dialetos":226,"./lexador":244,"./lexador-base-linha-unica":242,"./micro-lexador":247,"./simbolo":249}],242:[function(require,module,exports){
29049
+ },{"./dialetos":228,"./lexador":246,"./lexador-base-linha-unica":244,"./micro-lexador":249,"./simbolo":251}],244:[function(require,module,exports){
28964
29050
  "use strict";
28965
29051
  Object.defineProperty(exports, "__esModule", { value: true });
28966
29052
  exports.LexadorBaseLinhaUnica = void 0;
@@ -29049,7 +29135,7 @@ class LexadorBaseLinhaUnica {
29049
29135
  }
29050
29136
  exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
29051
29137
 
29052
- },{"./simbolo":249}],243:[function(require,module,exports){
29138
+ },{"./simbolo":251}],245:[function(require,module,exports){
29053
29139
  "use strict";
29054
29140
  Object.defineProperty(exports, "__esModule", { value: true });
29055
29141
  exports.LexadorBase = void 0;
@@ -29188,7 +29274,7 @@ class LexadorBase {
29188
29274
  }
29189
29275
  exports.LexadorBase = LexadorBase;
29190
29276
 
29191
- },{"./simbolo":249}],244:[function(require,module,exports){
29277
+ },{"./simbolo":251}],246:[function(require,module,exports){
29192
29278
  "use strict";
29193
29279
  var __importDefault = (this && this.__importDefault) || function (mod) {
29194
29280
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -29668,7 +29754,7 @@ class Lexador extends lexador_base_1.LexadorBase {
29668
29754
  }
29669
29755
  exports.Lexador = Lexador;
29670
29756
 
29671
- },{"../tipos-de-simbolos/delegua":256,"./lexador-base":243,"./palavras-reservadas":248,"./simbolo":249,"browser-process-hrtime":449}],245:[function(require,module,exports){
29757
+ },{"../tipos-de-simbolos/delegua":258,"./lexador-base":245,"./palavras-reservadas":250,"./simbolo":251,"browser-process-hrtime":451}],247:[function(require,module,exports){
29672
29758
  "use strict";
29673
29759
  var __importDefault = (this && this.__importDefault) || function (mod) {
29674
29760
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -29851,7 +29937,7 @@ function pertenceAoParadigma(lexema, paradigma) {
29851
29937
  return paradigmaLexema === paradigma;
29852
29938
  }
29853
29939
 
29854
- },{"../tipos-de-simbolos/delegua":256}],246:[function(require,module,exports){
29940
+ },{"../tipos-de-simbolos/delegua":258}],248:[function(require,module,exports){
29855
29941
  "use strict";
29856
29942
  var __importDefault = (this && this.__importDefault) || function (mod) {
29857
29943
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -30071,7 +30157,7 @@ class MicroLexadorPitugues {
30071
30157
  }
30072
30158
  exports.MicroLexadorPitugues = MicroLexadorPitugues;
30073
30159
 
30074
- },{"../tipos-de-simbolos/pitugues":260,"./palavras-reservadas":248,"./simbolo":249}],247:[function(require,module,exports){
30160
+ },{"../tipos-de-simbolos/pitugues":262,"./palavras-reservadas":250,"./simbolo":251}],249:[function(require,module,exports){
30075
30161
  "use strict";
30076
30162
  var __importDefault = (this && this.__importDefault) || function (mod) {
30077
30163
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -30309,7 +30395,7 @@ class MicroLexador {
30309
30395
  }
30310
30396
  exports.MicroLexador = MicroLexador;
30311
30397
 
30312
- },{"../tipos-de-simbolos/microgramaticas/delegua":259,"./palavras-reservadas":248,"./simbolo":249}],248:[function(require,module,exports){
30398
+ },{"../tipos-de-simbolos/microgramaticas/delegua":261,"./palavras-reservadas":250,"./simbolo":251}],250:[function(require,module,exports){
30313
30399
  "use strict";
30314
30400
  var __importDefault = (this && this.__importDefault) || function (mod) {
30315
30401
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -30410,7 +30496,7 @@ exports.palavrasReservadasMicroGramatica = {
30410
30496
  verdadeiro: delegua_1.default.VERDADEIRO,
30411
30497
  };
30412
30498
 
30413
- },{"../tipos-de-simbolos/delegua":256}],249:[function(require,module,exports){
30499
+ },{"../tipos-de-simbolos/delegua":258}],251:[function(require,module,exports){
30414
30500
  "use strict";
30415
30501
  Object.defineProperty(exports, "__esModule", { value: true });
30416
30502
  exports.Simbolo = void 0;
@@ -30431,7 +30517,7 @@ class Simbolo {
30431
30517
  }
30432
30518
  exports.Simbolo = Simbolo;
30433
30519
 
30434
- },{}],250:[function(require,module,exports){
30520
+ },{}],252:[function(require,module,exports){
30435
30521
  "use strict";
30436
30522
  Object.defineProperty(exports, "__esModule", { value: true });
30437
30523
  exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
@@ -30456,7 +30542,7 @@ class ContinuarQuebra extends Quebra {
30456
30542
  }
30457
30543
  exports.ContinuarQuebra = ContinuarQuebra;
30458
30544
 
30459
- },{}],251:[function(require,module,exports){
30545
+ },{}],253:[function(require,module,exports){
30460
30546
  "use strict";
30461
30547
  Object.defineProperty(exports, "__esModule", { value: true });
30462
30548
  exports.default = {
@@ -30490,7 +30576,7 @@ exports.default = {
30490
30576
  VETOR_TEXTO: 'texto[]',
30491
30577
  };
30492
30578
 
30493
- },{}],252:[function(require,module,exports){
30579
+ },{}],254:[function(require,module,exports){
30494
30580
  "use strict";
30495
30581
  Object.defineProperty(exports, "__esModule", { value: true });
30496
30582
  exports.default = {
@@ -30520,7 +30606,7 @@ exports.default = {
30520
30606
  VETOR_TEXTO: 'texto[]',
30521
30607
  };
30522
30608
 
30523
- },{}],253:[function(require,module,exports){
30609
+ },{}],255:[function(require,module,exports){
30524
30610
  "use strict";
30525
30611
  Object.defineProperty(exports, "__esModule", { value: true });
30526
30612
  exports.default = {
@@ -30539,7 +30625,7 @@ exports.default = {
30539
30625
  TEXTO: 'string',
30540
30626
  };
30541
30627
 
30542
- },{}],254:[function(require,module,exports){
30628
+ },{}],256:[function(require,module,exports){
30543
30629
  "use strict";
30544
30630
  Object.defineProperty(exports, "__esModule", { value: true });
30545
30631
  exports.default = {
@@ -30611,7 +30697,7 @@ exports.default = {
30611
30697
  VIRGULA: 'VIRGULA',
30612
30698
  };
30613
30699
 
30614
- },{}],255:[function(require,module,exports){
30700
+ },{}],257:[function(require,module,exports){
30615
30701
  "use strict";
30616
30702
  Object.defineProperty(exports, "__esModule", { value: true });
30617
30703
  exports.default = {
@@ -30638,7 +30724,7 @@ exports.default = {
30638
30724
  VIRGULA: 'VIRGULA',
30639
30725
  };
30640
30726
 
30641
- },{}],256:[function(require,module,exports){
30727
+ },{}],258:[function(require,module,exports){
30642
30728
  "use strict";
30643
30729
  Object.defineProperty(exports, "__esModule", { value: true });
30644
30730
  exports.default = {
@@ -30754,7 +30840,7 @@ exports.default = {
30754
30840
  VIRGULA: 'VIRGULA',
30755
30841
  };
30756
30842
 
30757
- },{}],257:[function(require,module,exports){
30843
+ },{}],259:[function(require,module,exports){
30758
30844
  "use strict";
30759
30845
  Object.defineProperty(exports, "__esModule", { value: true });
30760
30846
  exports.default = {
@@ -30832,7 +30918,7 @@ exports.default = {
30832
30918
  VIRGULA: 'VIRGULA',
30833
30919
  };
30834
30920
 
30835
- },{}],258:[function(require,module,exports){
30921
+ },{}],260:[function(require,module,exports){
30836
30922
  "use strict";
30837
30923
  Object.defineProperty(exports, "__esModule", { value: true });
30838
30924
  exports.default = {
@@ -30849,7 +30935,7 @@ exports.default = {
30849
30935
  VIRGULA: 'VIRGULA',
30850
30936
  };
30851
30937
 
30852
- },{}],259:[function(require,module,exports){
30938
+ },{}],261:[function(require,module,exports){
30853
30939
  "use strict";
30854
30940
  Object.defineProperty(exports, "__esModule", { value: true });
30855
30941
  exports.default = {
@@ -30902,7 +30988,7 @@ exports.default = {
30902
30988
  VIRGULA: 'VIRGULA',
30903
30989
  };
30904
30990
 
30905
- },{}],260:[function(require,module,exports){
30991
+ },{}],262:[function(require,module,exports){
30906
30992
  "use strict";
30907
30993
  Object.defineProperty(exports, "__esModule", { value: true });
30908
30994
  exports.default = {
@@ -30997,7 +31083,7 @@ exports.default = {
30997
31083
  VIRGULA: 'VIRGULA',
30998
31084
  };
30999
31085
 
31000
- },{}],261:[function(require,module,exports){
31086
+ },{}],263:[function(require,module,exports){
31001
31087
  "use strict";
31002
31088
  Object.defineProperty(exports, "__esModule", { value: true });
31003
31089
  exports.default = {
@@ -31076,7 +31162,7 @@ exports.default = {
31076
31162
  VARIAVEL: 'VARIAVEL',
31077
31163
  };
31078
31164
 
31079
- },{}],262:[function(require,module,exports){
31165
+ },{}],264:[function(require,module,exports){
31080
31166
  "use strict";
31081
31167
  Object.defineProperty(exports, "__esModule", { value: true });
31082
31168
  exports.default = {
@@ -31160,7 +31246,7 @@ exports.default = {
31160
31246
  VIRGULA: 'VIRGULA',
31161
31247
  };
31162
31248
 
31163
- },{}],263:[function(require,module,exports){
31249
+ },{}],265:[function(require,module,exports){
31164
31250
  "use strict";
31165
31251
  Object.defineProperty(exports, "__esModule", { value: true });
31166
31252
  // Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
@@ -31255,7 +31341,7 @@ exports.default = {
31255
31341
  VIRGULA: 'VIRGULA',
31256
31342
  };
31257
31343
 
31258
- },{}],264:[function(require,module,exports){
31344
+ },{}],266:[function(require,module,exports){
31259
31345
  "use strict";
31260
31346
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
31261
31347
  if (k2 === undefined) k2 = k;
@@ -31288,7 +31374,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
31288
31374
  __exportStar(require("./tradutor-reverso-tenda"), exports);
31289
31375
  __exportStar(require("./tradutor-ruby"), exports);
31290
31376
 
31291
- },{"./tradutor-assembly-arm":273,"./tradutor-assembly-risc-v":274,"./tradutor-assembly-x64":275,"./tradutor-assemblyscript":276,"./tradutor-elixir":277,"./tradutor-javascript":278,"./tradutor-mermaidjs":279,"./tradutor-portugol-ipt":280,"./tradutor-python":281,"./tradutor-reverso-calango":282,"./tradutor-reverso-javascript":283,"./tradutor-reverso-python":284,"./tradutor-reverso-tenda":285,"./tradutor-ruby":286,"./tradutor-webassembly":287}],265:[function(require,module,exports){
31377
+ },{"./tradutor-assembly-arm":275,"./tradutor-assembly-risc-v":276,"./tradutor-assembly-x64":277,"./tradutor-assemblyscript":278,"./tradutor-elixir":279,"./tradutor-javascript":280,"./tradutor-mermaidjs":281,"./tradutor-portugol-ipt":282,"./tradutor-python":283,"./tradutor-reverso-calango":284,"./tradutor-reverso-javascript":285,"./tradutor-reverso-python":286,"./tradutor-reverso-tenda":287,"./tradutor-ruby":288,"./tradutor-webassembly":289}],267:[function(require,module,exports){
31292
31378
  "use strict";
31293
31379
  Object.defineProperty(exports, "__esModule", { value: true });
31294
31380
  exports.ArestaFluxograma = void 0;
@@ -31300,7 +31386,7 @@ class ArestaFluxograma {
31300
31386
  }
31301
31387
  exports.ArestaFluxograma = ArestaFluxograma;
31302
31388
 
31303
- },{}],266:[function(require,module,exports){
31389
+ },{}],268:[function(require,module,exports){
31304
31390
  "use strict";
31305
31391
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
31306
31392
  if (k2 === undefined) k2 = k;
@@ -31323,7 +31409,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
31323
31409
  __exportStar(require("./subgrafo-metodo"), exports);
31324
31410
  __exportStar(require("./vertice-fluxograma"), exports);
31325
31411
 
31326
- },{"./aresta-fluxograma":265,"./subgrafo-classe":267,"./subgrafo-funcao":268,"./subgrafo-metodo":269,"./vertice-fluxograma":270}],267:[function(require,module,exports){
31412
+ },{"./aresta-fluxograma":267,"./subgrafo-classe":269,"./subgrafo-funcao":270,"./subgrafo-metodo":271,"./vertice-fluxograma":272}],269:[function(require,module,exports){
31327
31413
  "use strict";
31328
31414
  Object.defineProperty(exports, "__esModule", { value: true });
31329
31415
  exports.SubgrafoClasse = void 0;
@@ -31369,7 +31455,7 @@ class SubgrafoClasse {
31369
31455
  }
31370
31456
  exports.SubgrafoClasse = SubgrafoClasse;
31371
31457
 
31372
- },{}],268:[function(require,module,exports){
31458
+ },{}],270:[function(require,module,exports){
31373
31459
  "use strict";
31374
31460
  Object.defineProperty(exports, "__esModule", { value: true });
31375
31461
  exports.SubgrafoFuncao = void 0;
@@ -31384,7 +31470,7 @@ class SubgrafoFuncao {
31384
31470
  }
31385
31471
  exports.SubgrafoFuncao = SubgrafoFuncao;
31386
31472
 
31387
- },{}],269:[function(require,module,exports){
31473
+ },{}],271:[function(require,module,exports){
31388
31474
  "use strict";
31389
31475
  Object.defineProperty(exports, "__esModule", { value: true });
31390
31476
  exports.SubgrafoMetodo = void 0;
@@ -31401,7 +31487,7 @@ class SubgrafoMetodo {
31401
31487
  }
31402
31488
  exports.SubgrafoMetodo = SubgrafoMetodo;
31403
31489
 
31404
- },{}],270:[function(require,module,exports){
31490
+ },{}],272:[function(require,module,exports){
31405
31491
  "use strict";
31406
31492
  Object.defineProperty(exports, "__esModule", { value: true });
31407
31493
  exports.VerticeFluxograma = void 0;
@@ -31418,7 +31504,7 @@ class VerticeFluxograma {
31418
31504
  }
31419
31505
  exports.VerticeFluxograma = VerticeFluxograma;
31420
31506
 
31421
- },{}],271:[function(require,module,exports){
31507
+ },{}],273:[function(require,module,exports){
31422
31508
  "use strict";
31423
31509
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
31424
31510
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -32658,7 +32744,7 @@ __decorate([
32658
32744
  Decorators_1.Override
32659
32745
  ], Python3Lexer.prototype, "nextToken", null);
32660
32746
 
32661
- },{"./python3-parser":272,"antlr4ts/CommonToken":297,"antlr4ts/Decorators":301,"antlr4ts/Lexer":309,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/LexerATNSimulator":359,"antlr4ts/misc/Utils":420}],272:[function(require,module,exports){
32747
+ },{"./python3-parser":274,"antlr4ts/CommonToken":299,"antlr4ts/Decorators":303,"antlr4ts/Lexer":311,"antlr4ts/Token":328,"antlr4ts/VocabularyImpl":334,"antlr4ts/atn/ATNDeserializer":340,"antlr4ts/atn/LexerATNSimulator":361,"antlr4ts/misc/Utils":422}],274:[function(require,module,exports){
32662
32748
  "use strict";
32663
32749
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
32664
32750
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -43905,7 +43991,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
43905
43991
  }
43906
43992
  exports.Yield_argContext = Yield_argContext;
43907
43993
 
43908
- },{"antlr4ts/FailedPredicateException":305,"antlr4ts/NoViableAltException":313,"antlr4ts/Parser":314,"antlr4ts/ParserRuleContext":317,"antlr4ts/RecognitionException":320,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATN":334,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/ParserATNSimulator":375,"antlr4ts/misc/Utils":420}],273:[function(require,module,exports){
43994
+ },{"antlr4ts/FailedPredicateException":307,"antlr4ts/NoViableAltException":315,"antlr4ts/Parser":316,"antlr4ts/ParserRuleContext":319,"antlr4ts/RecognitionException":322,"antlr4ts/Token":328,"antlr4ts/VocabularyImpl":334,"antlr4ts/atn/ATN":336,"antlr4ts/atn/ATNDeserializer":340,"antlr4ts/atn/ParserATNSimulator":377,"antlr4ts/misc/Utils":422}],275:[function(require,module,exports){
43909
43995
  "use strict";
43910
43996
  Object.defineProperty(exports, "__esModule", { value: true });
43911
43997
  exports.TradutorAssemblyARM = void 0;
@@ -44617,7 +44703,7 @@ ${labelFim}:`;
44617
44703
  }
44618
44704
  exports.TradutorAssemblyARM = TradutorAssemblyARM;
44619
44705
 
44620
- },{"../construtos":67,"../declaracoes":116}],274:[function(require,module,exports){
44706
+ },{"../construtos":67,"../declaracoes":117}],276:[function(require,module,exports){
44621
44707
  "use strict";
44622
44708
  Object.defineProperty(exports, "__esModule", { value: true });
44623
44709
  exports.TradutorAssemblyRISCV = void 0;
@@ -45306,7 +45392,7 @@ ${labelSenao}:`;
45306
45392
  }
45307
45393
  exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
45308
45394
 
45309
- },{"../construtos":67,"../declaracoes":116}],275:[function(require,module,exports){
45395
+ },{"../construtos":67,"../declaracoes":117}],277:[function(require,module,exports){
45310
45396
  "use strict";
45311
45397
  Object.defineProperty(exports, "__esModule", { value: true });
45312
45398
  exports.TradutorAssemblyX64 = void 0;
@@ -46081,7 +46167,7 @@ __delegua_print_int:
46081
46167
  }
46082
46168
  exports.TradutorAssemblyX64 = TradutorAssemblyX64;
46083
46169
 
46084
- },{"../construtos":67,"../declaracoes":116}],276:[function(require,module,exports){
46170
+ },{"../construtos":67,"../declaracoes":117}],278:[function(require,module,exports){
46085
46171
  "use strict";
46086
46172
  var __importDefault = (this && this.__importDefault) || function (mod) {
46087
46173
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -46501,20 +46587,15 @@ class TradutorAssemblyScript {
46501
46587
  resultado += ' '.repeat(this.indentacao);
46502
46588
  }
46503
46589
  resultado += '}';
46504
- if (declaracaoTente.caminhoPegue !== null) {
46590
+ if (declaracaoTente.caminhoPegue.length > 0) {
46505
46591
  resultado += '\ncatch {\n';
46506
46592
  resultado += ' '.repeat(this.indentacao);
46507
- if (Array.isArray(declaracaoTente.caminhoPegue)) {
46508
- for (let declaracao of declaracaoTente.caminhoPegue) {
46593
+ for (const bloco of declaracaoTente.caminhoPegue) {
46594
+ for (let declaracao of bloco.corpo) {
46509
46595
  resultado +=
46510
46596
  this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
46511
46597
  }
46512
46598
  }
46513
- else {
46514
- for (let corpo of declaracaoTente.caminhoPegue.corpo) {
46515
- resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
46516
- }
46517
- }
46518
46599
  resultado += ' '.repeat(this.indentacao);
46519
46600
  resultado += '}';
46520
46601
  }
@@ -47275,8 +47356,10 @@ class TradutorAssemblyScript {
47275
47356
  else if (nome === 'Tente') {
47276
47357
  const tente = declaracao;
47277
47358
  this.varrerDeclaracoesParaImports(tente.caminhoTente, imports);
47278
- if (Array.isArray(tente.caminhoPegue)) {
47279
- this.varrerDeclaracoesParaImports(tente.caminhoPegue, imports);
47359
+ if (tente.caminhoPegue.length > 0) {
47360
+ for (const bloco of tente.caminhoPegue) {
47361
+ this.varrerDeclaracoesParaImports(bloco.corpo, imports);
47362
+ }
47280
47363
  }
47281
47364
  if (tente.caminhoFinalmente && tente.caminhoFinalmente.length > 0) {
47282
47365
  this.varrerDeclaracoesParaImports(tente.caminhoFinalmente, imports);
@@ -47296,7 +47379,7 @@ class TradutorAssemblyScript {
47296
47379
  }
47297
47380
  exports.TradutorAssemblyScript = TradutorAssemblyScript;
47298
47381
 
47299
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],277:[function(require,module,exports){
47382
+ },{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],279:[function(require,module,exports){
47300
47383
  "use strict";
47301
47384
  var __importDefault = (this && this.__importDefault) || function (mod) {
47302
47385
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -48257,7 +48340,7 @@ class TradutorElixir {
48257
48340
  }
48258
48341
  exports.TradutorElixir = TradutorElixir;
48259
48342
 
48260
- },{"../tipos-de-simbolos/delegua":256}],278:[function(require,module,exports){
48343
+ },{"../tipos-de-simbolos/delegua":258}],280:[function(require,module,exports){
48261
48344
  "use strict";
48262
48345
  var __importDefault = (this && this.__importDefault) || function (mod) {
48263
48346
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -48766,20 +48849,15 @@ class TradutorJavaScript {
48766
48849
  resultado += ' '.repeat(this.indentacao);
48767
48850
  }
48768
48851
  resultado += '}';
48769
- if (declaracaoTente.caminhoPegue !== null) {
48852
+ if (declaracaoTente.caminhoPegue.length > 0) {
48770
48853
  resultado += '\ncatch {\n';
48771
48854
  resultado += ' '.repeat(this.indentacao);
48772
- if (Array.isArray(declaracaoTente.caminhoPegue)) {
48773
- for (let declaracao of declaracaoTente.caminhoPegue) {
48855
+ for (const bloco of declaracaoTente.caminhoPegue) {
48856
+ for (let declaracao of bloco.corpo) {
48774
48857
  resultado +=
48775
48858
  this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
48776
48859
  }
48777
48860
  }
48778
- else {
48779
- for (let corpo of declaracaoTente.caminhoPegue.corpo) {
48780
- resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
48781
- }
48782
- }
48783
48861
  resultado += ' '.repeat(this.indentacao);
48784
48862
  resultado += '}';
48785
48863
  }
@@ -49049,7 +49127,7 @@ class TradutorJavaScript {
49049
49127
  }
49050
49128
  exports.TradutorJavaScript = TradutorJavaScript;
49051
49129
 
49052
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],279:[function(require,module,exports){
49130
+ },{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],281:[function(require,module,exports){
49053
49131
  "use strict";
49054
49132
  var __importDefault = (this && this.__importDefault) || function (mod) {
49055
49133
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -49391,15 +49469,15 @@ class TradutorMermaidJs {
49391
49469
  vertices = vertices.concat(verticesTente);
49392
49470
  const ultimaArestaTente = verticesTente.length > 0 ? verticesTente[verticesTente.length - 1].destino : aresta;
49393
49471
  const anterioresAposTente = [];
49394
- // Caminho pegue (catch) - se existir
49395
- if (declaracao.caminhoPegue) {
49472
+ // Caminho pegue - se existir
49473
+ if (declaracao.caminhoPegue.length > 0) {
49396
49474
  this.anteriores = [aresta];
49397
49475
  const arestaPegue = new mermaid_1.ArestaFluxograma(declaracao, `Linha${declaracao.linha}Pegue(pegue)`);
49398
49476
  vertices.push(new mermaid_1.VerticeFluxograma(aresta, arestaPegue, 'Erro'));
49399
49477
  this.anteriores.push(arestaPegue);
49400
49478
  const verticesPegue = [];
49401
- if (Array.isArray(declaracao.caminhoPegue)) {
49402
- for (const declaracaoPegue of declaracao.caminhoPegue) {
49479
+ for (const bloco of declaracao.caminhoPegue) {
49480
+ for (const declaracaoPegue of bloco.corpo) {
49403
49481
  const verticesDeclaracao = await declaracaoPegue.aceitar(this);
49404
49482
  verticesPegue.push(...verticesDeclaracao);
49405
49483
  }
@@ -49878,7 +49956,7 @@ class TradutorMermaidJs {
49878
49956
  }
49879
49957
  exports.TradutorMermaidJs = TradutorMermaidJs;
49880
49958
 
49881
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256,"./mermaid":266}],280:[function(require,module,exports){
49959
+ },{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258,"./mermaid":268}],282:[function(require,module,exports){
49882
49960
  "use strict";
49883
49961
  var __importDefault = (this && this.__importDefault) || function (mod) {
49884
49962
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -50260,7 +50338,7 @@ class TradutorPortugolIpt {
50260
50338
  }
50261
50339
  exports.TradutorPortugolIpt = TradutorPortugolIpt;
50262
50340
 
50263
- },{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":226,"../tipos-de-simbolos/portugol-ipt":261}],281:[function(require,module,exports){
50341
+ },{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":117,"../lexador/dialetos":228,"../tipos-de-simbolos/portugol-ipt":263}],283:[function(require,module,exports){
50264
50342
  "use strict";
50265
50343
  var __importDefault = (this && this.__importDefault) || function (mod) {
50266
50344
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -50887,20 +50965,15 @@ class TradutorPython {
50887
50965
  resultado += this.dicionarioDeclaracoes[condicao.constructor.name](condicao) + '\n';
50888
50966
  resultado += ' '.repeat(this.indentacao);
50889
50967
  }
50890
- if (declaracaoTente.caminhoPegue !== null) {
50968
+ if (declaracaoTente.caminhoPegue.length > 0) {
50891
50969
  resultado += '\nexcept:\n';
50892
50970
  resultado += ' '.repeat(this.indentacao);
50893
- if (Array.isArray(declaracaoTente.caminhoPegue)) {
50894
- for (let declaracao of declaracaoTente.caminhoPegue) {
50971
+ for (const bloco of declaracaoTente.caminhoPegue) {
50972
+ for (let declaracao of bloco.corpo) {
50895
50973
  resultado +=
50896
50974
  this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
50897
50975
  }
50898
50976
  }
50899
- else {
50900
- for (let corpo of declaracaoTente.caminhoPegue.corpo) {
50901
- resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
50902
- }
50903
- }
50904
50977
  resultado += ' '.repeat(this.indentacao);
50905
50978
  }
50906
50979
  if (declaracaoTente.caminhoFinalmente !== null) {
@@ -50945,7 +51018,7 @@ class TradutorPython {
50945
51018
  }
50946
51019
  exports.TradutorPython = TradutorPython;
50947
51020
 
50948
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],282:[function(require,module,exports){
51021
+ },{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],284:[function(require,module,exports){
50949
51022
  "use strict";
50950
51023
  var __importDefault = (this && this.__importDefault) || function (mod) {
50951
51024
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -51299,7 +51372,7 @@ class TradutorReversoCalango {
51299
51372
  }
51300
51373
  exports.TradutorReversoCalango = TradutorReversoCalango;
51301
51374
 
51302
- },{"../tipos-de-simbolos/calango":254}],283:[function(require,module,exports){
51375
+ },{"../tipos-de-simbolos/calango":256}],285:[function(require,module,exports){
51303
51376
  "use strict";
51304
51377
  Object.defineProperty(exports, "__esModule", { value: true });
51305
51378
  exports.TradutorReversoJavaScript = void 0;
@@ -51694,7 +51767,7 @@ class TradutorReversoJavaScript {
51694
51767
  }
51695
51768
  exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
51696
51769
 
51697
- },{}],284:[function(require,module,exports){
51770
+ },{}],286:[function(require,module,exports){
51698
51771
  "use strict";
51699
51772
  Object.defineProperty(exports, "__esModule", { value: true });
51700
51773
  exports.TradutorReversoPython = void 0;
@@ -52347,7 +52420,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
52347
52420
  }
52348
52421
  exports.TradutorReversoPython = TradutorReversoPython;
52349
52422
 
52350
- },{"./python/python3-lexer":271,"./python/python3-parser":272,"antlr4ts":403,"antlr4ts/tree/AbstractParseTreeVisitor":421}],285:[function(require,module,exports){
52423
+ },{"./python/python3-lexer":273,"./python/python3-parser":274,"antlr4ts":405,"antlr4ts/tree/AbstractParseTreeVisitor":423}],287:[function(require,module,exports){
52351
52424
  "use strict";
52352
52425
  var __importDefault = (this && this.__importDefault) || function (mod) {
52353
52426
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -52741,20 +52814,15 @@ class TradutorReversoTenda {
52741
52814
  resultado += ' '.repeat(this.indentacao);
52742
52815
  }
52743
52816
  resultado += '}';
52744
- if (declaracaoTente.caminhoPegue !== null) {
52817
+ if (declaracaoTente.caminhoPegue?.length > 0) {
52745
52818
  resultado += '\ncatch {\n';
52746
52819
  resultado += ' '.repeat(this.indentacao);
52747
- if (Array.isArray(declaracaoTente.caminhoPegue)) {
52748
- for (let declaracao of declaracaoTente.caminhoPegue) {
52820
+ for (const bloco of declaracaoTente.caminhoPegue) {
52821
+ for (let declaracao of bloco.corpo) {
52749
52822
  resultado +=
52750
52823
  this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
52751
52824
  }
52752
52825
  }
52753
- else {
52754
- for (let corpo of declaracaoTente.caminhoPegue.corpo) {
52755
- resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
52756
- }
52757
- }
52758
52826
  resultado += ' '.repeat(this.indentacao);
52759
52827
  resultado += '}';
52760
52828
  }
@@ -52938,7 +53006,7 @@ class TradutorReversoTenda {
52938
53006
  }
52939
53007
  exports.TradutorReversoTenda = TradutorReversoTenda;
52940
53008
 
52941
- },{"../construtos":67,"../tipos-de-simbolos/tenda":263}],286:[function(require,module,exports){
53009
+ },{"../construtos":67,"../tipos-de-simbolos/tenda":265}],288:[function(require,module,exports){
52942
53010
  "use strict";
52943
53011
  var __importDefault = (this && this.__importDefault) || function (mod) {
52944
53012
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -53565,20 +53633,15 @@ class TradutorRuby {
53565
53633
  resultado += this.dicionarioDeclaracoes[condicao.constructor.name](condicao) + '\n';
53566
53634
  resultado += ' '.repeat(this.indentacao);
53567
53635
  }
53568
- if (declaracaoTente.caminhoPegue !== null) {
53636
+ if (declaracaoTente.caminhoPegue.length > 0) {
53569
53637
  resultado += '\nrescue\n';
53570
53638
  resultado += ' '.repeat(this.indentacao);
53571
- if (Array.isArray(declaracaoTente.caminhoPegue)) {
53572
- for (let declaracao of declaracaoTente.caminhoPegue) {
53639
+ for (const bloco of declaracaoTente.caminhoPegue) {
53640
+ for (let declaracao of bloco.corpo) {
53573
53641
  resultado +=
53574
53642
  this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
53575
53643
  }
53576
53644
  }
53577
- else {
53578
- for (let corpo of declaracaoTente.caminhoPegue.corpo) {
53579
- resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
53580
- }
53581
- }
53582
53645
  resultado += ' '.repeat(this.indentacao);
53583
53646
  }
53584
53647
  if (declaracaoTente.caminhoFinalmente !== null) {
@@ -53625,7 +53688,7 @@ class TradutorRuby {
53625
53688
  }
53626
53689
  exports.TradutorRuby = TradutorRuby;
53627
53690
 
53628
- },{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],287:[function(require,module,exports){
53691
+ },{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],289:[function(require,module,exports){
53629
53692
  "use strict";
53630
53693
  Object.defineProperty(exports, "__esModule", { value: true });
53631
53694
  exports.TradutorWebAssembly = void 0;
@@ -54512,7 +54575,7 @@ process.exit(codigoSaida);
54512
54575
  }
54513
54576
  exports.TradutorWebAssembly = TradutorWebAssembly;
54514
54577
 
54515
- },{"../construtos":67,"../declaracoes":116}],288:[function(require,module,exports){
54578
+ },{"../construtos":67,"../declaracoes":117}],290:[function(require,module,exports){
54516
54579
  "use strict";
54517
54580
  /*!
54518
54581
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54520,7 +54583,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
54520
54583
  */
54521
54584
  Object.defineProperty(exports, "__esModule", { value: true });
54522
54585
 
54523
- },{}],289:[function(require,module,exports){
54586
+ },{}],291:[function(require,module,exports){
54524
54587
  "use strict";
54525
54588
  /*!
54526
54589
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54528,7 +54591,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
54528
54591
  */
54529
54592
  Object.defineProperty(exports, "__esModule", { value: true });
54530
54593
 
54531
- },{}],290:[function(require,module,exports){
54594
+ },{}],292:[function(require,module,exports){
54532
54595
  "use strict";
54533
54596
  /*!
54534
54597
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54690,7 +54753,7 @@ __decorate([
54690
54753
  ], ANTLRInputStream.prototype, "toString", null);
54691
54754
  exports.ANTLRInputStream = ANTLRInputStream;
54692
54755
 
54693
- },{"./Decorators":301,"./IntStream":307,"assert":444}],291:[function(require,module,exports){
54756
+ },{"./Decorators":303,"./IntStream":309,"assert":446}],293:[function(require,module,exports){
54694
54757
  "use strict";
54695
54758
  /*!
54696
54759
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54773,7 +54836,7 @@ __decorate([
54773
54836
  ], BailErrorStrategy.prototype, "sync", null);
54774
54837
  exports.BailErrorStrategy = BailErrorStrategy;
54775
54838
 
54776
- },{"./Decorators":301,"./DefaultErrorStrategy":302,"./InputMismatchException":306,"./misc/ParseCancellationException":418}],292:[function(require,module,exports){
54839
+ },{"./Decorators":303,"./DefaultErrorStrategy":304,"./InputMismatchException":308,"./misc/ParseCancellationException":420}],294:[function(require,module,exports){
54777
54840
  "use strict";
54778
54841
  /*!
54779
54842
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55263,7 +55326,7 @@ BufferedTokenStream = __decorate([
55263
55326
  ], BufferedTokenStream);
55264
55327
  exports.BufferedTokenStream = BufferedTokenStream;
55265
55328
 
55266
- },{"./CommonToken":297,"./Decorators":301,"./Lexer":309,"./Token":326,"./misc/Interval":413,"assert":444}],293:[function(require,module,exports){
55329
+ },{"./CommonToken":299,"./Decorators":303,"./Lexer":311,"./Token":328,"./misc/Interval":415,"assert":446}],295:[function(require,module,exports){
55267
55330
  "use strict";
55268
55331
  /*!
55269
55332
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55271,7 +55334,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
55271
55334
  */
55272
55335
  Object.defineProperty(exports, "__esModule", { value: true });
55273
55336
 
55274
- },{}],294:[function(require,module,exports){
55337
+ },{}],296:[function(require,module,exports){
55275
55338
  "use strict";
55276
55339
  /*!
55277
55340
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55405,7 +55468,7 @@ var CharStreams;
55405
55468
  // }
55406
55469
  })(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
55407
55470
 
55408
- },{"./CodePointBuffer":295,"./CodePointCharStream":296,"./IntStream":307}],295:[function(require,module,exports){
55471
+ },{"./CodePointBuffer":297,"./CodePointCharStream":298,"./IntStream":309}],297:[function(require,module,exports){
55409
55472
  "use strict";
55410
55473
  /*!
55411
55474
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55640,7 +55703,7 @@ exports.CodePointBuffer = CodePointBuffer;
55640
55703
  CodePointBuffer.Builder = Builder;
55641
55704
  })(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
55642
55705
 
55643
- },{"./misc/Character":409,"assert":444}],296:[function(require,module,exports){
55706
+ },{"./misc/Character":411,"assert":446}],298:[function(require,module,exports){
55644
55707
  "use strict";
55645
55708
  /*!
55646
55709
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55790,7 +55853,7 @@ __decorate([
55790
55853
  ], CodePointCharStream.prototype, "getText", null);
55791
55854
  exports.CodePointCharStream = CodePointCharStream;
55792
55855
 
55793
- },{"./Decorators":301,"./IntStream":307,"./misc/Interval":413,"assert":444}],297:[function(require,module,exports){
55856
+ },{"./Decorators":303,"./IntStream":309,"./misc/Interval":415,"assert":446}],299:[function(require,module,exports){
55794
55857
  "use strict";
55795
55858
  /*!
55796
55859
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56020,7 +56083,7 @@ CommonToken = __decorate([
56020
56083
  ], CommonToken);
56021
56084
  exports.CommonToken = CommonToken;
56022
56085
 
56023
- },{"./Decorators":301,"./Token":326,"./misc/Interval":413}],298:[function(require,module,exports){
56086
+ },{"./Decorators":303,"./Token":328,"./misc/Interval":415}],300:[function(require,module,exports){
56024
56087
  "use strict";
56025
56088
  /*!
56026
56089
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56084,7 +56147,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
56084
56147
  CommonTokenFactory.DEFAULT = new CommonTokenFactory();
56085
56148
  })(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
56086
56149
 
56087
- },{"./CommonToken":297,"./Decorators":301,"./misc/Interval":413}],299:[function(require,module,exports){
56150
+ },{"./CommonToken":299,"./Decorators":303,"./misc/Interval":415}],301:[function(require,module,exports){
56088
56151
  "use strict";
56089
56152
  /*!
56090
56153
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56211,7 +56274,7 @@ CommonTokenStream = __decorate([
56211
56274
  ], CommonTokenStream);
56212
56275
  exports.CommonTokenStream = CommonTokenStream;
56213
56276
 
56214
- },{"./BufferedTokenStream":292,"./Decorators":301,"./Token":326}],300:[function(require,module,exports){
56277
+ },{"./BufferedTokenStream":294,"./Decorators":303,"./Token":328}],302:[function(require,module,exports){
56215
56278
  "use strict";
56216
56279
  /*!
56217
56280
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56245,7 +56308,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
56245
56308
  */
56246
56309
  ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
56247
56310
 
56248
- },{}],301:[function(require,module,exports){
56311
+ },{}],303:[function(require,module,exports){
56249
56312
  "use strict";
56250
56313
  /*!
56251
56314
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56272,7 +56335,7 @@ function SuppressWarnings(options) {
56272
56335
  }
56273
56336
  exports.SuppressWarnings = SuppressWarnings;
56274
56337
 
56275
- },{}],302:[function(require,module,exports){
56338
+ },{}],304:[function(require,module,exports){
56276
56339
  "use strict";
56277
56340
  /*!
56278
56341
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57086,7 +57149,7 @@ __decorate([
57086
57149
  ], DefaultErrorStrategy.prototype, "consumeUntil", null);
57087
57150
  exports.DefaultErrorStrategy = DefaultErrorStrategy;
57088
57151
 
57089
- },{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./NoViableAltException":313,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/PredictionContext":381,"./misc/IntervalSet":414}],303:[function(require,module,exports){
57152
+ },{"./Decorators":303,"./FailedPredicateException":307,"./InputMismatchException":308,"./NoViableAltException":315,"./Token":328,"./atn/ATNState":342,"./atn/ATNStateType":343,"./atn/PredictionContext":383,"./misc/IntervalSet":416}],305:[function(require,module,exports){
57090
57153
  "use strict";
57091
57154
  /*!
57092
57155
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57162,7 +57225,7 @@ var Dependents;
57162
57225
  Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
57163
57226
  })(Dependents = exports.Dependents || (exports.Dependents = {}));
57164
57227
 
57165
- },{}],304:[function(require,module,exports){
57228
+ },{}],306:[function(require,module,exports){
57166
57229
  "use strict";
57167
57230
  /*!
57168
57231
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57310,7 +57373,7 @@ __decorate([
57310
57373
  ], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
57311
57374
  exports.DiagnosticErrorListener = DiagnosticErrorListener;
57312
57375
 
57313
- },{"./Decorators":301,"./misc/BitSet":408,"./misc/Interval":413}],305:[function(require,module,exports){
57376
+ },{"./Decorators":303,"./misc/BitSet":410,"./misc/Interval":415}],307:[function(require,module,exports){
57314
57377
  "use strict";
57315
57378
  /*!
57316
57379
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57375,7 +57438,7 @@ FailedPredicateException = __decorate([
57375
57438
  ], FailedPredicateException);
57376
57439
  exports.FailedPredicateException = FailedPredicateException;
57377
57440
 
57378
- },{"./Decorators":301,"./RecognitionException":320,"./atn/PredicateTransition":380}],306:[function(require,module,exports){
57441
+ },{"./Decorators":303,"./RecognitionException":322,"./atn/PredicateTransition":382}],308:[function(require,module,exports){
57379
57442
  "use strict";
57380
57443
  /*!
57381
57444
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57415,7 +57478,7 @@ InputMismatchException = __decorate([
57415
57478
  ], InputMismatchException);
57416
57479
  exports.InputMismatchException = InputMismatchException;
57417
57480
 
57418
- },{"./Decorators":301,"./RecognitionException":320}],307:[function(require,module,exports){
57481
+ },{"./Decorators":303,"./RecognitionException":322}],309:[function(require,module,exports){
57419
57482
  "use strict";
57420
57483
  /*!
57421
57484
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57438,7 +57501,7 @@ var IntStream;
57438
57501
  IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
57439
57502
  })(IntStream = exports.IntStream || (exports.IntStream = {}));
57440
57503
 
57441
- },{}],308:[function(require,module,exports){
57504
+ },{}],310:[function(require,module,exports){
57442
57505
  "use strict";
57443
57506
  /*!
57444
57507
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57485,7 +57548,7 @@ __decorate([
57485
57548
  ], InterpreterRuleContext.prototype, "ruleIndex", null);
57486
57549
  exports.InterpreterRuleContext = InterpreterRuleContext;
57487
57550
 
57488
- },{"./Decorators":301,"./ParserRuleContext":317}],309:[function(require,module,exports){
57551
+ },{"./Decorators":303,"./ParserRuleContext":319}],311:[function(require,module,exports){
57489
57552
  "use strict";
57490
57553
  /*!
57491
57554
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57821,7 +57884,7 @@ __decorate([
57821
57884
  ], Lexer.prototype, "charPositionInLine", null);
57822
57885
  exports.Lexer = Lexer;
57823
57886
 
57824
- },{"./CommonTokenFactory":298,"./Decorators":301,"./IntStream":307,"./LexerNoViableAltException":311,"./Recognizer":321,"./Token":326,"./atn/LexerATNSimulator":359,"./misc/IntegerStack":412,"./misc/Interval":413}],310:[function(require,module,exports){
57887
+ },{"./CommonTokenFactory":300,"./Decorators":303,"./IntStream":309,"./LexerNoViableAltException":313,"./Recognizer":323,"./Token":328,"./atn/LexerATNSimulator":361,"./misc/IntegerStack":414,"./misc/Interval":415}],312:[function(require,module,exports){
57825
57888
  "use strict";
57826
57889
  /*!
57827
57890
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57901,7 +57964,7 @@ LexerInterpreter = __decorate([
57901
57964
  ], LexerInterpreter);
57902
57965
  exports.LexerInterpreter = LexerInterpreter;
57903
57966
 
57904
- },{"./Decorators":301,"./Lexer":309,"./atn/LexerATNSimulator":359}],311:[function(require,module,exports){
57967
+ },{"./Decorators":303,"./Lexer":311,"./atn/LexerATNSimulator":361}],313:[function(require,module,exports){
57905
57968
  "use strict";
57906
57969
  /*!
57907
57970
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57958,7 +58021,7 @@ LexerNoViableAltException = __decorate([
57958
58021
  ], LexerNoViableAltException);
57959
58022
  exports.LexerNoViableAltException = LexerNoViableAltException;
57960
58023
 
57961
- },{"./Decorators":301,"./RecognitionException":320,"./misc/Interval":413,"./misc/Utils":420}],312:[function(require,module,exports){
58024
+ },{"./Decorators":303,"./RecognitionException":322,"./misc/Interval":415,"./misc/Utils":422}],314:[function(require,module,exports){
57962
58025
  "use strict";
57963
58026
  /*!
57964
58027
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58168,7 +58231,7 @@ ListTokenSource = __decorate([
58168
58231
  ], ListTokenSource);
58169
58232
  exports.ListTokenSource = ListTokenSource;
58170
58233
 
58171
- },{"./CommonTokenFactory":298,"./Decorators":301,"./Token":326}],313:[function(require,module,exports){
58234
+ },{"./CommonTokenFactory":300,"./Decorators":303,"./Token":328}],315:[function(require,module,exports){
58172
58235
  "use strict";
58173
58236
  /*!
58174
58237
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58223,7 +58286,7 @@ __decorate([
58223
58286
  ], NoViableAltException.prototype, "_startToken", void 0);
58224
58287
  exports.NoViableAltException = NoViableAltException;
58225
58288
 
58226
- },{"./Decorators":301,"./Parser":314,"./RecognitionException":320}],314:[function(require,module,exports){
58289
+ },{"./Decorators":303,"./Parser":316,"./RecognitionException":322}],316:[function(require,module,exports){
58227
58290
  (function (process){(function (){
58228
58291
  "use strict";
58229
58292
  /*!
@@ -59069,7 +59132,7 @@ __decorate([
59069
59132
  exports.Parser = Parser;
59070
59133
 
59071
59134
  }).call(this)}).call(this,require('_process'))
59072
- },{"./Decorators":301,"./DefaultErrorStrategy":302,"./Lexer":309,"./ProxyParserErrorListener":319,"./Recognizer":321,"./Token":326,"./atn/ATNDeserializationOptions":337,"./atn/ATNDeserializer":338,"./atn/ParseInfo":374,"./atn/ParserATNSimulator":375,"./atn/ProfilingATNSimulator":384,"./misc/IntegerStack":412,"./misc/Utils":420,"./tree/ErrorNode":422,"./tree/TerminalNode":424,"./tree/pattern/ParseTreePatternMatcher":429,"_process":503}],315:[function(require,module,exports){
59135
+ },{"./Decorators":303,"./DefaultErrorStrategy":304,"./Lexer":311,"./ProxyParserErrorListener":321,"./Recognizer":323,"./Token":328,"./atn/ATNDeserializationOptions":339,"./atn/ATNDeserializer":340,"./atn/ParseInfo":376,"./atn/ParserATNSimulator":377,"./atn/ProfilingATNSimulator":386,"./misc/IntegerStack":414,"./misc/Utils":422,"./tree/ErrorNode":424,"./tree/TerminalNode":426,"./tree/pattern/ParseTreePatternMatcher":431,"_process":505}],317:[function(require,module,exports){
59073
59136
  "use strict";
59074
59137
  /*!
59075
59138
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59077,7 +59140,7 @@ exports.Parser = Parser;
59077
59140
  */
59078
59141
  Object.defineProperty(exports, "__esModule", { value: true });
59079
59142
 
59080
- },{}],316:[function(require,module,exports){
59143
+ },{}],318:[function(require,module,exports){
59081
59144
  "use strict";
59082
59145
  /*!
59083
59146
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59485,7 +59548,7 @@ ParserInterpreter = __decorate([
59485
59548
  ], ParserInterpreter);
59486
59549
  exports.ParserInterpreter = ParserInterpreter;
59487
59550
 
59488
- },{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./InterpreterRuleContext":308,"./Parser":314,"./RecognitionException":320,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/LoopEndState":371,"./atn/ParserATNSimulator":375,"./atn/StarLoopEntryState":393,"./misc/BitSet":408}],317:[function(require,module,exports){
59551
+ },{"./Decorators":303,"./FailedPredicateException":307,"./InputMismatchException":308,"./InterpreterRuleContext":310,"./Parser":316,"./RecognitionException":322,"./Token":328,"./atn/ATNState":342,"./atn/ATNStateType":343,"./atn/LoopEndState":373,"./atn/ParserATNSimulator":377,"./atn/StarLoopEntryState":395,"./misc/BitSet":410}],319:[function(require,module,exports){
59489
59552
  "use strict";
59490
59553
  /*!
59491
59554
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59786,7 +59849,7 @@ __decorate([
59786
59849
  ], ParserRuleContext.prototype, "sourceInterval", null);
59787
59850
  exports.ParserRuleContext = ParserRuleContext;
59788
59851
 
59789
- },{"./Decorators":301,"./RuleContext":322,"./misc/Interval":413,"./tree/ErrorNode":422,"./tree/TerminalNode":424}],318:[function(require,module,exports){
59852
+ },{"./Decorators":303,"./RuleContext":324,"./misc/Interval":415,"./tree/ErrorNode":424,"./tree/TerminalNode":426}],320:[function(require,module,exports){
59790
59853
  "use strict";
59791
59854
  /*!
59792
59855
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59836,7 +59899,7 @@ __decorate([
59836
59899
  ], ProxyErrorListener.prototype, "syntaxError", null);
59837
59900
  exports.ProxyErrorListener = ProxyErrorListener;
59838
59901
 
59839
- },{"./Decorators":301}],319:[function(require,module,exports){
59902
+ },{"./Decorators":303}],321:[function(require,module,exports){
59840
59903
  "use strict";
59841
59904
  /*!
59842
59905
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59895,7 +59958,7 @@ __decorate([
59895
59958
  ], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
59896
59959
  exports.ProxyParserErrorListener = ProxyParserErrorListener;
59897
59960
 
59898
- },{"./Decorators":301,"./ProxyErrorListener":318}],320:[function(require,module,exports){
59961
+ },{"./Decorators":303,"./ProxyErrorListener":320}],322:[function(require,module,exports){
59899
59962
  "use strict";
59900
59963
  /*!
59901
59964
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60000,7 +60063,7 @@ class RecognitionException extends Error {
60000
60063
  }
60001
60064
  exports.RecognitionException = RecognitionException;
60002
60065
 
60003
- },{}],321:[function(require,module,exports){
60066
+ },{}],323:[function(require,module,exports){
60004
60067
  "use strict";
60005
60068
  /*!
60006
60069
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60219,7 +60282,7 @@ __decorate([
60219
60282
  ], Recognizer.prototype, "getErrorListeners", null);
60220
60283
  exports.Recognizer = Recognizer;
60221
60284
 
60222
- },{"./ConsoleErrorListener":300,"./Decorators":301,"./ProxyErrorListener":318,"./Token":326,"./misc/Utils":420}],322:[function(require,module,exports){
60285
+ },{"./ConsoleErrorListener":302,"./Decorators":303,"./ProxyErrorListener":320,"./Token":328,"./misc/Utils":422}],324:[function(require,module,exports){
60223
60286
  "use strict";
60224
60287
  /*!
60225
60288
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60436,7 +60499,7 @@ __decorate([
60436
60499
  ], RuleContext.prototype, "toStringTree", null);
60437
60500
  exports.RuleContext = RuleContext;
60438
60501
 
60439
- },{"./Decorators":301,"./ParserRuleContext":317,"./Recognizer":321,"./atn/ATN":334,"./misc/Interval":413,"./tree/RuleNode":423,"./tree/Trees":425}],323:[function(require,module,exports){
60502
+ },{"./Decorators":303,"./ParserRuleContext":319,"./Recognizer":323,"./atn/ATN":336,"./misc/Interval":415,"./tree/RuleNode":425,"./tree/Trees":427}],325:[function(require,module,exports){
60440
60503
  "use strict";
60441
60504
  /*!
60442
60505
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60487,7 +60550,7 @@ __decorate([
60487
60550
  ], RuleContextWithAltNum.prototype, "altNumber", null);
60488
60551
  exports.RuleContextWithAltNum = RuleContextWithAltNum;
60489
60552
 
60490
- },{"./Decorators":301,"./ParserRuleContext":317,"./atn/ATN":334}],324:[function(require,module,exports){
60553
+ },{"./Decorators":303,"./ParserRuleContext":319,"./atn/ATN":336}],326:[function(require,module,exports){
60491
60554
  "use strict";
60492
60555
  /*!
60493
60556
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60510,7 +60573,7 @@ function RuleDependency(dependency) {
60510
60573
  }
60511
60574
  exports.RuleDependency = RuleDependency;
60512
60575
 
60513
- },{}],325:[function(require,module,exports){
60576
+ },{}],327:[function(require,module,exports){
60514
60577
  "use strict";
60515
60578
  /*!
60516
60579
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60529,7 +60592,7 @@ function RuleVersion(version) {
60529
60592
  }
60530
60593
  exports.RuleVersion = RuleVersion;
60531
60594
 
60532
- },{}],326:[function(require,module,exports){
60595
+ },{}],328:[function(require,module,exports){
60533
60596
  "use strict";
60534
60597
  /*!
60535
60598
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60569,7 +60632,7 @@ var Token;
60569
60632
  Token.MIN_USER_CHANNEL_VALUE = 2;
60570
60633
  })(Token = exports.Token || (exports.Token = {}));
60571
60634
 
60572
- },{"./IntStream":307}],327:[function(require,module,exports){
60635
+ },{"./IntStream":309}],329:[function(require,module,exports){
60573
60636
  "use strict";
60574
60637
  /*!
60575
60638
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60577,7 +60640,7 @@ var Token;
60577
60640
  */
60578
60641
  Object.defineProperty(exports, "__esModule", { value: true });
60579
60642
 
60580
- },{}],328:[function(require,module,exports){
60643
+ },{}],330:[function(require,module,exports){
60581
60644
  "use strict";
60582
60645
  /*!
60583
60646
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60585,7 +60648,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
60585
60648
  */
60586
60649
  Object.defineProperty(exports, "__esModule", { value: true });
60587
60650
 
60588
- },{}],329:[function(require,module,exports){
60651
+ },{}],331:[function(require,module,exports){
60589
60652
  "use strict";
60590
60653
  /*!
60591
60654
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60593,7 +60656,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
60593
60656
  */
60594
60657
  Object.defineProperty(exports, "__esModule", { value: true });
60595
60658
 
60596
- },{}],330:[function(require,module,exports){
60659
+ },{}],332:[function(require,module,exports){
60597
60660
  "use strict";
60598
60661
  /*!
60599
60662
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61101,7 +61164,7 @@ __decorate([
61101
61164
  Decorators_1.Override
61102
61165
  ], ReplaceOp.prototype, "toString", null);
61103
61166
 
61104
- },{"./Decorators":301,"./Token":326,"./misc/Interval":413}],331:[function(require,module,exports){
61167
+ },{"./Decorators":303,"./Token":328,"./misc/Interval":415}],333:[function(require,module,exports){
61105
61168
  "use strict";
61106
61169
  /*!
61107
61170
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61109,7 +61172,7 @@ __decorate([
61109
61172
  */
61110
61173
  Object.defineProperty(exports, "__esModule", { value: true });
61111
61174
 
61112
- },{}],332:[function(require,module,exports){
61175
+ },{}],334:[function(require,module,exports){
61113
61176
  "use strict";
61114
61177
  /*!
61115
61178
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61229,7 +61292,7 @@ __decorate([
61229
61292
  ], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
61230
61293
  exports.VocabularyImpl = VocabularyImpl;
61231
61294
 
61232
- },{"./Decorators":301,"./Token":326}],333:[function(require,module,exports){
61295
+ },{"./Decorators":303,"./Token":328}],335:[function(require,module,exports){
61233
61296
  "use strict";
61234
61297
  /*!
61235
61298
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61237,7 +61300,7 @@ exports.VocabularyImpl = VocabularyImpl;
61237
61300
  */
61238
61301
  Object.defineProperty(exports, "__esModule", { value: true });
61239
61302
 
61240
- },{}],334:[function(require,module,exports){
61303
+ },{}],336:[function(require,module,exports){
61241
61304
  "use strict";
61242
61305
  /*!
61243
61306
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61459,7 +61522,7 @@ exports.ATN = ATN;
61459
61522
  })(ATN = exports.ATN || (exports.ATN = {}));
61460
61523
  exports.ATN = ATN;
61461
61524
 
61462
- },{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashMap":404,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./InvalidState":357,"./LL1Analyzer":358,"./PredictionContext":381,"assert":444}],335:[function(require,module,exports){
61525
+ },{"../Decorators":303,"../Token":328,"../dfa/DFA":401,"../misc/Array2DHashMap":406,"../misc/IntervalSet":416,"../misc/ObjectEqualityComparator":419,"./InvalidState":359,"./LL1Analyzer":360,"./PredictionContext":383,"assert":446}],337:[function(require,module,exports){
61463
61526
  "use strict";
61464
61527
  /*!
61465
61528
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61984,7 +62047,7 @@ ActionSemanticContextATNConfig = __decorate([
61984
62047
  __param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
61985
62048
  ], ActionSemanticContextATNConfig);
61986
62049
 
61987
- },{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"./DecisionState":354,"./PredictionContext":381,"./SemanticContext":389,"assert":444}],336:[function(require,module,exports){
62050
+ },{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/MurmurHash":418,"../misc/ObjectEqualityComparator":419,"./DecisionState":356,"./PredictionContext":383,"./SemanticContext":391,"assert":446}],338:[function(require,module,exports){
61988
62051
  "use strict";
61989
62052
  /*!
61990
62053
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62431,7 +62494,7 @@ __decorate([
62431
62494
  ], ATNConfigSet.prototype, "hashCode", null);
62432
62495
  exports.ATNConfigSet = ATNConfigSet;
62433
62496
 
62434
- },{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/BitSet":408,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420,"./ATN":334,"./ATNConfig":335,"./PredictionContext":381,"./PredictionContextCache":382,"./SemanticContext":389,"assert":444}],337:[function(require,module,exports){
62497
+ },{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/Array2DHashSet":407,"../misc/ArrayEqualityComparator":408,"../misc/BitSet":410,"../misc/ObjectEqualityComparator":419,"../misc/Utils":422,"./ATN":336,"./ATNConfig":337,"./PredictionContext":383,"./PredictionContextCache":384,"./SemanticContext":391,"assert":446}],339:[function(require,module,exports){
62435
62498
  "use strict";
62436
62499
  /*!
62437
62500
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62510,7 +62573,7 @@ __decorate([
62510
62573
  ], ATNDeserializationOptions, "defaultOptions", null);
62511
62574
  exports.ATNDeserializationOptions = ATNDeserializationOptions;
62512
62575
 
62513
- },{"../Decorators":301}],338:[function(require,module,exports){
62576
+ },{"../Decorators":303}],340:[function(require,module,exports){
62514
62577
  "use strict";
62515
62578
  /*!
62516
62579
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63597,7 +63660,7 @@ __decorate([
63597
63660
  ], ATNDeserializer.prototype, "edgeFactory", null);
63598
63661
  exports.ATNDeserializer = ATNDeserializer;
63599
63662
 
63600
- },{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/UUID":419,"./ATN":334,"./ATNDeserializationOptions":337,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./BasicBlockStartState":346,"./BasicState":347,"./BlockEndState":348,"./BlockStartState":349,"./DecisionState":354,"./EpsilonTransition":355,"./InvalidState":357,"./LexerChannelAction":361,"./LexerCustomAction":362,"./LexerModeAction":364,"./LexerMoreAction":365,"./LexerPopModeAction":366,"./LexerPushModeAction":367,"./LexerSkipAction":368,"./LexerTypeAction":369,"./LoopEndState":371,"./NotSetTransition":372,"./ParserATNSimulator":375,"./PlusBlockStartState":376,"./PlusLoopbackState":377,"./PrecedencePredicateTransition":378,"./PredicateTransition":380,"./RangeTransition":385,"./RuleStartState":386,"./RuleStopState":387,"./RuleTransition":388,"./SetTransition":390,"./StarBlockStartState":392,"./StarLoopEntryState":393,"./StarLoopbackState":394,"./TokensStartState":395,"./WildcardTransition":397}],339:[function(require,module,exports){
63663
+ },{"../Decorators":303,"../Token":328,"../dfa/DFA":401,"../misc/Array2DHashSet":407,"../misc/BitSet":410,"../misc/IntervalSet":416,"../misc/UUID":421,"./ATN":336,"./ATNDeserializationOptions":339,"./ATNStateType":343,"./ActionTransition":345,"./AtomTransition":347,"./BasicBlockStartState":348,"./BasicState":349,"./BlockEndState":350,"./BlockStartState":351,"./DecisionState":356,"./EpsilonTransition":357,"./InvalidState":359,"./LexerChannelAction":363,"./LexerCustomAction":364,"./LexerModeAction":366,"./LexerMoreAction":367,"./LexerPopModeAction":368,"./LexerPushModeAction":369,"./LexerSkipAction":370,"./LexerTypeAction":371,"./LoopEndState":373,"./NotSetTransition":374,"./ParserATNSimulator":377,"./PlusBlockStartState":378,"./PlusLoopbackState":379,"./PrecedencePredicateTransition":380,"./PredicateTransition":382,"./RangeTransition":387,"./RuleStartState":388,"./RuleStopState":389,"./RuleTransition":390,"./SetTransition":392,"./StarBlockStartState":394,"./StarLoopEntryState":395,"./StarLoopbackState":396,"./TokensStartState":397,"./WildcardTransition":399}],341:[function(require,module,exports){
63601
63664
  "use strict";
63602
63665
  /*!
63603
63666
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63661,7 +63724,7 @@ exports.ATNSimulator = ATNSimulator;
63661
63724
  })(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
63662
63725
  exports.ATNSimulator = ATNSimulator;
63663
63726
 
63664
- },{"../Decorators":301,"../dfa/DFAState":401,"./ATNConfigSet":336,"./PredictionContext":381}],340:[function(require,module,exports){
63727
+ },{"../Decorators":303,"../dfa/DFAState":403,"./ATNConfigSet":338,"./PredictionContext":383}],342:[function(require,module,exports){
63665
63728
  "use strict";
63666
63729
  /*!
63667
63730
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63848,7 +63911,7 @@ exports.ATNState = ATNState;
63848
63911
  ATNState.INVALID_STATE_NUMBER = -1;
63849
63912
  })(ATNState = exports.ATNState || (exports.ATNState = {}));
63850
63913
 
63851
- },{"../Decorators":301}],341:[function(require,module,exports){
63914
+ },{"../Decorators":303}],343:[function(require,module,exports){
63852
63915
  "use strict";
63853
63916
  /*!
63854
63917
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63874,7 +63937,7 @@ var ATNStateType;
63874
63937
  ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
63875
63938
  })(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
63876
63939
 
63877
- },{}],342:[function(require,module,exports){
63940
+ },{}],344:[function(require,module,exports){
63878
63941
  "use strict";
63879
63942
  /*!
63880
63943
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63894,7 +63957,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
63894
63957
  }
63895
63958
  exports.AbstractPredicateTransition = AbstractPredicateTransition;
63896
63959
 
63897
- },{"./Transition":396}],343:[function(require,module,exports){
63960
+ },{"./Transition":398}],345:[function(require,module,exports){
63898
63961
  "use strict";
63899
63962
  /*!
63900
63963
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -63950,7 +64013,7 @@ ActionTransition = __decorate([
63950
64013
  ], ActionTransition);
63951
64014
  exports.ActionTransition = ActionTransition;
63952
64015
 
63953
- },{"../Decorators":301,"./Transition":396}],344:[function(require,module,exports){
64016
+ },{"../Decorators":303,"./Transition":398}],346:[function(require,module,exports){
63954
64017
  "use strict";
63955
64018
  /*!
63956
64019
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64037,7 +64100,7 @@ AmbiguityInfo = __decorate([
64037
64100
  ], AmbiguityInfo);
64038
64101
  exports.AmbiguityInfo = AmbiguityInfo;
64039
64102
 
64040
- },{"../Decorators":301,"./DecisionEventInfo":352}],345:[function(require,module,exports){
64103
+ },{"../Decorators":303,"./DecisionEventInfo":354}],347:[function(require,module,exports){
64041
64104
  "use strict";
64042
64105
  /*!
64043
64106
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64095,7 +64158,7 @@ AtomTransition = __decorate([
64095
64158
  ], AtomTransition);
64096
64159
  exports.AtomTransition = AtomTransition;
64097
64160
 
64098
- },{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],346:[function(require,module,exports){
64161
+ },{"../Decorators":303,"../misc/IntervalSet":416,"./Transition":398}],348:[function(require,module,exports){
64099
64162
  "use strict";
64100
64163
  /*!
64101
64164
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64127,7 +64190,7 @@ __decorate([
64127
64190
  ], BasicBlockStartState.prototype, "stateType", null);
64128
64191
  exports.BasicBlockStartState = BasicBlockStartState;
64129
64192
 
64130
- },{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],347:[function(require,module,exports){
64193
+ },{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],349:[function(require,module,exports){
64131
64194
  "use strict";
64132
64195
  /*!
64133
64196
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64159,7 +64222,7 @@ __decorate([
64159
64222
  ], BasicState.prototype, "stateType", null);
64160
64223
  exports.BasicState = BasicState;
64161
64224
 
64162
- },{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],348:[function(require,module,exports){
64225
+ },{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],350:[function(require,module,exports){
64163
64226
  "use strict";
64164
64227
  /*!
64165
64228
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64188,7 +64251,7 @@ __decorate([
64188
64251
  ], BlockEndState.prototype, "stateType", null);
64189
64252
  exports.BlockEndState = BlockEndState;
64190
64253
 
64191
- },{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],349:[function(require,module,exports){
64254
+ },{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],351:[function(require,module,exports){
64192
64255
  "use strict";
64193
64256
  /*!
64194
64257
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64202,7 +64265,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
64202
64265
  }
64203
64266
  exports.BlockStartState = BlockStartState;
64204
64267
 
64205
- },{"./DecisionState":354}],350:[function(require,module,exports){
64268
+ },{"./DecisionState":356}],352:[function(require,module,exports){
64206
64269
  "use strict";
64207
64270
  /*!
64208
64271
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64272,7 +64335,7 @@ __decorate([
64272
64335
  ], ConflictInfo.prototype, "hashCode", null);
64273
64336
  exports.ConflictInfo = ConflictInfo;
64274
64337
 
64275
- },{"../Decorators":301,"../misc/Utils":420}],351:[function(require,module,exports){
64338
+ },{"../Decorators":303,"../misc/Utils":422}],353:[function(require,module,exports){
64276
64339
  "use strict";
64277
64340
  /*!
64278
64341
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64332,7 +64395,7 @@ ContextSensitivityInfo = __decorate([
64332
64395
  ], ContextSensitivityInfo);
64333
64396
  exports.ContextSensitivityInfo = ContextSensitivityInfo;
64334
64397
 
64335
- },{"../Decorators":301,"./DecisionEventInfo":352}],352:[function(require,module,exports){
64398
+ },{"../Decorators":303,"./DecisionEventInfo":354}],354:[function(require,module,exports){
64336
64399
  "use strict";
64337
64400
  /*!
64338
64401
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64384,7 +64447,7 @@ DecisionEventInfo = __decorate([
64384
64447
  ], DecisionEventInfo);
64385
64448
  exports.DecisionEventInfo = DecisionEventInfo;
64386
64449
 
64387
- },{"../Decorators":301}],353:[function(require,module,exports){
64450
+ },{"../Decorators":303}],355:[function(require,module,exports){
64388
64451
  "use strict";
64389
64452
  /*!
64390
64453
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64597,7 +64660,7 @@ __decorate([
64597
64660
  ], DecisionInfo.prototype, "toString", null);
64598
64661
  exports.DecisionInfo = DecisionInfo;
64599
64662
 
64600
- },{"../Decorators":301}],354:[function(require,module,exports){
64663
+ },{"../Decorators":303}],356:[function(require,module,exports){
64601
64664
  "use strict";
64602
64665
  /*!
64603
64666
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64617,7 +64680,7 @@ class DecisionState extends ATNState_1.ATNState {
64617
64680
  }
64618
64681
  exports.DecisionState = DecisionState;
64619
64682
 
64620
- },{"./ATNState":340}],355:[function(require,module,exports){
64683
+ },{"./ATNState":342}],357:[function(require,module,exports){
64621
64684
  "use strict";
64622
64685
  /*!
64623
64686
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64683,7 +64746,7 @@ EpsilonTransition = __decorate([
64683
64746
  ], EpsilonTransition);
64684
64747
  exports.EpsilonTransition = EpsilonTransition;
64685
64748
 
64686
- },{"../Decorators":301,"./Transition":396}],356:[function(require,module,exports){
64749
+ },{"../Decorators":303,"./Transition":398}],358:[function(require,module,exports){
64687
64750
  "use strict";
64688
64751
  /*!
64689
64752
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64736,7 +64799,7 @@ ErrorInfo = __decorate([
64736
64799
  ], ErrorInfo);
64737
64800
  exports.ErrorInfo = ErrorInfo;
64738
64801
 
64739
- },{"../Decorators":301,"./DecisionEventInfo":352}],357:[function(require,module,exports){
64802
+ },{"../Decorators":303,"./DecisionEventInfo":354}],359:[function(require,module,exports){
64740
64803
  "use strict";
64741
64804
  /*!
64742
64805
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64767,7 +64830,7 @@ __decorate([
64767
64830
  ], InvalidState.prototype, "stateType", null);
64768
64831
  exports.InvalidState = InvalidState;
64769
64832
 
64770
- },{"../Decorators":301,"./ATNStateType":341,"./BasicState":347}],358:[function(require,module,exports){
64833
+ },{"../Decorators":303,"./ATNStateType":343,"./BasicState":349}],360:[function(require,module,exports){
64771
64834
  "use strict";
64772
64835
  /*!
64773
64836
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -64989,7 +65052,7 @@ LL1Analyzer = __decorate([
64989
65052
  ], LL1Analyzer);
64990
65053
  exports.LL1Analyzer = LL1Analyzer;
64991
65054
 
64992
- },{"../Decorators":301,"../Token":326,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./ATNConfig":335,"./AbstractPredicateTransition":342,"./NotSetTransition":372,"./PredictionContext":381,"./RuleStopState":387,"./RuleTransition":388,"./WildcardTransition":397}],359:[function(require,module,exports){
65055
+ },{"../Decorators":303,"../Token":328,"../misc/Array2DHashSet":407,"../misc/BitSet":410,"../misc/IntervalSet":416,"../misc/ObjectEqualityComparator":419,"./ATNConfig":337,"./AbstractPredicateTransition":344,"./NotSetTransition":374,"./PredictionContext":383,"./RuleStopState":389,"./RuleTransition":390,"./WildcardTransition":399}],361:[function(require,module,exports){
64993
65056
  "use strict";
64994
65057
  /*!
64995
65058
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -65706,7 +65769,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
65706
65769
  })(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
65707
65770
  exports.LexerATNSimulator = LexerATNSimulator;
65708
65771
 
65709
- },{"../Decorators":301,"../IntStream":307,"../Lexer":309,"../LexerNoViableAltException":311,"../Token":326,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Interval":413,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./LexerActionExecutor":360,"./OrderedATNConfigSet":373,"./PredictionContext":381,"./RuleStopState":387,"assert":444}],360:[function(require,module,exports){
65772
+ },{"../Decorators":303,"../IntStream":309,"../Lexer":311,"../LexerNoViableAltException":313,"../Token":328,"../dfa/AcceptStateInfo":400,"../dfa/DFAState":403,"../misc/Interval":415,"./ATN":336,"./ATNConfig":337,"./ATNConfigSet":338,"./ATNSimulator":341,"./LexerActionExecutor":362,"./OrderedATNConfigSet":375,"./PredictionContext":383,"./RuleStopState":389,"assert":446}],362:[function(require,module,exports){
65710
65773
  "use strict";
65711
65774
  /*!
65712
65775
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -65907,7 +65970,7 @@ LexerActionExecutor = __decorate([
65907
65970
  ], LexerActionExecutor);
65908
65971
  exports.LexerActionExecutor = LexerActionExecutor;
65909
65972
 
65910
- },{"../Decorators":301,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"./LexerIndexedCustomAction":363}],361:[function(require,module,exports){
65973
+ },{"../Decorators":303,"../misc/ArrayEqualityComparator":408,"../misc/MurmurHash":418,"./LexerIndexedCustomAction":365}],363:[function(require,module,exports){
65911
65974
  "use strict";
65912
65975
  /*!
65913
65976
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66012,7 +66075,7 @@ __decorate([
66012
66075
  ], LexerChannelAction.prototype, "toString", null);
66013
66076
  exports.LexerChannelAction = LexerChannelAction;
66014
66077
 
66015
- },{"../Decorators":301,"../misc/MurmurHash":416}],362:[function(require,module,exports){
66078
+ },{"../Decorators":303,"../misc/MurmurHash":418}],364:[function(require,module,exports){
66016
66079
  "use strict";
66017
66080
  /*!
66018
66081
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66141,7 +66204,7 @@ __decorate([
66141
66204
  ], LexerCustomAction.prototype, "equals", null);
66142
66205
  exports.LexerCustomAction = LexerCustomAction;
66143
66206
 
66144
- },{"../Decorators":301,"../misc/MurmurHash":416}],363:[function(require,module,exports){
66207
+ },{"../Decorators":303,"../misc/MurmurHash":418}],365:[function(require,module,exports){
66145
66208
  "use strict";
66146
66209
  /*!
66147
66210
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66276,7 +66339,7 @@ LexerIndexedCustomAction = __decorate([
66276
66339
  ], LexerIndexedCustomAction);
66277
66340
  exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
66278
66341
 
66279
- },{"../Decorators":301,"../misc/MurmurHash":416}],364:[function(require,module,exports){
66342
+ },{"../Decorators":303,"../misc/MurmurHash":418}],366:[function(require,module,exports){
66280
66343
  "use strict";
66281
66344
  /*!
66282
66345
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66381,7 +66444,7 @@ __decorate([
66381
66444
  ], LexerModeAction.prototype, "toString", null);
66382
66445
  exports.LexerModeAction = LexerModeAction;
66383
66446
 
66384
- },{"../Decorators":301,"../misc/MurmurHash":416}],365:[function(require,module,exports){
66447
+ },{"../Decorators":303,"../misc/MurmurHash":418}],367:[function(require,module,exports){
66385
66448
  "use strict";
66386
66449
  /*!
66387
66450
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66477,7 +66540,7 @@ exports.LexerMoreAction = LexerMoreAction;
66477
66540
  LexerMoreAction.INSTANCE = new LexerMoreAction();
66478
66541
  })(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
66479
66542
 
66480
- },{"../Decorators":301,"../misc/MurmurHash":416}],366:[function(require,module,exports){
66543
+ },{"../Decorators":303,"../misc/MurmurHash":418}],368:[function(require,module,exports){
66481
66544
  "use strict";
66482
66545
  /*!
66483
66546
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66573,7 +66636,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
66573
66636
  LexerPopModeAction.INSTANCE = new LexerPopModeAction();
66574
66637
  })(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
66575
66638
 
66576
- },{"../Decorators":301,"../misc/MurmurHash":416}],367:[function(require,module,exports){
66639
+ },{"../Decorators":303,"../misc/MurmurHash":418}],369:[function(require,module,exports){
66577
66640
  "use strict";
66578
66641
  /*!
66579
66642
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66678,7 +66741,7 @@ __decorate([
66678
66741
  ], LexerPushModeAction.prototype, "toString", null);
66679
66742
  exports.LexerPushModeAction = LexerPushModeAction;
66680
66743
 
66681
- },{"../Decorators":301,"../misc/MurmurHash":416}],368:[function(require,module,exports){
66744
+ },{"../Decorators":303,"../misc/MurmurHash":418}],370:[function(require,module,exports){
66682
66745
  "use strict";
66683
66746
  /*!
66684
66747
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66774,7 +66837,7 @@ exports.LexerSkipAction = LexerSkipAction;
66774
66837
  LexerSkipAction.INSTANCE = new LexerSkipAction();
66775
66838
  })(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
66776
66839
 
66777
- },{"../Decorators":301,"../misc/MurmurHash":416}],369:[function(require,module,exports){
66840
+ },{"../Decorators":303,"../misc/MurmurHash":418}],371:[function(require,module,exports){
66778
66841
  "use strict";
66779
66842
  /*!
66780
66843
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66878,7 +66941,7 @@ __decorate([
66878
66941
  ], LexerTypeAction.prototype, "toString", null);
66879
66942
  exports.LexerTypeAction = LexerTypeAction;
66880
66943
 
66881
- },{"../Decorators":301,"../misc/MurmurHash":416}],370:[function(require,module,exports){
66944
+ },{"../Decorators":303,"../misc/MurmurHash":418}],372:[function(require,module,exports){
66882
66945
  "use strict";
66883
66946
  /*!
66884
66947
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66930,7 +66993,7 @@ LookaheadEventInfo = __decorate([
66930
66993
  ], LookaheadEventInfo);
66931
66994
  exports.LookaheadEventInfo = LookaheadEventInfo;
66932
66995
 
66933
- },{"../Decorators":301,"./DecisionEventInfo":352}],371:[function(require,module,exports){
66996
+ },{"../Decorators":303,"./DecisionEventInfo":354}],373:[function(require,module,exports){
66934
66997
  "use strict";
66935
66998
  /*!
66936
66999
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -66959,7 +67022,7 @@ __decorate([
66959
67022
  ], LoopEndState.prototype, "stateType", null);
66960
67023
  exports.LoopEndState = LoopEndState;
66961
67024
 
66962
- },{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],372:[function(require,module,exports){
67025
+ },{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],374:[function(require,module,exports){
66963
67026
  "use strict";
66964
67027
  /*!
66965
67028
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -67008,7 +67071,7 @@ NotSetTransition = __decorate([
67008
67071
  ], NotSetTransition);
67009
67072
  exports.NotSetTransition = NotSetTransition;
67010
67073
 
67011
- },{"../Decorators":301,"./SetTransition":390}],373:[function(require,module,exports){
67074
+ },{"../Decorators":303,"./SetTransition":392}],375:[function(require,module,exports){
67012
67075
  "use strict";
67013
67076
  /*!
67014
67077
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -67063,7 +67126,7 @@ __decorate([
67063
67126
  ], OrderedATNConfigSet.prototype, "canMerge", null);
67064
67127
  exports.OrderedATNConfigSet = OrderedATNConfigSet;
67065
67128
 
67066
- },{"../Decorators":301,"./ATNConfigSet":336}],374:[function(require,module,exports){
67129
+ },{"../Decorators":303,"./ATNConfigSet":338}],376:[function(require,module,exports){
67067
67130
  "use strict";
67068
67131
  /*!
67069
67132
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -67225,7 +67288,7 @@ ParseInfo = __decorate([
67225
67288
  ], ParseInfo);
67226
67289
  exports.ParseInfo = ParseInfo;
67227
67290
 
67228
- },{"../Decorators":301}],375:[function(require,module,exports){
67291
+ },{"../Decorators":303}],377:[function(require,module,exports){
67229
67292
  "use strict";
67230
67293
  /*!
67231
67294
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -69498,7 +69561,7 @@ ParserATNSimulator = __decorate([
69498
69561
  ], ParserATNSimulator);
69499
69562
  exports.ParserATNSimulator = ParserATNSimulator;
69500
69563
 
69501
- },{"../Decorators":301,"../IntStream":307,"../NoViableAltException":313,"../ParserRuleContext":317,"../Token":326,"../VocabularyImpl":332,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/BitSet":408,"../misc/IntegerList":411,"../misc/Interval":413,"../misc/ObjectEqualityComparator":417,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./ConflictInfo":350,"./DecisionState":354,"./NotSetTransition":372,"./PredictionContext":381,"./PredictionContextCache":382,"./PredictionMode":383,"./RuleStopState":387,"./RuleTransition":388,"./SemanticContext":389,"./SetTransition":390,"./SimulatorState":391,"assert":444}],376:[function(require,module,exports){
69564
+ },{"../Decorators":303,"../IntStream":309,"../NoViableAltException":315,"../ParserRuleContext":319,"../Token":328,"../VocabularyImpl":334,"../dfa/AcceptStateInfo":400,"../dfa/DFAState":403,"../misc/Array2DHashSet":407,"../misc/Arrays":409,"../misc/BitSet":410,"../misc/IntegerList":413,"../misc/Interval":415,"../misc/ObjectEqualityComparator":419,"./ATN":336,"./ATNConfig":337,"./ATNConfigSet":338,"./ATNSimulator":341,"./ATNStateType":343,"./ActionTransition":345,"./AtomTransition":347,"./ConflictInfo":352,"./DecisionState":356,"./NotSetTransition":374,"./PredictionContext":383,"./PredictionContextCache":384,"./PredictionMode":385,"./RuleStopState":389,"./RuleTransition":390,"./SemanticContext":391,"./SetTransition":392,"./SimulatorState":393,"assert":446}],378:[function(require,module,exports){
69502
69565
  "use strict";
69503
69566
  /*!
69504
69567
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -69531,7 +69594,7 @@ __decorate([
69531
69594
  ], PlusBlockStartState.prototype, "stateType", null);
69532
69595
  exports.PlusBlockStartState = PlusBlockStartState;
69533
69596
 
69534
- },{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],377:[function(require,module,exports){
69597
+ },{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],379:[function(require,module,exports){
69535
69598
  "use strict";
69536
69599
  /*!
69537
69600
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -69562,7 +69625,7 @@ __decorate([
69562
69625
  ], PlusLoopbackState.prototype, "stateType", null);
69563
69626
  exports.PlusLoopbackState = PlusLoopbackState;
69564
69627
 
69565
- },{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],378:[function(require,module,exports){
69628
+ },{"../Decorators":303,"./ATNStateType":343,"./DecisionState":356}],380:[function(require,module,exports){
69566
69629
  "use strict";
69567
69630
  /*!
69568
69631
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -69625,7 +69688,7 @@ PrecedencePredicateTransition = __decorate([
69625
69688
  ], PrecedencePredicateTransition);
69626
69689
  exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
69627
69690
 
69628
- },{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],379:[function(require,module,exports){
69691
+ },{"../Decorators":303,"./AbstractPredicateTransition":344,"./SemanticContext":391}],381:[function(require,module,exports){
69629
69692
  "use strict";
69630
69693
  /*!
69631
69694
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -69688,7 +69751,7 @@ PredicateEvalInfo = __decorate([
69688
69751
  ], PredicateEvalInfo);
69689
69752
  exports.PredicateEvalInfo = PredicateEvalInfo;
69690
69753
 
69691
- },{"../Decorators":301,"./DecisionEventInfo":352}],380:[function(require,module,exports){
69754
+ },{"../Decorators":303,"./DecisionEventInfo":354}],382:[function(require,module,exports){
69692
69755
  "use strict";
69693
69756
  /*!
69694
69757
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -69754,7 +69817,7 @@ PredicateTransition = __decorate([
69754
69817
  ], PredicateTransition);
69755
69818
  exports.PredicateTransition = PredicateTransition;
69756
69819
 
69757
- },{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],381:[function(require,module,exports){
69820
+ },{"../Decorators":303,"./AbstractPredicateTransition":344,"./SemanticContext":391}],383:[function(require,module,exports){
69758
69821
  "use strict";
69759
69822
  /*!
69760
69823
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -70445,7 +70508,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
70445
70508
  PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
70446
70509
  })(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
70447
70510
 
70448
- },{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/MurmurHash":416,"./PredictionContextCache":382,"assert":444}],382:[function(require,module,exports){
70511
+ },{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/Array2DHashSet":407,"../misc/Arrays":409,"../misc/MurmurHash":418,"./PredictionContextCache":384,"assert":446}],384:[function(require,module,exports){
70449
70512
  "use strict";
70450
70513
  /*!
70451
70514
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -70586,7 +70649,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
70586
70649
  PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
70587
70650
  })(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
70588
70651
 
70589
- },{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/ObjectEqualityComparator":417,"./PredictionContext":381,"assert":444}],383:[function(require,module,exports){
70652
+ },{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/ObjectEqualityComparator":419,"./PredictionContext":383,"assert":446}],385:[function(require,module,exports){
70590
70653
  "use strict";
70591
70654
  /*!
70592
70655
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -70747,7 +70810,7 @@ var PredictionMode;
70747
70810
  PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
70748
70811
  })(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
70749
70812
 
70750
- },{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"./RuleStopState":387}],384:[function(require,module,exports){
70813
+ },{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/MurmurHash":418,"./RuleStopState":389}],386:[function(require,module,exports){
70751
70814
  (function (process){(function (){
70752
70815
  "use strict";
70753
70816
  /*!
@@ -71016,7 +71079,7 @@ __decorate([
71016
71079
  exports.ProfilingATNSimulator = ProfilingATNSimulator;
71017
71080
 
71018
71081
  }).call(this)}).call(this,require('_process'))
71019
- },{"../Decorators":301,"./ATN":334,"./ATNSimulator":339,"./AmbiguityInfo":344,"./ContextSensitivityInfo":351,"./DecisionInfo":353,"./ErrorInfo":356,"./LookaheadEventInfo":370,"./ParserATNSimulator":375,"./PredicateEvalInfo":379,"./SemanticContext":389,"./SimulatorState":391,"_process":503}],385:[function(require,module,exports){
71082
+ },{"../Decorators":303,"./ATN":336,"./ATNSimulator":341,"./AmbiguityInfo":346,"./ContextSensitivityInfo":353,"./DecisionInfo":355,"./ErrorInfo":358,"./LookaheadEventInfo":372,"./ParserATNSimulator":377,"./PredicateEvalInfo":381,"./SemanticContext":391,"./SimulatorState":393,"_process":505}],387:[function(require,module,exports){
71020
71083
  "use strict";
71021
71084
  /*!
71022
71085
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71074,7 +71137,7 @@ RangeTransition = __decorate([
71074
71137
  ], RangeTransition);
71075
71138
  exports.RangeTransition = RangeTransition;
71076
71139
 
71077
- },{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],386:[function(require,module,exports){
71140
+ },{"../Decorators":303,"../misc/IntervalSet":416,"./Transition":398}],388:[function(require,module,exports){
71078
71141
  "use strict";
71079
71142
  /*!
71080
71143
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71107,7 +71170,7 @@ __decorate([
71107
71170
  ], RuleStartState.prototype, "stateType", null);
71108
71171
  exports.RuleStartState = RuleStartState;
71109
71172
 
71110
- },{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],387:[function(require,module,exports){
71173
+ },{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],389:[function(require,module,exports){
71111
71174
  "use strict";
71112
71175
  /*!
71113
71176
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71146,7 +71209,7 @@ __decorate([
71146
71209
  ], RuleStopState.prototype, "stateType", null);
71147
71210
  exports.RuleStopState = RuleStopState;
71148
71211
 
71149
- },{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],388:[function(require,module,exports){
71212
+ },{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],390:[function(require,module,exports){
71150
71213
  "use strict";
71151
71214
  /*!
71152
71215
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71202,7 +71265,7 @@ RuleTransition = __decorate([
71202
71265
  ], RuleTransition);
71203
71266
  exports.RuleTransition = RuleTransition;
71204
71267
 
71205
- },{"../Decorators":301,"./Transition":396}],389:[function(require,module,exports){
71268
+ },{"../Decorators":303,"./Transition":398}],391:[function(require,module,exports){
71206
71269
  "use strict";
71207
71270
  /*!
71208
71271
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71682,7 +71745,7 @@ exports.SemanticContext = SemanticContext;
71682
71745
  SemanticContext.OR = OR;
71683
71746
  })(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
71684
71747
 
71685
- },{"../Decorators":301,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420}],390:[function(require,module,exports){
71748
+ },{"../Decorators":303,"../misc/Array2DHashSet":407,"../misc/ArrayEqualityComparator":408,"../misc/MurmurHash":418,"../misc/ObjectEqualityComparator":419,"../misc/Utils":422}],392:[function(require,module,exports){
71686
71749
  "use strict";
71687
71750
  /*!
71688
71751
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71748,7 +71811,7 @@ SetTransition = __decorate([
71748
71811
  ], SetTransition);
71749
71812
  exports.SetTransition = SetTransition;
71750
71813
 
71751
- },{"../Decorators":301,"../Token":326,"../misc/IntervalSet":414,"./Transition":396}],391:[function(require,module,exports){
71814
+ },{"../Decorators":303,"../Token":328,"../misc/IntervalSet":416,"./Transition":398}],393:[function(require,module,exports){
71752
71815
  "use strict";
71753
71816
  /*!
71754
71817
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71784,7 +71847,7 @@ SimulatorState = __decorate([
71784
71847
  ], SimulatorState);
71785
71848
  exports.SimulatorState = SimulatorState;
71786
71849
 
71787
- },{"../Decorators":301,"../ParserRuleContext":317}],392:[function(require,module,exports){
71850
+ },{"../Decorators":303,"../ParserRuleContext":319}],394:[function(require,module,exports){
71788
71851
  "use strict";
71789
71852
  /*!
71790
71853
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71812,7 +71875,7 @@ __decorate([
71812
71875
  ], StarBlockStartState.prototype, "stateType", null);
71813
71876
  exports.StarBlockStartState = StarBlockStartState;
71814
71877
 
71815
- },{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],393:[function(require,module,exports){
71878
+ },{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],395:[function(require,module,exports){
71816
71879
  "use strict";
71817
71880
  /*!
71818
71881
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71869,7 +71932,7 @@ __decorate([
71869
71932
  ], StarLoopEntryState.prototype, "stateType", null);
71870
71933
  exports.StarLoopEntryState = StarLoopEntryState;
71871
71934
 
71872
- },{"../Decorators":301,"../misc/BitSet":408,"./ATNStateType":341,"./DecisionState":354}],394:[function(require,module,exports){
71935
+ },{"../Decorators":303,"../misc/BitSet":410,"./ATNStateType":343,"./DecisionState":356}],396:[function(require,module,exports){
71873
71936
  "use strict";
71874
71937
  /*!
71875
71938
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71900,7 +71963,7 @@ __decorate([
71900
71963
  ], StarLoopbackState.prototype, "stateType", null);
71901
71964
  exports.StarLoopbackState = StarLoopbackState;
71902
71965
 
71903
- },{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],395:[function(require,module,exports){
71966
+ },{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],397:[function(require,module,exports){
71904
71967
  "use strict";
71905
71968
  /*!
71906
71969
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -71929,7 +71992,7 @@ __decorate([
71929
71992
  ], TokensStartState.prototype, "stateType", null);
71930
71993
  exports.TokensStartState = TokensStartState;
71931
71994
 
71932
- },{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],396:[function(require,module,exports){
71995
+ },{"../Decorators":303,"./ATNStateType":343,"./DecisionState":356}],398:[function(require,module,exports){
71933
71996
  "use strict";
71934
71997
  /*!
71935
71998
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72003,7 +72066,7 @@ Transition = __decorate([
72003
72066
  ], Transition);
72004
72067
  exports.Transition = Transition;
72005
72068
 
72006
- },{"../Decorators":301}],397:[function(require,module,exports){
72069
+ },{"../Decorators":303}],399:[function(require,module,exports){
72007
72070
  "use strict";
72008
72071
  /*!
72009
72072
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72051,7 +72114,7 @@ WildcardTransition = __decorate([
72051
72114
  ], WildcardTransition);
72052
72115
  exports.WildcardTransition = WildcardTransition;
72053
72116
 
72054
- },{"../Decorators":301,"./Transition":396}],398:[function(require,module,exports){
72117
+ },{"../Decorators":303,"./Transition":398}],400:[function(require,module,exports){
72055
72118
  "use strict";
72056
72119
  /*!
72057
72120
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72093,7 +72156,7 @@ class AcceptStateInfo {
72093
72156
  }
72094
72157
  exports.AcceptStateInfo = AcceptStateInfo;
72095
72158
 
72096
- },{}],399:[function(require,module,exports){
72159
+ },{}],401:[function(require,module,exports){
72097
72160
  "use strict";
72098
72161
  /*!
72099
72162
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72268,7 +72331,7 @@ DFA = __decorate([
72268
72331
  ], DFA);
72269
72332
  exports.DFA = DFA;
72270
72333
 
72271
- },{"../Decorators":301,"../VocabularyImpl":332,"../atn/ATNConfigSet":336,"../atn/StarLoopEntryState":393,"../misc/Array2DHashSet":405,"../misc/ObjectEqualityComparator":417,"./DFASerializer":400,"./DFAState":401,"./LexerDFASerializer":402}],400:[function(require,module,exports){
72334
+ },{"../Decorators":303,"../VocabularyImpl":334,"../atn/ATNConfigSet":338,"../atn/StarLoopEntryState":395,"../misc/Array2DHashSet":407,"../misc/ObjectEqualityComparator":419,"./DFASerializer":402,"./DFAState":403,"./LexerDFASerializer":404}],402:[function(require,module,exports){
72272
72335
  "use strict";
72273
72336
  /*!
72274
72337
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72410,7 +72473,7 @@ __decorate([
72410
72473
  ], DFASerializer.prototype, "toString", null);
72411
72474
  exports.DFASerializer = DFASerializer;
72412
72475
 
72413
- },{"../Decorators":301,"../Recognizer":321,"../VocabularyImpl":332,"../atn/ATNSimulator":339,"../atn/PredictionContext":381}],401:[function(require,module,exports){
72476
+ },{"../Decorators":303,"../Recognizer":323,"../VocabularyImpl":334,"../atn/ATNSimulator":341,"../atn/PredictionContext":383}],403:[function(require,module,exports){
72414
72477
  "use strict";
72415
72478
  /*!
72416
72479
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72641,7 +72704,7 @@ exports.DFAState = DFAState;
72641
72704
  DFAState.PredPrediction = PredPrediction;
72642
72705
  })(DFAState = exports.DFAState || (exports.DFAState = {}));
72643
72706
 
72644
- },{"../Decorators":301,"../atn/ATN":334,"../atn/PredictionContext":381,"../misc/BitSet":408,"../misc/MurmurHash":416,"assert":444}],402:[function(require,module,exports){
72707
+ },{"../Decorators":303,"../atn/ATN":336,"../atn/PredictionContext":383,"../misc/BitSet":410,"../misc/MurmurHash":418,"assert":446}],404:[function(require,module,exports){
72645
72708
  "use strict";
72646
72709
  /*!
72647
72710
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72678,7 +72741,7 @@ LexerDFASerializer = __decorate([
72678
72741
  ], LexerDFASerializer);
72679
72742
  exports.LexerDFASerializer = LexerDFASerializer;
72680
72743
 
72681
- },{"../Decorators":301,"../VocabularyImpl":332,"./DFASerializer":400}],403:[function(require,module,exports){
72744
+ },{"../Decorators":303,"../VocabularyImpl":334,"./DFASerializer":402}],405:[function(require,module,exports){
72682
72745
  "use strict";
72683
72746
  /*!
72684
72747
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72744,7 +72807,7 @@ __exportStar(require("./Vocabulary"), exports);
72744
72807
  __exportStar(require("./VocabularyImpl"), exports);
72745
72808
  __exportStar(require("./WritableToken"), exports);
72746
72809
 
72747
- },{"./ANTLRErrorListener":288,"./ANTLRErrorStrategy":289,"./ANTLRInputStream":290,"./BailErrorStrategy":291,"./BufferedTokenStream":292,"./CharStream":293,"./CharStreams":294,"./CodePointBuffer":295,"./CodePointCharStream":296,"./CommonToken":297,"./CommonTokenFactory":298,"./CommonTokenStream":299,"./ConsoleErrorListener":300,"./DefaultErrorStrategy":302,"./Dependents":303,"./DiagnosticErrorListener":304,"./FailedPredicateException":305,"./InputMismatchException":306,"./IntStream":307,"./InterpreterRuleContext":308,"./Lexer":309,"./LexerInterpreter":310,"./LexerNoViableAltException":311,"./ListTokenSource":312,"./NoViableAltException":313,"./Parser":314,"./ParserErrorListener":315,"./ParserInterpreter":316,"./ParserRuleContext":317,"./ProxyErrorListener":318,"./ProxyParserErrorListener":319,"./RecognitionException":320,"./Recognizer":321,"./RuleContext":322,"./RuleContextWithAltNum":323,"./RuleDependency":324,"./RuleVersion":325,"./Token":326,"./TokenFactory":327,"./TokenSource":328,"./TokenStream":329,"./TokenStreamRewriter":330,"./Vocabulary":331,"./VocabularyImpl":332,"./WritableToken":333}],404:[function(require,module,exports){
72810
+ },{"./ANTLRErrorListener":290,"./ANTLRErrorStrategy":291,"./ANTLRInputStream":292,"./BailErrorStrategy":293,"./BufferedTokenStream":294,"./CharStream":295,"./CharStreams":296,"./CodePointBuffer":297,"./CodePointCharStream":298,"./CommonToken":299,"./CommonTokenFactory":300,"./CommonTokenStream":301,"./ConsoleErrorListener":302,"./DefaultErrorStrategy":304,"./Dependents":305,"./DiagnosticErrorListener":306,"./FailedPredicateException":307,"./InputMismatchException":308,"./IntStream":309,"./InterpreterRuleContext":310,"./Lexer":311,"./LexerInterpreter":312,"./LexerNoViableAltException":313,"./ListTokenSource":314,"./NoViableAltException":315,"./Parser":316,"./ParserErrorListener":317,"./ParserInterpreter":318,"./ParserRuleContext":319,"./ProxyErrorListener":320,"./ProxyParserErrorListener":321,"./RecognitionException":322,"./Recognizer":323,"./RuleContext":324,"./RuleContextWithAltNum":325,"./RuleDependency":326,"./RuleVersion":327,"./Token":328,"./TokenFactory":329,"./TokenSource":330,"./TokenStream":331,"./TokenStreamRewriter":332,"./Vocabulary":333,"./VocabularyImpl":334,"./WritableToken":335}],406:[function(require,module,exports){
72748
72811
  "use strict";
72749
72812
  /*!
72750
72813
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -72827,7 +72890,7 @@ class Array2DHashMap {
72827
72890
  }
72828
72891
  exports.Array2DHashMap = Array2DHashMap;
72829
72892
 
72830
- },{"./Array2DHashSet":405}],405:[function(require,module,exports){
72893
+ },{"./Array2DHashSet":407}],407:[function(require,module,exports){
72831
72894
  "use strict";
72832
72895
  /*!
72833
72896
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -73194,7 +73257,7 @@ __decorate([
73194
73257
  ], Array2DHashSet.prototype, "createBuckets", null);
73195
73258
  exports.Array2DHashSet = Array2DHashSet;
73196
73259
 
73197
- },{"../Decorators":301,"./DefaultEqualityComparator":410,"./MurmurHash":416,"assert":444}],406:[function(require,module,exports){
73260
+ },{"../Decorators":303,"./DefaultEqualityComparator":412,"./MurmurHash":418,"assert":446}],408:[function(require,module,exports){
73198
73261
  "use strict";
73199
73262
  /*!
73200
73263
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -73266,7 +73329,7 @@ __decorate([
73266
73329
  ], ArrayEqualityComparator.prototype, "equals", null);
73267
73330
  exports.ArrayEqualityComparator = ArrayEqualityComparator;
73268
73331
 
73269
- },{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],407:[function(require,module,exports){
73332
+ },{"../Decorators":303,"./MurmurHash":418,"./ObjectEqualityComparator":419}],409:[function(require,module,exports){
73270
73333
  "use strict";
73271
73334
  /*!
73272
73335
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -73336,7 +73399,7 @@ var Arrays;
73336
73399
  Arrays.toString = toString;
73337
73400
  })(Arrays = exports.Arrays || (exports.Arrays = {}));
73338
73401
 
73339
- },{}],408:[function(require,module,exports){
73402
+ },{}],410:[function(require,module,exports){
73340
73403
  "use strict";
73341
73404
  /*!
73342
73405
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -74008,7 +74071,7 @@ class BitSetIterator {
74008
74071
  [Symbol.iterator]() { return this; }
74009
74072
  }
74010
74073
 
74011
- },{"./MurmurHash":416,"util":508}],409:[function(require,module,exports){
74074
+ },{"./MurmurHash":418,"util":510}],411:[function(require,module,exports){
74012
74075
  "use strict";
74013
74076
  /*!
74014
74077
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -74029,7 +74092,7 @@ function isSupplementaryCodePoint(ch) {
74029
74092
  }
74030
74093
  exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
74031
74094
 
74032
- },{}],410:[function(require,module,exports){
74095
+ },{}],412:[function(require,module,exports){
74033
74096
  "use strict";
74034
74097
  /*!
74035
74098
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -74100,7 +74163,7 @@ __decorate([
74100
74163
  ], DefaultEqualityComparator.prototype, "equals", null);
74101
74164
  exports.DefaultEqualityComparator = DefaultEqualityComparator;
74102
74165
 
74103
- },{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],411:[function(require,module,exports){
74166
+ },{"../Decorators":303,"./MurmurHash":418,"./ObjectEqualityComparator":419}],413:[function(require,module,exports){
74104
74167
  "use strict";
74105
74168
  /*!
74106
74169
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -74394,7 +74457,7 @@ __decorate([
74394
74457
  ], IntegerList.prototype, "toString", null);
74395
74458
  exports.IntegerList = IntegerList;
74396
74459
 
74397
- },{"../Decorators":301,"./Arrays":407}],412:[function(require,module,exports){
74460
+ },{"../Decorators":303,"./Arrays":409}],414:[function(require,module,exports){
74398
74461
  "use strict";
74399
74462
  /*!
74400
74463
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -74424,7 +74487,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
74424
74487
  }
74425
74488
  exports.IntegerStack = IntegerStack;
74426
74489
 
74427
- },{"./IntegerList":411}],413:[function(require,module,exports){
74490
+ },{"./IntegerList":413}],415:[function(require,module,exports){
74428
74491
  "use strict";
74429
74492
  /*!
74430
74493
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -74567,7 +74630,7 @@ __decorate([
74567
74630
  ], Interval.prototype, "toString", null);
74568
74631
  exports.Interval = Interval;
74569
74632
 
74570
- },{"../Decorators":301}],414:[function(require,module,exports){
74633
+ },{"../Decorators":303}],416:[function(require,module,exports){
74571
74634
  "use strict";
74572
74635
  /*!
74573
74636
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75213,7 +75276,7 @@ __decorate([
75213
75276
  ], IntervalSet, "subtract", null);
75214
75277
  exports.IntervalSet = IntervalSet;
75215
75278
 
75216
- },{"../Decorators":301,"../Lexer":309,"../Token":326,"./ArrayEqualityComparator":406,"./IntegerList":411,"./Interval":413,"./MurmurHash":416}],415:[function(require,module,exports){
75279
+ },{"../Decorators":303,"../Lexer":311,"../Token":328,"./ArrayEqualityComparator":408,"./IntegerList":413,"./Interval":415,"./MurmurHash":418}],417:[function(require,module,exports){
75217
75280
  "use strict";
75218
75281
  /*!
75219
75282
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75246,7 +75309,7 @@ class MultiMap extends Map {
75246
75309
  }
75247
75310
  exports.MultiMap = MultiMap;
75248
75311
 
75249
- },{}],416:[function(require,module,exports){
75312
+ },{}],418:[function(require,module,exports){
75250
75313
  "use strict";
75251
75314
  /*!
75252
75315
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75361,7 +75424,7 @@ var MurmurHash;
75361
75424
  }
75362
75425
  })(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
75363
75426
 
75364
- },{}],417:[function(require,module,exports){
75427
+ },{}],419:[function(require,module,exports){
75365
75428
  "use strict";
75366
75429
  /*!
75367
75430
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75420,7 +75483,7 @@ __decorate([
75420
75483
  ], ObjectEqualityComparator.prototype, "equals", null);
75421
75484
  exports.ObjectEqualityComparator = ObjectEqualityComparator;
75422
75485
 
75423
- },{"../Decorators":301}],418:[function(require,module,exports){
75486
+ },{"../Decorators":303}],420:[function(require,module,exports){
75424
75487
  "use strict";
75425
75488
  /*!
75426
75489
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75449,7 +75512,7 @@ class ParseCancellationException extends Error {
75449
75512
  }
75450
75513
  exports.ParseCancellationException = ParseCancellationException;
75451
75514
 
75452
- },{}],419:[function(require,module,exports){
75515
+ },{}],421:[function(require,module,exports){
75453
75516
  "use strict";
75454
75517
  /*!
75455
75518
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75503,7 +75566,7 @@ class UUID {
75503
75566
  }
75504
75567
  exports.UUID = UUID;
75505
75568
 
75506
- },{"./MurmurHash":416}],420:[function(require,module,exports){
75569
+ },{"./MurmurHash":418}],422:[function(require,module,exports){
75507
75570
  "use strict";
75508
75571
  /*!
75509
75572
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75678,7 +75741,7 @@ exports.toCharArray = toCharArray;
75678
75741
  // return s;
75679
75742
  // }
75680
75743
 
75681
- },{}],421:[function(require,module,exports){
75744
+ },{}],423:[function(require,module,exports){
75682
75745
  "use strict";
75683
75746
  /*!
75684
75747
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75823,7 +75886,7 @@ __decorate([
75823
75886
  ], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
75824
75887
  exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
75825
75888
 
75826
- },{"../Decorators":301}],422:[function(require,module,exports){
75889
+ },{"../Decorators":303}],424:[function(require,module,exports){
75827
75890
  "use strict";
75828
75891
  /*!
75829
75892
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75859,7 +75922,7 @@ __decorate([
75859
75922
  ], ErrorNode.prototype, "accept", null);
75860
75923
  exports.ErrorNode = ErrorNode;
75861
75924
 
75862
- },{"../Decorators":301,"./TerminalNode":424}],423:[function(require,module,exports){
75925
+ },{"../Decorators":303,"./TerminalNode":426}],425:[function(require,module,exports){
75863
75926
  "use strict";
75864
75927
  /*!
75865
75928
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75871,7 +75934,7 @@ class RuleNode {
75871
75934
  }
75872
75935
  exports.RuleNode = RuleNode;
75873
75936
 
75874
- },{}],424:[function(require,module,exports){
75937
+ },{}],426:[function(require,module,exports){
75875
75938
  "use strict";
75876
75939
  /*!
75877
75940
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -75963,7 +76026,7 @@ __decorate([
75963
76026
  ], TerminalNode.prototype, "toString", null);
75964
76027
  exports.TerminalNode = TerminalNode;
75965
76028
 
75966
- },{"../Decorators":301,"../Token":326,"../misc/Interval":413}],425:[function(require,module,exports){
76029
+ },{"../Decorators":303,"../Token":328,"../misc/Interval":415}],427:[function(require,module,exports){
75967
76030
  "use strict";
75968
76031
  /*!
75969
76032
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -76207,7 +76270,7 @@ __decorate([
76207
76270
  ], Trees, "getRootOfSubtreeEnclosingRegion", null);
76208
76271
  exports.Trees = Trees;
76209
76272
 
76210
- },{"../CommonToken":297,"../Decorators":301,"../Parser":314,"../ParserRuleContext":317,"../Token":326,"../atn/ATN":334,"../misc/Utils":420,"./ErrorNode":422,"./RuleNode":423,"./TerminalNode":424}],426:[function(require,module,exports){
76273
+ },{"../CommonToken":299,"../Decorators":303,"../Parser":316,"../ParserRuleContext":319,"../Token":328,"../atn/ATN":336,"../misc/Utils":422,"./ErrorNode":424,"./RuleNode":425,"./TerminalNode":426}],428:[function(require,module,exports){
76211
76274
  "use strict";
76212
76275
  /*!
76213
76276
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -76231,7 +76294,7 @@ class Chunk {
76231
76294
  }
76232
76295
  exports.Chunk = Chunk;
76233
76296
 
76234
- },{}],427:[function(require,module,exports){
76297
+ },{}],429:[function(require,module,exports){
76235
76298
  "use strict";
76236
76299
  /*!
76237
76300
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -76411,7 +76474,7 @@ ParseTreeMatch = __decorate([
76411
76474
  ], ParseTreeMatch);
76412
76475
  exports.ParseTreeMatch = ParseTreeMatch;
76413
76476
 
76414
- },{"../../Decorators":301}],428:[function(require,module,exports){
76477
+ },{"../../Decorators":303}],430:[function(require,module,exports){
76415
76478
  "use strict";
76416
76479
  /*!
76417
76480
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -76569,7 +76632,7 @@ ParseTreePattern = __decorate([
76569
76632
  ], ParseTreePattern);
76570
76633
  exports.ParseTreePattern = ParseTreePattern;
76571
76634
 
76572
- },{"../../Decorators":301,"../xpath/XPath":434}],429:[function(require,module,exports){
76635
+ },{"../../Decorators":303,"../xpath/XPath":436}],431:[function(require,module,exports){
76573
76636
  "use strict";
76574
76637
  /*!
76575
76638
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -77047,7 +77110,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
77047
77110
  ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
77048
77111
  })(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
77049
77112
 
77050
- },{"../../BailErrorStrategy":291,"../../CharStreams":294,"../../CommonTokenStream":299,"../../Decorators":301,"../../ListTokenSource":312,"../../ParserInterpreter":316,"../../ParserRuleContext":317,"../../RecognitionException":320,"../../Token":326,"../../misc/MultiMap":415,"../../misc/ParseCancellationException":418,"../RuleNode":423,"../TerminalNode":424,"./ParseTreeMatch":427,"./ParseTreePattern":428,"./RuleTagToken":430,"./TagChunk":431,"./TextChunk":432,"./TokenTagToken":433}],430:[function(require,module,exports){
77113
+ },{"../../BailErrorStrategy":293,"../../CharStreams":296,"../../CommonTokenStream":301,"../../Decorators":303,"../../ListTokenSource":314,"../../ParserInterpreter":318,"../../ParserRuleContext":319,"../../RecognitionException":322,"../../Token":328,"../../misc/MultiMap":417,"../../misc/ParseCancellationException":420,"../RuleNode":425,"../TerminalNode":426,"./ParseTreeMatch":429,"./ParseTreePattern":430,"./RuleTagToken":432,"./TagChunk":433,"./TextChunk":434,"./TokenTagToken":435}],432:[function(require,module,exports){
77051
77114
  "use strict";
77052
77115
  /*!
77053
77116
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -77245,7 +77308,7 @@ RuleTagToken = __decorate([
77245
77308
  ], RuleTagToken);
77246
77309
  exports.RuleTagToken = RuleTagToken;
77247
77310
 
77248
- },{"../../Decorators":301,"../../Token":326}],431:[function(require,module,exports){
77311
+ },{"../../Decorators":303,"../../Token":328}],433:[function(require,module,exports){
77249
77312
  "use strict";
77250
77313
  /*!
77251
77314
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -77332,7 +77395,7 @@ __decorate([
77332
77395
  ], TagChunk.prototype, "toString", null);
77333
77396
  exports.TagChunk = TagChunk;
77334
77397
 
77335
- },{"../../Decorators":301,"./Chunk":426}],432:[function(require,module,exports){
77398
+ },{"../../Decorators":303,"./Chunk":428}],434:[function(require,module,exports){
77336
77399
  "use strict";
77337
77400
  /*!
77338
77401
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -77402,7 +77465,7 @@ TextChunk = __decorate([
77402
77465
  ], TextChunk);
77403
77466
  exports.TextChunk = TextChunk;
77404
77467
 
77405
- },{"../../Decorators":301,"./Chunk":426}],433:[function(require,module,exports){
77468
+ },{"../../Decorators":303,"./Chunk":428}],435:[function(require,module,exports){
77406
77469
  "use strict";
77407
77470
  /*!
77408
77471
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -77497,7 +77560,7 @@ TokenTagToken = __decorate([
77497
77560
  ], TokenTagToken);
77498
77561
  exports.TokenTagToken = TokenTagToken;
77499
77562
 
77500
- },{"../../CommonToken":297,"../../Decorators":301}],434:[function(require,module,exports){
77563
+ },{"../../CommonToken":299,"../../Decorators":303}],436:[function(require,module,exports){
77501
77564
  "use strict";
77502
77565
  /*!
77503
77566
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -77694,7 +77757,7 @@ exports.XPath = XPath;
77694
77757
  XPath.WILDCARD = "*"; // word not operator/separator
77695
77758
  XPath.NOT = "!"; // word for invert operator
77696
77759
 
77697
- },{"../../CharStreams":294,"../../CommonTokenStream":299,"../../LexerNoViableAltException":311,"../../ParserRuleContext":317,"../../Token":326,"./XPathLexer":436,"./XPathLexerErrorListener":437,"./XPathRuleAnywhereElement":438,"./XPathRuleElement":439,"./XPathTokenAnywhereElement":440,"./XPathTokenElement":441,"./XPathWildcardAnywhereElement":442,"./XPathWildcardElement":443}],435:[function(require,module,exports){
77760
+ },{"../../CharStreams":296,"../../CommonTokenStream":301,"../../LexerNoViableAltException":313,"../../ParserRuleContext":319,"../../Token":328,"./XPathLexer":438,"./XPathLexerErrorListener":439,"./XPathRuleAnywhereElement":440,"./XPathRuleElement":441,"./XPathTokenAnywhereElement":442,"./XPathTokenElement":443,"./XPathWildcardAnywhereElement":444,"./XPathWildcardElement":445}],437:[function(require,module,exports){
77698
77761
  "use strict";
77699
77762
  /*!
77700
77763
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -77729,7 +77792,7 @@ __decorate([
77729
77792
  ], XPathElement.prototype, "toString", null);
77730
77793
  exports.XPathElement = XPathElement;
77731
77794
 
77732
- },{"../../Decorators":301}],436:[function(require,module,exports){
77795
+ },{"../../Decorators":303}],438:[function(require,module,exports){
77733
77796
  "use strict";
77734
77797
  // Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
77735
77798
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -78204,7 +78267,7 @@ XPathLexer._serializedATN = Utils.join([
78204
78267
  XPathLexer._serializedATNSegment1,
78205
78268
  ], "");
78206
78269
 
78207
- },{"../../Lexer":309,"../../VocabularyImpl":332,"../../atn/ATNDeserializer":338,"../../atn/LexerATNSimulator":359,"../../misc/Utils":420}],437:[function(require,module,exports){
78270
+ },{"../../Lexer":311,"../../VocabularyImpl":334,"../../atn/ATNDeserializer":340,"../../atn/LexerATNSimulator":361,"../../misc/Utils":422}],439:[function(require,module,exports){
78208
78271
  "use strict";
78209
78272
  /*!
78210
78273
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -78229,7 +78292,7 @@ __decorate([
78229
78292
  ], XPathLexerErrorListener.prototype, "syntaxError", null);
78230
78293
  exports.XPathLexerErrorListener = XPathLexerErrorListener;
78231
78294
 
78232
- },{"../../Decorators":301}],438:[function(require,module,exports){
78295
+ },{"../../Decorators":303}],440:[function(require,module,exports){
78233
78296
  "use strict";
78234
78297
  /*!
78235
78298
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -78263,7 +78326,7 @@ __decorate([
78263
78326
  ], XPathRuleAnywhereElement.prototype, "evaluate", null);
78264
78327
  exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
78265
78328
 
78266
- },{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],439:[function(require,module,exports){
78329
+ },{"../../Decorators":303,"../Trees":427,"./XPathElement":437}],441:[function(require,module,exports){
78267
78330
  "use strict";
78268
78331
  /*!
78269
78332
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -78306,7 +78369,7 @@ __decorate([
78306
78369
  ], XPathRuleElement.prototype, "evaluate", null);
78307
78370
  exports.XPathRuleElement = XPathRuleElement;
78308
78371
 
78309
- },{"../../Decorators":301,"../../ParserRuleContext":317,"../Trees":425,"./XPathElement":435}],440:[function(require,module,exports){
78372
+ },{"../../Decorators":303,"../../ParserRuleContext":319,"../Trees":427,"./XPathElement":437}],442:[function(require,module,exports){
78310
78373
  "use strict";
78311
78374
  /*!
78312
78375
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -78338,7 +78401,7 @@ __decorate([
78338
78401
  ], XPathTokenAnywhereElement.prototype, "evaluate", null);
78339
78402
  exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
78340
78403
 
78341
- },{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],441:[function(require,module,exports){
78404
+ },{"../../Decorators":303,"../Trees":427,"./XPathElement":437}],443:[function(require,module,exports){
78342
78405
  "use strict";
78343
78406
  /*!
78344
78407
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -78381,7 +78444,7 @@ __decorate([
78381
78444
  ], XPathTokenElement.prototype, "evaluate", null);
78382
78445
  exports.XPathTokenElement = XPathTokenElement;
78383
78446
 
78384
- },{"../../Decorators":301,"../TerminalNode":424,"../Trees":425,"./XPathElement":435}],442:[function(require,module,exports){
78447
+ },{"../../Decorators":303,"../TerminalNode":426,"../Trees":427,"./XPathElement":437}],444:[function(require,module,exports){
78385
78448
  "use strict";
78386
78449
  /*!
78387
78450
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -78417,7 +78480,7 @@ __decorate([
78417
78480
  ], XPathWildcardAnywhereElement.prototype, "evaluate", null);
78418
78481
  exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
78419
78482
 
78420
- },{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],443:[function(require,module,exports){
78483
+ },{"../../Decorators":303,"../Trees":427,"./XPath":436,"./XPathElement":437}],445:[function(require,module,exports){
78421
78484
  "use strict";
78422
78485
  /*!
78423
78486
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -78457,7 +78520,7 @@ __decorate([
78457
78520
  ], XPathWildcardElement.prototype, "evaluate", null);
78458
78521
  exports.XPathWildcardElement = XPathWildcardElement;
78459
78522
 
78460
- },{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],444:[function(require,module,exports){
78523
+ },{"../../Decorators":303,"../Trees":427,"./XPath":436,"./XPathElement":437}],446:[function(require,module,exports){
78461
78524
  (function (global){(function (){
78462
78525
  'use strict';
78463
78526
 
@@ -78967,7 +79030,7 @@ var objectKeys = Object.keys || function (obj) {
78967
79030
  };
78968
79031
 
78969
79032
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
78970
- },{"object.assign/polyfill":501,"util/":447}],445:[function(require,module,exports){
79033
+ },{"object.assign/polyfill":503,"util/":449}],447:[function(require,module,exports){
78971
79034
  if (typeof Object.create === 'function') {
78972
79035
  // implementation from standard node.js 'util' module
78973
79036
  module.exports = function inherits(ctor, superCtor) {
@@ -78992,14 +79055,14 @@ if (typeof Object.create === 'function') {
78992
79055
  }
78993
79056
  }
78994
79057
 
78995
- },{}],446:[function(require,module,exports){
79058
+ },{}],448:[function(require,module,exports){
78996
79059
  module.exports = function isBuffer(arg) {
78997
79060
  return arg && typeof arg === 'object'
78998
79061
  && typeof arg.copy === 'function'
78999
79062
  && typeof arg.fill === 'function'
79000
79063
  && typeof arg.readUInt8 === 'function';
79001
79064
  }
79002
- },{}],447:[function(require,module,exports){
79065
+ },{}],449:[function(require,module,exports){
79003
79066
  (function (process,global){(function (){
79004
79067
  // Copyright Joyent, Inc. and other Node contributors.
79005
79068
  //
@@ -79589,7 +79652,7 @@ function hasOwnProperty(obj, prop) {
79589
79652
  }
79590
79653
 
79591
79654
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
79592
- },{"./support/isBuffer":446,"_process":503,"inherits":445}],448:[function(require,module,exports){
79655
+ },{"./support/isBuffer":448,"_process":505,"inherits":447}],450:[function(require,module,exports){
79593
79656
  (function (global){(function (){
79594
79657
  'use strict';
79595
79658
 
@@ -79610,7 +79673,7 @@ module.exports = function availableTypedArrays() {
79610
79673
  };
79611
79674
 
79612
79675
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
79613
- },{"possible-typed-array-names":502}],449:[function(require,module,exports){
79676
+ },{"possible-typed-array-names":504}],451:[function(require,module,exports){
79614
79677
  (function (process,global){(function (){
79615
79678
  module.exports = process.hrtime || hrtime
79616
79679
 
@@ -79641,7 +79704,7 @@ function hrtime(previousTimestamp){
79641
79704
  return [seconds,nanoseconds]
79642
79705
  }
79643
79706
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
79644
- },{"_process":503}],450:[function(require,module,exports){
79707
+ },{"_process":505}],452:[function(require,module,exports){
79645
79708
  'use strict';
79646
79709
 
79647
79710
  var bind = require('function-bind');
@@ -79653,7 +79716,7 @@ var $reflectApply = require('./reflectApply');
79653
79716
  /** @type {import('./actualApply')} */
79654
79717
  module.exports = $reflectApply || bind.call($call, $apply);
79655
79718
 
79656
- },{"./functionApply":452,"./functionCall":453,"./reflectApply":455,"function-bind":471}],451:[function(require,module,exports){
79719
+ },{"./functionApply":454,"./functionCall":455,"./reflectApply":457,"function-bind":473}],453:[function(require,module,exports){
79657
79720
  'use strict';
79658
79721
 
79659
79722
  var bind = require('function-bind');
@@ -79665,19 +79728,19 @@ module.exports = function applyBind() {
79665
79728
  return actualApply(bind, $apply, arguments);
79666
79729
  };
79667
79730
 
79668
- },{"./actualApply":450,"./functionApply":452,"function-bind":471}],452:[function(require,module,exports){
79731
+ },{"./actualApply":452,"./functionApply":454,"function-bind":473}],454:[function(require,module,exports){
79669
79732
  'use strict';
79670
79733
 
79671
79734
  /** @type {import('./functionApply')} */
79672
79735
  module.exports = Function.prototype.apply;
79673
79736
 
79674
- },{}],453:[function(require,module,exports){
79737
+ },{}],455:[function(require,module,exports){
79675
79738
  'use strict';
79676
79739
 
79677
79740
  /** @type {import('./functionCall')} */
79678
79741
  module.exports = Function.prototype.call;
79679
79742
 
79680
- },{}],454:[function(require,module,exports){
79743
+ },{}],456:[function(require,module,exports){
79681
79744
  'use strict';
79682
79745
 
79683
79746
  var bind = require('function-bind');
@@ -79694,13 +79757,13 @@ module.exports = function callBindBasic(args) {
79694
79757
  return $actualApply(bind, $call, args);
79695
79758
  };
79696
79759
 
79697
- },{"./actualApply":450,"./functionCall":453,"es-errors/type":466,"function-bind":471}],455:[function(require,module,exports){
79760
+ },{"./actualApply":452,"./functionCall":455,"es-errors/type":468,"function-bind":473}],457:[function(require,module,exports){
79698
79761
  'use strict';
79699
79762
 
79700
79763
  /** @type {import('./reflectApply')} */
79701
79764
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
79702
79765
 
79703
- },{}],456:[function(require,module,exports){
79766
+ },{}],458:[function(require,module,exports){
79704
79767
  'use strict';
79705
79768
 
79706
79769
  var setFunctionLength = require('set-function-length');
@@ -79726,7 +79789,7 @@ if ($defineProperty) {
79726
79789
  module.exports.apply = applyBind;
79727
79790
  }
79728
79791
 
79729
- },{"call-bind-apply-helpers":454,"call-bind-apply-helpers/applyBind":451,"es-define-property":460,"set-function-length":505}],457:[function(require,module,exports){
79792
+ },{"call-bind-apply-helpers":456,"call-bind-apply-helpers/applyBind":453,"es-define-property":462,"set-function-length":507}],459:[function(require,module,exports){
79730
79793
  'use strict';
79731
79794
 
79732
79795
  var GetIntrinsic = require('get-intrinsic');
@@ -79747,7 +79810,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
79747
79810
  return intrinsic;
79748
79811
  };
79749
79812
 
79750
- },{"call-bind-apply-helpers":454,"get-intrinsic":472}],458:[function(require,module,exports){
79813
+ },{"call-bind-apply-helpers":456,"get-intrinsic":474}],460:[function(require,module,exports){
79751
79814
  'use strict';
79752
79815
 
79753
79816
  var $defineProperty = require('es-define-property');
@@ -79805,7 +79868,7 @@ module.exports = function defineDataProperty(
79805
79868
  }
79806
79869
  };
79807
79870
 
79808
- },{"es-define-property":460,"es-errors/syntax":465,"es-errors/type":466,"gopd":477}],459:[function(require,module,exports){
79871
+ },{"es-define-property":462,"es-errors/syntax":467,"es-errors/type":468,"gopd":479}],461:[function(require,module,exports){
79809
79872
  'use strict';
79810
79873
 
79811
79874
  var callBind = require('call-bind-apply-helpers');
@@ -79837,7 +79900,7 @@ module.exports = desc && typeof desc.get === 'function'
79837
79900
  }
79838
79901
  : false;
79839
79902
 
79840
- },{"call-bind-apply-helpers":454,"gopd":477}],460:[function(require,module,exports){
79903
+ },{"call-bind-apply-helpers":456,"gopd":479}],462:[function(require,module,exports){
79841
79904
  'use strict';
79842
79905
 
79843
79906
  /** @type {import('.')} */
@@ -79853,55 +79916,55 @@ if ($defineProperty) {
79853
79916
 
79854
79917
  module.exports = $defineProperty;
79855
79918
 
79856
- },{}],461:[function(require,module,exports){
79919
+ },{}],463:[function(require,module,exports){
79857
79920
  'use strict';
79858
79921
 
79859
79922
  /** @type {import('./eval')} */
79860
79923
  module.exports = EvalError;
79861
79924
 
79862
- },{}],462:[function(require,module,exports){
79925
+ },{}],464:[function(require,module,exports){
79863
79926
  'use strict';
79864
79927
 
79865
79928
  /** @type {import('.')} */
79866
79929
  module.exports = Error;
79867
79930
 
79868
- },{}],463:[function(require,module,exports){
79931
+ },{}],465:[function(require,module,exports){
79869
79932
  'use strict';
79870
79933
 
79871
79934
  /** @type {import('./range')} */
79872
79935
  module.exports = RangeError;
79873
79936
 
79874
- },{}],464:[function(require,module,exports){
79937
+ },{}],466:[function(require,module,exports){
79875
79938
  'use strict';
79876
79939
 
79877
79940
  /** @type {import('./ref')} */
79878
79941
  module.exports = ReferenceError;
79879
79942
 
79880
- },{}],465:[function(require,module,exports){
79943
+ },{}],467:[function(require,module,exports){
79881
79944
  'use strict';
79882
79945
 
79883
79946
  /** @type {import('./syntax')} */
79884
79947
  module.exports = SyntaxError;
79885
79948
 
79886
- },{}],466:[function(require,module,exports){
79949
+ },{}],468:[function(require,module,exports){
79887
79950
  'use strict';
79888
79951
 
79889
79952
  /** @type {import('./type')} */
79890
79953
  module.exports = TypeError;
79891
79954
 
79892
- },{}],467:[function(require,module,exports){
79955
+ },{}],469:[function(require,module,exports){
79893
79956
  'use strict';
79894
79957
 
79895
79958
  /** @type {import('./uri')} */
79896
79959
  module.exports = URIError;
79897
79960
 
79898
- },{}],468:[function(require,module,exports){
79961
+ },{}],470:[function(require,module,exports){
79899
79962
  'use strict';
79900
79963
 
79901
79964
  /** @type {import('.')} */
79902
79965
  module.exports = Object;
79903
79966
 
79904
- },{}],469:[function(require,module,exports){
79967
+ },{}],471:[function(require,module,exports){
79905
79968
  'use strict';
79906
79969
 
79907
79970
  var isCallable = require('is-callable');
@@ -79972,7 +80035,7 @@ module.exports = function forEach(list, iterator, thisArg) {
79972
80035
  }
79973
80036
  };
79974
80037
 
79975
- },{"is-callable":485}],470:[function(require,module,exports){
80038
+ },{"is-callable":487}],472:[function(require,module,exports){
79976
80039
  'use strict';
79977
80040
 
79978
80041
  /* eslint no-invalid-this: 1 */
@@ -80058,14 +80121,14 @@ module.exports = function bind(that) {
80058
80121
  return bound;
80059
80122
  };
80060
80123
 
80061
- },{}],471:[function(require,module,exports){
80124
+ },{}],473:[function(require,module,exports){
80062
80125
  'use strict';
80063
80126
 
80064
80127
  var implementation = require('./implementation');
80065
80128
 
80066
80129
  module.exports = Function.prototype.bind || implementation;
80067
80130
 
80068
- },{"./implementation":470}],472:[function(require,module,exports){
80131
+ },{"./implementation":472}],474:[function(require,module,exports){
80069
80132
  'use strict';
80070
80133
 
80071
80134
  var undefined;
@@ -80445,7 +80508,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
80445
80508
  return value;
80446
80509
  };
80447
80510
 
80448
- },{"call-bind-apply-helpers/functionApply":452,"call-bind-apply-helpers/functionCall":453,"es-define-property":460,"es-errors":462,"es-errors/eval":461,"es-errors/range":463,"es-errors/ref":464,"es-errors/syntax":465,"es-errors/type":466,"es-errors/uri":467,"es-object-atoms":468,"function-bind":471,"get-proto":475,"get-proto/Object.getPrototypeOf":473,"get-proto/Reflect.getPrototypeOf":474,"gopd":477,"has-symbols":479,"hasown":482,"math-intrinsics/abs":489,"math-intrinsics/floor":490,"math-intrinsics/max":492,"math-intrinsics/min":493,"math-intrinsics/pow":494,"math-intrinsics/round":495,"math-intrinsics/sign":496}],473:[function(require,module,exports){
80511
+ },{"call-bind-apply-helpers/functionApply":454,"call-bind-apply-helpers/functionCall":455,"es-define-property":462,"es-errors":464,"es-errors/eval":463,"es-errors/range":465,"es-errors/ref":466,"es-errors/syntax":467,"es-errors/type":468,"es-errors/uri":469,"es-object-atoms":470,"function-bind":473,"get-proto":477,"get-proto/Object.getPrototypeOf":475,"get-proto/Reflect.getPrototypeOf":476,"gopd":479,"has-symbols":481,"hasown":484,"math-intrinsics/abs":491,"math-intrinsics/floor":492,"math-intrinsics/max":494,"math-intrinsics/min":495,"math-intrinsics/pow":496,"math-intrinsics/round":497,"math-intrinsics/sign":498}],475:[function(require,module,exports){
80449
80512
  'use strict';
80450
80513
 
80451
80514
  var $Object = require('es-object-atoms');
@@ -80453,13 +80516,13 @@ var $Object = require('es-object-atoms');
80453
80516
  /** @type {import('./Object.getPrototypeOf')} */
80454
80517
  module.exports = $Object.getPrototypeOf || null;
80455
80518
 
80456
- },{"es-object-atoms":468}],474:[function(require,module,exports){
80519
+ },{"es-object-atoms":470}],476:[function(require,module,exports){
80457
80520
  'use strict';
80458
80521
 
80459
80522
  /** @type {import('./Reflect.getPrototypeOf')} */
80460
80523
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
80461
80524
 
80462
- },{}],475:[function(require,module,exports){
80525
+ },{}],477:[function(require,module,exports){
80463
80526
  'use strict';
80464
80527
 
80465
80528
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -80488,13 +80551,13 @@ module.exports = reflectGetProto
80488
80551
  }
80489
80552
  : null;
80490
80553
 
80491
- },{"./Object.getPrototypeOf":473,"./Reflect.getPrototypeOf":474,"dunder-proto/get":459}],476:[function(require,module,exports){
80554
+ },{"./Object.getPrototypeOf":475,"./Reflect.getPrototypeOf":476,"dunder-proto/get":461}],478:[function(require,module,exports){
80492
80555
  'use strict';
80493
80556
 
80494
80557
  /** @type {import('./gOPD')} */
80495
80558
  module.exports = Object.getOwnPropertyDescriptor;
80496
80559
 
80497
- },{}],477:[function(require,module,exports){
80560
+ },{}],479:[function(require,module,exports){
80498
80561
  'use strict';
80499
80562
 
80500
80563
  /** @type {import('.')} */
@@ -80511,7 +80574,7 @@ if ($gOPD) {
80511
80574
 
80512
80575
  module.exports = $gOPD;
80513
80576
 
80514
- },{"./gOPD":476}],478:[function(require,module,exports){
80577
+ },{"./gOPD":478}],480:[function(require,module,exports){
80515
80578
  'use strict';
80516
80579
 
80517
80580
  var $defineProperty = require('es-define-property');
@@ -80535,7 +80598,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
80535
80598
 
80536
80599
  module.exports = hasPropertyDescriptors;
80537
80600
 
80538
- },{"es-define-property":460}],479:[function(require,module,exports){
80601
+ },{"es-define-property":462}],481:[function(require,module,exports){
80539
80602
  'use strict';
80540
80603
 
80541
80604
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -80551,7 +80614,7 @@ module.exports = function hasNativeSymbols() {
80551
80614
  return hasSymbolSham();
80552
80615
  };
80553
80616
 
80554
- },{"./shams":480}],480:[function(require,module,exports){
80617
+ },{"./shams":482}],482:[function(require,module,exports){
80555
80618
  'use strict';
80556
80619
 
80557
80620
  /** @type {import('./shams')} */
@@ -80598,7 +80661,7 @@ module.exports = function hasSymbols() {
80598
80661
  return true;
80599
80662
  };
80600
80663
 
80601
- },{}],481:[function(require,module,exports){
80664
+ },{}],483:[function(require,module,exports){
80602
80665
  'use strict';
80603
80666
 
80604
80667
  var hasSymbols = require('has-symbols/shams');
@@ -80608,7 +80671,7 @@ module.exports = function hasToStringTagShams() {
80608
80671
  return hasSymbols() && !!Symbol.toStringTag;
80609
80672
  };
80610
80673
 
80611
- },{"has-symbols/shams":480}],482:[function(require,module,exports){
80674
+ },{"has-symbols/shams":482}],484:[function(require,module,exports){
80612
80675
  'use strict';
80613
80676
 
80614
80677
  var call = Function.prototype.call;
@@ -80618,7 +80681,7 @@ var bind = require('function-bind');
80618
80681
  /** @type {import('.')} */
80619
80682
  module.exports = bind.call(call, $hasOwn);
80620
80683
 
80621
- },{"function-bind":471}],483:[function(require,module,exports){
80684
+ },{"function-bind":473}],485:[function(require,module,exports){
80622
80685
  if (typeof Object.create === 'function') {
80623
80686
  // implementation from standard node.js 'util' module
80624
80687
  module.exports = function inherits(ctor, superCtor) {
@@ -80647,7 +80710,7 @@ if (typeof Object.create === 'function') {
80647
80710
  }
80648
80711
  }
80649
80712
 
80650
- },{}],484:[function(require,module,exports){
80713
+ },{}],486:[function(require,module,exports){
80651
80714
  'use strict';
80652
80715
 
80653
80716
  var hasToStringTag = require('has-tostringtag/shams')();
@@ -80693,7 +80756,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
80693
80756
  /** @type {import('.')} */
80694
80757
  module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
80695
80758
 
80696
- },{"call-bound":457,"has-tostringtag/shams":481}],485:[function(require,module,exports){
80759
+ },{"call-bound":459,"has-tostringtag/shams":483}],487:[function(require,module,exports){
80697
80760
  'use strict';
80698
80761
 
80699
80762
  var fnToStr = Function.prototype.toString;
@@ -80796,7 +80859,7 @@ module.exports = reflectApply
80796
80859
  return tryFunctionObject(value);
80797
80860
  };
80798
80861
 
80799
- },{}],486:[function(require,module,exports){
80862
+ },{}],488:[function(require,module,exports){
80800
80863
  'use strict';
80801
80864
 
80802
80865
  var callBound = require('call-bound');
@@ -80845,7 +80908,7 @@ module.exports = function isGeneratorFunction(fn) {
80845
80908
  return getProto(fn) === GeneratorFunction;
80846
80909
  };
80847
80910
 
80848
- },{"call-bound":457,"get-proto":475,"has-tostringtag/shams":481,"safe-regex-test":504}],487:[function(require,module,exports){
80911
+ },{"call-bound":459,"get-proto":477,"has-tostringtag/shams":483,"safe-regex-test":506}],489:[function(require,module,exports){
80849
80912
  'use strict';
80850
80913
 
80851
80914
  var callBound = require('call-bound');
@@ -80916,7 +80979,7 @@ if (hasToStringTag) {
80916
80979
 
80917
80980
  module.exports = fn;
80918
80981
 
80919
- },{"call-bound":457,"gopd":477,"has-tostringtag/shams":481,"hasown":482}],488:[function(require,module,exports){
80982
+ },{"call-bound":459,"gopd":479,"has-tostringtag/shams":483,"hasown":484}],490:[function(require,module,exports){
80920
80983
  'use strict';
80921
80984
 
80922
80985
  var whichTypedArray = require('which-typed-array');
@@ -80926,19 +80989,19 @@ module.exports = function isTypedArray(value) {
80926
80989
  return !!whichTypedArray(value);
80927
80990
  };
80928
80991
 
80929
- },{"which-typed-array":509}],489:[function(require,module,exports){
80992
+ },{"which-typed-array":511}],491:[function(require,module,exports){
80930
80993
  'use strict';
80931
80994
 
80932
80995
  /** @type {import('./abs')} */
80933
80996
  module.exports = Math.abs;
80934
80997
 
80935
- },{}],490:[function(require,module,exports){
80998
+ },{}],492:[function(require,module,exports){
80936
80999
  'use strict';
80937
81000
 
80938
81001
  /** @type {import('./floor')} */
80939
81002
  module.exports = Math.floor;
80940
81003
 
80941
- },{}],491:[function(require,module,exports){
81004
+ },{}],493:[function(require,module,exports){
80942
81005
  'use strict';
80943
81006
 
80944
81007
  /** @type {import('./isNaN')} */
@@ -80946,31 +81009,31 @@ module.exports = Number.isNaN || function isNaN(a) {
80946
81009
  return a !== a;
80947
81010
  };
80948
81011
 
80949
- },{}],492:[function(require,module,exports){
81012
+ },{}],494:[function(require,module,exports){
80950
81013
  'use strict';
80951
81014
 
80952
81015
  /** @type {import('./max')} */
80953
81016
  module.exports = Math.max;
80954
81017
 
80955
- },{}],493:[function(require,module,exports){
81018
+ },{}],495:[function(require,module,exports){
80956
81019
  'use strict';
80957
81020
 
80958
81021
  /** @type {import('./min')} */
80959
81022
  module.exports = Math.min;
80960
81023
 
80961
- },{}],494:[function(require,module,exports){
81024
+ },{}],496:[function(require,module,exports){
80962
81025
  'use strict';
80963
81026
 
80964
81027
  /** @type {import('./pow')} */
80965
81028
  module.exports = Math.pow;
80966
81029
 
80967
- },{}],495:[function(require,module,exports){
81030
+ },{}],497:[function(require,module,exports){
80968
81031
  'use strict';
80969
81032
 
80970
81033
  /** @type {import('./round')} */
80971
81034
  module.exports = Math.round;
80972
81035
 
80973
- },{}],496:[function(require,module,exports){
81036
+ },{}],498:[function(require,module,exports){
80974
81037
  'use strict';
80975
81038
 
80976
81039
  var $isNaN = require('./isNaN');
@@ -80983,7 +81046,7 @@ module.exports = function sign(number) {
80983
81046
  return number < 0 ? -1 : +1;
80984
81047
  };
80985
81048
 
80986
- },{"./isNaN":491}],497:[function(require,module,exports){
81049
+ },{"./isNaN":493}],499:[function(require,module,exports){
80987
81050
  'use strict';
80988
81051
 
80989
81052
  var keysShim;
@@ -81107,7 +81170,7 @@ if (!Object.keys) {
81107
81170
  }
81108
81171
  module.exports = keysShim;
81109
81172
 
81110
- },{"./isArguments":499}],498:[function(require,module,exports){
81173
+ },{"./isArguments":501}],500:[function(require,module,exports){
81111
81174
  'use strict';
81112
81175
 
81113
81176
  var slice = Array.prototype.slice;
@@ -81141,7 +81204,7 @@ keysShim.shim = function shimObjectKeys() {
81141
81204
 
81142
81205
  module.exports = keysShim;
81143
81206
 
81144
- },{"./implementation":497,"./isArguments":499}],499:[function(require,module,exports){
81207
+ },{"./implementation":499,"./isArguments":501}],501:[function(require,module,exports){
81145
81208
  'use strict';
81146
81209
 
81147
81210
  var toStr = Object.prototype.toString;
@@ -81160,7 +81223,7 @@ module.exports = function isArguments(value) {
81160
81223
  return isArgs;
81161
81224
  };
81162
81225
 
81163
- },{}],500:[function(require,module,exports){
81226
+ },{}],502:[function(require,module,exports){
81164
81227
  'use strict';
81165
81228
 
81166
81229
  // modified from https://github.com/es-shims/es6-shim
@@ -81208,7 +81271,7 @@ module.exports = function assign(target, source1) {
81208
81271
  return to; // step 4
81209
81272
  };
81210
81273
 
81211
- },{"call-bound":457,"es-object-atoms":468,"has-symbols/shams":480,"object-keys":498}],501:[function(require,module,exports){
81274
+ },{"call-bound":459,"es-object-atoms":470,"has-symbols/shams":482,"object-keys":500}],503:[function(require,module,exports){
81212
81275
  'use strict';
81213
81276
 
81214
81277
  var implementation = require('./implementation');
@@ -81265,7 +81328,7 @@ module.exports = function getPolyfill() {
81265
81328
  return Object.assign;
81266
81329
  };
81267
81330
 
81268
- },{"./implementation":500}],502:[function(require,module,exports){
81331
+ },{"./implementation":502}],504:[function(require,module,exports){
81269
81332
  'use strict';
81270
81333
 
81271
81334
  /** @type {import('.')} */
@@ -81284,7 +81347,7 @@ module.exports = [
81284
81347
  'BigUint64Array'
81285
81348
  ];
81286
81349
 
81287
- },{}],503:[function(require,module,exports){
81350
+ },{}],505:[function(require,module,exports){
81288
81351
  // shim for using process in browser
81289
81352
  var process = module.exports = {};
81290
81353
 
@@ -81470,7 +81533,7 @@ process.chdir = function (dir) {
81470
81533
  };
81471
81534
  process.umask = function() { return 0; };
81472
81535
 
81473
- },{}],504:[function(require,module,exports){
81536
+ },{}],506:[function(require,module,exports){
81474
81537
  'use strict';
81475
81538
 
81476
81539
  var callBound = require('call-bound');
@@ -81489,7 +81552,7 @@ module.exports = function regexTester(regex) {
81489
81552
  };
81490
81553
  };
81491
81554
 
81492
- },{"call-bound":457,"es-errors/type":466,"is-regex":487}],505:[function(require,module,exports){
81555
+ },{"call-bound":459,"es-errors/type":468,"is-regex":489}],507:[function(require,module,exports){
81493
81556
  'use strict';
81494
81557
 
81495
81558
  var GetIntrinsic = require('get-intrinsic');
@@ -81533,9 +81596,9 @@ module.exports = function setFunctionLength(fn, length) {
81533
81596
  return fn;
81534
81597
  };
81535
81598
 
81536
- },{"define-data-property":458,"es-errors/type":466,"get-intrinsic":472,"gopd":477,"has-property-descriptors":478}],506:[function(require,module,exports){
81537
- arguments[4][446][0].apply(exports,arguments)
81538
- },{"dup":446}],507:[function(require,module,exports){
81599
+ },{"define-data-property":460,"es-errors/type":468,"get-intrinsic":474,"gopd":479,"has-property-descriptors":480}],508:[function(require,module,exports){
81600
+ arguments[4][448][0].apply(exports,arguments)
81601
+ },{"dup":448}],509:[function(require,module,exports){
81539
81602
  // Currently in sync with Node.js lib/internal/util/types.js
81540
81603
  // https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
81541
81604
 
@@ -81871,7 +81934,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
81871
81934
  });
81872
81935
  });
81873
81936
 
81874
- },{"is-arguments":484,"is-generator-function":486,"is-typed-array":488,"which-typed-array":509}],508:[function(require,module,exports){
81937
+ },{"is-arguments":486,"is-generator-function":488,"is-typed-array":490,"which-typed-array":511}],510:[function(require,module,exports){
81875
81938
  (function (process){(function (){
81876
81939
  // Copyright Joyent, Inc. and other Node contributors.
81877
81940
  //
@@ -82590,7 +82653,7 @@ function callbackify(original) {
82590
82653
  exports.callbackify = callbackify;
82591
82654
 
82592
82655
  }).call(this)}).call(this,require('_process'))
82593
- },{"./support/isBuffer":506,"./support/types":507,"_process":503,"inherits":483}],509:[function(require,module,exports){
82656
+ },{"./support/isBuffer":508,"./support/types":509,"_process":505,"inherits":485}],511:[function(require,module,exports){
82594
82657
  (function (global){(function (){
82595
82658
  'use strict';
82596
82659
 
@@ -82711,5 +82774,5 @@ module.exports = function whichTypedArray(value) {
82711
82774
  };
82712
82775
 
82713
82776
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
82714
- },{"available-typed-arrays":448,"call-bind":456,"call-bound":457,"for-each":469,"get-proto":475,"gopd":477,"has-tostringtag/shams":481}]},{},[148])(148)
82777
+ },{"available-typed-arrays":450,"call-bind":458,"call-bound":459,"for-each":471,"get-proto":477,"gopd":479,"has-tostringtag/shams":483}]},{},[149])(149)
82715
82778
  });