@designliquido/delegua 0.50.0 → 0.50.1

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 (79) hide show
  1. package/analisador-semantico/analisador-semantico-base.d.ts +3 -1
  2. package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
  3. package/analisador-semantico/analisador-semantico-base.js +8 -0
  4. package/analisador-semantico/analisador-semantico-base.js.map +1 -1
  5. package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
  6. package/analisador-semantico/analisador-semantico.js +13 -12
  7. package/analisador-semantico/analisador-semantico.js.map +1 -1
  8. package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
  9. package/avaliador-sintatico/avaliador-sintatico.js +34 -7
  10. package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
  11. package/bin/package.json +1 -1
  12. package/construtos/comentario-como-construto.d.ts +15 -0
  13. package/construtos/comentario-como-construto.d.ts.map +1 -0
  14. package/construtos/comentario-como-construto.js +20 -0
  15. package/construtos/comentario-como-construto.js.map +1 -0
  16. package/construtos/index.d.ts +2 -0
  17. package/construtos/index.d.ts.map +1 -1
  18. package/construtos/index.js +2 -0
  19. package/construtos/index.js.map +1 -1
  20. package/construtos/separador.d.ts +10 -0
  21. package/construtos/separador.d.ts.map +1 -0
  22. package/construtos/separador.js +15 -0
  23. package/construtos/separador.js.map +1 -0
  24. package/construtos/vetor.d.ts +2 -2
  25. package/construtos/vetor.d.ts.map +1 -1
  26. package/construtos/vetor.js.map +1 -1
  27. package/formatadores/formatador-delegua.d.ts +3 -1
  28. package/formatadores/formatador-delegua.d.ts.map +1 -1
  29. package/formatadores/formatador-delegua.js +6 -0
  30. package/formatadores/formatador-delegua.js.map +1 -1
  31. package/formatadores/formatador-pitugues.d.ts +3 -1
  32. package/formatadores/formatador-pitugues.d.ts.map +1 -1
  33. package/formatadores/formatador-pitugues.js +6 -0
  34. package/formatadores/formatador-pitugues.js.map +1 -1
  35. package/inferenciador.d.ts.map +1 -1
  36. package/inferenciador.js +1 -1
  37. package/inferenciador.js.map +1 -1
  38. package/interfaces/visitante-comum-interface.d.ts +4 -2
  39. package/interfaces/visitante-comum-interface.d.ts.map +1 -1
  40. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +3 -1
  41. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
  42. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +6 -0
  43. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
  44. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +3 -1
  45. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts.map +1 -1
  46. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +6 -0
  47. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
  48. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts +3 -1
  49. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts.map +1 -1
  50. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js +6 -0
  51. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js.map +1 -1
  52. package/interpretador/interpretador-base.d.ts +3 -1
  53. package/interpretador/interpretador-base.d.ts.map +1 -1
  54. package/interpretador/interpretador-base.js +7 -1
  55. package/interpretador/interpretador-base.js.map +1 -1
  56. package/interpretador/interpretador.d.ts +12 -1
  57. package/interpretador/interpretador.d.ts.map +1 -1
  58. package/interpretador/interpretador.js +26 -5
  59. package/interpretador/interpretador.js.map +1 -1
  60. package/lexador/lexador.js +8 -8
  61. package/lexador/lexador.js.map +1 -1
  62. package/package.json +1 -1
  63. package/tradutores/tradutor-assemblyscript.d.ts +4 -2
  64. package/tradutores/tradutor-assemblyscript.d.ts.map +1 -1
  65. package/tradutores/tradutor-assemblyscript.js +6 -5
  66. package/tradutores/tradutor-assemblyscript.js.map +1 -1
  67. package/tradutores/tradutor-javascript.d.ts +4 -1
  68. package/tradutores/tradutor-javascript.d.ts.map +1 -1
  69. package/tradutores/tradutor-javascript.js +6 -4
  70. package/tradutores/tradutor-javascript.js.map +1 -1
  71. package/tradutores/tradutor-mermaidjs.d.ts +5 -2
  72. package/tradutores/tradutor-mermaidjs.d.ts.map +1 -1
  73. package/tradutores/tradutor-mermaidjs.js +7 -5
  74. package/tradutores/tradutor-mermaidjs.js.map +1 -1
  75. package/tradutores/tradutor-python.d.ts +4 -2
  76. package/tradutores/tradutor-python.d.ts.map +1 -1
  77. package/tradutores/tradutor-python.js +6 -5
  78. package/tradutores/tradutor-python.js.map +1 -1
  79. package/umd/delegua.js +545 -434
package/umd/delegua.js CHANGED
@@ -238,7 +238,7 @@ class AvaliadorSintaticoBase {
238
238
  }
239
239
  exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
240
240
 
241
- },{"../construtos":44,"../declaracoes":85,"../tipos-de-simbolos/comum":170,"./erro-avaliador-sintatico":9}],2:[function(require,module,exports){
241
+ },{"../construtos":45,"../declaracoes":87,"../tipos-de-simbolos/comum":172,"./erro-avaliador-sintatico":9}],2:[function(require,module,exports){
242
242
  "use strict";
243
243
  var __importDefault = (this && this.__importDefault) || function (mod) {
244
244
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -396,17 +396,44 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
396
396
  if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.COLCHETE_DIREITO)) {
397
397
  return new construtos_1.Vetor(this.hashArquivo, Number(simboloAtual.linha), [], 0, 'qualquer[]');
398
398
  }
399
+ if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PARENTESE_ESQUERDO)) {
400
+ return this.construtoTupla();
401
+ }
399
402
  while (!this.verificarSeSimboloAtualEIgualA(delegua_2.default.COLCHETE_DIREITO)) {
400
- if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PARENTESE_ESQUERDO)) {
401
- return this.construtoTupla();
403
+ switch (this.simbolos[this.atual].tipo) {
404
+ case delegua_2.default.VIRGULA:
405
+ const simboloVirgula = this.avancarEDevolverAnterior();
406
+ valores.push(new construtos_1.Separador(simboloVirgula));
407
+ break;
408
+ case delegua_2.default.COMENTARIO:
409
+ const simboloComentario = this.avancarEDevolverAnterior();
410
+ valores.push(new construtos_1.ComentarioComoConstruto(simboloComentario));
411
+ break;
412
+ default:
413
+ const valor = this.atribuir();
414
+ valores.push(valor);
415
+ break;
402
416
  }
403
- const valor = this.atribuir();
404
- valores.push(valor);
405
- if (this.simbolos[this.atual].tipo !== delegua_2.default.COLCHETE_DIREITO) {
406
- this.consumir(delegua_2.default.VIRGULA, 'Esperado vírgula antes da próxima expressão.');
417
+ }
418
+ // Remover comentários, verificar se vírgulas fazem sentido.
419
+ const valoresSemComentarios = valores.filter(v => v.constructor.name !== 'ComentarioComoConstruto');
420
+ let elementoSeparador = false; // O primeiro elemento não pode ser separador.
421
+ for (const elemento of valoresSemComentarios) {
422
+ if (elementoSeparador) {
423
+ if (elemento.constructor.name !== 'Separador') {
424
+ throw this.erro(elemento.simbolo, 'Não podem haver duas vírgulas seguidas em uma definição de vetor, ou definição de vetor começando em vírgula.');
425
+ }
426
+ elementoSeparador = false;
427
+ }
428
+ else {
429
+ if (elemento.constructor.name === 'Separador') {
430
+ throw this.erro(elemento.simbolo, 'Não podem haver duas vírgulas seguidas em uma definição de vetor, ou definição de vetor começando em vírgula.');
431
+ }
432
+ elementoSeparador = true;
407
433
  }
408
434
  }
409
- const tipoVetor = (0, inferenciador_1.inferirTipoVariavel)(valores);
435
+ const valoresSemSeparadores = valoresSemComentarios.filter(v => v.constructor.name !== 'Separador');
436
+ const tipoVetor = (0, inferenciador_1.inferirTipoVariavel)(valoresSemSeparadores);
410
437
  return new construtos_1.Vetor(this.hashArquivo, Number(simboloAtual.linha), valores, valores.length, tipoVetor);
411
438
  case delegua_2.default.EXPRESSAO_REGULAR:
412
439
  let valor = '';
@@ -1944,7 +1971,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
1944
1971
  }
1945
1972
  exports.AvaliadorSintatico = AvaliadorSintatico;
1946
1973
 
1947
- },{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../construtos/tuplas":55,"../declaracoes":85,"../inferenciador":107,"../informacao-variavel-ou-constante":108,"../tipos-de-dados/delegua":168,"../tipos-de-simbolos/delegua":171,"./avaliador-sintatico-base":1,"./comum":3,"./erro-avaliador-sintatico":9,"./informacao-escopo":11,"./pilha-escopos":14,"browser-process-hrtime":350}],3:[function(require,module,exports){
1974
+ },{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":45,"../construtos/tuplas":57,"../declaracoes":87,"../inferenciador":109,"../informacao-variavel-ou-constante":110,"../tipos-de-dados/delegua":170,"../tipos-de-simbolos/delegua":173,"./avaliador-sintatico-base":1,"./comum":3,"./erro-avaliador-sintatico":9,"./informacao-escopo":11,"./pilha-escopos":14,"browser-process-hrtime":352}],3:[function(require,module,exports){
1948
1975
  "use strict";
1949
1976
  Object.defineProperty(exports, "__esModule", { value: true });
1950
1977
  exports.registrarPrimitiva = registrarPrimitiva;
@@ -1956,7 +1983,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
1956
1983
  }
1957
1984
  }
1958
1985
 
1959
- },{"../informacao-variavel-ou-constante":108}],4:[function(require,module,exports){
1986
+ },{"../informacao-variavel-ou-constante":110}],4:[function(require,module,exports){
1960
1987
  "use strict";
1961
1988
  var __importDefault = (this && this.__importDefault) || function (mod) {
1962
1989
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2611,7 +2638,7 @@ class AvaliadorSintaticoEguaClassico {
2611
2638
  }
2612
2639
  exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
2613
2640
 
2614
- },{"../../construtos":44,"../../declaracoes":85,"../../tipos-de-simbolos/egua-classico":172,"../erro-avaliador-sintatico":9}],5:[function(require,module,exports){
2641
+ },{"../../construtos":45,"../../declaracoes":87,"../../tipos-de-simbolos/egua-classico":174,"../erro-avaliador-sintatico":9}],5:[function(require,module,exports){
2615
2642
  "use strict";
2616
2643
  var __importDefault = (this && this.__importDefault) || function (mod) {
2617
2644
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3645,7 +3672,7 @@ class AvaliadorSintaticoPitugues {
3645
3672
  }
3646
3673
  exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
3647
3674
 
3648
- },{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":44,"../../declaracoes":85,"../../inferenciador":107,"../../informacao-variavel-ou-constante":108,"../../lexador":160,"../../tipos-de-simbolos/pitugues":175,"../comum":3,"../erro-avaliador-sintatico":9,"../informacao-escopo":11,"../pilha-escopos":14,"browser-process-hrtime":350}],6:[function(require,module,exports){
3675
+ },{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":45,"../../declaracoes":87,"../../inferenciador":109,"../../informacao-variavel-ou-constante":110,"../../lexador":162,"../../tipos-de-simbolos/pitugues":177,"../comum":3,"../erro-avaliador-sintatico":9,"../informacao-escopo":11,"../pilha-escopos":14,"browser-process-hrtime":352}],6:[function(require,module,exports){
3649
3676
  "use strict";
3650
3677
  var __importDefault = (this && this.__importDefault) || function (mod) {
3651
3678
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3819,7 +3846,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
3819
3846
  }
3820
3847
  exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
3821
3848
 
3822
- },{"../../construtos":44,"../../declaracoes":85,"../../tipos-de-simbolos/portugol-ipt":176,"../avaliador-sintatico-base":1}],7:[function(require,module,exports){
3849
+ },{"../../construtos":45,"../../declaracoes":87,"../../tipos-de-simbolos/portugol-ipt":178,"../avaliador-sintatico-base":1}],7:[function(require,module,exports){
3823
3850
  "use strict";
3824
3851
  var __importDefault = (this && this.__importDefault) || function (mod) {
3825
3852
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4807,7 +4834,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
4807
4834
  }
4808
4835
  exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
4809
4836
 
4810
- },{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":44,"../../construtos/tuplas":55,"../../declaracoes":85,"../../inferenciador":107,"../../informacao-variavel-ou-constante":108,"../../lexador/simbolo":166,"../../tipos-de-dados/delegua":168,"../../tipos-de-simbolos/tenda":177,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":9,"./../informacao-escopo":11,"./../pilha-escopos":14,"browser-process-hrtime":350}],8:[function(require,module,exports){
4837
+ },{"../../bibliotecas/primitivas-dicionario":18,"../../bibliotecas/primitivas-numero":19,"../../bibliotecas/primitivas-texto":20,"../../bibliotecas/primitivas-vetor":21,"../../construtos":45,"../../construtos/tuplas":57,"../../declaracoes":87,"../../inferenciador":109,"../../informacao-variavel-ou-constante":110,"../../lexador/simbolo":168,"../../tipos-de-dados/delegua":170,"../../tipos-de-simbolos/tenda":179,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":9,"./../informacao-escopo":11,"./../pilha-escopos":14,"browser-process-hrtime":352}],8:[function(require,module,exports){
4811
4838
  "use strict";
4812
4839
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4813
4840
  if (k2 === undefined) k2 = k;
@@ -5000,7 +5027,7 @@ class MicroAvaliadorSintaticoBase {
5000
5027
  }
5001
5028
  exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
5002
5029
 
5003
- },{"../construtos":44,"../tipos-de-simbolos/comum":170,"./erro-avaliador-sintatico":9}],13:[function(require,module,exports){
5030
+ },{"../construtos":45,"../tipos-de-simbolos/comum":172,"./erro-avaliador-sintatico":9}],13:[function(require,module,exports){
5004
5031
  "use strict";
5005
5032
  var __importDefault = (this && this.__importDefault) || function (mod) {
5006
5033
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5206,7 +5233,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
5206
5233
  }
5207
5234
  exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
5208
5235
 
5209
- },{"../construtos":44,"../tipos-de-simbolos/microgramaticas/delegua":174,"./micro-avaliador-sintatico-base":12}],14:[function(require,module,exports){
5236
+ },{"../construtos":45,"../tipos-de-simbolos/microgramaticas/delegua":176,"./micro-avaliador-sintatico-base":12}],14:[function(require,module,exports){
5210
5237
  "use strict";
5211
5238
  Object.defineProperty(exports, "__esModule", { value: true });
5212
5239
  exports.PilhaEscopos = void 0;
@@ -5958,7 +5985,7 @@ async function tupla(interpretador, vetor) {
5958
5985
  }
5959
5986
  }
5960
5987
 
5961
- },{"../construtos":44,"../excecoes":101,"../interpretador/estruturas":138,"../interpretador/estruturas/descritor-tipo-classe":136,"../interpretador/estruturas/funcao-padrao":137,"../interpretador/estruturas/objeto-delegua-classe":141}],18:[function(require,module,exports){
5988
+ },{"../construtos":45,"../excecoes":103,"../interpretador/estruturas":140,"../interpretador/estruturas/descritor-tipo-classe":138,"../interpretador/estruturas/funcao-padrao":139,"../interpretador/estruturas/objeto-delegua-classe":143}],18:[function(require,module,exports){
5962
5989
  "use strict";
5963
5990
  Object.defineProperty(exports, "__esModule", { value: true });
5964
5991
  const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
@@ -6015,7 +6042,7 @@ exports.default = {
6015
6042
  },
6016
6043
  };
6017
6044
 
6018
- },{"../informacao-variavel-ou-constante":108}],19:[function(require,module,exports){
6045
+ },{"../informacao-variavel-ou-constante":110}],19:[function(require,module,exports){
6019
6046
  "use strict";
6020
6047
  Object.defineProperty(exports, "__esModule", { value: true });
6021
6048
  const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
@@ -6100,7 +6127,7 @@ exports.default = {
6100
6127
  }
6101
6128
  };
6102
6129
 
6103
- },{"../informacao-variavel-ou-constante":108}],20:[function(require,module,exports){
6130
+ },{"../informacao-variavel-ou-constante":110}],20:[function(require,module,exports){
6104
6131
  "use strict";
6105
6132
  Object.defineProperty(exports, "__esModule", { value: true });
6106
6133
  const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
@@ -6303,7 +6330,7 @@ exports.default = {
6303
6330
  },
6304
6331
  };
6305
6332
 
6306
- },{"../informacao-variavel-ou-constante":108}],21:[function(require,module,exports){
6333
+ },{"../informacao-variavel-ou-constante":110}],21:[function(require,module,exports){
6307
6334
  "use strict";
6308
6335
  Object.defineProperty(exports, "__esModule", { value: true });
6309
6336
  const informacao_variavel_ou_constante_1 = require("../informacao-variavel-ou-constante");
@@ -6647,7 +6674,7 @@ exports.default = {
6647
6674
  },
6648
6675
  };
6649
6676
 
6650
- },{"../informacao-variavel-ou-constante":108}],22:[function(require,module,exports){
6677
+ },{"../informacao-variavel-ou-constante":110}],22:[function(require,module,exports){
6651
6678
  "use strict";
6652
6679
  Object.defineProperty(exports, "__esModule", { value: true });
6653
6680
  exports.AcessoElementoMatriz = void 0;
@@ -6939,7 +6966,28 @@ class Chamada {
6939
6966
  }
6940
6967
  exports.Chamada = Chamada;
6941
6968
 
6942
- },{"../geracao-identificadores":105}],34:[function(require,module,exports){
6969
+ },{"../geracao-identificadores":107}],34:[function(require,module,exports){
6970
+ "use strict";
6971
+ Object.defineProperty(exports, "__esModule", { value: true });
6972
+ exports.ComentarioComoConstruto = void 0;
6973
+ /**
6974
+ * Diferentemente da declaração de comentário, este construto ocorre
6975
+ * dentro de expressões, como por exemplo, em especificação de elementos de um vetor.
6976
+ */
6977
+ class ComentarioComoConstruto {
6978
+ constructor(simboloComentario) {
6979
+ this.linha = simboloComentario.linha;
6980
+ this.hashArquivo = simboloComentario.hashArquivo;
6981
+ this.conteudo = simboloComentario.lexema || simboloComentario.literal || '';
6982
+ this.multilinha = simboloComentario.tipo === 'COMENTARIO_MULTILINHA';
6983
+ }
6984
+ aceitar(visitante) {
6985
+ return Promise.resolve(visitante.visitarExpressaoComentario(this));
6986
+ }
6987
+ }
6988
+ exports.ComentarioComoConstruto = ComentarioComoConstruto;
6989
+
6990
+ },{}],35:[function(require,module,exports){
6943
6991
  "use strict";
6944
6992
  Object.defineProperty(exports, "__esModule", { value: true });
6945
6993
  exports.ComponenteLinguagem = void 0;
@@ -6959,7 +7007,7 @@ class ComponenteLinguagem {
6959
7007
  }
6960
7008
  exports.ComponenteLinguagem = ComponenteLinguagem;
6961
7009
 
6962
- },{}],35:[function(require,module,exports){
7010
+ },{}],36:[function(require,module,exports){
6963
7011
  "use strict";
6964
7012
  Object.defineProperty(exports, "__esModule", { value: true });
6965
7013
  exports.Constante = void 0;
@@ -6978,11 +7026,11 @@ class Constante {
6978
7026
  }
6979
7027
  exports.Constante = Constante;
6980
7028
 
6981
- },{}],36:[function(require,module,exports){
7029
+ },{}],37:[function(require,module,exports){
6982
7030
  "use strict";
6983
7031
  Object.defineProperty(exports, "__esModule", { value: true });
6984
7032
 
6985
- },{}],37:[function(require,module,exports){
7033
+ },{}],38:[function(require,module,exports){
6986
7034
  "use strict";
6987
7035
  Object.defineProperty(exports, "__esModule", { value: true });
6988
7036
  exports.Decorador = void 0;
@@ -7003,7 +7051,7 @@ class Decorador {
7003
7051
  }
7004
7052
  exports.Decorador = Decorador;
7005
7053
 
7006
- },{}],38:[function(require,module,exports){
7054
+ },{}],39:[function(require,module,exports){
7007
7055
  "use strict";
7008
7056
  Object.defineProperty(exports, "__esModule", { value: true });
7009
7057
  exports.DefinirValor = void 0;
@@ -7021,7 +7069,7 @@ class DefinirValor {
7021
7069
  }
7022
7070
  exports.DefinirValor = DefinirValor;
7023
7071
 
7024
- },{}],39:[function(require,module,exports){
7072
+ },{}],40:[function(require,module,exports){
7025
7073
  "use strict";
7026
7074
  Object.defineProperty(exports, "__esModule", { value: true });
7027
7075
  exports.Dicionario = void 0;
@@ -7039,7 +7087,7 @@ class Dicionario {
7039
7087
  }
7040
7088
  exports.Dicionario = Dicionario;
7041
7089
 
7042
- },{}],40:[function(require,module,exports){
7090
+ },{}],41:[function(require,module,exports){
7043
7091
  "use strict";
7044
7092
  Object.defineProperty(exports, "__esModule", { value: true });
7045
7093
  exports.ExpressaoRegular = void 0;
@@ -7056,7 +7104,7 @@ class ExpressaoRegular {
7056
7104
  }
7057
7105
  exports.ExpressaoRegular = ExpressaoRegular;
7058
7106
 
7059
- },{}],41:[function(require,module,exports){
7107
+ },{}],42:[function(require,module,exports){
7060
7108
  "use strict";
7061
7109
  Object.defineProperty(exports, "__esModule", { value: true });
7062
7110
  exports.FimPara = void 0;
@@ -7083,7 +7131,7 @@ class FimPara {
7083
7131
  }
7084
7132
  exports.FimPara = FimPara;
7085
7133
 
7086
- },{}],42:[function(require,module,exports){
7134
+ },{}],43:[function(require,module,exports){
7087
7135
  "use strict";
7088
7136
  Object.defineProperty(exports, "__esModule", { value: true });
7089
7137
  exports.FormatacaoEscrita = void 0;
@@ -7106,7 +7154,7 @@ class FormatacaoEscrita {
7106
7154
  }
7107
7155
  exports.FormatacaoEscrita = FormatacaoEscrita;
7108
7156
 
7109
- },{}],43:[function(require,module,exports){
7157
+ },{}],44:[function(require,module,exports){
7110
7158
  "use strict";
7111
7159
  Object.defineProperty(exports, "__esModule", { value: true });
7112
7160
  exports.FuncaoConstruto = void 0;
@@ -7125,7 +7173,7 @@ class FuncaoConstruto {
7125
7173
  }
7126
7174
  exports.FuncaoConstruto = FuncaoConstruto;
7127
7175
 
7128
- },{}],44:[function(require,module,exports){
7176
+ },{}],45:[function(require,module,exports){
7129
7177
  "use strict";
7130
7178
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7131
7179
  if (k2 === undefined) k2 = k;
@@ -7154,6 +7202,7 @@ __exportStar(require("./atribuicao-por-indices-matriz"), exports);
7154
7202
  __exportStar(require("./atribuir"), exports);
7155
7203
  __exportStar(require("./binario"), exports);
7156
7204
  __exportStar(require("./chamada"), exports);
7205
+ __exportStar(require("./comentario-como-construto"), exports);
7157
7206
  __exportStar(require("./componente-linguagem"), exports);
7158
7207
  __exportStar(require("./constante"), exports);
7159
7208
  __exportStar(require("./construto"), exports);
@@ -7170,6 +7219,7 @@ __exportStar(require("./literal"), exports);
7170
7219
  __exportStar(require("./logico"), exports);
7171
7220
  __exportStar(require("./referencia-biblioteca-global"), exports);
7172
7221
  __exportStar(require("./referencia-funcao"), exports);
7222
+ __exportStar(require("./separador"), exports);
7173
7223
  __exportStar(require("./super"), exports);
7174
7224
  __exportStar(require("./tipo-de"), exports);
7175
7225
  __exportStar(require("./tuplas"), exports);
@@ -7177,7 +7227,7 @@ __exportStar(require("./unario"), exports);
7177
7227
  __exportStar(require("./variavel"), exports);
7178
7228
  __exportStar(require("./vetor"), exports);
7179
7229
 
7180
- },{"./acesso-elemento-matriz":22,"./acesso-indice-variavel":23,"./acesso-metodo":25,"./acesso-metodo-ou-propriedade":24,"./acesso-propriedade":26,"./agrupamento":27,"./argumento-referencia-funcao":28,"./atribuicao-por-indice":29,"./atribuicao-por-indices-matriz":30,"./atribuir":31,"./binario":32,"./chamada":33,"./componente-linguagem":34,"./constante":35,"./construto":36,"./decorador":37,"./definir-valor":38,"./dicionario":39,"./expressao-regular":40,"./fim-para":41,"./formatacao-escrita":42,"./funcao":43,"./isto":45,"./leia":46,"./literal":47,"./logico":48,"./referencia-biblioteca-global":49,"./referencia-funcao":50,"./super":51,"./tipo-de":52,"./tuplas":55,"./unario":64,"./variavel":65,"./vetor":66}],45:[function(require,module,exports){
7230
+ },{"./acesso-elemento-matriz":22,"./acesso-indice-variavel":23,"./acesso-metodo":25,"./acesso-metodo-ou-propriedade":24,"./acesso-propriedade":26,"./agrupamento":27,"./argumento-referencia-funcao":28,"./atribuicao-por-indice":29,"./atribuicao-por-indices-matriz":30,"./atribuir":31,"./binario":32,"./chamada":33,"./comentario-como-construto":34,"./componente-linguagem":35,"./constante":36,"./construto":37,"./decorador":38,"./definir-valor":39,"./dicionario":40,"./expressao-regular":41,"./fim-para":42,"./formatacao-escrita":43,"./funcao":44,"./isto":46,"./leia":47,"./literal":48,"./logico":49,"./referencia-biblioteca-global":50,"./referencia-funcao":51,"./separador":52,"./super":53,"./tipo-de":54,"./tuplas":57,"./unario":66,"./variavel":67,"./vetor":68}],46:[function(require,module,exports){
7181
7231
  "use strict";
7182
7232
  Object.defineProperty(exports, "__esModule", { value: true });
7183
7233
  exports.Isto = void 0;
@@ -7193,7 +7243,7 @@ class Isto {
7193
7243
  }
7194
7244
  exports.Isto = Isto;
7195
7245
 
7196
- },{}],46:[function(require,module,exports){
7246
+ },{}],47:[function(require,module,exports){
7197
7247
  "use strict";
7198
7248
  Object.defineProperty(exports, "__esModule", { value: true });
7199
7249
  exports.Leia = void 0;
@@ -7216,7 +7266,7 @@ class Leia {
7216
7266
  }
7217
7267
  exports.Leia = Leia;
7218
7268
 
7219
- },{"../geracao-identificadores":105}],47:[function(require,module,exports){
7269
+ },{"../geracao-identificadores":107}],48:[function(require,module,exports){
7220
7270
  "use strict";
7221
7271
  Object.defineProperty(exports, "__esModule", { value: true });
7222
7272
  exports.Literal = void 0;
@@ -7233,7 +7283,7 @@ class Literal {
7233
7283
  }
7234
7284
  exports.Literal = Literal;
7235
7285
 
7236
- },{}],48:[function(require,module,exports){
7286
+ },{}],49:[function(require,module,exports){
7237
7287
  "use strict";
7238
7288
  Object.defineProperty(exports, "__esModule", { value: true });
7239
7289
  exports.Logico = void 0;
@@ -7251,7 +7301,7 @@ class Logico {
7251
7301
  }
7252
7302
  exports.Logico = Logico;
7253
7303
 
7254
- },{}],49:[function(require,module,exports){
7304
+ },{}],50:[function(require,module,exports){
7255
7305
  "use strict";
7256
7306
  Object.defineProperty(exports, "__esModule", { value: true });
7257
7307
  exports.ReferenciaBibliotecaGlobal = void 0;
@@ -7271,7 +7321,7 @@ class ReferenciaBibliotecaGlobal {
7271
7321
  }
7272
7322
  exports.ReferenciaBibliotecaGlobal = ReferenciaBibliotecaGlobal;
7273
7323
 
7274
- },{}],50:[function(require,module,exports){
7324
+ },{}],51:[function(require,module,exports){
7275
7325
  "use strict";
7276
7326
  Object.defineProperty(exports, "__esModule", { value: true });
7277
7327
  exports.ReferenciaFuncao = void 0;
@@ -7289,7 +7339,23 @@ class ReferenciaFuncao {
7289
7339
  }
7290
7340
  exports.ReferenciaFuncao = ReferenciaFuncao;
7291
7341
 
7292
- },{}],51:[function(require,module,exports){
7342
+ },{}],52:[function(require,module,exports){
7343
+ "use strict";
7344
+ Object.defineProperty(exports, "__esModule", { value: true });
7345
+ exports.Separador = void 0;
7346
+ class Separador {
7347
+ constructor(simboloSeparador) {
7348
+ this.linha = simboloSeparador.linha;
7349
+ this.hashArquivo = simboloSeparador.hashArquivo;
7350
+ this.conteudo = simboloSeparador.lexema || simboloSeparador.literal || '';
7351
+ }
7352
+ aceitar(visitante) {
7353
+ return Promise.resolve(visitante.visitarExpressaoSeparador(this));
7354
+ }
7355
+ }
7356
+ exports.Separador = Separador;
7357
+
7358
+ },{}],53:[function(require,module,exports){
7293
7359
  "use strict";
7294
7360
  Object.defineProperty(exports, "__esModule", { value: true });
7295
7361
  exports.Super = void 0;
@@ -7306,7 +7372,7 @@ class Super {
7306
7372
  }
7307
7373
  exports.Super = Super;
7308
7374
 
7309
- },{}],52:[function(require,module,exports){
7375
+ },{}],54:[function(require,module,exports){
7310
7376
  "use strict";
7311
7377
  Object.defineProperty(exports, "__esModule", { value: true });
7312
7378
  exports.TipoDe = void 0;
@@ -7327,7 +7393,7 @@ class TipoDe {
7327
7393
  }
7328
7394
  exports.TipoDe = TipoDe;
7329
7395
 
7330
- },{}],53:[function(require,module,exports){
7396
+ },{}],55:[function(require,module,exports){
7331
7397
  "use strict";
7332
7398
  Object.defineProperty(exports, "__esModule", { value: true });
7333
7399
  exports.Deceto = void 0;
@@ -7361,7 +7427,7 @@ class Deceto extends tupla_1.Tupla {
7361
7427
  }
7362
7428
  exports.Deceto = Deceto;
7363
7429
 
7364
- },{"./tupla":63}],54:[function(require,module,exports){
7430
+ },{"./tupla":65}],56:[function(require,module,exports){
7365
7431
  "use strict";
7366
7432
  Object.defineProperty(exports, "__esModule", { value: true });
7367
7433
  exports.Dupla = void 0;
@@ -7375,7 +7441,7 @@ class Dupla extends tupla_1.Tupla {
7375
7441
  }
7376
7442
  exports.Dupla = Dupla;
7377
7443
 
7378
- },{"./tupla":63}],55:[function(require,module,exports){
7444
+ },{"./tupla":65}],57:[function(require,module,exports){
7379
7445
  "use strict";
7380
7446
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7381
7447
  if (k2 === undefined) k2 = k;
@@ -7444,7 +7510,7 @@ class SeletorTuplas {
7444
7510
  }
7445
7511
  exports.SeletorTuplas = SeletorTuplas;
7446
7512
 
7447
- },{"./deceto":53,"./dupla":54,"./noneto":56,"./octeto":57,"./quarteto":58,"./quinteto":59,"./septeto":60,"./sexteto":61,"./trio":62,"./tupla":63}],56:[function(require,module,exports){
7513
+ },{"./deceto":55,"./dupla":56,"./noneto":58,"./octeto":59,"./quarteto":60,"./quinteto":61,"./septeto":62,"./sexteto":63,"./trio":64,"./tupla":65}],58:[function(require,module,exports){
7448
7514
  "use strict";
7449
7515
  Object.defineProperty(exports, "__esModule", { value: true });
7450
7516
  exports.Noneto = void 0;
@@ -7471,7 +7537,7 @@ class Noneto extends tupla_1.Tupla {
7471
7537
  }
7472
7538
  exports.Noneto = Noneto;
7473
7539
 
7474
- },{"./tupla":63}],57:[function(require,module,exports){
7540
+ },{"./tupla":65}],59:[function(require,module,exports){
7475
7541
  "use strict";
7476
7542
  Object.defineProperty(exports, "__esModule", { value: true });
7477
7543
  exports.Octeto = void 0;
@@ -7497,7 +7563,7 @@ class Octeto extends tupla_1.Tupla {
7497
7563
  }
7498
7564
  exports.Octeto = Octeto;
7499
7565
 
7500
- },{"./tupla":63}],58:[function(require,module,exports){
7566
+ },{"./tupla":65}],60:[function(require,module,exports){
7501
7567
  "use strict";
7502
7568
  Object.defineProperty(exports, "__esModule", { value: true });
7503
7569
  exports.Quarteto = void 0;
@@ -7513,7 +7579,7 @@ class Quarteto extends tupla_1.Tupla {
7513
7579
  }
7514
7580
  exports.Quarteto = Quarteto;
7515
7581
 
7516
- },{"./tupla":63}],59:[function(require,module,exports){
7582
+ },{"./tupla":65}],61:[function(require,module,exports){
7517
7583
  "use strict";
7518
7584
  Object.defineProperty(exports, "__esModule", { value: true });
7519
7585
  exports.Quinteto = void 0;
@@ -7530,7 +7596,7 @@ class Quinteto extends tupla_1.Tupla {
7530
7596
  }
7531
7597
  exports.Quinteto = Quinteto;
7532
7598
 
7533
- },{"./tupla":63}],60:[function(require,module,exports){
7599
+ },{"./tupla":65}],62:[function(require,module,exports){
7534
7600
  "use strict";
7535
7601
  Object.defineProperty(exports, "__esModule", { value: true });
7536
7602
  exports.Septeto = void 0;
@@ -7555,7 +7621,7 @@ class Septeto extends tupla_1.Tupla {
7555
7621
  }
7556
7622
  exports.Septeto = Septeto;
7557
7623
 
7558
- },{"./tupla":63}],61:[function(require,module,exports){
7624
+ },{"./tupla":65}],63:[function(require,module,exports){
7559
7625
  "use strict";
7560
7626
  Object.defineProperty(exports, "__esModule", { value: true });
7561
7627
  exports.Sexteto = void 0;
@@ -7573,7 +7639,7 @@ class Sexteto extends tupla_1.Tupla {
7573
7639
  }
7574
7640
  exports.Sexteto = Sexteto;
7575
7641
 
7576
- },{"./tupla":63}],62:[function(require,module,exports){
7642
+ },{"./tupla":65}],64:[function(require,module,exports){
7577
7643
  "use strict";
7578
7644
  Object.defineProperty(exports, "__esModule", { value: true });
7579
7645
  exports.Trio = void 0;
@@ -7588,7 +7654,7 @@ class Trio extends tupla_1.Tupla {
7588
7654
  }
7589
7655
  exports.Trio = Trio;
7590
7656
 
7591
- },{"./tupla":63}],63:[function(require,module,exports){
7657
+ },{"./tupla":65}],65:[function(require,module,exports){
7592
7658
  "use strict";
7593
7659
  Object.defineProperty(exports, "__esModule", { value: true });
7594
7660
  exports.Tupla = void 0;
@@ -7599,7 +7665,7 @@ class Tupla {
7599
7665
  }
7600
7666
  exports.Tupla = Tupla;
7601
7667
 
7602
- },{}],64:[function(require,module,exports){
7668
+ },{}],66:[function(require,module,exports){
7603
7669
  "use strict";
7604
7670
  Object.defineProperty(exports, "__esModule", { value: true });
7605
7671
  exports.Unario = void 0;
@@ -7617,7 +7683,7 @@ class Unario {
7617
7683
  }
7618
7684
  exports.Unario = Unario;
7619
7685
 
7620
- },{}],65:[function(require,module,exports){
7686
+ },{}],67:[function(require,module,exports){
7621
7687
  "use strict";
7622
7688
  Object.defineProperty(exports, "__esModule", { value: true });
7623
7689
  exports.Variavel = void 0;
@@ -7634,7 +7700,7 @@ class Variavel {
7634
7700
  }
7635
7701
  exports.Variavel = Variavel;
7636
7702
 
7637
- },{}],66:[function(require,module,exports){
7703
+ },{}],68:[function(require,module,exports){
7638
7704
  "use strict";
7639
7705
  Object.defineProperty(exports, "__esModule", { value: true });
7640
7706
  exports.Vetor = void 0;
@@ -7657,7 +7723,7 @@ class Vetor {
7657
7723
  }
7658
7724
  exports.Vetor = Vetor;
7659
7725
 
7660
- },{}],67:[function(require,module,exports){
7726
+ },{}],69:[function(require,module,exports){
7661
7727
  "use strict";
7662
7728
  Object.defineProperty(exports, "__esModule", { value: true });
7663
7729
  exports.Aleatorio = void 0;
@@ -7674,7 +7740,7 @@ class Aleatorio extends declaracao_1.Declaracao {
7674
7740
  }
7675
7741
  exports.Aleatorio = Aleatorio;
7676
7742
 
7677
- },{"./declaracao":75}],68:[function(require,module,exports){
7743
+ },{"./declaracao":77}],70:[function(require,module,exports){
7678
7744
  "use strict";
7679
7745
  Object.defineProperty(exports, "__esModule", { value: true });
7680
7746
  exports.Bloco = void 0;
@@ -7690,7 +7756,7 @@ class Bloco extends declaracao_1.Declaracao {
7690
7756
  }
7691
7757
  exports.Bloco = Bloco;
7692
7758
 
7693
- },{"./declaracao":75}],69:[function(require,module,exports){
7759
+ },{"./declaracao":77}],71:[function(require,module,exports){
7694
7760
  "use strict";
7695
7761
  Object.defineProperty(exports, "__esModule", { value: true });
7696
7762
  exports.CabecalhoPrograma = void 0;
@@ -7706,7 +7772,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
7706
7772
  }
7707
7773
  exports.CabecalhoPrograma = CabecalhoPrograma;
7708
7774
 
7709
- },{"./declaracao":75}],70:[function(require,module,exports){
7775
+ },{"./declaracao":77}],72:[function(require,module,exports){
7710
7776
  "use strict";
7711
7777
  Object.defineProperty(exports, "__esModule", { value: true });
7712
7778
  exports.Classe = void 0;
@@ -7726,7 +7792,7 @@ class Classe extends declaracao_1.Declaracao {
7726
7792
  }
7727
7793
  exports.Classe = Classe;
7728
7794
 
7729
- },{"./declaracao":75}],71:[function(require,module,exports){
7795
+ },{"./declaracao":77}],73:[function(require,module,exports){
7730
7796
  "use strict";
7731
7797
  Object.defineProperty(exports, "__esModule", { value: true });
7732
7798
  exports.Comentario = void 0;
@@ -7748,7 +7814,7 @@ class Comentario extends declaracao_1.Declaracao {
7748
7814
  }
7749
7815
  exports.Comentario = Comentario;
7750
7816
 
7751
- },{"./declaracao":75}],72:[function(require,module,exports){
7817
+ },{"./declaracao":77}],74:[function(require,module,exports){
7752
7818
  "use strict";
7753
7819
  Object.defineProperty(exports, "__esModule", { value: true });
7754
7820
  exports.ConstMultiplo = void 0;
@@ -7769,7 +7835,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
7769
7835
  }
7770
7836
  exports.ConstMultiplo = ConstMultiplo;
7771
7837
 
7772
- },{"./declaracao":75}],73:[function(require,module,exports){
7838
+ },{"./declaracao":77}],75:[function(require,module,exports){
7773
7839
  "use strict";
7774
7840
  Object.defineProperty(exports, "__esModule", { value: true });
7775
7841
  exports.Const = void 0;
@@ -7796,7 +7862,7 @@ class Const extends declaracao_1.Declaracao {
7796
7862
  }
7797
7863
  exports.Const = Const;
7798
7864
 
7799
- },{"./declaracao":75}],74:[function(require,module,exports){
7865
+ },{"./declaracao":77}],76:[function(require,module,exports){
7800
7866
  "use strict";
7801
7867
  Object.defineProperty(exports, "__esModule", { value: true });
7802
7868
  exports.Continua = void 0;
@@ -7811,7 +7877,7 @@ class Continua extends declaracao_1.Declaracao {
7811
7877
  }
7812
7878
  exports.Continua = Continua;
7813
7879
 
7814
- },{"./declaracao":75}],75:[function(require,module,exports){
7880
+ },{"./declaracao":77}],77:[function(require,module,exports){
7815
7881
  "use strict";
7816
7882
  Object.defineProperty(exports, "__esModule", { value: true });
7817
7883
  exports.Declaracao = void 0;
@@ -7831,7 +7897,7 @@ class Declaracao {
7831
7897
  }
7832
7898
  exports.Declaracao = Declaracao;
7833
7899
 
7834
- },{}],76:[function(require,module,exports){
7900
+ },{}],78:[function(require,module,exports){
7835
7901
  "use strict";
7836
7902
  Object.defineProperty(exports, "__esModule", { value: true });
7837
7903
  exports.Enquanto = void 0;
@@ -7848,7 +7914,7 @@ class Enquanto extends declaracao_1.Declaracao {
7848
7914
  }
7849
7915
  exports.Enquanto = Enquanto;
7850
7916
 
7851
- },{"./declaracao":75}],77:[function(require,module,exports){
7917
+ },{"./declaracao":77}],79:[function(require,module,exports){
7852
7918
  "use strict";
7853
7919
  Object.defineProperty(exports, "__esModule", { value: true });
7854
7920
  exports.Escolha = void 0;
@@ -7869,7 +7935,7 @@ class Escolha extends declaracao_1.Declaracao {
7869
7935
  }
7870
7936
  exports.Escolha = Escolha;
7871
7937
 
7872
- },{"./declaracao":75}],78:[function(require,module,exports){
7938
+ },{"./declaracao":77}],80:[function(require,module,exports){
7873
7939
  "use strict";
7874
7940
  Object.defineProperty(exports, "__esModule", { value: true });
7875
7941
  exports.EscrevaMesmaLinha = void 0;
@@ -7885,7 +7951,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
7885
7951
  }
7886
7952
  exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
7887
7953
 
7888
- },{"./declaracao":75}],79:[function(require,module,exports){
7954
+ },{"./declaracao":77}],81:[function(require,module,exports){
7889
7955
  "use strict";
7890
7956
  Object.defineProperty(exports, "__esModule", { value: true });
7891
7957
  exports.Escreva = void 0;
@@ -7901,7 +7967,7 @@ class Escreva extends declaracao_1.Declaracao {
7901
7967
  }
7902
7968
  exports.Escreva = Escreva;
7903
7969
 
7904
- },{"./declaracao":75}],80:[function(require,module,exports){
7970
+ },{"./declaracao":77}],82:[function(require,module,exports){
7905
7971
  "use strict";
7906
7972
  Object.defineProperty(exports, "__esModule", { value: true });
7907
7973
  exports.Expressao = void 0;
@@ -7917,7 +7983,7 @@ class Expressao extends declaracao_1.Declaracao {
7917
7983
  }
7918
7984
  exports.Expressao = Expressao;
7919
7985
 
7920
- },{"./declaracao":75}],81:[function(require,module,exports){
7986
+ },{"./declaracao":77}],83:[function(require,module,exports){
7921
7987
  "use strict";
7922
7988
  Object.defineProperty(exports, "__esModule", { value: true });
7923
7989
  exports.Falhar = void 0;
@@ -7934,7 +8000,7 @@ class Falhar extends declaracao_1.Declaracao {
7934
8000
  }
7935
8001
  exports.Falhar = Falhar;
7936
8002
 
7937
- },{"./declaracao":75}],82:[function(require,module,exports){
8003
+ },{"./declaracao":77}],84:[function(require,module,exports){
7938
8004
  "use strict";
7939
8005
  Object.defineProperty(exports, "__esModule", { value: true });
7940
8006
  exports.Fazer = void 0;
@@ -7951,7 +8017,7 @@ class Fazer extends declaracao_1.Declaracao {
7951
8017
  }
7952
8018
  exports.Fazer = Fazer;
7953
8019
 
7954
- },{"./declaracao":75}],83:[function(require,module,exports){
8020
+ },{"./declaracao":77}],85:[function(require,module,exports){
7955
8021
  "use strict";
7956
8022
  Object.defineProperty(exports, "__esModule", { value: true });
7957
8023
  exports.FuncaoDeclaracao = void 0;
@@ -7975,7 +8041,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
7975
8041
  }
7976
8042
  exports.FuncaoDeclaracao = FuncaoDeclaracao;
7977
8043
 
7978
- },{"../geracao-identificadores":105,"./declaracao":75}],84:[function(require,module,exports){
8044
+ },{"../geracao-identificadores":107,"./declaracao":77}],86:[function(require,module,exports){
7979
8045
  "use strict";
7980
8046
  Object.defineProperty(exports, "__esModule", { value: true });
7981
8047
  exports.Importar = void 0;
@@ -7996,7 +8062,7 @@ class Importar extends declaracao_1.Declaracao {
7996
8062
  }
7997
8063
  exports.Importar = Importar;
7998
8064
 
7999
- },{"./declaracao":75}],85:[function(require,module,exports){
8065
+ },{"./declaracao":77}],87:[function(require,module,exports){
8000
8066
  "use strict";
8001
8067
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8002
8068
  if (k2 === undefined) k2 = k;
@@ -8044,7 +8110,7 @@ __exportStar(require("./tente"), exports);
8044
8110
  __exportStar(require("./var"), exports);
8045
8111
  __exportStar(require("./var-multiplo"), exports);
8046
8112
 
8047
- },{"./aleatorio":67,"./bloco":68,"./cabecalho-programa":69,"./classe":70,"./comentario":71,"./const":73,"./const-multiplo":72,"./continua":74,"./declaracao":75,"./enquanto":76,"./escolha":77,"./escreva":79,"./escreva-mesma-linha":78,"./expressao":80,"./falhar":81,"./fazer":82,"./funcao":83,"./importar":84,"./inicio-algoritmo":86,"./para":88,"./para-cada":87,"./propriedade-classe":89,"./retorna":90,"./se":91,"./sustar":92,"./tendo-como":93,"./tente":94,"./var":96,"./var-multiplo":95}],86:[function(require,module,exports){
8113
+ },{"./aleatorio":69,"./bloco":70,"./cabecalho-programa":71,"./classe":72,"./comentario":73,"./const":75,"./const-multiplo":74,"./continua":76,"./declaracao":77,"./enquanto":78,"./escolha":79,"./escreva":81,"./escreva-mesma-linha":80,"./expressao":82,"./falhar":83,"./fazer":84,"./funcao":85,"./importar":86,"./inicio-algoritmo":88,"./para":90,"./para-cada":89,"./propriedade-classe":91,"./retorna":92,"./se":93,"./sustar":94,"./tendo-como":95,"./tente":96,"./var":98,"./var-multiplo":97}],88:[function(require,module,exports){
8048
8114
  "use strict";
8049
8115
  Object.defineProperty(exports, "__esModule", { value: true });
8050
8116
  exports.InicioAlgoritmo = void 0;
@@ -8059,7 +8125,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
8059
8125
  }
8060
8126
  exports.InicioAlgoritmo = InicioAlgoritmo;
8061
8127
 
8062
- },{"./declaracao":75}],87:[function(require,module,exports){
8128
+ },{"./declaracao":77}],89:[function(require,module,exports){
8063
8129
  "use strict";
8064
8130
  Object.defineProperty(exports, "__esModule", { value: true });
8065
8131
  exports.ParaCada = void 0;
@@ -8078,7 +8144,7 @@ class ParaCada extends declaracao_1.Declaracao {
8078
8144
  }
8079
8145
  exports.ParaCada = ParaCada;
8080
8146
 
8081
- },{"./declaracao":75}],88:[function(require,module,exports){
8147
+ },{"./declaracao":77}],90:[function(require,module,exports){
8082
8148
  "use strict";
8083
8149
  Object.defineProperty(exports, "__esModule", { value: true });
8084
8150
  exports.Para = void 0;
@@ -8104,7 +8170,7 @@ class Para extends declaracao_1.Declaracao {
8104
8170
  }
8105
8171
  exports.Para = Para;
8106
8172
 
8107
- },{"./declaracao":75}],89:[function(require,module,exports){
8173
+ },{"./declaracao":77}],91:[function(require,module,exports){
8108
8174
  "use strict";
8109
8175
  Object.defineProperty(exports, "__esModule", { value: true });
8110
8176
  exports.PropriedadeClasse = void 0;
@@ -8122,7 +8188,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
8122
8188
  }
8123
8189
  exports.PropriedadeClasse = PropriedadeClasse;
8124
8190
 
8125
- },{"./declaracao":75}],90:[function(require,module,exports){
8191
+ },{"./declaracao":77}],92:[function(require,module,exports){
8126
8192
  "use strict";
8127
8193
  Object.defineProperty(exports, "__esModule", { value: true });
8128
8194
  exports.Retorna = void 0;
@@ -8145,7 +8211,7 @@ class Retorna extends declaracao_1.Declaracao {
8145
8211
  }
8146
8212
  exports.Retorna = Retorna;
8147
8213
 
8148
- },{"./declaracao":75}],91:[function(require,module,exports){
8214
+ },{"./declaracao":77}],93:[function(require,module,exports){
8149
8215
  "use strict";
8150
8216
  Object.defineProperty(exports, "__esModule", { value: true });
8151
8217
  exports.Se = void 0;
@@ -8164,7 +8230,7 @@ class Se extends declaracao_1.Declaracao {
8164
8230
  }
8165
8231
  exports.Se = Se;
8166
8232
 
8167
- },{"./declaracao":75}],92:[function(require,module,exports){
8233
+ },{"./declaracao":77}],94:[function(require,module,exports){
8168
8234
  "use strict";
8169
8235
  Object.defineProperty(exports, "__esModule", { value: true });
8170
8236
  exports.Sustar = void 0;
@@ -8179,7 +8245,7 @@ class Sustar extends declaracao_1.Declaracao {
8179
8245
  }
8180
8246
  exports.Sustar = Sustar;
8181
8247
 
8182
- },{"./declaracao":75}],93:[function(require,module,exports){
8248
+ },{"./declaracao":77}],95:[function(require,module,exports){
8183
8249
  "use strict";
8184
8250
  Object.defineProperty(exports, "__esModule", { value: true });
8185
8251
  exports.TendoComo = void 0;
@@ -8202,7 +8268,7 @@ class TendoComo extends declaracao_1.Declaracao {
8202
8268
  }
8203
8269
  exports.TendoComo = TendoComo;
8204
8270
 
8205
- },{"./declaracao":75}],94:[function(require,module,exports){
8271
+ },{"./declaracao":77}],96:[function(require,module,exports){
8206
8272
  "use strict";
8207
8273
  Object.defineProperty(exports, "__esModule", { value: true });
8208
8274
  exports.Tente = void 0;
@@ -8224,7 +8290,7 @@ class Tente extends declaracao_1.Declaracao {
8224
8290
  }
8225
8291
  exports.Tente = Tente;
8226
8292
 
8227
- },{"./declaracao":75}],95:[function(require,module,exports){
8293
+ },{"./declaracao":77}],97:[function(require,module,exports){
8228
8294
  "use strict";
8229
8295
  Object.defineProperty(exports, "__esModule", { value: true });
8230
8296
  exports.VarMultiplo = void 0;
@@ -8246,7 +8312,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
8246
8312
  }
8247
8313
  exports.VarMultiplo = VarMultiplo;
8248
8314
 
8249
- },{"./declaracao":75}],96:[function(require,module,exports){
8315
+ },{"./declaracao":77}],98:[function(require,module,exports){
8250
8316
  "use strict";
8251
8317
  Object.defineProperty(exports, "__esModule", { value: true });
8252
8318
  exports.Var = void 0;
@@ -8275,7 +8341,7 @@ class Var extends declaracao_1.Declaracao {
8275
8341
  }
8276
8342
  exports.Var = Var;
8277
8343
 
8278
- },{"./declaracao":75}],97:[function(require,module,exports){
8344
+ },{"./declaracao":77}],99:[function(require,module,exports){
8279
8345
  "use strict";
8280
8346
  Object.defineProperty(exports, "__esModule", { value: true });
8281
8347
  exports.default = cyrb53;
@@ -8299,7 +8365,7 @@ function cyrb53(nomeArquivo, semente = 0) {
8299
8365
  return 4294967296 * (2097151 & h2) + (h1 >>> 0);
8300
8366
  }
8301
8367
 
8302
- },{}],98:[function(require,module,exports){
8368
+ },{}],100:[function(require,module,exports){
8303
8369
  "use strict";
8304
8370
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8305
8371
  if (k2 === undefined) k2 = k;
@@ -8324,11 +8390,11 @@ var cyrb53_1 = require("./cyrb53");
8324
8390
  Object.defineProperty(exports, "cyrb53", { enumerable: true, get: function () { return __importDefault(cyrb53_1).default; } });
8325
8391
  __exportStar(require("./ponto-parada"), exports);
8326
8392
 
8327
- },{"./cyrb53":97,"./ponto-parada":99}],99:[function(require,module,exports){
8393
+ },{"./cyrb53":99,"./ponto-parada":101}],101:[function(require,module,exports){
8328
8394
  "use strict";
8329
8395
  Object.defineProperty(exports, "__esModule", { value: true });
8330
8396
 
8331
- },{}],100:[function(require,module,exports){
8397
+ },{}],102:[function(require,module,exports){
8332
8398
  "use strict";
8333
8399
  Object.defineProperty(exports, "__esModule", { value: true });
8334
8400
  exports.ErroEmTempoDeExecucao = void 0;
@@ -8343,7 +8409,7 @@ class ErroEmTempoDeExecucao extends Error {
8343
8409
  }
8344
8410
  exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
8345
8411
 
8346
- },{}],101:[function(require,module,exports){
8412
+ },{}],103:[function(require,module,exports){
8347
8413
  "use strict";
8348
8414
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8349
8415
  if (k2 === undefined) k2 = k;
@@ -8362,7 +8428,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
8362
8428
  Object.defineProperty(exports, "__esModule", { value: true });
8363
8429
  __exportStar(require("./erro-em-tempo-de-execucao"), exports);
8364
8430
 
8365
- },{"./erro-em-tempo-de-execucao":100}],102:[function(require,module,exports){
8431
+ },{"./erro-em-tempo-de-execucao":102}],104:[function(require,module,exports){
8366
8432
  "use strict";
8367
8433
  var __importDefault = (this && this.__importDefault) || function (mod) {
8368
8434
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -8384,6 +8450,12 @@ class FormatadorDelegua {
8384
8450
  this.devePularLinha = true;
8385
8451
  this.deveIndentar = true;
8386
8452
  }
8453
+ visitarExpressaoSeparador(expressao) {
8454
+ throw new Error('Método não implementado.');
8455
+ }
8456
+ visitarExpressaoComentario(expressao) {
8457
+ throw new Error('Método não implementado.');
8458
+ }
8387
8459
  visitarExpressaoArgumentoReferenciaFuncao(expressao) {
8388
8460
  this.codigoFormatado += expressao.simboloFuncao.lexema;
8389
8461
  }
@@ -9085,11 +9157,17 @@ class FormatadorDelegua {
9085
9157
  }
9086
9158
  exports.FormatadorDelegua = FormatadorDelegua;
9087
9159
 
9088
- },{"../construtos":44,"../tipos-de-simbolos/delegua":171}],103:[function(require,module,exports){
9160
+ },{"../construtos":45,"../tipos-de-simbolos/delegua":173}],105:[function(require,module,exports){
9089
9161
  "use strict";
9090
9162
  Object.defineProperty(exports, "__esModule", { value: true });
9091
9163
  exports.FormatadorPitugues = void 0;
9092
9164
  class FormatadorPitugues {
9165
+ visitarExpressaoSeparador(expressao) {
9166
+ throw new Error('Método não implementado.');
9167
+ }
9168
+ visitarExpressaoComentario(expressao) {
9169
+ throw new Error('Método não implementado.');
9170
+ }
9093
9171
  visitarExpressaoArgumentoReferenciaFuncao(expressao) {
9094
9172
  throw new Error('Método não implementado.');
9095
9173
  }
@@ -9261,7 +9339,7 @@ class FormatadorPitugues {
9261
9339
  }
9262
9340
  exports.FormatadorPitugues = FormatadorPitugues;
9263
9341
 
9264
- },{}],104:[function(require,module,exports){
9342
+ },{}],106:[function(require,module,exports){
9265
9343
  "use strict";
9266
9344
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9267
9345
  if (k2 === undefined) k2 = k;
@@ -9281,7 +9359,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
9281
9359
  __exportStar(require("./formatador-delegua"), exports);
9282
9360
  __exportStar(require("./formatador-pitugues"), exports);
9283
9361
 
9284
- },{"./formatador-delegua":102,"./formatador-pitugues":103}],105:[function(require,module,exports){
9362
+ },{"./formatador-delegua":104,"./formatador-pitugues":105}],107:[function(require,module,exports){
9285
9363
  "use strict";
9286
9364
  Object.defineProperty(exports, "__esModule", { value: true });
9287
9365
  exports.uuidv4 = uuidv4;
@@ -9305,7 +9383,7 @@ function uuidv4() {
9305
9383
  });
9306
9384
  }
9307
9385
 
9308
- },{}],106:[function(require,module,exports){
9386
+ },{}],108:[function(require,module,exports){
9309
9387
  "use strict";
9310
9388
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9311
9389
  if (k2 === undefined) k2 = k;
@@ -9334,7 +9412,7 @@ __exportStar(require("./interpretador"), exports);
9334
9412
  __exportStar(require("./lexador"), exports);
9335
9413
  __exportStar(require("./tradutores"), exports);
9336
9414
 
9337
- },{"./avaliador-sintatico":10,"./construtos":44,"./declaracoes":85,"./depuracao":98,"./formatadores":104,"./interfaces":114,"./interpretador":144,"./lexador":160,"./tradutores":178}],107:[function(require,module,exports){
9415
+ },{"./avaliador-sintatico":10,"./construtos":45,"./declaracoes":87,"./depuracao":100,"./formatadores":106,"./interfaces":116,"./interpretador":146,"./lexador":162,"./tradutores":180}],109:[function(require,module,exports){
9338
9416
  "use strict";
9339
9417
  var __importDefault = (this && this.__importDefault) || function (mod) {
9340
9418
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -9392,7 +9470,7 @@ function inferirTipoVariavel(variavel) {
9392
9470
  if (variavel === null) {
9393
9471
  return 'nulo';
9394
9472
  }
9395
- const tipo = variavel.constructor.name;
9473
+ const tipo = variavel.constructor ? variavel.constructor.name : typeof variavel;
9396
9474
  switch (tipo) {
9397
9475
  case 'String':
9398
9476
  case 'string':
@@ -9461,7 +9539,7 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
9461
9539
  }
9462
9540
  }
9463
9541
 
9464
- },{"./tipos-de-dados/delegua":168,"./tipos-de-dados/primitivos":169,"./tipos-de-simbolos/delegua":171}],108:[function(require,module,exports){
9542
+ },{"./tipos-de-dados/delegua":170,"./tipos-de-dados/primitivos":171,"./tipos-de-simbolos/delegua":173}],110:[function(require,module,exports){
9465
9543
  "use strict";
9466
9544
  Object.defineProperty(exports, "__esModule", { value: true });
9467
9545
  exports.InformacaoVariavelOuConstante = void 0;
@@ -9480,15 +9558,15 @@ class InformacaoVariavelOuConstante {
9480
9558
  }
9481
9559
  exports.InformacaoVariavelOuConstante = InformacaoVariavelOuConstante;
9482
9560
 
9483
- },{}],109:[function(require,module,exports){
9561
+ },{}],111:[function(require,module,exports){
9484
9562
  "use strict";
9485
9563
  Object.defineProperty(exports, "__esModule", { value: true });
9486
9564
 
9487
- },{}],110:[function(require,module,exports){
9565
+ },{}],112:[function(require,module,exports){
9488
9566
  "use strict";
9489
9567
  Object.defineProperty(exports, "__esModule", { value: true });
9490
9568
 
9491
- },{}],111:[function(require,module,exports){
9569
+ },{}],113:[function(require,module,exports){
9492
9570
  "use strict";
9493
9571
  Object.defineProperty(exports, "__esModule", { value: true });
9494
9572
  exports.DiagnosticoSeveridade = void 0;
@@ -9500,7 +9578,7 @@ var DiagnosticoSeveridade;
9500
9578
  DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
9501
9579
  })(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
9502
9580
 
9503
- },{}],112:[function(require,module,exports){
9581
+ },{}],114:[function(require,module,exports){
9504
9582
  "use strict";
9505
9583
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9506
9584
  if (k2 === undefined) k2 = k;
@@ -9519,11 +9597,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
9519
9597
  Object.defineProperty(exports, "__esModule", { value: true });
9520
9598
  __exportStar(require("./diagnostico-analisador-semantico"), exports);
9521
9599
 
9522
- },{"./diagnostico-analisador-semantico":111}],113:[function(require,module,exports){
9600
+ },{"./diagnostico-analisador-semantico":113}],115:[function(require,module,exports){
9523
9601
  "use strict";
9524
9602
  Object.defineProperty(exports, "__esModule", { value: true });
9525
9603
 
9526
- },{}],114:[function(require,module,exports){
9604
+ },{}],116:[function(require,module,exports){
9527
9605
  "use strict";
9528
9606
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9529
9607
  if (k2 === undefined) k2 = k;
@@ -9558,35 +9636,35 @@ __exportStar(require("./construtos"), exports);
9558
9636
  __exportStar(require("./erros"), exports);
9559
9637
  __exportStar(require("./retornos"), exports);
9560
9638
 
9561
- },{"./avaliador-sintatico-interface":109,"./construtos":110,"./erros":112,"./formatador-comum-interface":113,"./interpretador-com-depuracao-interface":115,"./interpretador-interface":116,"./lexador-interface":117,"./parametro-interface":118,"./pilha-interface":119,"./primitiva-interface":120,"./resolvedor-interface":121,"./retornos":122,"./retornos/retorno-execucao-interface":124,"./simbolo-interface":127,"./tradutor-interface":128,"./variavel-interface":129,"./visitante-comum-interface":130}],115:[function(require,module,exports){
9639
+ },{"./avaliador-sintatico-interface":111,"./construtos":112,"./erros":114,"./formatador-comum-interface":115,"./interpretador-com-depuracao-interface":117,"./interpretador-interface":118,"./lexador-interface":119,"./parametro-interface":120,"./pilha-interface":121,"./primitiva-interface":122,"./resolvedor-interface":123,"./retornos":124,"./retornos/retorno-execucao-interface":126,"./simbolo-interface":129,"./tradutor-interface":130,"./variavel-interface":131,"./visitante-comum-interface":132}],117:[function(require,module,exports){
9562
9640
  "use strict";
9563
9641
  Object.defineProperty(exports, "__esModule", { value: true });
9564
9642
 
9565
- },{}],116:[function(require,module,exports){
9643
+ },{}],118:[function(require,module,exports){
9566
9644
  "use strict";
9567
9645
  Object.defineProperty(exports, "__esModule", { value: true });
9568
9646
 
9569
- },{}],117:[function(require,module,exports){
9647
+ },{}],119:[function(require,module,exports){
9570
9648
  "use strict";
9571
9649
  Object.defineProperty(exports, "__esModule", { value: true });
9572
9650
 
9573
- },{}],118:[function(require,module,exports){
9651
+ },{}],120:[function(require,module,exports){
9574
9652
  "use strict";
9575
9653
  Object.defineProperty(exports, "__esModule", { value: true });
9576
9654
 
9577
- },{}],119:[function(require,module,exports){
9655
+ },{}],121:[function(require,module,exports){
9578
9656
  "use strict";
9579
9657
  Object.defineProperty(exports, "__esModule", { value: true });
9580
9658
 
9581
- },{}],120:[function(require,module,exports){
9659
+ },{}],122:[function(require,module,exports){
9582
9660
  "use strict";
9583
9661
  Object.defineProperty(exports, "__esModule", { value: true });
9584
9662
 
9585
- },{}],121:[function(require,module,exports){
9663
+ },{}],123:[function(require,module,exports){
9586
9664
  "use strict";
9587
9665
  Object.defineProperty(exports, "__esModule", { value: true });
9588
9666
 
9589
- },{}],122:[function(require,module,exports){
9667
+ },{}],124:[function(require,module,exports){
9590
9668
  "use strict";
9591
9669
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9592
9670
  if (k2 === undefined) k2 = k;
@@ -9608,15 +9686,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
9608
9686
  __exportStar(require("./retorno-interpretador"), exports);
9609
9687
  __exportStar(require("./retorno-lexador"), exports);
9610
9688
 
9611
- },{"./retorno-avaliador-sintatico":123,"./retorno-execucao-interface":124,"./retorno-interpretador":125,"./retorno-lexador":126}],123:[function(require,module,exports){
9612
- "use strict";
9613
- Object.defineProperty(exports, "__esModule", { value: true });
9614
-
9615
- },{}],124:[function(require,module,exports){
9616
- "use strict";
9617
- Object.defineProperty(exports, "__esModule", { value: true });
9618
-
9619
- },{}],125:[function(require,module,exports){
9689
+ },{"./retorno-avaliador-sintatico":125,"./retorno-execucao-interface":126,"./retorno-interpretador":127,"./retorno-lexador":128}],125:[function(require,module,exports){
9620
9690
  "use strict";
9621
9691
  Object.defineProperty(exports, "__esModule", { value: true });
9622
9692
 
@@ -9642,6 +9712,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
9642
9712
 
9643
9713
  },{}],131:[function(require,module,exports){
9644
9714
  "use strict";
9715
+ Object.defineProperty(exports, "__esModule", { value: true });
9716
+
9717
+ },{}],132:[function(require,module,exports){
9718
+ "use strict";
9719
+ Object.defineProperty(exports, "__esModule", { value: true });
9720
+
9721
+ },{}],133:[function(require,module,exports){
9722
+ "use strict";
9645
9723
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9646
9724
  if (k2 === undefined) k2 = k;
9647
9725
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -9705,7 +9783,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
9705
9783
  pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
9706
9784
  }
9707
9785
 
9708
- },{"../bibliotecas/biblioteca-global":17,"./estruturas/funcao-padrao":137}],132:[function(require,module,exports){
9786
+ },{"../bibliotecas/biblioteca-global":17,"./estruturas/funcao-padrao":139}],134:[function(require,module,exports){
9709
9787
  "use strict";
9710
9788
  Object.defineProperty(exports, "__esModule", { value: true });
9711
9789
  exports.EspacoMemoria = void 0;
@@ -9730,7 +9808,7 @@ class EspacoMemoria {
9730
9808
  }
9731
9809
  exports.EspacoMemoria = EspacoMemoria;
9732
9810
 
9733
- },{}],133:[function(require,module,exports){
9811
+ },{}],135:[function(require,module,exports){
9734
9812
  "use strict";
9735
9813
  Object.defineProperty(exports, "__esModule", { value: true });
9736
9814
  exports.Chamavel = void 0;
@@ -9744,7 +9822,7 @@ class Chamavel {
9744
9822
  }
9745
9823
  exports.Chamavel = Chamavel;
9746
9824
 
9747
- },{}],134:[function(require,module,exports){
9825
+ },{}],136:[function(require,module,exports){
9748
9826
  "use strict";
9749
9827
  Object.defineProperty(exports, "__esModule", { value: true });
9750
9828
  exports.ClassePadrao = void 0;
@@ -9785,7 +9863,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
9785
9863
  }
9786
9864
  exports.ClassePadrao = ClassePadrao;
9787
9865
 
9788
- },{"./chamavel":133}],135:[function(require,module,exports){
9866
+ },{"./chamavel":135}],137:[function(require,module,exports){
9789
9867
  "use strict";
9790
9868
  Object.defineProperty(exports, "__esModule", { value: true });
9791
9869
  exports.DeleguaFuncao = void 0;
@@ -9930,7 +10008,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
9930
10008
  }
9931
10009
  exports.DeleguaFuncao = DeleguaFuncao;
9932
10010
 
9933
- },{"../../declaracoes":85,"../../quebras":167,"../espaco-memoria":132,"./chamavel":133}],136:[function(require,module,exports){
10011
+ },{"../../declaracoes":87,"../../quebras":169,"../espaco-memoria":134,"./chamavel":135}],138:[function(require,module,exports){
9934
10012
  "use strict";
9935
10013
  Object.defineProperty(exports, "__esModule", { value: true });
9936
10014
  exports.DescritorTipoClasse = void 0;
@@ -10011,7 +10089,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
10011
10089
  }
10012
10090
  exports.DescritorTipoClasse = DescritorTipoClasse;
10013
10091
 
10014
- },{"../../excecoes":101,"./chamavel":133,"./objeto-delegua-classe":141}],137:[function(require,module,exports){
10092
+ },{"../../excecoes":103,"./chamavel":135,"./objeto-delegua-classe":143}],139:[function(require,module,exports){
10015
10093
  "use strict";
10016
10094
  Object.defineProperty(exports, "__esModule", { value: true });
10017
10095
  exports.FuncaoPadrao = void 0;
@@ -10048,7 +10126,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
10048
10126
  }
10049
10127
  exports.FuncaoPadrao = FuncaoPadrao;
10050
10128
 
10051
- },{"./chamavel":133}],138:[function(require,module,exports){
10129
+ },{"./chamavel":135}],140:[function(require,module,exports){
10052
10130
  "use strict";
10053
10131
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10054
10132
  if (k2 === undefined) k2 = k;
@@ -10076,7 +10154,7 @@ __exportStar(require("./objeto-delegua-classe"), exports);
10076
10154
  __exportStar(require("./objeto-padrao"), exports);
10077
10155
  __exportStar(require("./referencia-montao"), exports);
10078
10156
 
10079
- },{"./chamavel":133,"./classe-padrao":134,"./delegua-funcao":135,"./descritor-tipo-classe":136,"./funcao-padrao":137,"./metodo-primitiva":139,"./modulo":140,"./objeto-delegua-classe":141,"./objeto-padrao":142,"./referencia-montao":143}],139:[function(require,module,exports){
10157
+ },{"./chamavel":135,"./classe-padrao":136,"./delegua-funcao":137,"./descritor-tipo-classe":138,"./funcao-padrao":139,"./metodo-primitiva":141,"./modulo":142,"./objeto-delegua-classe":143,"./objeto-padrao":144,"./referencia-montao":145}],141:[function(require,module,exports){
10080
10158
  "use strict";
10081
10159
  Object.defineProperty(exports, "__esModule", { value: true });
10082
10160
  exports.MetodoPrimitiva = void 0;
@@ -10119,7 +10197,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
10119
10197
  }
10120
10198
  exports.MetodoPrimitiva = MetodoPrimitiva;
10121
10199
 
10122
- },{"./chamavel":133}],140:[function(require,module,exports){
10200
+ },{"./chamavel":135}],142:[function(require,module,exports){
10123
10201
  "use strict";
10124
10202
  Object.defineProperty(exports, "__esModule", { value: true });
10125
10203
  exports.DeleguaModulo = void 0;
@@ -10145,7 +10223,7 @@ class DeleguaModulo {
10145
10223
  }
10146
10224
  exports.DeleguaModulo = DeleguaModulo;
10147
10225
 
10148
- },{}],141:[function(require,module,exports){
10226
+ },{}],143:[function(require,module,exports){
10149
10227
  "use strict";
10150
10228
  Object.defineProperty(exports, "__esModule", { value: true });
10151
10229
  exports.ObjetoDeleguaClasse = void 0;
@@ -10213,7 +10291,7 @@ class ObjetoDeleguaClasse {
10213
10291
  }
10214
10292
  exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
10215
10293
 
10216
- },{"../../excecoes":101}],142:[function(require,module,exports){
10294
+ },{"../../excecoes":103}],144:[function(require,module,exports){
10217
10295
  "use strict";
10218
10296
  Object.defineProperty(exports, "__esModule", { value: true });
10219
10297
  exports.ObjetoPadrao = void 0;
@@ -10247,7 +10325,7 @@ class ObjetoPadrao {
10247
10325
  }
10248
10326
  exports.ObjetoPadrao = ObjetoPadrao;
10249
10327
 
10250
- },{}],143:[function(require,module,exports){
10328
+ },{}],145:[function(require,module,exports){
10251
10329
  "use strict";
10252
10330
  Object.defineProperty(exports, "__esModule", { value: true });
10253
10331
  exports.ReferenciaMontao = void 0;
@@ -10272,7 +10350,7 @@ class ReferenciaMontao {
10272
10350
  }
10273
10351
  exports.ReferenciaMontao = ReferenciaMontao;
10274
10352
 
10275
- },{}],144:[function(require,module,exports){
10353
+ },{}],146:[function(require,module,exports){
10276
10354
  "use strict";
10277
10355
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10278
10356
  if (k2 === undefined) k2 = k;
@@ -10292,7 +10370,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10292
10370
  __exportStar(require("./interpretador"), exports);
10293
10371
  __exportStar(require("./interpretador-base"), exports);
10294
10372
 
10295
- },{"./interpretador":146,"./interpretador-base":145}],145:[function(require,module,exports){
10373
+ },{"./interpretador":148,"./interpretador-base":147}],147:[function(require,module,exports){
10296
10374
  (function (process){(function (){
10297
10375
  "use strict";
10298
10376
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -10368,6 +10446,12 @@ class InterpretadorBase {
10368
10446
  this.pilhaEscoposExecucao.empilhar(escopoExecucao);
10369
10447
  (0, comum_1.carregarBibliotecasGlobais)(this.pilhaEscoposExecucao);
10370
10448
  }
10449
+ visitarExpressaoSeparador(expressao) {
10450
+ throw new Error('Método não implementado.');
10451
+ }
10452
+ visitarExpressaoComentario(expressao) {
10453
+ throw new Error('Método não implementado.');
10454
+ }
10371
10455
  /**
10372
10456
  * Usado para chamadas de métodos de primitiva.
10373
10457
  * Sendo uma variável ou constante, a primitiva precisa atualizar a referência
@@ -11530,7 +11614,7 @@ class InterpretadorBase {
11530
11614
  for (let i = 0; i < expressao.valores.length; i++) {
11531
11615
  valores.push(await this.avaliar(expressao.valores[i]));
11532
11616
  }
11533
- return valores;
11617
+ return valores.filter(v => v);
11534
11618
  }
11535
11619
  visitarExpressaoSuper(expressao) {
11536
11620
  const objeto = this.pilhaEscoposExecucao.obterVariavelPorNome('isto');
@@ -11729,7 +11813,7 @@ class InterpretadorBase {
11729
11813
  exports.InterpretadorBase = InterpretadorBase;
11730
11814
 
11731
11815
  }).call(this)}).call(this,require('_process'))
11732
- },{"../avaliador-sintatico":10,"../bibliotecas/primitivas-dicionario":18,"../construtos":44,"../excecoes":101,"../inferenciador":107,"../lexador":160,"../quebras":167,"../tipos-de-dados/delegua":168,"../tipos-de-dados/primitivos":169,"../tipos-de-simbolos/delegua":171,"./comum":131,"./espaco-memoria":132,"./estruturas":138,"./estruturas/metodo-primitiva":139,"./pilha-escopos-execucao":148,"_process":404,"browser-process-hrtime":350}],146:[function(require,module,exports){
11816
+ },{"../avaliador-sintatico":10,"../bibliotecas/primitivas-dicionario":18,"../construtos":45,"../excecoes":103,"../inferenciador":109,"../lexador":162,"../quebras":169,"../tipos-de-dados/delegua":170,"../tipos-de-dados/primitivos":171,"../tipos-de-simbolos/delegua":173,"./comum":133,"./espaco-memoria":134,"./estruturas":140,"./estruturas/metodo-primitiva":141,"./pilha-escopos-execucao":150,"_process":406,"browser-process-hrtime":352}],148:[function(require,module,exports){
11733
11817
  "use strict";
11734
11818
  var __importDefault = (this && this.__importDefault) || function (mod) {
11735
11819
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -11775,7 +11859,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
11775
11859
  if (objeto instanceof estruturas_1.ReferenciaMontao) {
11776
11860
  return this.resolverReferenciaMontao(objeto);
11777
11861
  }
11778
- if (objeto.hasOwnProperty('valor')) {
11862
+ if (objeto.hasOwnProperty && objeto.hasOwnProperty('valor')) {
11779
11863
  if (Array.isArray(objeto.valor)) {
11780
11864
  return this.resolverValor(objeto.valor);
11781
11865
  }
@@ -12081,10 +12165,14 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
12081
12165
  }
12082
12166
  break;
12083
12167
  }
12084
- // Último caso válido: objeto de uma classe JavaScript que possua a propriedade.
12168
+ // Objeto de uma classe JavaScript regular (ou seja, com construtor e propriedades)
12169
+ // que possua a propriedade.
12085
12170
  // Exemplos: classes de LinConEs, como `RetornoComando`, ou bibliotecas globais com objetos próprios.
12086
- if (objeto.hasOwnProperty(expressao.simbolo.lexema) ||
12087
- typeof objeto[expressao.simbolo.lexema] !== 'undefined') {
12171
+ if (objeto.hasOwnProperty && objeto.hasOwnProperty(expressao.simbolo.lexema)) {
12172
+ return objeto[expressao.simbolo.lexema];
12173
+ }
12174
+ // Último caso: objeto simples, sem construtor, sem protótipo. Exemplo: {'a': 1, 'b': 2}
12175
+ if (typeof objeto[expressao.simbolo.lexema] !== 'undefined') {
12088
12176
  return objeto[expressao.simbolo.lexema];
12089
12177
  }
12090
12178
  return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(null, `Método ou propriedade para objeto ou primitiva não encontrado: ${expressao.simbolo.lexema}.`, expressao.linha));
@@ -12187,6 +12275,13 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
12187
12275
  return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.objeto.nome, 'Somente listas, dicionários, classes e objetos podem ser mudados por índice.', expressao.linha));
12188
12276
  }
12189
12277
  }
12278
+ /**
12279
+ * Em Delégua e Pituguês, comentários não são importantes para a interpretação.
12280
+ * @param expressao
12281
+ */
12282
+ async visitarExpressaoComentario(expressao) {
12283
+ return Promise.resolve();
12284
+ }
12190
12285
  /**
12191
12286
  * Execução de uma expressão de atribuição.
12192
12287
  * @param expressao A expressão.
@@ -12290,6 +12385,14 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
12290
12385
  }
12291
12386
  return retornoQuebra;
12292
12387
  }
12388
+ /**
12389
+ * Para Delégua e Pituguês, o separador é apenas um elemento de sintaxe.
12390
+ * Não há qualquer avaliação a ser feita.
12391
+ * @param expressao
12392
+ */
12393
+ async visitarExpressaoSeparador(expressao) {
12394
+ return Promise.resolve(null);
12395
+ }
12293
12396
  async visitarExpressaoTipoDe(expressao) {
12294
12397
  let valorTipoDe = expressao.valor;
12295
12398
  switch (valorTipoDe.constructor.name) {
@@ -12327,7 +12430,9 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
12327
12430
  case 'Variavel':
12328
12431
  return valorTipoDe.tipo;
12329
12432
  case 'Vetor':
12330
- return (0, inferenciador_1.inferirTipoVariavel)(valorTipoDe === null || valorTipoDe === void 0 ? void 0 : valorTipoDe.valores);
12433
+ const vetor = valorTipoDe;
12434
+ const apenasValores = vetor.valores.filter(v => !['ComentarioComoConstruto', 'Separador'].includes(v.constructor.name));
12435
+ return (0, inferenciador_1.inferirTipoVariavel)(apenasValores);
12331
12436
  default:
12332
12437
  return (0, inferenciador_1.inferirTipoVariavel)(valorTipoDe);
12333
12438
  }
@@ -12391,7 +12496,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
12391
12496
  }
12392
12497
  exports.Interpretador = Interpretador;
12393
12498
 
12394
- },{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../excecoes":101,"../inferenciador":107,"../quebras":167,"../tipos-de-dados/delegua":168,"../tipos-de-dados/primitivos":169,"./estruturas":138,"./interpretador-base":145,"./montao":147}],147:[function(require,module,exports){
12499
+ },{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":45,"../excecoes":103,"../inferenciador":109,"../quebras":169,"../tipos-de-dados/delegua":170,"../tipos-de-dados/primitivos":171,"./estruturas":140,"./interpretador-base":147,"./montao":149}],149:[function(require,module,exports){
12395
12500
  "use strict";
12396
12501
  Object.defineProperty(exports, "__esModule", { value: true });
12397
12502
  exports.Montao = void 0;
@@ -12448,7 +12553,7 @@ class Montao {
12448
12553
  }
12449
12554
  exports.Montao = Montao;
12450
12555
 
12451
- },{"../excecoes":101,"../geracao-identificadores":105}],148:[function(require,module,exports){
12556
+ },{"../excecoes":103,"../geracao-identificadores":107}],150:[function(require,module,exports){
12452
12557
  "use strict";
12453
12558
  var __importDefault = (this && this.__importDefault) || function (mod) {
12454
12559
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -12731,7 +12836,7 @@ class PilhaEscoposExecucao {
12731
12836
  }
12732
12837
  exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
12733
12838
 
12734
- },{"../excecoes":101,"../inferenciador":107,"../lexador":160,"../tipos-de-dados/delegua":168,"./estruturas":138}],149:[function(require,module,exports){
12839
+ },{"../excecoes":103,"../inferenciador":109,"../lexador":162,"../tipos-de-dados/delegua":170,"./estruturas":140}],151:[function(require,module,exports){
12735
12840
  "use strict";
12736
12841
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12737
12842
  if (k2 === undefined) k2 = k;
@@ -12754,7 +12859,7 @@ __exportStar(require("./lexador-guarani"), exports);
12754
12859
  __exportStar(require("./lexador-portugol-ipt"), exports);
12755
12860
  __exportStar(require("./lexador-tenda"), exports);
12756
12861
 
12757
- },{"./lexador-egua-classico":150,"./lexador-guarani":151,"./lexador-pitugues":152,"./lexador-portugol-ipt":153,"./lexador-tenda":154}],150:[function(require,module,exports){
12862
+ },{"./lexador-egua-classico":152,"./lexador-guarani":153,"./lexador-pitugues":154,"./lexador-portugol-ipt":155,"./lexador-tenda":156}],152:[function(require,module,exports){
12758
12863
  "use strict";
12759
12864
  var __importDefault = (this && this.__importDefault) || function (mod) {
12760
12865
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13044,7 +13149,7 @@ class LexadorEguaClassico {
13044
13149
  }
13045
13150
  exports.LexadorEguaClassico = LexadorEguaClassico;
13046
13151
 
13047
- },{"../../tipos-de-simbolos/egua-classico":172,"../simbolo":166,"./palavras-reservadas/egua-classico":155}],151:[function(require,module,exports){
13152
+ },{"../../tipos-de-simbolos/egua-classico":174,"../simbolo":168,"./palavras-reservadas/egua-classico":157}],153:[function(require,module,exports){
13048
13153
  "use strict";
13049
13154
  var __importDefault = (this && this.__importDefault) || function (mod) {
13050
13155
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13163,7 +13268,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
13163
13268
  }
13164
13269
  exports.LexadorGuarani = LexadorGuarani;
13165
13270
 
13166
- },{"../../tipos-de-simbolos/guarani":173,"../lexador-base":162,"./palavras-reservadas/guarani":156}],152:[function(require,module,exports){
13271
+ },{"../../tipos-de-simbolos/guarani":175,"../lexador-base":164,"./palavras-reservadas/guarani":158}],154:[function(require,module,exports){
13167
13272
  "use strict";
13168
13273
  var __importDefault = (this && this.__importDefault) || function (mod) {
13169
13274
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13566,7 +13671,7 @@ class LexadorPitugues {
13566
13671
  }
13567
13672
  exports.LexadorPitugues = LexadorPitugues;
13568
13673
 
13569
- },{"../../tipos-de-simbolos/pitugues":175,"../simbolo":166,"./palavras-reservadas/pitugues":157,"browser-process-hrtime":350}],153:[function(require,module,exports){
13674
+ },{"../../tipos-de-simbolos/pitugues":177,"../simbolo":168,"./palavras-reservadas/pitugues":159,"browser-process-hrtime":352}],155:[function(require,module,exports){
13570
13675
  "use strict";
13571
13676
  var __importDefault = (this && this.__importDefault) || function (mod) {
13572
13677
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13818,7 +13923,7 @@ class LexadorPortugolIpt {
13818
13923
  }
13819
13924
  exports.LexadorPortugolIpt = LexadorPortugolIpt;
13820
13925
 
13821
- },{"../../tipos-de-simbolos/portugol-ipt":176,"../simbolo":166,"./palavras-reservadas/portugol-ipt":158}],154:[function(require,module,exports){
13926
+ },{"../../tipos-de-simbolos/portugol-ipt":178,"../simbolo":168,"./palavras-reservadas/portugol-ipt":160}],156:[function(require,module,exports){
13822
13927
  "use strict";
13823
13928
  var __importDefault = (this && this.__importDefault) || function (mod) {
13824
13929
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14209,7 +14314,7 @@ class LexadorTenda {
14209
14314
  }
14210
14315
  exports.LexadorTenda = LexadorTenda;
14211
14316
 
14212
- },{"../../tipos-de-simbolos/tenda":177,"../simbolo":166,"./palavras-reservadas/tenda":159,"browser-process-hrtime":350}],155:[function(require,module,exports){
14317
+ },{"../../tipos-de-simbolos/tenda":179,"../simbolo":168,"./palavras-reservadas/tenda":161,"browser-process-hrtime":352}],157:[function(require,module,exports){
14213
14318
  "use strict";
14214
14319
  var __importDefault = (this && this.__importDefault) || function (mod) {
14215
14320
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14250,7 +14355,7 @@ exports.palavrasReservadas = {
14250
14355
  verdadeiro: egua_classico_1.default.VERDADEIRO,
14251
14356
  };
14252
14357
 
14253
- },{"../../../tipos-de-simbolos/egua-classico":172}],156:[function(require,module,exports){
14358
+ },{"../../../tipos-de-simbolos/egua-classico":174}],158:[function(require,module,exports){
14254
14359
  "use strict";
14255
14360
  var __importDefault = (this && this.__importDefault) || function (mod) {
14256
14361
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14262,7 +14367,7 @@ exports.palavrasReservadas = {
14262
14367
  hai: guarani_1.default.HAI,
14263
14368
  };
14264
14369
 
14265
- },{"../../../tipos-de-simbolos/guarani":173}],157:[function(require,module,exports){
14370
+ },{"../../../tipos-de-simbolos/guarani":175}],159:[function(require,module,exports){
14266
14371
  "use strict";
14267
14372
  var __importDefault = (this && this.__importDefault) || function (mod) {
14268
14373
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14325,7 +14430,7 @@ exports.palavrasReservadasMicroGramatica = {
14325
14430
  verdadeiro: pitugues_1.default.VERDADEIRO,
14326
14431
  };
14327
14432
 
14328
- },{"../../../tipos-de-simbolos/pitugues":175}],158:[function(require,module,exports){
14433
+ },{"../../../tipos-de-simbolos/pitugues":177}],160:[function(require,module,exports){
14329
14434
  "use strict";
14330
14435
  var __importDefault = (this && this.__importDefault) || function (mod) {
14331
14436
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14347,7 +14452,7 @@ exports.palavrasReservadas = {
14347
14452
  senão: portugol_ipt_1.default.SENAO,
14348
14453
  };
14349
14454
 
14350
- },{"../../../tipos-de-simbolos/portugol-ipt":176}],159:[function(require,module,exports){
14455
+ },{"../../../tipos-de-simbolos/portugol-ipt":178}],161:[function(require,module,exports){
14351
14456
  "use strict";
14352
14457
  var __importDefault = (this && this.__importDefault) || function (mod) {
14353
14458
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14405,7 +14510,7 @@ exports.palavrasReservadas = {
14405
14510
  Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
14406
14511
  };
14407
14512
 
14408
- },{"../../../tipos-de-simbolos/tenda":177}],160:[function(require,module,exports){
14513
+ },{"../../../tipos-de-simbolos/tenda":179}],162:[function(require,module,exports){
14409
14514
  "use strict";
14410
14515
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14411
14516
  if (k2 === undefined) k2 = k;
@@ -14428,7 +14533,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
14428
14533
  __exportStar(require("./micro-lexador"), exports);
14429
14534
  __exportStar(require("./simbolo"), exports);
14430
14535
 
14431
- },{"./dialetos":149,"./lexador":163,"./lexador-base-linha-unica":161,"./micro-lexador":164,"./simbolo":166}],161:[function(require,module,exports){
14536
+ },{"./dialetos":151,"./lexador":165,"./lexador-base-linha-unica":163,"./micro-lexador":166,"./simbolo":168}],163:[function(require,module,exports){
14432
14537
  "use strict";
14433
14538
  Object.defineProperty(exports, "__esModule", { value: true });
14434
14539
  exports.LexadorBaseLinhaUnica = void 0;
@@ -14512,7 +14617,7 @@ class LexadorBaseLinhaUnica {
14512
14617
  }
14513
14618
  exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
14514
14619
 
14515
- },{"./simbolo":166}],162:[function(require,module,exports){
14620
+ },{"./simbolo":168}],164:[function(require,module,exports){
14516
14621
  "use strict";
14517
14622
  Object.defineProperty(exports, "__esModule", { value: true });
14518
14623
  exports.LexadorBase = void 0;
@@ -14626,7 +14731,7 @@ class LexadorBase {
14626
14731
  }
14627
14732
  exports.LexadorBase = LexadorBase;
14628
14733
 
14629
- },{"./simbolo":166}],163:[function(require,module,exports){
14734
+ },{"./simbolo":168}],165:[function(require,module,exports){
14630
14735
  "use strict";
14631
14736
  var __importDefault = (this && this.__importDefault) || function (mod) {
14632
14737
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14825,35 +14930,35 @@ class Lexador {
14825
14930
  this.avancar();
14826
14931
  break;
14827
14932
  case '[':
14828
- this.adicionarSimbolo(delegua_1.default.COLCHETE_ESQUERDO);
14933
+ this.adicionarSimbolo(delegua_1.default.COLCHETE_ESQUERDO, '[');
14829
14934
  this.avancar();
14830
14935
  break;
14831
14936
  case ']':
14832
- this.adicionarSimbolo(delegua_1.default.COLCHETE_DIREITO);
14937
+ this.adicionarSimbolo(delegua_1.default.COLCHETE_DIREITO, ']');
14833
14938
  this.avancar();
14834
14939
  break;
14835
14940
  case '(':
14836
- this.adicionarSimbolo(delegua_1.default.PARENTESE_ESQUERDO);
14941
+ this.adicionarSimbolo(delegua_1.default.PARENTESE_ESQUERDO, '(');
14837
14942
  this.avancar();
14838
14943
  break;
14839
14944
  case ')':
14840
- this.adicionarSimbolo(delegua_1.default.PARENTESE_DIREITO);
14945
+ this.adicionarSimbolo(delegua_1.default.PARENTESE_DIREITO, ')');
14841
14946
  this.avancar();
14842
14947
  break;
14843
14948
  case '{':
14844
- this.adicionarSimbolo(delegua_1.default.CHAVE_ESQUERDA);
14949
+ this.adicionarSimbolo(delegua_1.default.CHAVE_ESQUERDA, '{');
14845
14950
  this.avancar();
14846
14951
  break;
14847
14952
  case '}':
14848
- this.adicionarSimbolo(delegua_1.default.CHAVE_DIREITA);
14953
+ this.adicionarSimbolo(delegua_1.default.CHAVE_DIREITA, '}');
14849
14954
  this.avancar();
14850
14955
  break;
14851
14956
  case ',':
14852
- this.adicionarSimbolo(delegua_1.default.VIRGULA);
14957
+ this.adicionarSimbolo(delegua_1.default.VIRGULA, ',');
14853
14958
  this.avancar();
14854
14959
  break;
14855
14960
  case '.':
14856
- this.adicionarSimbolo(delegua_1.default.PONTO);
14961
+ this.adicionarSimbolo(delegua_1.default.PONTO, '.');
14857
14962
  this.avancar();
14858
14963
  break;
14859
14964
  case '-':
@@ -15087,7 +15192,7 @@ class Lexador {
15087
15192
  }
15088
15193
  exports.Lexador = Lexador;
15089
15194
 
15090
- },{"../tipos-de-simbolos/delegua":171,"./palavras-reservadas":165,"./simbolo":166,"browser-process-hrtime":350}],164:[function(require,module,exports){
15195
+ },{"../tipos-de-simbolos/delegua":173,"./palavras-reservadas":167,"./simbolo":168,"browser-process-hrtime":352}],166:[function(require,module,exports){
15091
15196
  "use strict";
15092
15197
  var __importDefault = (this && this.__importDefault) || function (mod) {
15093
15198
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -15302,7 +15407,7 @@ class MicroLexador {
15302
15407
  }
15303
15408
  exports.MicroLexador = MicroLexador;
15304
15409
 
15305
- },{"../tipos-de-simbolos/microgramaticas/delegua":174,"./palavras-reservadas":165,"./simbolo":166}],165:[function(require,module,exports){
15410
+ },{"../tipos-de-simbolos/microgramaticas/delegua":176,"./palavras-reservadas":167,"./simbolo":168}],167:[function(require,module,exports){
15306
15411
  "use strict";
15307
15412
  var __importDefault = (this && this.__importDefault) || function (mod) {
15308
15413
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -15366,7 +15471,7 @@ exports.palavrasReservadasMicroGramatica = {
15366
15471
  verdadeiro: delegua_1.default.VERDADEIRO,
15367
15472
  };
15368
15473
 
15369
- },{"../tipos-de-simbolos/delegua":171}],166:[function(require,module,exports){
15474
+ },{"../tipos-de-simbolos/delegua":173}],168:[function(require,module,exports){
15370
15475
  "use strict";
15371
15476
  Object.defineProperty(exports, "__esModule", { value: true });
15372
15477
  exports.Simbolo = void 0;
@@ -15384,7 +15489,7 @@ class Simbolo {
15384
15489
  }
15385
15490
  exports.Simbolo = Simbolo;
15386
15491
 
15387
- },{}],167:[function(require,module,exports){
15492
+ },{}],169:[function(require,module,exports){
15388
15493
  "use strict";
15389
15494
  Object.defineProperty(exports, "__esModule", { value: true });
15390
15495
  exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
@@ -15408,7 +15513,7 @@ class ContinuarQuebra extends Quebra {
15408
15513
  }
15409
15514
  exports.ContinuarQuebra = ContinuarQuebra;
15410
15515
 
15411
- },{}],168:[function(require,module,exports){
15516
+ },{}],170:[function(require,module,exports){
15412
15517
  "use strict";
15413
15518
  Object.defineProperty(exports, "__esModule", { value: true });
15414
15519
  exports.default = {
@@ -15438,7 +15543,7 @@ exports.default = {
15438
15543
  VETOR_TEXTO: 'texto[]',
15439
15544
  };
15440
15545
 
15441
- },{}],169:[function(require,module,exports){
15546
+ },{}],171:[function(require,module,exports){
15442
15547
  "use strict";
15443
15548
  Object.defineProperty(exports, "__esModule", { value: true });
15444
15549
  exports.default = {
@@ -15457,7 +15562,7 @@ exports.default = {
15457
15562
  TEXTO: 'string',
15458
15563
  };
15459
15564
 
15460
- },{}],170:[function(require,module,exports){
15565
+ },{}],172:[function(require,module,exports){
15461
15566
  "use strict";
15462
15567
  Object.defineProperty(exports, "__esModule", { value: true });
15463
15568
  exports.default = {
@@ -15483,7 +15588,7 @@ exports.default = {
15483
15588
  VIRGULA: 'VIRGULA',
15484
15589
  };
15485
15590
 
15486
- },{}],171:[function(require,module,exports){
15591
+ },{}],173:[function(require,module,exports){
15487
15592
  "use strict";
15488
15593
  Object.defineProperty(exports, "__esModule", { value: true });
15489
15594
  exports.default = {
@@ -15578,7 +15683,7 @@ exports.default = {
15578
15683
  VIRGULA: 'VIRGULA',
15579
15684
  };
15580
15685
 
15581
- },{}],172:[function(require,module,exports){
15686
+ },{}],174:[function(require,module,exports){
15582
15687
  "use strict";
15583
15688
  Object.defineProperty(exports, "__esModule", { value: true });
15584
15689
  exports.default = {
@@ -15656,7 +15761,7 @@ exports.default = {
15656
15761
  VIRGULA: 'VIRGULA',
15657
15762
  };
15658
15763
 
15659
- },{}],173:[function(require,module,exports){
15764
+ },{}],175:[function(require,module,exports){
15660
15765
  "use strict";
15661
15766
  Object.defineProperty(exports, "__esModule", { value: true });
15662
15767
  exports.default = {
@@ -15673,7 +15778,7 @@ exports.default = {
15673
15778
  VIRGULA: 'VIRGULA',
15674
15779
  };
15675
15780
 
15676
- },{}],174:[function(require,module,exports){
15781
+ },{}],176:[function(require,module,exports){
15677
15782
  "use strict";
15678
15783
  Object.defineProperty(exports, "__esModule", { value: true });
15679
15784
  exports.default = {
@@ -15722,7 +15827,7 @@ exports.default = {
15722
15827
  VIRGULA: 'VIRGULA',
15723
15828
  };
15724
15829
 
15725
- },{}],175:[function(require,module,exports){
15830
+ },{}],177:[function(require,module,exports){
15726
15831
  "use strict";
15727
15832
  Object.defineProperty(exports, "__esModule", { value: true });
15728
15833
  exports.default = {
@@ -15805,7 +15910,7 @@ exports.default = {
15805
15910
  VIRGULA: 'VIRGULA',
15806
15911
  };
15807
15912
 
15808
- },{}],176:[function(require,module,exports){
15913
+ },{}],178:[function(require,module,exports){
15809
15914
  "use strict";
15810
15915
  Object.defineProperty(exports, "__esModule", { value: true });
15811
15916
  exports.default = {
@@ -15844,7 +15949,7 @@ exports.default = {
15844
15949
  VIRGULA: 'VIRGULA',
15845
15950
  };
15846
15951
 
15847
- },{}],177:[function(require,module,exports){
15952
+ },{}],179:[function(require,module,exports){
15848
15953
  "use strict";
15849
15954
  Object.defineProperty(exports, "__esModule", { value: true });
15850
15955
  // Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
@@ -15939,7 +16044,7 @@ exports.default = {
15939
16044
  VIRGULA: 'VIRGULA',
15940
16045
  };
15941
16046
 
15942
- },{}],178:[function(require,module,exports){
16047
+ },{}],180:[function(require,module,exports){
15943
16048
  "use strict";
15944
16049
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15945
16050
  if (k2 === undefined) k2 = k;
@@ -15965,7 +16070,7 @@ __exportStar(require("./tradutor-reverso-javascript"), exports);
15965
16070
  __exportStar(require("./tradutor-reverso-python"), exports);
15966
16071
  __exportStar(require("./tradutor-reverso-tenda"), exports);
15967
16072
 
15968
- },{"./tradutor-assemblyscript":181,"./tradutor-javascript":182,"./tradutor-mermaidjs":183,"./tradutor-portugol-ipt":184,"./tradutor-python":185,"./tradutor-reverso-javascript":186,"./tradutor-reverso-python":187,"./tradutor-reverso-tenda":188}],179:[function(require,module,exports){
16073
+ },{"./tradutor-assemblyscript":183,"./tradutor-javascript":184,"./tradutor-mermaidjs":185,"./tradutor-portugol-ipt":186,"./tradutor-python":187,"./tradutor-reverso-javascript":188,"./tradutor-reverso-python":189,"./tradutor-reverso-tenda":190}],181:[function(require,module,exports){
15969
16074
  "use strict";
15970
16075
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
15971
16076
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -17205,7 +17310,7 @@ __decorate([
17205
17310
  Decorators_1.Override
17206
17311
  ], Python3Lexer.prototype, "nextToken", null);
17207
17312
 
17208
- },{"./python3-parser":180,"antlr4ts/CommonToken":198,"antlr4ts/Decorators":202,"antlr4ts/Lexer":210,"antlr4ts/Token":227,"antlr4ts/VocabularyImpl":233,"antlr4ts/atn/ATNDeserializer":239,"antlr4ts/atn/LexerATNSimulator":260,"antlr4ts/misc/Utils":321}],180:[function(require,module,exports){
17313
+ },{"./python3-parser":182,"antlr4ts/CommonToken":200,"antlr4ts/Decorators":204,"antlr4ts/Lexer":212,"antlr4ts/Token":229,"antlr4ts/VocabularyImpl":235,"antlr4ts/atn/ATNDeserializer":241,"antlr4ts/atn/LexerATNSimulator":262,"antlr4ts/misc/Utils":323}],182:[function(require,module,exports){
17209
17314
  "use strict";
17210
17315
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
17211
17316
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -28452,7 +28557,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
28452
28557
  }
28453
28558
  exports.Yield_argContext = Yield_argContext;
28454
28559
 
28455
- },{"antlr4ts/FailedPredicateException":206,"antlr4ts/NoViableAltException":214,"antlr4ts/Parser":215,"antlr4ts/ParserRuleContext":218,"antlr4ts/RecognitionException":221,"antlr4ts/Token":227,"antlr4ts/VocabularyImpl":233,"antlr4ts/atn/ATN":235,"antlr4ts/atn/ATNDeserializer":239,"antlr4ts/atn/ParserATNSimulator":276,"antlr4ts/misc/Utils":321}],181:[function(require,module,exports){
28560
+ },{"antlr4ts/FailedPredicateException":208,"antlr4ts/NoViableAltException":216,"antlr4ts/Parser":217,"antlr4ts/ParserRuleContext":220,"antlr4ts/RecognitionException":223,"antlr4ts/Token":229,"antlr4ts/VocabularyImpl":235,"antlr4ts/atn/ATN":237,"antlr4ts/atn/ATNDeserializer":241,"antlr4ts/atn/ParserATNSimulator":278,"antlr4ts/misc/Utils":323}],183:[function(require,module,exports){
28456
28561
  "use strict";
28457
28562
  var __importDefault = (this && this.__importDefault) || function (mod) {
28458
28563
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -28474,13 +28579,14 @@ class TradutorAssemblyScript {
28474
28579
  Atribuir: this.traduzirConstrutoAtribuir.bind(this),
28475
28580
  Binario: this.traduzirConstrutoBinario.bind(this),
28476
28581
  Chamada: this.traduzirConstrutoChamada.bind(this),
28477
- Comentario: this.traduzirConstrutoComentario.bind(this),
28582
+ ComentarioComoConstruto: this.traduzirConstrutoComentario.bind(this),
28478
28583
  DefinirValor: this.traduzirConstrutoDefinirValor.bind(this),
28479
28584
  FuncaoConstruto: this.traduzirFuncaoConstruto.bind(this),
28480
28585
  Isto: () => 'this',
28481
28586
  Literal: this.traduzirConstrutoLiteral.bind(this),
28482
28587
  Logico: this.traduzirConstrutoLogico.bind(this),
28483
28588
  ReferenciaFuncao: this.traduzirConstrutoReferenciaFuncao.bind(this),
28589
+ Separador: this.traduzirConstrutoSeparador.bind(this),
28484
28590
  TipoDe: this.traduzirConstrutoTipoDe.bind(this),
28485
28591
  Unario: this.traduzirConstrutoUnario.bind(this),
28486
28592
  Variavel: this.traduzirConstrutoVariavel.bind(this),
@@ -28605,6 +28711,9 @@ class TradutorAssemblyScript {
28605
28711
  textoArgumentos = textoArgumentos.slice(0, -2);
28606
28712
  return `${referenciaFuncao.simboloFuncao.lexema}(${textoArgumentos})`;
28607
28713
  }
28714
+ traduzirConstrutoSeparador(separador) {
28715
+ return `${separador.conteudo} `;
28716
+ }
28608
28717
  traduzirDeclaracaoEscreva(declaracaoEscreva) {
28609
28718
  let resultado = 'console.log(';
28610
28719
  for (const argumento of declaracaoEscreva.argumentos) {
@@ -28920,10 +29029,7 @@ class TradutorAssemblyScript {
28920
29029
  }
28921
29030
  let resultado = '[';
28922
29031
  for (let valor of vetor.valores) {
28923
- resultado += `${this.dicionarioConstrutos[valor.constructor.name](valor)}, `;
28924
- }
28925
- if (vetor.valores.length > 0) {
28926
- resultado = resultado.slice(0, -2);
29032
+ resultado += `${this.dicionarioConstrutos[valor.constructor.name](valor)}`;
28927
29033
  }
28928
29034
  resultado += ']';
28929
29035
  return resultado;
@@ -29086,7 +29192,7 @@ class TradutorAssemblyScript {
29086
29192
  }
29087
29193
  exports.TradutorAssemblyScript = TradutorAssemblyScript;
29088
29194
 
29089
- },{"../construtos":44,"../declaracoes":85,"../tipos-de-simbolos/delegua":171}],182:[function(require,module,exports){
29195
+ },{"../construtos":45,"../declaracoes":87,"../tipos-de-simbolos/delegua":173}],184:[function(require,module,exports){
29090
29196
  "use strict";
29091
29197
  var __importDefault = (this && this.__importDefault) || function (mod) {
29092
29198
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -29114,6 +29220,7 @@ class TradutorJavaScript {
29114
29220
  AtribuicaoPorIndice: this.traduzirConstrutoAtribuicaoPorIndice.bind(this),
29115
29221
  Atribuir: this.traduzirConstrutoAtribuir.bind(this),
29116
29222
  Binario: this.traduzirConstrutoBinario.bind(this),
29223
+ ComentarioComoConstruto: this.traduzirDeclaracaoComentario.bind(this),
29117
29224
  Chamada: this.traduzirConstrutoChamada.bind(this),
29118
29225
  DefinirValor: this.traduzirConstrutoDefinirValor.bind(this),
29119
29226
  Dicionario: this.traduzirConstrutoDicionario.bind(this),
@@ -29123,6 +29230,7 @@ class TradutorJavaScript {
29123
29230
  Literal: this.traduzirConstrutoLiteral.bind(this),
29124
29231
  Logico: this.traduzirConstrutoLogico.bind(this),
29125
29232
  ReferenciaFuncao: this.traduzirConstrutoReferenciaFuncao.bind(this),
29233
+ Separador: this.traduzirConstrutoSeparador.bind(this),
29126
29234
  TipoDe: this.traduzirConstrutoTipoDe.bind(this),
29127
29235
  Unario: this.traduzirConstrutoUnario.bind(this),
29128
29236
  Variavel: this.traduzirConstrutoVariavel.bind(this),
@@ -29765,6 +29873,9 @@ class TradutorJavaScript {
29765
29873
  textoArgumentos = textoArgumentos.slice(0, -2);
29766
29874
  return `${referenciaFuncao.simboloFuncao.lexema}(${textoArgumentos})`;
29767
29875
  }
29876
+ traduzirConstrutoSeparador(separador) {
29877
+ return `${separador.conteudo} `;
29878
+ }
29768
29879
  traduzirConstrutoTipoDe(tipoDe) {
29769
29880
  let resultado = 'typeof ';
29770
29881
  if (!tipoDe.valor)
@@ -29790,10 +29901,7 @@ class TradutorJavaScript {
29790
29901
  }
29791
29902
  let resultado = '[';
29792
29903
  for (let valor of vetor.valores) {
29793
- resultado += `${this.dicionarioConstrutos[valor.constructor.name](valor)}, `;
29794
- }
29795
- if (vetor.valores.length > 0) {
29796
- resultado = resultado.slice(0, -2);
29904
+ resultado += `${this.dicionarioConstrutos[valor.constructor.name](valor)}`;
29797
29905
  }
29798
29906
  resultado += ']';
29799
29907
  return resultado;
@@ -29826,7 +29934,7 @@ class TradutorJavaScript {
29826
29934
  }
29827
29935
  exports.TradutorJavaScript = TradutorJavaScript;
29828
29936
 
29829
- },{"../construtos":44,"../declaracoes":85,"../tipos-de-simbolos/delegua":171}],183:[function(require,module,exports){
29937
+ },{"../construtos":45,"../declaracoes":87,"../tipos-de-simbolos/delegua":173}],185:[function(require,module,exports){
29830
29938
  "use strict";
29831
29939
  var __importDefault = (this && this.__importDefault) || function (mod) {
29832
29940
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -29874,19 +29982,21 @@ class TradutorMermaidJs {
29874
29982
  Atribuir: this.traduzirConstrutoAtribuir.bind(this),
29875
29983
  Binario: this.traduzirConstrutoBinario.bind(this),
29876
29984
  Chamada: this.traduzirConstrutoChamada.bind(this),
29877
- Comentario: () => '',
29985
+ ComentarioComoConstruto: () => '',
29878
29986
  DefinirValor: this.traduzirConstrutoDefinirValor.bind(this),
29879
29987
  Dicionario: this.traduzirConstrutoDicionario.bind(this),
29880
29988
  FuncaoConstruto: this.traduzirFuncaoConstruto.bind(this),
29881
29989
  Isto: () => 'this',
29882
29990
  Leia: this.traduzirConstrutoLeia.bind(this),
29883
29991
  Literal: this.traduzirConstrutoLiteral.bind(this),
29992
+ Separador: this.traduzirConstrutoSeparador.bind(this),
29884
29993
  Unario: this.traduzirConstrutoUnario.bind(this),
29885
29994
  Variavel: this.traduzirConstrutoVariavel.bind(this),
29886
29995
  Vetor: this.traduzirConstrutoVetor.bind(this),
29887
29996
  };
29888
29997
  this.dicionarioDeclaracoes = {
29889
29998
  Bloco: this.traduzirDeclaracaoBloco.bind(this),
29999
+ Comentario: () => '',
29890
30000
  Const: this.traduzirDeclaracaoConst.bind(this),
29891
30001
  Enquanto: this.traduzirDeclaracaoEnquanto.bind(this),
29892
30002
  Escolha: this.traduzirDeclaracaoEscolha.bind(this),
@@ -29986,6 +30096,9 @@ class TradutorMermaidJs {
29986
30096
  return literal.valor;
29987
30097
  }
29988
30098
  }
30099
+ traduzirConstrutoSeparador(separador) {
30100
+ return `${separador.conteudo} `;
30101
+ }
29989
30102
  traduzirConstrutoUnario(unario) {
29990
30103
  const textoOperando = this.dicionarioConstrutos[unario.operando.constructor.name](unario.operando);
29991
30104
  let textoOperador = '';
@@ -30010,11 +30123,8 @@ class TradutorMermaidJs {
30010
30123
  traduzirConstrutoVetor(vetor) {
30011
30124
  let texto = `vetor: `;
30012
30125
  for (const elemento of vetor.valores) {
30013
- // Na grande maioria dos casos, cada elemento é um construto.
30014
- const textoValor = this.dicionarioConstrutos[elemento.constructor.name](elemento);
30015
- texto += `${textoValor}, `;
30126
+ texto += this.dicionarioConstrutos[elemento.constructor.name](elemento);
30016
30127
  }
30017
- texto = texto.slice(0, -2);
30018
30128
  return texto;
30019
30129
  }
30020
30130
  logicaComumConexaoArestas(aresta) {
@@ -30278,7 +30388,7 @@ class TradutorMermaidJs {
30278
30388
  }
30279
30389
  exports.TradutorMermaidJs = TradutorMermaidJs;
30280
30390
 
30281
- },{"../tipos-de-simbolos/delegua":171}],184:[function(require,module,exports){
30391
+ },{"../tipos-de-simbolos/delegua":173}],186:[function(require,module,exports){
30282
30392
  "use strict";
30283
30393
  Object.defineProperty(exports, "__esModule", { value: true });
30284
30394
  exports.TradutorPortugolIpt = void 0;
@@ -30340,7 +30450,7 @@ class TradutorPortugolIpt {
30340
30450
  }
30341
30451
  exports.TradutorPortugolIpt = TradutorPortugolIpt;
30342
30452
 
30343
- },{"../avaliador-sintatico/dialetos":8,"../lexador/dialetos":149}],185:[function(require,module,exports){
30453
+ },{"../avaliador-sintatico/dialetos":8,"../lexador/dialetos":151}],187:[function(require,module,exports){
30344
30454
  "use strict";
30345
30455
  var __importDefault = (this && this.__importDefault) || function (mod) {
30346
30456
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -30365,12 +30475,13 @@ class TradutorPython {
30365
30475
  Atribuir: this.traduzirConstrutoAtribuir.bind(this),
30366
30476
  Binario: this.traduzirConstrutoBinario.bind(this),
30367
30477
  Chamada: this.traduzirConstrutoChamada.bind(this),
30368
- Comentario: this.traduzirConstrutoComentario.bind(this),
30478
+ ComentarioComoConstruto: this.traduzirConstrutoComentario.bind(this),
30369
30479
  DefinirValor: this.traduzirConstrutoDefinirValor.bind(this),
30370
30480
  Dicionario: this.traduzirConstrutoDicionario.bind(this),
30371
30481
  Literal: this.traduzirConstrutoLiteral.bind(this),
30372
30482
  Logico: this.traduzirConstrutoLogico.bind(this),
30373
30483
  ReferenciaFuncao: this.traduzirConstrutoReferenciaFuncao.bind(this),
30484
+ Separador: this.traduzirConstrutoSeparador.bind(this),
30374
30485
  Unario: this.traduzirConstrutoUnario.bind(this),
30375
30486
  Variavel: this.traduzirConstrutoVariavel.bind(this),
30376
30487
  Vetor: this.traduzirConstrutoVetor.bind(this),
@@ -30691,6 +30802,9 @@ class TradutorPython {
30691
30802
  textoArgumentos = textoArgumentos.slice(0, -2);
30692
30803
  return `${referenciaFuncao.simboloFuncao.lexema}(${textoArgumentos})`;
30693
30804
  }
30805
+ traduzirConstrutoSeparador(separador) {
30806
+ return `${separador.conteudo} `;
30807
+ }
30694
30808
  traduzirConstrutoUnario(unario) {
30695
30809
  const operador = this.traduzirSimboloOperador(unario.operador);
30696
30810
  const operando = this.dicionarioConstrutos[unario.operando.constructor.name](unario.operando);
@@ -30727,10 +30841,7 @@ class TradutorPython {
30727
30841
  }
30728
30842
  let resultado = '[';
30729
30843
  for (let valor of vetor.valores) {
30730
- resultado += `${this.dicionarioConstrutos[valor.constructor.name](valor)}, `;
30731
- }
30732
- if (vetor.valores.length > 0) {
30733
- resultado = resultado.slice(0, -2);
30844
+ resultado += `${this.dicionarioConstrutos[valor.constructor.name](valor)}`;
30734
30845
  }
30735
30846
  resultado += ']';
30736
30847
  return resultado;
@@ -30981,7 +31092,7 @@ class TradutorPython {
30981
31092
  }
30982
31093
  exports.TradutorPython = TradutorPython;
30983
31094
 
30984
- },{"../construtos":44,"../declaracoes":85,"../tipos-de-simbolos/delegua":171}],186:[function(require,module,exports){
31095
+ },{"../construtos":45,"../declaracoes":87,"../tipos-de-simbolos/delegua":173}],188:[function(require,module,exports){
30985
31096
  "use strict";
30986
31097
  Object.defineProperty(exports, "__esModule", { value: true });
30987
31098
  exports.TradutorReversoJavaScript = void 0;
@@ -31376,7 +31487,7 @@ class TradutorReversoJavaScript {
31376
31487
  }
31377
31488
  exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
31378
31489
 
31379
- },{}],187:[function(require,module,exports){
31490
+ },{}],189:[function(require,module,exports){
31380
31491
  "use strict";
31381
31492
  Object.defineProperty(exports, "__esModule", { value: true });
31382
31493
  exports.TradutorReversoPython = void 0;
@@ -31449,7 +31560,7 @@ class TradutorReversoPython {
31449
31560
  }
31450
31561
  exports.TradutorReversoPython = TradutorReversoPython;
31451
31562
 
31452
- },{"./python/python3-lexer":179,"./python/python3-parser":180,"antlr4ts":304,"antlr4ts/tree/ParseTreeWalker":323}],188:[function(require,module,exports){
31563
+ },{"./python/python3-lexer":181,"./python/python3-parser":182,"antlr4ts":306,"antlr4ts/tree/ParseTreeWalker":325}],190:[function(require,module,exports){
31453
31564
  "use strict";
31454
31565
  var __importDefault = (this && this.__importDefault) || function (mod) {
31455
31566
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -32043,7 +32154,7 @@ class TradutorReversoTenda {
32043
32154
  }
32044
32155
  exports.TradutorReversoTenda = TradutorReversoTenda;
32045
32156
 
32046
- },{"../construtos":44,"../tipos-de-simbolos/tenda":177}],189:[function(require,module,exports){
32157
+ },{"../construtos":45,"../tipos-de-simbolos/tenda":179}],191:[function(require,module,exports){
32047
32158
  "use strict";
32048
32159
  /*!
32049
32160
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -32051,7 +32162,7 @@ exports.TradutorReversoTenda = TradutorReversoTenda;
32051
32162
  */
32052
32163
  Object.defineProperty(exports, "__esModule", { value: true });
32053
32164
 
32054
- },{}],190:[function(require,module,exports){
32165
+ },{}],192:[function(require,module,exports){
32055
32166
  "use strict";
32056
32167
  /*!
32057
32168
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -32059,7 +32170,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
32059
32170
  */
32060
32171
  Object.defineProperty(exports, "__esModule", { value: true });
32061
32172
 
32062
- },{}],191:[function(require,module,exports){
32173
+ },{}],193:[function(require,module,exports){
32063
32174
  "use strict";
32064
32175
  /*!
32065
32176
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -32221,7 +32332,7 @@ __decorate([
32221
32332
  ], ANTLRInputStream.prototype, "toString", null);
32222
32333
  exports.ANTLRInputStream = ANTLRInputStream;
32223
32334
 
32224
- },{"./Decorators":202,"./IntStream":208,"assert":345}],192:[function(require,module,exports){
32335
+ },{"./Decorators":204,"./IntStream":210,"assert":347}],194:[function(require,module,exports){
32225
32336
  "use strict";
32226
32337
  /*!
32227
32338
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -32304,7 +32415,7 @@ __decorate([
32304
32415
  ], BailErrorStrategy.prototype, "sync", null);
32305
32416
  exports.BailErrorStrategy = BailErrorStrategy;
32306
32417
 
32307
- },{"./Decorators":202,"./DefaultErrorStrategy":203,"./InputMismatchException":207,"./misc/ParseCancellationException":319}],193:[function(require,module,exports){
32418
+ },{"./Decorators":204,"./DefaultErrorStrategy":205,"./InputMismatchException":209,"./misc/ParseCancellationException":321}],195:[function(require,module,exports){
32308
32419
  "use strict";
32309
32420
  /*!
32310
32421
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -32794,7 +32905,7 @@ BufferedTokenStream = __decorate([
32794
32905
  ], BufferedTokenStream);
32795
32906
  exports.BufferedTokenStream = BufferedTokenStream;
32796
32907
 
32797
- },{"./CommonToken":198,"./Decorators":202,"./Lexer":210,"./Token":227,"./misc/Interval":314,"assert":345}],194:[function(require,module,exports){
32908
+ },{"./CommonToken":200,"./Decorators":204,"./Lexer":212,"./Token":229,"./misc/Interval":316,"assert":347}],196:[function(require,module,exports){
32798
32909
  "use strict";
32799
32910
  /*!
32800
32911
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -32802,7 +32913,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
32802
32913
  */
32803
32914
  Object.defineProperty(exports, "__esModule", { value: true });
32804
32915
 
32805
- },{}],195:[function(require,module,exports){
32916
+ },{}],197:[function(require,module,exports){
32806
32917
  "use strict";
32807
32918
  /*!
32808
32919
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -32936,7 +33047,7 @@ var CharStreams;
32936
33047
  // }
32937
33048
  })(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
32938
33049
 
32939
- },{"./CodePointBuffer":196,"./CodePointCharStream":197,"./IntStream":208}],196:[function(require,module,exports){
33050
+ },{"./CodePointBuffer":198,"./CodePointCharStream":199,"./IntStream":210}],198:[function(require,module,exports){
32940
33051
  "use strict";
32941
33052
  /*!
32942
33053
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -33171,7 +33282,7 @@ exports.CodePointBuffer = CodePointBuffer;
33171
33282
  CodePointBuffer.Builder = Builder;
33172
33283
  })(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
33173
33284
 
33174
- },{"./misc/Character":310,"assert":345}],197:[function(require,module,exports){
33285
+ },{"./misc/Character":312,"assert":347}],199:[function(require,module,exports){
33175
33286
  "use strict";
33176
33287
  /*!
33177
33288
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -33321,7 +33432,7 @@ __decorate([
33321
33432
  ], CodePointCharStream.prototype, "getText", null);
33322
33433
  exports.CodePointCharStream = CodePointCharStream;
33323
33434
 
33324
- },{"./Decorators":202,"./IntStream":208,"./misc/Interval":314,"assert":345}],198:[function(require,module,exports){
33435
+ },{"./Decorators":204,"./IntStream":210,"./misc/Interval":316,"assert":347}],200:[function(require,module,exports){
33325
33436
  "use strict";
33326
33437
  /*!
33327
33438
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -33551,7 +33662,7 @@ CommonToken = __decorate([
33551
33662
  ], CommonToken);
33552
33663
  exports.CommonToken = CommonToken;
33553
33664
 
33554
- },{"./Decorators":202,"./Token":227,"./misc/Interval":314}],199:[function(require,module,exports){
33665
+ },{"./Decorators":204,"./Token":229,"./misc/Interval":316}],201:[function(require,module,exports){
33555
33666
  "use strict";
33556
33667
  /*!
33557
33668
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -33615,7 +33726,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
33615
33726
  CommonTokenFactory.DEFAULT = new CommonTokenFactory();
33616
33727
  })(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
33617
33728
 
33618
- },{"./CommonToken":198,"./Decorators":202,"./misc/Interval":314}],200:[function(require,module,exports){
33729
+ },{"./CommonToken":200,"./Decorators":204,"./misc/Interval":316}],202:[function(require,module,exports){
33619
33730
  "use strict";
33620
33731
  /*!
33621
33732
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -33742,7 +33853,7 @@ CommonTokenStream = __decorate([
33742
33853
  ], CommonTokenStream);
33743
33854
  exports.CommonTokenStream = CommonTokenStream;
33744
33855
 
33745
- },{"./BufferedTokenStream":193,"./Decorators":202,"./Token":227}],201:[function(require,module,exports){
33856
+ },{"./BufferedTokenStream":195,"./Decorators":204,"./Token":229}],203:[function(require,module,exports){
33746
33857
  "use strict";
33747
33858
  /*!
33748
33859
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -33776,7 +33887,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
33776
33887
  */
33777
33888
  ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
33778
33889
 
33779
- },{}],202:[function(require,module,exports){
33890
+ },{}],204:[function(require,module,exports){
33780
33891
  "use strict";
33781
33892
  /*!
33782
33893
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -33803,7 +33914,7 @@ function SuppressWarnings(options) {
33803
33914
  }
33804
33915
  exports.SuppressWarnings = SuppressWarnings;
33805
33916
 
33806
- },{}],203:[function(require,module,exports){
33917
+ },{}],205:[function(require,module,exports){
33807
33918
  "use strict";
33808
33919
  /*!
33809
33920
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34617,7 +34728,7 @@ __decorate([
34617
34728
  ], DefaultErrorStrategy.prototype, "consumeUntil", null);
34618
34729
  exports.DefaultErrorStrategy = DefaultErrorStrategy;
34619
34730
 
34620
- },{"./Decorators":202,"./FailedPredicateException":206,"./InputMismatchException":207,"./NoViableAltException":214,"./Token":227,"./atn/ATNState":241,"./atn/ATNStateType":242,"./atn/PredictionContext":282,"./misc/IntervalSet":315}],204:[function(require,module,exports){
34731
+ },{"./Decorators":204,"./FailedPredicateException":208,"./InputMismatchException":209,"./NoViableAltException":216,"./Token":229,"./atn/ATNState":243,"./atn/ATNStateType":244,"./atn/PredictionContext":284,"./misc/IntervalSet":317}],206:[function(require,module,exports){
34621
34732
  "use strict";
34622
34733
  /*!
34623
34734
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34693,7 +34804,7 @@ var Dependents;
34693
34804
  Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
34694
34805
  })(Dependents = exports.Dependents || (exports.Dependents = {}));
34695
34806
 
34696
- },{}],205:[function(require,module,exports){
34807
+ },{}],207:[function(require,module,exports){
34697
34808
  "use strict";
34698
34809
  /*!
34699
34810
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34841,7 +34952,7 @@ __decorate([
34841
34952
  ], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
34842
34953
  exports.DiagnosticErrorListener = DiagnosticErrorListener;
34843
34954
 
34844
- },{"./Decorators":202,"./misc/BitSet":309,"./misc/Interval":314}],206:[function(require,module,exports){
34955
+ },{"./Decorators":204,"./misc/BitSet":311,"./misc/Interval":316}],208:[function(require,module,exports){
34845
34956
  "use strict";
34846
34957
  /*!
34847
34958
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34906,7 +35017,7 @@ FailedPredicateException = __decorate([
34906
35017
  ], FailedPredicateException);
34907
35018
  exports.FailedPredicateException = FailedPredicateException;
34908
35019
 
34909
- },{"./Decorators":202,"./RecognitionException":221,"./atn/PredicateTransition":281}],207:[function(require,module,exports){
35020
+ },{"./Decorators":204,"./RecognitionException":223,"./atn/PredicateTransition":283}],209:[function(require,module,exports){
34910
35021
  "use strict";
34911
35022
  /*!
34912
35023
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34946,7 +35057,7 @@ InputMismatchException = __decorate([
34946
35057
  ], InputMismatchException);
34947
35058
  exports.InputMismatchException = InputMismatchException;
34948
35059
 
34949
- },{"./Decorators":202,"./RecognitionException":221}],208:[function(require,module,exports){
35060
+ },{"./Decorators":204,"./RecognitionException":223}],210:[function(require,module,exports){
34950
35061
  "use strict";
34951
35062
  /*!
34952
35063
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34969,7 +35080,7 @@ var IntStream;
34969
35080
  IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
34970
35081
  })(IntStream = exports.IntStream || (exports.IntStream = {}));
34971
35082
 
34972
- },{}],209:[function(require,module,exports){
35083
+ },{}],211:[function(require,module,exports){
34973
35084
  "use strict";
34974
35085
  /*!
34975
35086
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35016,7 +35127,7 @@ __decorate([
35016
35127
  ], InterpreterRuleContext.prototype, "ruleIndex", null);
35017
35128
  exports.InterpreterRuleContext = InterpreterRuleContext;
35018
35129
 
35019
- },{"./Decorators":202,"./ParserRuleContext":218}],210:[function(require,module,exports){
35130
+ },{"./Decorators":204,"./ParserRuleContext":220}],212:[function(require,module,exports){
35020
35131
  "use strict";
35021
35132
  /*!
35022
35133
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35352,7 +35463,7 @@ __decorate([
35352
35463
  ], Lexer.prototype, "charPositionInLine", null);
35353
35464
  exports.Lexer = Lexer;
35354
35465
 
35355
- },{"./CommonTokenFactory":199,"./Decorators":202,"./IntStream":208,"./LexerNoViableAltException":212,"./Recognizer":222,"./Token":227,"./atn/LexerATNSimulator":260,"./misc/IntegerStack":313,"./misc/Interval":314}],211:[function(require,module,exports){
35466
+ },{"./CommonTokenFactory":201,"./Decorators":204,"./IntStream":210,"./LexerNoViableAltException":214,"./Recognizer":224,"./Token":229,"./atn/LexerATNSimulator":262,"./misc/IntegerStack":315,"./misc/Interval":316}],213:[function(require,module,exports){
35356
35467
  "use strict";
35357
35468
  /*!
35358
35469
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35432,7 +35543,7 @@ LexerInterpreter = __decorate([
35432
35543
  ], LexerInterpreter);
35433
35544
  exports.LexerInterpreter = LexerInterpreter;
35434
35545
 
35435
- },{"./Decorators":202,"./Lexer":210,"./atn/LexerATNSimulator":260}],212:[function(require,module,exports){
35546
+ },{"./Decorators":204,"./Lexer":212,"./atn/LexerATNSimulator":262}],214:[function(require,module,exports){
35436
35547
  "use strict";
35437
35548
  /*!
35438
35549
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35489,7 +35600,7 @@ LexerNoViableAltException = __decorate([
35489
35600
  ], LexerNoViableAltException);
35490
35601
  exports.LexerNoViableAltException = LexerNoViableAltException;
35491
35602
 
35492
- },{"./Decorators":202,"./RecognitionException":221,"./misc/Interval":314,"./misc/Utils":321}],213:[function(require,module,exports){
35603
+ },{"./Decorators":204,"./RecognitionException":223,"./misc/Interval":316,"./misc/Utils":323}],215:[function(require,module,exports){
35493
35604
  "use strict";
35494
35605
  /*!
35495
35606
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35699,7 +35810,7 @@ ListTokenSource = __decorate([
35699
35810
  ], ListTokenSource);
35700
35811
  exports.ListTokenSource = ListTokenSource;
35701
35812
 
35702
- },{"./CommonTokenFactory":199,"./Decorators":202,"./Token":227}],214:[function(require,module,exports){
35813
+ },{"./CommonTokenFactory":201,"./Decorators":204,"./Token":229}],216:[function(require,module,exports){
35703
35814
  "use strict";
35704
35815
  /*!
35705
35816
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35754,7 +35865,7 @@ __decorate([
35754
35865
  ], NoViableAltException.prototype, "_startToken", void 0);
35755
35866
  exports.NoViableAltException = NoViableAltException;
35756
35867
 
35757
- },{"./Decorators":202,"./Parser":215,"./RecognitionException":221}],215:[function(require,module,exports){
35868
+ },{"./Decorators":204,"./Parser":217,"./RecognitionException":223}],217:[function(require,module,exports){
35758
35869
  (function (process){(function (){
35759
35870
  "use strict";
35760
35871
  /*!
@@ -36600,7 +36711,7 @@ __decorate([
36600
36711
  exports.Parser = Parser;
36601
36712
 
36602
36713
  }).call(this)}).call(this,require('_process'))
36603
- },{"./Decorators":202,"./DefaultErrorStrategy":203,"./Lexer":210,"./ProxyParserErrorListener":220,"./Recognizer":222,"./Token":227,"./atn/ATNDeserializationOptions":238,"./atn/ATNDeserializer":239,"./atn/ParseInfo":275,"./atn/ParserATNSimulator":276,"./atn/ProfilingATNSimulator":285,"./misc/IntegerStack":313,"./misc/Utils":321,"./tree/ErrorNode":322,"./tree/TerminalNode":325,"./tree/pattern/ParseTreePatternMatcher":330,"_process":404}],216:[function(require,module,exports){
36714
+ },{"./Decorators":204,"./DefaultErrorStrategy":205,"./Lexer":212,"./ProxyParserErrorListener":222,"./Recognizer":224,"./Token":229,"./atn/ATNDeserializationOptions":240,"./atn/ATNDeserializer":241,"./atn/ParseInfo":277,"./atn/ParserATNSimulator":278,"./atn/ProfilingATNSimulator":287,"./misc/IntegerStack":315,"./misc/Utils":323,"./tree/ErrorNode":324,"./tree/TerminalNode":327,"./tree/pattern/ParseTreePatternMatcher":332,"_process":406}],218:[function(require,module,exports){
36604
36715
  "use strict";
36605
36716
  /*!
36606
36717
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -36608,7 +36719,7 @@ exports.Parser = Parser;
36608
36719
  */
36609
36720
  Object.defineProperty(exports, "__esModule", { value: true });
36610
36721
 
36611
- },{}],217:[function(require,module,exports){
36722
+ },{}],219:[function(require,module,exports){
36612
36723
  "use strict";
36613
36724
  /*!
36614
36725
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37016,7 +37127,7 @@ ParserInterpreter = __decorate([
37016
37127
  ], ParserInterpreter);
37017
37128
  exports.ParserInterpreter = ParserInterpreter;
37018
37129
 
37019
- },{"./Decorators":202,"./FailedPredicateException":206,"./InputMismatchException":207,"./InterpreterRuleContext":209,"./Parser":215,"./RecognitionException":221,"./Token":227,"./atn/ATNState":241,"./atn/ATNStateType":242,"./atn/LoopEndState":272,"./atn/ParserATNSimulator":276,"./atn/StarLoopEntryState":294,"./misc/BitSet":309}],218:[function(require,module,exports){
37130
+ },{"./Decorators":204,"./FailedPredicateException":208,"./InputMismatchException":209,"./InterpreterRuleContext":211,"./Parser":217,"./RecognitionException":223,"./Token":229,"./atn/ATNState":243,"./atn/ATNStateType":244,"./atn/LoopEndState":274,"./atn/ParserATNSimulator":278,"./atn/StarLoopEntryState":296,"./misc/BitSet":311}],220:[function(require,module,exports){
37020
37131
  "use strict";
37021
37132
  /*!
37022
37133
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37317,7 +37428,7 @@ __decorate([
37317
37428
  ], ParserRuleContext.prototype, "sourceInterval", null);
37318
37429
  exports.ParserRuleContext = ParserRuleContext;
37319
37430
 
37320
- },{"./Decorators":202,"./RuleContext":223,"./misc/Interval":314,"./tree/ErrorNode":322,"./tree/TerminalNode":325}],219:[function(require,module,exports){
37431
+ },{"./Decorators":204,"./RuleContext":225,"./misc/Interval":316,"./tree/ErrorNode":324,"./tree/TerminalNode":327}],221:[function(require,module,exports){
37321
37432
  "use strict";
37322
37433
  /*!
37323
37434
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37367,7 +37478,7 @@ __decorate([
37367
37478
  ], ProxyErrorListener.prototype, "syntaxError", null);
37368
37479
  exports.ProxyErrorListener = ProxyErrorListener;
37369
37480
 
37370
- },{"./Decorators":202}],220:[function(require,module,exports){
37481
+ },{"./Decorators":204}],222:[function(require,module,exports){
37371
37482
  "use strict";
37372
37483
  /*!
37373
37484
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37426,7 +37537,7 @@ __decorate([
37426
37537
  ], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
37427
37538
  exports.ProxyParserErrorListener = ProxyParserErrorListener;
37428
37539
 
37429
- },{"./Decorators":202,"./ProxyErrorListener":219}],221:[function(require,module,exports){
37540
+ },{"./Decorators":204,"./ProxyErrorListener":221}],223:[function(require,module,exports){
37430
37541
  "use strict";
37431
37542
  /*!
37432
37543
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37531,7 +37642,7 @@ class RecognitionException extends Error {
37531
37642
  }
37532
37643
  exports.RecognitionException = RecognitionException;
37533
37644
 
37534
- },{}],222:[function(require,module,exports){
37645
+ },{}],224:[function(require,module,exports){
37535
37646
  "use strict";
37536
37647
  /*!
37537
37648
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37750,7 +37861,7 @@ __decorate([
37750
37861
  ], Recognizer.prototype, "getErrorListeners", null);
37751
37862
  exports.Recognizer = Recognizer;
37752
37863
 
37753
- },{"./ConsoleErrorListener":201,"./Decorators":202,"./ProxyErrorListener":219,"./Token":227,"./misc/Utils":321}],223:[function(require,module,exports){
37864
+ },{"./ConsoleErrorListener":203,"./Decorators":204,"./ProxyErrorListener":221,"./Token":229,"./misc/Utils":323}],225:[function(require,module,exports){
37754
37865
  "use strict";
37755
37866
  /*!
37756
37867
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37967,7 +38078,7 @@ __decorate([
37967
38078
  ], RuleContext.prototype, "toStringTree", null);
37968
38079
  exports.RuleContext = RuleContext;
37969
38080
 
37970
- },{"./Decorators":202,"./ParserRuleContext":218,"./Recognizer":222,"./atn/ATN":235,"./misc/Interval":314,"./tree/RuleNode":324,"./tree/Trees":326}],224:[function(require,module,exports){
38081
+ },{"./Decorators":204,"./ParserRuleContext":220,"./Recognizer":224,"./atn/ATN":237,"./misc/Interval":316,"./tree/RuleNode":326,"./tree/Trees":328}],226:[function(require,module,exports){
37971
38082
  "use strict";
37972
38083
  /*!
37973
38084
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38018,7 +38129,7 @@ __decorate([
38018
38129
  ], RuleContextWithAltNum.prototype, "altNumber", null);
38019
38130
  exports.RuleContextWithAltNum = RuleContextWithAltNum;
38020
38131
 
38021
- },{"./Decorators":202,"./ParserRuleContext":218,"./atn/ATN":235}],225:[function(require,module,exports){
38132
+ },{"./Decorators":204,"./ParserRuleContext":220,"./atn/ATN":237}],227:[function(require,module,exports){
38022
38133
  "use strict";
38023
38134
  /*!
38024
38135
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38041,7 +38152,7 @@ function RuleDependency(dependency) {
38041
38152
  }
38042
38153
  exports.RuleDependency = RuleDependency;
38043
38154
 
38044
- },{}],226:[function(require,module,exports){
38155
+ },{}],228:[function(require,module,exports){
38045
38156
  "use strict";
38046
38157
  /*!
38047
38158
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38060,7 +38171,7 @@ function RuleVersion(version) {
38060
38171
  }
38061
38172
  exports.RuleVersion = RuleVersion;
38062
38173
 
38063
- },{}],227:[function(require,module,exports){
38174
+ },{}],229:[function(require,module,exports){
38064
38175
  "use strict";
38065
38176
  /*!
38066
38177
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38100,7 +38211,7 @@ var Token;
38100
38211
  Token.MIN_USER_CHANNEL_VALUE = 2;
38101
38212
  })(Token = exports.Token || (exports.Token = {}));
38102
38213
 
38103
- },{"./IntStream":208}],228:[function(require,module,exports){
38214
+ },{"./IntStream":210}],230:[function(require,module,exports){
38104
38215
  "use strict";
38105
38216
  /*!
38106
38217
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38108,7 +38219,7 @@ var Token;
38108
38219
  */
38109
38220
  Object.defineProperty(exports, "__esModule", { value: true });
38110
38221
 
38111
- },{}],229:[function(require,module,exports){
38222
+ },{}],231:[function(require,module,exports){
38112
38223
  "use strict";
38113
38224
  /*!
38114
38225
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38116,7 +38227,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
38116
38227
  */
38117
38228
  Object.defineProperty(exports, "__esModule", { value: true });
38118
38229
 
38119
- },{}],230:[function(require,module,exports){
38230
+ },{}],232:[function(require,module,exports){
38120
38231
  "use strict";
38121
38232
  /*!
38122
38233
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38124,7 +38235,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
38124
38235
  */
38125
38236
  Object.defineProperty(exports, "__esModule", { value: true });
38126
38237
 
38127
- },{}],231:[function(require,module,exports){
38238
+ },{}],233:[function(require,module,exports){
38128
38239
  "use strict";
38129
38240
  /*!
38130
38241
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38632,7 +38743,7 @@ __decorate([
38632
38743
  Decorators_1.Override
38633
38744
  ], ReplaceOp.prototype, "toString", null);
38634
38745
 
38635
- },{"./Decorators":202,"./Token":227,"./misc/Interval":314}],232:[function(require,module,exports){
38746
+ },{"./Decorators":204,"./Token":229,"./misc/Interval":316}],234:[function(require,module,exports){
38636
38747
  "use strict";
38637
38748
  /*!
38638
38749
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38640,7 +38751,7 @@ __decorate([
38640
38751
  */
38641
38752
  Object.defineProperty(exports, "__esModule", { value: true });
38642
38753
 
38643
- },{}],233:[function(require,module,exports){
38754
+ },{}],235:[function(require,module,exports){
38644
38755
  "use strict";
38645
38756
  /*!
38646
38757
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38760,7 +38871,7 @@ __decorate([
38760
38871
  ], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
38761
38872
  exports.VocabularyImpl = VocabularyImpl;
38762
38873
 
38763
- },{"./Decorators":202,"./Token":227}],234:[function(require,module,exports){
38874
+ },{"./Decorators":204,"./Token":229}],236:[function(require,module,exports){
38764
38875
  "use strict";
38765
38876
  /*!
38766
38877
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38768,7 +38879,7 @@ exports.VocabularyImpl = VocabularyImpl;
38768
38879
  */
38769
38880
  Object.defineProperty(exports, "__esModule", { value: true });
38770
38881
 
38771
- },{}],235:[function(require,module,exports){
38882
+ },{}],237:[function(require,module,exports){
38772
38883
  "use strict";
38773
38884
  /*!
38774
38885
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38990,7 +39101,7 @@ exports.ATN = ATN;
38990
39101
  })(ATN = exports.ATN || (exports.ATN = {}));
38991
39102
  exports.ATN = ATN;
38992
39103
 
38993
- },{"../Decorators":202,"../Token":227,"../dfa/DFA":300,"../misc/Array2DHashMap":305,"../misc/IntervalSet":315,"../misc/ObjectEqualityComparator":318,"./InvalidState":258,"./LL1Analyzer":259,"./PredictionContext":282,"assert":345}],236:[function(require,module,exports){
39104
+ },{"../Decorators":204,"../Token":229,"../dfa/DFA":302,"../misc/Array2DHashMap":307,"../misc/IntervalSet":317,"../misc/ObjectEqualityComparator":320,"./InvalidState":260,"./LL1Analyzer":261,"./PredictionContext":284,"assert":347}],238:[function(require,module,exports){
38994
39105
  "use strict";
38995
39106
  /*!
38996
39107
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39515,7 +39626,7 @@ ActionSemanticContextATNConfig = __decorate([
39515
39626
  __param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
39516
39627
  ], ActionSemanticContextATNConfig);
39517
39628
 
39518
- },{"../Decorators":202,"../misc/Array2DHashMap":305,"../misc/MurmurHash":317,"../misc/ObjectEqualityComparator":318,"./DecisionState":255,"./PredictionContext":282,"./SemanticContext":290,"assert":345}],237:[function(require,module,exports){
39629
+ },{"../Decorators":204,"../misc/Array2DHashMap":307,"../misc/MurmurHash":319,"../misc/ObjectEqualityComparator":320,"./DecisionState":257,"./PredictionContext":284,"./SemanticContext":292,"assert":347}],239:[function(require,module,exports){
39519
39630
  "use strict";
39520
39631
  /*!
39521
39632
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39962,7 +40073,7 @@ __decorate([
39962
40073
  ], ATNConfigSet.prototype, "hashCode", null);
39963
40074
  exports.ATNConfigSet = ATNConfigSet;
39964
40075
 
39965
- },{"../Decorators":202,"../misc/Array2DHashMap":305,"../misc/Array2DHashSet":306,"../misc/ArrayEqualityComparator":307,"../misc/BitSet":309,"../misc/ObjectEqualityComparator":318,"../misc/Utils":321,"./ATN":235,"./ATNConfig":236,"./PredictionContext":282,"./PredictionContextCache":283,"./SemanticContext":290,"assert":345}],238:[function(require,module,exports){
40076
+ },{"../Decorators":204,"../misc/Array2DHashMap":307,"../misc/Array2DHashSet":308,"../misc/ArrayEqualityComparator":309,"../misc/BitSet":311,"../misc/ObjectEqualityComparator":320,"../misc/Utils":323,"./ATN":237,"./ATNConfig":238,"./PredictionContext":284,"./PredictionContextCache":285,"./SemanticContext":292,"assert":347}],240:[function(require,module,exports){
39966
40077
  "use strict";
39967
40078
  /*!
39968
40079
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40041,7 +40152,7 @@ __decorate([
40041
40152
  ], ATNDeserializationOptions, "defaultOptions", null);
40042
40153
  exports.ATNDeserializationOptions = ATNDeserializationOptions;
40043
40154
 
40044
- },{"../Decorators":202}],239:[function(require,module,exports){
40155
+ },{"../Decorators":204}],241:[function(require,module,exports){
40045
40156
  "use strict";
40046
40157
  /*!
40047
40158
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41128,7 +41239,7 @@ __decorate([
41128
41239
  ], ATNDeserializer.prototype, "edgeFactory", null);
41129
41240
  exports.ATNDeserializer = ATNDeserializer;
41130
41241
 
41131
- },{"../Decorators":202,"../Token":227,"../dfa/DFA":300,"../misc/Array2DHashSet":306,"../misc/BitSet":309,"../misc/IntervalSet":315,"../misc/UUID":320,"./ATN":235,"./ATNDeserializationOptions":238,"./ATNStateType":242,"./ActionTransition":244,"./AtomTransition":246,"./BasicBlockStartState":247,"./BasicState":248,"./BlockEndState":249,"./BlockStartState":250,"./DecisionState":255,"./EpsilonTransition":256,"./InvalidState":258,"./LexerChannelAction":262,"./LexerCustomAction":263,"./LexerModeAction":265,"./LexerMoreAction":266,"./LexerPopModeAction":267,"./LexerPushModeAction":268,"./LexerSkipAction":269,"./LexerTypeAction":270,"./LoopEndState":272,"./NotSetTransition":273,"./ParserATNSimulator":276,"./PlusBlockStartState":277,"./PlusLoopbackState":278,"./PrecedencePredicateTransition":279,"./PredicateTransition":281,"./RangeTransition":286,"./RuleStartState":287,"./RuleStopState":288,"./RuleTransition":289,"./SetTransition":291,"./StarBlockStartState":293,"./StarLoopEntryState":294,"./StarLoopbackState":295,"./TokensStartState":296,"./WildcardTransition":298}],240:[function(require,module,exports){
41242
+ },{"../Decorators":204,"../Token":229,"../dfa/DFA":302,"../misc/Array2DHashSet":308,"../misc/BitSet":311,"../misc/IntervalSet":317,"../misc/UUID":322,"./ATN":237,"./ATNDeserializationOptions":240,"./ATNStateType":244,"./ActionTransition":246,"./AtomTransition":248,"./BasicBlockStartState":249,"./BasicState":250,"./BlockEndState":251,"./BlockStartState":252,"./DecisionState":257,"./EpsilonTransition":258,"./InvalidState":260,"./LexerChannelAction":264,"./LexerCustomAction":265,"./LexerModeAction":267,"./LexerMoreAction":268,"./LexerPopModeAction":269,"./LexerPushModeAction":270,"./LexerSkipAction":271,"./LexerTypeAction":272,"./LoopEndState":274,"./NotSetTransition":275,"./ParserATNSimulator":278,"./PlusBlockStartState":279,"./PlusLoopbackState":280,"./PrecedencePredicateTransition":281,"./PredicateTransition":283,"./RangeTransition":288,"./RuleStartState":289,"./RuleStopState":290,"./RuleTransition":291,"./SetTransition":293,"./StarBlockStartState":295,"./StarLoopEntryState":296,"./StarLoopbackState":297,"./TokensStartState":298,"./WildcardTransition":300}],242:[function(require,module,exports){
41132
41243
  "use strict";
41133
41244
  /*!
41134
41245
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41192,7 +41303,7 @@ exports.ATNSimulator = ATNSimulator;
41192
41303
  })(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
41193
41304
  exports.ATNSimulator = ATNSimulator;
41194
41305
 
41195
- },{"../Decorators":202,"../dfa/DFAState":302,"./ATNConfigSet":237,"./PredictionContext":282}],241:[function(require,module,exports){
41306
+ },{"../Decorators":204,"../dfa/DFAState":304,"./ATNConfigSet":239,"./PredictionContext":284}],243:[function(require,module,exports){
41196
41307
  "use strict";
41197
41308
  /*!
41198
41309
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41379,7 +41490,7 @@ exports.ATNState = ATNState;
41379
41490
  ATNState.INVALID_STATE_NUMBER = -1;
41380
41491
  })(ATNState = exports.ATNState || (exports.ATNState = {}));
41381
41492
 
41382
- },{"../Decorators":202}],242:[function(require,module,exports){
41493
+ },{"../Decorators":204}],244:[function(require,module,exports){
41383
41494
  "use strict";
41384
41495
  /*!
41385
41496
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41405,7 +41516,7 @@ var ATNStateType;
41405
41516
  ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
41406
41517
  })(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
41407
41518
 
41408
- },{}],243:[function(require,module,exports){
41519
+ },{}],245:[function(require,module,exports){
41409
41520
  "use strict";
41410
41521
  /*!
41411
41522
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41425,7 +41536,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
41425
41536
  }
41426
41537
  exports.AbstractPredicateTransition = AbstractPredicateTransition;
41427
41538
 
41428
- },{"./Transition":297}],244:[function(require,module,exports){
41539
+ },{"./Transition":299}],246:[function(require,module,exports){
41429
41540
  "use strict";
41430
41541
  /*!
41431
41542
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41481,7 +41592,7 @@ ActionTransition = __decorate([
41481
41592
  ], ActionTransition);
41482
41593
  exports.ActionTransition = ActionTransition;
41483
41594
 
41484
- },{"../Decorators":202,"./Transition":297}],245:[function(require,module,exports){
41595
+ },{"../Decorators":204,"./Transition":299}],247:[function(require,module,exports){
41485
41596
  "use strict";
41486
41597
  /*!
41487
41598
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41568,7 +41679,7 @@ AmbiguityInfo = __decorate([
41568
41679
  ], AmbiguityInfo);
41569
41680
  exports.AmbiguityInfo = AmbiguityInfo;
41570
41681
 
41571
- },{"../Decorators":202,"./DecisionEventInfo":253}],246:[function(require,module,exports){
41682
+ },{"../Decorators":204,"./DecisionEventInfo":255}],248:[function(require,module,exports){
41572
41683
  "use strict";
41573
41684
  /*!
41574
41685
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41626,7 +41737,7 @@ AtomTransition = __decorate([
41626
41737
  ], AtomTransition);
41627
41738
  exports.AtomTransition = AtomTransition;
41628
41739
 
41629
- },{"../Decorators":202,"../misc/IntervalSet":315,"./Transition":297}],247:[function(require,module,exports){
41740
+ },{"../Decorators":204,"../misc/IntervalSet":317,"./Transition":299}],249:[function(require,module,exports){
41630
41741
  "use strict";
41631
41742
  /*!
41632
41743
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41658,7 +41769,7 @@ __decorate([
41658
41769
  ], BasicBlockStartState.prototype, "stateType", null);
41659
41770
  exports.BasicBlockStartState = BasicBlockStartState;
41660
41771
 
41661
- },{"../Decorators":202,"./ATNStateType":242,"./BlockStartState":250}],248:[function(require,module,exports){
41772
+ },{"../Decorators":204,"./ATNStateType":244,"./BlockStartState":252}],250:[function(require,module,exports){
41662
41773
  "use strict";
41663
41774
  /*!
41664
41775
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41690,7 +41801,7 @@ __decorate([
41690
41801
  ], BasicState.prototype, "stateType", null);
41691
41802
  exports.BasicState = BasicState;
41692
41803
 
41693
- },{"../Decorators":202,"./ATNState":241,"./ATNStateType":242}],249:[function(require,module,exports){
41804
+ },{"../Decorators":204,"./ATNState":243,"./ATNStateType":244}],251:[function(require,module,exports){
41694
41805
  "use strict";
41695
41806
  /*!
41696
41807
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41719,7 +41830,7 @@ __decorate([
41719
41830
  ], BlockEndState.prototype, "stateType", null);
41720
41831
  exports.BlockEndState = BlockEndState;
41721
41832
 
41722
- },{"../Decorators":202,"./ATNState":241,"./ATNStateType":242}],250:[function(require,module,exports){
41833
+ },{"../Decorators":204,"./ATNState":243,"./ATNStateType":244}],252:[function(require,module,exports){
41723
41834
  "use strict";
41724
41835
  /*!
41725
41836
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41733,7 +41844,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
41733
41844
  }
41734
41845
  exports.BlockStartState = BlockStartState;
41735
41846
 
41736
- },{"./DecisionState":255}],251:[function(require,module,exports){
41847
+ },{"./DecisionState":257}],253:[function(require,module,exports){
41737
41848
  "use strict";
41738
41849
  /*!
41739
41850
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41803,7 +41914,7 @@ __decorate([
41803
41914
  ], ConflictInfo.prototype, "hashCode", null);
41804
41915
  exports.ConflictInfo = ConflictInfo;
41805
41916
 
41806
- },{"../Decorators":202,"../misc/Utils":321}],252:[function(require,module,exports){
41917
+ },{"../Decorators":204,"../misc/Utils":323}],254:[function(require,module,exports){
41807
41918
  "use strict";
41808
41919
  /*!
41809
41920
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41863,7 +41974,7 @@ ContextSensitivityInfo = __decorate([
41863
41974
  ], ContextSensitivityInfo);
41864
41975
  exports.ContextSensitivityInfo = ContextSensitivityInfo;
41865
41976
 
41866
- },{"../Decorators":202,"./DecisionEventInfo":253}],253:[function(require,module,exports){
41977
+ },{"../Decorators":204,"./DecisionEventInfo":255}],255:[function(require,module,exports){
41867
41978
  "use strict";
41868
41979
  /*!
41869
41980
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41915,7 +42026,7 @@ DecisionEventInfo = __decorate([
41915
42026
  ], DecisionEventInfo);
41916
42027
  exports.DecisionEventInfo = DecisionEventInfo;
41917
42028
 
41918
- },{"../Decorators":202}],254:[function(require,module,exports){
42029
+ },{"../Decorators":204}],256:[function(require,module,exports){
41919
42030
  "use strict";
41920
42031
  /*!
41921
42032
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42128,7 +42239,7 @@ __decorate([
42128
42239
  ], DecisionInfo.prototype, "toString", null);
42129
42240
  exports.DecisionInfo = DecisionInfo;
42130
42241
 
42131
- },{"../Decorators":202}],255:[function(require,module,exports){
42242
+ },{"../Decorators":204}],257:[function(require,module,exports){
42132
42243
  "use strict";
42133
42244
  /*!
42134
42245
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42148,7 +42259,7 @@ class DecisionState extends ATNState_1.ATNState {
42148
42259
  }
42149
42260
  exports.DecisionState = DecisionState;
42150
42261
 
42151
- },{"./ATNState":241}],256:[function(require,module,exports){
42262
+ },{"./ATNState":243}],258:[function(require,module,exports){
42152
42263
  "use strict";
42153
42264
  /*!
42154
42265
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42214,7 +42325,7 @@ EpsilonTransition = __decorate([
42214
42325
  ], EpsilonTransition);
42215
42326
  exports.EpsilonTransition = EpsilonTransition;
42216
42327
 
42217
- },{"../Decorators":202,"./Transition":297}],257:[function(require,module,exports){
42328
+ },{"../Decorators":204,"./Transition":299}],259:[function(require,module,exports){
42218
42329
  "use strict";
42219
42330
  /*!
42220
42331
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42267,7 +42378,7 @@ ErrorInfo = __decorate([
42267
42378
  ], ErrorInfo);
42268
42379
  exports.ErrorInfo = ErrorInfo;
42269
42380
 
42270
- },{"../Decorators":202,"./DecisionEventInfo":253}],258:[function(require,module,exports){
42381
+ },{"../Decorators":204,"./DecisionEventInfo":255}],260:[function(require,module,exports){
42271
42382
  "use strict";
42272
42383
  /*!
42273
42384
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42298,7 +42409,7 @@ __decorate([
42298
42409
  ], InvalidState.prototype, "stateType", null);
42299
42410
  exports.InvalidState = InvalidState;
42300
42411
 
42301
- },{"../Decorators":202,"./ATNStateType":242,"./BasicState":248}],259:[function(require,module,exports){
42412
+ },{"../Decorators":204,"./ATNStateType":244,"./BasicState":250}],261:[function(require,module,exports){
42302
42413
  "use strict";
42303
42414
  /*!
42304
42415
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42520,7 +42631,7 @@ LL1Analyzer = __decorate([
42520
42631
  ], LL1Analyzer);
42521
42632
  exports.LL1Analyzer = LL1Analyzer;
42522
42633
 
42523
- },{"../Decorators":202,"../Token":227,"../misc/Array2DHashSet":306,"../misc/BitSet":309,"../misc/IntervalSet":315,"../misc/ObjectEqualityComparator":318,"./ATNConfig":236,"./AbstractPredicateTransition":243,"./NotSetTransition":273,"./PredictionContext":282,"./RuleStopState":288,"./RuleTransition":289,"./WildcardTransition":298}],260:[function(require,module,exports){
42634
+ },{"../Decorators":204,"../Token":229,"../misc/Array2DHashSet":308,"../misc/BitSet":311,"../misc/IntervalSet":317,"../misc/ObjectEqualityComparator":320,"./ATNConfig":238,"./AbstractPredicateTransition":245,"./NotSetTransition":275,"./PredictionContext":284,"./RuleStopState":290,"./RuleTransition":291,"./WildcardTransition":300}],262:[function(require,module,exports){
42524
42635
  "use strict";
42525
42636
  /*!
42526
42637
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43237,7 +43348,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
43237
43348
  })(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
43238
43349
  exports.LexerATNSimulator = LexerATNSimulator;
43239
43350
 
43240
- },{"../Decorators":202,"../IntStream":208,"../Lexer":210,"../LexerNoViableAltException":212,"../Token":227,"../dfa/AcceptStateInfo":299,"../dfa/DFAState":302,"../misc/Interval":314,"./ATN":235,"./ATNConfig":236,"./ATNConfigSet":237,"./ATNSimulator":240,"./LexerActionExecutor":261,"./OrderedATNConfigSet":274,"./PredictionContext":282,"./RuleStopState":288,"assert":345}],261:[function(require,module,exports){
43351
+ },{"../Decorators":204,"../IntStream":210,"../Lexer":212,"../LexerNoViableAltException":214,"../Token":229,"../dfa/AcceptStateInfo":301,"../dfa/DFAState":304,"../misc/Interval":316,"./ATN":237,"./ATNConfig":238,"./ATNConfigSet":239,"./ATNSimulator":242,"./LexerActionExecutor":263,"./OrderedATNConfigSet":276,"./PredictionContext":284,"./RuleStopState":290,"assert":347}],263:[function(require,module,exports){
43241
43352
  "use strict";
43242
43353
  /*!
43243
43354
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43438,7 +43549,7 @@ LexerActionExecutor = __decorate([
43438
43549
  ], LexerActionExecutor);
43439
43550
  exports.LexerActionExecutor = LexerActionExecutor;
43440
43551
 
43441
- },{"../Decorators":202,"../misc/ArrayEqualityComparator":307,"../misc/MurmurHash":317,"./LexerIndexedCustomAction":264}],262:[function(require,module,exports){
43552
+ },{"../Decorators":204,"../misc/ArrayEqualityComparator":309,"../misc/MurmurHash":319,"./LexerIndexedCustomAction":266}],264:[function(require,module,exports){
43442
43553
  "use strict";
43443
43554
  /*!
43444
43555
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43543,7 +43654,7 @@ __decorate([
43543
43654
  ], LexerChannelAction.prototype, "toString", null);
43544
43655
  exports.LexerChannelAction = LexerChannelAction;
43545
43656
 
43546
- },{"../Decorators":202,"../misc/MurmurHash":317}],263:[function(require,module,exports){
43657
+ },{"../Decorators":204,"../misc/MurmurHash":319}],265:[function(require,module,exports){
43547
43658
  "use strict";
43548
43659
  /*!
43549
43660
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43672,7 +43783,7 @@ __decorate([
43672
43783
  ], LexerCustomAction.prototype, "equals", null);
43673
43784
  exports.LexerCustomAction = LexerCustomAction;
43674
43785
 
43675
- },{"../Decorators":202,"../misc/MurmurHash":317}],264:[function(require,module,exports){
43786
+ },{"../Decorators":204,"../misc/MurmurHash":319}],266:[function(require,module,exports){
43676
43787
  "use strict";
43677
43788
  /*!
43678
43789
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43807,7 +43918,7 @@ LexerIndexedCustomAction = __decorate([
43807
43918
  ], LexerIndexedCustomAction);
43808
43919
  exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
43809
43920
 
43810
- },{"../Decorators":202,"../misc/MurmurHash":317}],265:[function(require,module,exports){
43921
+ },{"../Decorators":204,"../misc/MurmurHash":319}],267:[function(require,module,exports){
43811
43922
  "use strict";
43812
43923
  /*!
43813
43924
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43912,7 +44023,7 @@ __decorate([
43912
44023
  ], LexerModeAction.prototype, "toString", null);
43913
44024
  exports.LexerModeAction = LexerModeAction;
43914
44025
 
43915
- },{"../Decorators":202,"../misc/MurmurHash":317}],266:[function(require,module,exports){
44026
+ },{"../Decorators":204,"../misc/MurmurHash":319}],268:[function(require,module,exports){
43916
44027
  "use strict";
43917
44028
  /*!
43918
44029
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44008,7 +44119,7 @@ exports.LexerMoreAction = LexerMoreAction;
44008
44119
  LexerMoreAction.INSTANCE = new LexerMoreAction();
44009
44120
  })(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
44010
44121
 
44011
- },{"../Decorators":202,"../misc/MurmurHash":317}],267:[function(require,module,exports){
44122
+ },{"../Decorators":204,"../misc/MurmurHash":319}],269:[function(require,module,exports){
44012
44123
  "use strict";
44013
44124
  /*!
44014
44125
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44104,7 +44215,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
44104
44215
  LexerPopModeAction.INSTANCE = new LexerPopModeAction();
44105
44216
  })(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
44106
44217
 
44107
- },{"../Decorators":202,"../misc/MurmurHash":317}],268:[function(require,module,exports){
44218
+ },{"../Decorators":204,"../misc/MurmurHash":319}],270:[function(require,module,exports){
44108
44219
  "use strict";
44109
44220
  /*!
44110
44221
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44209,7 +44320,7 @@ __decorate([
44209
44320
  ], LexerPushModeAction.prototype, "toString", null);
44210
44321
  exports.LexerPushModeAction = LexerPushModeAction;
44211
44322
 
44212
- },{"../Decorators":202,"../misc/MurmurHash":317}],269:[function(require,module,exports){
44323
+ },{"../Decorators":204,"../misc/MurmurHash":319}],271:[function(require,module,exports){
44213
44324
  "use strict";
44214
44325
  /*!
44215
44326
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44305,7 +44416,7 @@ exports.LexerSkipAction = LexerSkipAction;
44305
44416
  LexerSkipAction.INSTANCE = new LexerSkipAction();
44306
44417
  })(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
44307
44418
 
44308
- },{"../Decorators":202,"../misc/MurmurHash":317}],270:[function(require,module,exports){
44419
+ },{"../Decorators":204,"../misc/MurmurHash":319}],272:[function(require,module,exports){
44309
44420
  "use strict";
44310
44421
  /*!
44311
44422
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44409,7 +44520,7 @@ __decorate([
44409
44520
  ], LexerTypeAction.prototype, "toString", null);
44410
44521
  exports.LexerTypeAction = LexerTypeAction;
44411
44522
 
44412
- },{"../Decorators":202,"../misc/MurmurHash":317}],271:[function(require,module,exports){
44523
+ },{"../Decorators":204,"../misc/MurmurHash":319}],273:[function(require,module,exports){
44413
44524
  "use strict";
44414
44525
  /*!
44415
44526
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44461,7 +44572,7 @@ LookaheadEventInfo = __decorate([
44461
44572
  ], LookaheadEventInfo);
44462
44573
  exports.LookaheadEventInfo = LookaheadEventInfo;
44463
44574
 
44464
- },{"../Decorators":202,"./DecisionEventInfo":253}],272:[function(require,module,exports){
44575
+ },{"../Decorators":204,"./DecisionEventInfo":255}],274:[function(require,module,exports){
44465
44576
  "use strict";
44466
44577
  /*!
44467
44578
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44490,7 +44601,7 @@ __decorate([
44490
44601
  ], LoopEndState.prototype, "stateType", null);
44491
44602
  exports.LoopEndState = LoopEndState;
44492
44603
 
44493
- },{"../Decorators":202,"./ATNState":241,"./ATNStateType":242}],273:[function(require,module,exports){
44604
+ },{"../Decorators":204,"./ATNState":243,"./ATNStateType":244}],275:[function(require,module,exports){
44494
44605
  "use strict";
44495
44606
  /*!
44496
44607
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44539,7 +44650,7 @@ NotSetTransition = __decorate([
44539
44650
  ], NotSetTransition);
44540
44651
  exports.NotSetTransition = NotSetTransition;
44541
44652
 
44542
- },{"../Decorators":202,"./SetTransition":291}],274:[function(require,module,exports){
44653
+ },{"../Decorators":204,"./SetTransition":293}],276:[function(require,module,exports){
44543
44654
  "use strict";
44544
44655
  /*!
44545
44656
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44594,7 +44705,7 @@ __decorate([
44594
44705
  ], OrderedATNConfigSet.prototype, "canMerge", null);
44595
44706
  exports.OrderedATNConfigSet = OrderedATNConfigSet;
44596
44707
 
44597
- },{"../Decorators":202,"./ATNConfigSet":237}],275:[function(require,module,exports){
44708
+ },{"../Decorators":204,"./ATNConfigSet":239}],277:[function(require,module,exports){
44598
44709
  "use strict";
44599
44710
  /*!
44600
44711
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44756,7 +44867,7 @@ ParseInfo = __decorate([
44756
44867
  ], ParseInfo);
44757
44868
  exports.ParseInfo = ParseInfo;
44758
44869
 
44759
- },{"../Decorators":202}],276:[function(require,module,exports){
44870
+ },{"../Decorators":204}],278:[function(require,module,exports){
44760
44871
  "use strict";
44761
44872
  /*!
44762
44873
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47029,7 +47140,7 @@ ParserATNSimulator = __decorate([
47029
47140
  ], ParserATNSimulator);
47030
47141
  exports.ParserATNSimulator = ParserATNSimulator;
47031
47142
 
47032
- },{"../Decorators":202,"../IntStream":208,"../NoViableAltException":214,"../ParserRuleContext":218,"../Token":227,"../VocabularyImpl":233,"../dfa/AcceptStateInfo":299,"../dfa/DFAState":302,"../misc/Array2DHashSet":306,"../misc/Arrays":308,"../misc/BitSet":309,"../misc/IntegerList":312,"../misc/Interval":314,"../misc/ObjectEqualityComparator":318,"./ATN":235,"./ATNConfig":236,"./ATNConfigSet":237,"./ATNSimulator":240,"./ATNStateType":242,"./ActionTransition":244,"./AtomTransition":246,"./ConflictInfo":251,"./DecisionState":255,"./NotSetTransition":273,"./PredictionContext":282,"./PredictionContextCache":283,"./PredictionMode":284,"./RuleStopState":288,"./RuleTransition":289,"./SemanticContext":290,"./SetTransition":291,"./SimulatorState":292,"assert":345}],277:[function(require,module,exports){
47143
+ },{"../Decorators":204,"../IntStream":210,"../NoViableAltException":216,"../ParserRuleContext":220,"../Token":229,"../VocabularyImpl":235,"../dfa/AcceptStateInfo":301,"../dfa/DFAState":304,"../misc/Array2DHashSet":308,"../misc/Arrays":310,"../misc/BitSet":311,"../misc/IntegerList":314,"../misc/Interval":316,"../misc/ObjectEqualityComparator":320,"./ATN":237,"./ATNConfig":238,"./ATNConfigSet":239,"./ATNSimulator":242,"./ATNStateType":244,"./ActionTransition":246,"./AtomTransition":248,"./ConflictInfo":253,"./DecisionState":257,"./NotSetTransition":275,"./PredictionContext":284,"./PredictionContextCache":285,"./PredictionMode":286,"./RuleStopState":290,"./RuleTransition":291,"./SemanticContext":292,"./SetTransition":293,"./SimulatorState":294,"assert":347}],279:[function(require,module,exports){
47033
47144
  "use strict";
47034
47145
  /*!
47035
47146
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47062,7 +47173,7 @@ __decorate([
47062
47173
  ], PlusBlockStartState.prototype, "stateType", null);
47063
47174
  exports.PlusBlockStartState = PlusBlockStartState;
47064
47175
 
47065
- },{"../Decorators":202,"./ATNStateType":242,"./BlockStartState":250}],278:[function(require,module,exports){
47176
+ },{"../Decorators":204,"./ATNStateType":244,"./BlockStartState":252}],280:[function(require,module,exports){
47066
47177
  "use strict";
47067
47178
  /*!
47068
47179
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47093,7 +47204,7 @@ __decorate([
47093
47204
  ], PlusLoopbackState.prototype, "stateType", null);
47094
47205
  exports.PlusLoopbackState = PlusLoopbackState;
47095
47206
 
47096
- },{"../Decorators":202,"./ATNStateType":242,"./DecisionState":255}],279:[function(require,module,exports){
47207
+ },{"../Decorators":204,"./ATNStateType":244,"./DecisionState":257}],281:[function(require,module,exports){
47097
47208
  "use strict";
47098
47209
  /*!
47099
47210
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47156,7 +47267,7 @@ PrecedencePredicateTransition = __decorate([
47156
47267
  ], PrecedencePredicateTransition);
47157
47268
  exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
47158
47269
 
47159
- },{"../Decorators":202,"./AbstractPredicateTransition":243,"./SemanticContext":290}],280:[function(require,module,exports){
47270
+ },{"../Decorators":204,"./AbstractPredicateTransition":245,"./SemanticContext":292}],282:[function(require,module,exports){
47160
47271
  "use strict";
47161
47272
  /*!
47162
47273
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47219,7 +47330,7 @@ PredicateEvalInfo = __decorate([
47219
47330
  ], PredicateEvalInfo);
47220
47331
  exports.PredicateEvalInfo = PredicateEvalInfo;
47221
47332
 
47222
- },{"../Decorators":202,"./DecisionEventInfo":253}],281:[function(require,module,exports){
47333
+ },{"../Decorators":204,"./DecisionEventInfo":255}],283:[function(require,module,exports){
47223
47334
  "use strict";
47224
47335
  /*!
47225
47336
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47285,7 +47396,7 @@ PredicateTransition = __decorate([
47285
47396
  ], PredicateTransition);
47286
47397
  exports.PredicateTransition = PredicateTransition;
47287
47398
 
47288
- },{"../Decorators":202,"./AbstractPredicateTransition":243,"./SemanticContext":290}],282:[function(require,module,exports){
47399
+ },{"../Decorators":204,"./AbstractPredicateTransition":245,"./SemanticContext":292}],284:[function(require,module,exports){
47289
47400
  "use strict";
47290
47401
  /*!
47291
47402
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47976,7 +48087,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
47976
48087
  PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
47977
48088
  })(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
47978
48089
 
47979
- },{"../Decorators":202,"../misc/Array2DHashMap":305,"../misc/Array2DHashSet":306,"../misc/Arrays":308,"../misc/MurmurHash":317,"./PredictionContextCache":283,"assert":345}],283:[function(require,module,exports){
48090
+ },{"../Decorators":204,"../misc/Array2DHashMap":307,"../misc/Array2DHashSet":308,"../misc/Arrays":310,"../misc/MurmurHash":319,"./PredictionContextCache":285,"assert":347}],285:[function(require,module,exports){
47980
48091
  "use strict";
47981
48092
  /*!
47982
48093
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48117,7 +48228,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
48117
48228
  PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
48118
48229
  })(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
48119
48230
 
48120
- },{"../Decorators":202,"../misc/Array2DHashMap":305,"../misc/ObjectEqualityComparator":318,"./PredictionContext":282,"assert":345}],284:[function(require,module,exports){
48231
+ },{"../Decorators":204,"../misc/Array2DHashMap":307,"../misc/ObjectEqualityComparator":320,"./PredictionContext":284,"assert":347}],286:[function(require,module,exports){
48121
48232
  "use strict";
48122
48233
  /*!
48123
48234
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48278,7 +48389,7 @@ var PredictionMode;
48278
48389
  PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
48279
48390
  })(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
48280
48391
 
48281
- },{"../Decorators":202,"../misc/Array2DHashMap":305,"../misc/MurmurHash":317,"./RuleStopState":288}],285:[function(require,module,exports){
48392
+ },{"../Decorators":204,"../misc/Array2DHashMap":307,"../misc/MurmurHash":319,"./RuleStopState":290}],287:[function(require,module,exports){
48282
48393
  (function (process){(function (){
48283
48394
  "use strict";
48284
48395
  /*!
@@ -48547,7 +48658,7 @@ __decorate([
48547
48658
  exports.ProfilingATNSimulator = ProfilingATNSimulator;
48548
48659
 
48549
48660
  }).call(this)}).call(this,require('_process'))
48550
- },{"../Decorators":202,"./ATN":235,"./ATNSimulator":240,"./AmbiguityInfo":245,"./ContextSensitivityInfo":252,"./DecisionInfo":254,"./ErrorInfo":257,"./LookaheadEventInfo":271,"./ParserATNSimulator":276,"./PredicateEvalInfo":280,"./SemanticContext":290,"./SimulatorState":292,"_process":404}],286:[function(require,module,exports){
48661
+ },{"../Decorators":204,"./ATN":237,"./ATNSimulator":242,"./AmbiguityInfo":247,"./ContextSensitivityInfo":254,"./DecisionInfo":256,"./ErrorInfo":259,"./LookaheadEventInfo":273,"./ParserATNSimulator":278,"./PredicateEvalInfo":282,"./SemanticContext":292,"./SimulatorState":294,"_process":406}],288:[function(require,module,exports){
48551
48662
  "use strict";
48552
48663
  /*!
48553
48664
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48605,7 +48716,7 @@ RangeTransition = __decorate([
48605
48716
  ], RangeTransition);
48606
48717
  exports.RangeTransition = RangeTransition;
48607
48718
 
48608
- },{"../Decorators":202,"../misc/IntervalSet":315,"./Transition":297}],287:[function(require,module,exports){
48719
+ },{"../Decorators":204,"../misc/IntervalSet":317,"./Transition":299}],289:[function(require,module,exports){
48609
48720
  "use strict";
48610
48721
  /*!
48611
48722
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48638,7 +48749,7 @@ __decorate([
48638
48749
  ], RuleStartState.prototype, "stateType", null);
48639
48750
  exports.RuleStartState = RuleStartState;
48640
48751
 
48641
- },{"../Decorators":202,"./ATNState":241,"./ATNStateType":242}],288:[function(require,module,exports){
48752
+ },{"../Decorators":204,"./ATNState":243,"./ATNStateType":244}],290:[function(require,module,exports){
48642
48753
  "use strict";
48643
48754
  /*!
48644
48755
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48677,7 +48788,7 @@ __decorate([
48677
48788
  ], RuleStopState.prototype, "stateType", null);
48678
48789
  exports.RuleStopState = RuleStopState;
48679
48790
 
48680
- },{"../Decorators":202,"./ATNState":241,"./ATNStateType":242}],289:[function(require,module,exports){
48791
+ },{"../Decorators":204,"./ATNState":243,"./ATNStateType":244}],291:[function(require,module,exports){
48681
48792
  "use strict";
48682
48793
  /*!
48683
48794
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48733,7 +48844,7 @@ RuleTransition = __decorate([
48733
48844
  ], RuleTransition);
48734
48845
  exports.RuleTransition = RuleTransition;
48735
48846
 
48736
- },{"../Decorators":202,"./Transition":297}],290:[function(require,module,exports){
48847
+ },{"../Decorators":204,"./Transition":299}],292:[function(require,module,exports){
48737
48848
  "use strict";
48738
48849
  /*!
48739
48850
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49213,7 +49324,7 @@ exports.SemanticContext = SemanticContext;
49213
49324
  SemanticContext.OR = OR;
49214
49325
  })(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
49215
49326
 
49216
- },{"../Decorators":202,"../misc/Array2DHashSet":306,"../misc/ArrayEqualityComparator":307,"../misc/MurmurHash":317,"../misc/ObjectEqualityComparator":318,"../misc/Utils":321}],291:[function(require,module,exports){
49327
+ },{"../Decorators":204,"../misc/Array2DHashSet":308,"../misc/ArrayEqualityComparator":309,"../misc/MurmurHash":319,"../misc/ObjectEqualityComparator":320,"../misc/Utils":323}],293:[function(require,module,exports){
49217
49328
  "use strict";
49218
49329
  /*!
49219
49330
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49279,7 +49390,7 @@ SetTransition = __decorate([
49279
49390
  ], SetTransition);
49280
49391
  exports.SetTransition = SetTransition;
49281
49392
 
49282
- },{"../Decorators":202,"../Token":227,"../misc/IntervalSet":315,"./Transition":297}],292:[function(require,module,exports){
49393
+ },{"../Decorators":204,"../Token":229,"../misc/IntervalSet":317,"./Transition":299}],294:[function(require,module,exports){
49283
49394
  "use strict";
49284
49395
  /*!
49285
49396
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49315,7 +49426,7 @@ SimulatorState = __decorate([
49315
49426
  ], SimulatorState);
49316
49427
  exports.SimulatorState = SimulatorState;
49317
49428
 
49318
- },{"../Decorators":202,"../ParserRuleContext":218}],293:[function(require,module,exports){
49429
+ },{"../Decorators":204,"../ParserRuleContext":220}],295:[function(require,module,exports){
49319
49430
  "use strict";
49320
49431
  /*!
49321
49432
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49343,7 +49454,7 @@ __decorate([
49343
49454
  ], StarBlockStartState.prototype, "stateType", null);
49344
49455
  exports.StarBlockStartState = StarBlockStartState;
49345
49456
 
49346
- },{"../Decorators":202,"./ATNStateType":242,"./BlockStartState":250}],294:[function(require,module,exports){
49457
+ },{"../Decorators":204,"./ATNStateType":244,"./BlockStartState":252}],296:[function(require,module,exports){
49347
49458
  "use strict";
49348
49459
  /*!
49349
49460
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49400,7 +49511,7 @@ __decorate([
49400
49511
  ], StarLoopEntryState.prototype, "stateType", null);
49401
49512
  exports.StarLoopEntryState = StarLoopEntryState;
49402
49513
 
49403
- },{"../Decorators":202,"../misc/BitSet":309,"./ATNStateType":242,"./DecisionState":255}],295:[function(require,module,exports){
49514
+ },{"../Decorators":204,"../misc/BitSet":311,"./ATNStateType":244,"./DecisionState":257}],297:[function(require,module,exports){
49404
49515
  "use strict";
49405
49516
  /*!
49406
49517
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49431,7 +49542,7 @@ __decorate([
49431
49542
  ], StarLoopbackState.prototype, "stateType", null);
49432
49543
  exports.StarLoopbackState = StarLoopbackState;
49433
49544
 
49434
- },{"../Decorators":202,"./ATNState":241,"./ATNStateType":242}],296:[function(require,module,exports){
49545
+ },{"../Decorators":204,"./ATNState":243,"./ATNStateType":244}],298:[function(require,module,exports){
49435
49546
  "use strict";
49436
49547
  /*!
49437
49548
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49460,7 +49571,7 @@ __decorate([
49460
49571
  ], TokensStartState.prototype, "stateType", null);
49461
49572
  exports.TokensStartState = TokensStartState;
49462
49573
 
49463
- },{"../Decorators":202,"./ATNStateType":242,"./DecisionState":255}],297:[function(require,module,exports){
49574
+ },{"../Decorators":204,"./ATNStateType":244,"./DecisionState":257}],299:[function(require,module,exports){
49464
49575
  "use strict";
49465
49576
  /*!
49466
49577
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49534,7 +49645,7 @@ Transition = __decorate([
49534
49645
  ], Transition);
49535
49646
  exports.Transition = Transition;
49536
49647
 
49537
- },{"../Decorators":202}],298:[function(require,module,exports){
49648
+ },{"../Decorators":204}],300:[function(require,module,exports){
49538
49649
  "use strict";
49539
49650
  /*!
49540
49651
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49582,7 +49693,7 @@ WildcardTransition = __decorate([
49582
49693
  ], WildcardTransition);
49583
49694
  exports.WildcardTransition = WildcardTransition;
49584
49695
 
49585
- },{"../Decorators":202,"./Transition":297}],299:[function(require,module,exports){
49696
+ },{"../Decorators":204,"./Transition":299}],301:[function(require,module,exports){
49586
49697
  "use strict";
49587
49698
  /*!
49588
49699
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49624,7 +49735,7 @@ class AcceptStateInfo {
49624
49735
  }
49625
49736
  exports.AcceptStateInfo = AcceptStateInfo;
49626
49737
 
49627
- },{}],300:[function(require,module,exports){
49738
+ },{}],302:[function(require,module,exports){
49628
49739
  "use strict";
49629
49740
  /*!
49630
49741
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49799,7 +49910,7 @@ DFA = __decorate([
49799
49910
  ], DFA);
49800
49911
  exports.DFA = DFA;
49801
49912
 
49802
- },{"../Decorators":202,"../VocabularyImpl":233,"../atn/ATNConfigSet":237,"../atn/StarLoopEntryState":294,"../misc/Array2DHashSet":306,"../misc/ObjectEqualityComparator":318,"./DFASerializer":301,"./DFAState":302,"./LexerDFASerializer":303}],301:[function(require,module,exports){
49913
+ },{"../Decorators":204,"../VocabularyImpl":235,"../atn/ATNConfigSet":239,"../atn/StarLoopEntryState":296,"../misc/Array2DHashSet":308,"../misc/ObjectEqualityComparator":320,"./DFASerializer":303,"./DFAState":304,"./LexerDFASerializer":305}],303:[function(require,module,exports){
49803
49914
  "use strict";
49804
49915
  /*!
49805
49916
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49941,7 +50052,7 @@ __decorate([
49941
50052
  ], DFASerializer.prototype, "toString", null);
49942
50053
  exports.DFASerializer = DFASerializer;
49943
50054
 
49944
- },{"../Decorators":202,"../Recognizer":222,"../VocabularyImpl":233,"../atn/ATNSimulator":240,"../atn/PredictionContext":282}],302:[function(require,module,exports){
50055
+ },{"../Decorators":204,"../Recognizer":224,"../VocabularyImpl":235,"../atn/ATNSimulator":242,"../atn/PredictionContext":284}],304:[function(require,module,exports){
49945
50056
  "use strict";
49946
50057
  /*!
49947
50058
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50172,7 +50283,7 @@ exports.DFAState = DFAState;
50172
50283
  DFAState.PredPrediction = PredPrediction;
50173
50284
  })(DFAState = exports.DFAState || (exports.DFAState = {}));
50174
50285
 
50175
- },{"../Decorators":202,"../atn/ATN":235,"../atn/PredictionContext":282,"../misc/BitSet":309,"../misc/MurmurHash":317,"assert":345}],303:[function(require,module,exports){
50286
+ },{"../Decorators":204,"../atn/ATN":237,"../atn/PredictionContext":284,"../misc/BitSet":311,"../misc/MurmurHash":319,"assert":347}],305:[function(require,module,exports){
50176
50287
  "use strict";
50177
50288
  /*!
50178
50289
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50209,7 +50320,7 @@ LexerDFASerializer = __decorate([
50209
50320
  ], LexerDFASerializer);
50210
50321
  exports.LexerDFASerializer = LexerDFASerializer;
50211
50322
 
50212
- },{"../Decorators":202,"../VocabularyImpl":233,"./DFASerializer":301}],304:[function(require,module,exports){
50323
+ },{"../Decorators":204,"../VocabularyImpl":235,"./DFASerializer":303}],306:[function(require,module,exports){
50213
50324
  "use strict";
50214
50325
  /*!
50215
50326
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50275,7 +50386,7 @@ __exportStar(require("./Vocabulary"), exports);
50275
50386
  __exportStar(require("./VocabularyImpl"), exports);
50276
50387
  __exportStar(require("./WritableToken"), exports);
50277
50388
 
50278
- },{"./ANTLRErrorListener":189,"./ANTLRErrorStrategy":190,"./ANTLRInputStream":191,"./BailErrorStrategy":192,"./BufferedTokenStream":193,"./CharStream":194,"./CharStreams":195,"./CodePointBuffer":196,"./CodePointCharStream":197,"./CommonToken":198,"./CommonTokenFactory":199,"./CommonTokenStream":200,"./ConsoleErrorListener":201,"./DefaultErrorStrategy":203,"./Dependents":204,"./DiagnosticErrorListener":205,"./FailedPredicateException":206,"./InputMismatchException":207,"./IntStream":208,"./InterpreterRuleContext":209,"./Lexer":210,"./LexerInterpreter":211,"./LexerNoViableAltException":212,"./ListTokenSource":213,"./NoViableAltException":214,"./Parser":215,"./ParserErrorListener":216,"./ParserInterpreter":217,"./ParserRuleContext":218,"./ProxyErrorListener":219,"./ProxyParserErrorListener":220,"./RecognitionException":221,"./Recognizer":222,"./RuleContext":223,"./RuleContextWithAltNum":224,"./RuleDependency":225,"./RuleVersion":226,"./Token":227,"./TokenFactory":228,"./TokenSource":229,"./TokenStream":230,"./TokenStreamRewriter":231,"./Vocabulary":232,"./VocabularyImpl":233,"./WritableToken":234}],305:[function(require,module,exports){
50389
+ },{"./ANTLRErrorListener":191,"./ANTLRErrorStrategy":192,"./ANTLRInputStream":193,"./BailErrorStrategy":194,"./BufferedTokenStream":195,"./CharStream":196,"./CharStreams":197,"./CodePointBuffer":198,"./CodePointCharStream":199,"./CommonToken":200,"./CommonTokenFactory":201,"./CommonTokenStream":202,"./ConsoleErrorListener":203,"./DefaultErrorStrategy":205,"./Dependents":206,"./DiagnosticErrorListener":207,"./FailedPredicateException":208,"./InputMismatchException":209,"./IntStream":210,"./InterpreterRuleContext":211,"./Lexer":212,"./LexerInterpreter":213,"./LexerNoViableAltException":214,"./ListTokenSource":215,"./NoViableAltException":216,"./Parser":217,"./ParserErrorListener":218,"./ParserInterpreter":219,"./ParserRuleContext":220,"./ProxyErrorListener":221,"./ProxyParserErrorListener":222,"./RecognitionException":223,"./Recognizer":224,"./RuleContext":225,"./RuleContextWithAltNum":226,"./RuleDependency":227,"./RuleVersion":228,"./Token":229,"./TokenFactory":230,"./TokenSource":231,"./TokenStream":232,"./TokenStreamRewriter":233,"./Vocabulary":234,"./VocabularyImpl":235,"./WritableToken":236}],307:[function(require,module,exports){
50279
50390
  "use strict";
50280
50391
  /*!
50281
50392
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50358,7 +50469,7 @@ class Array2DHashMap {
50358
50469
  }
50359
50470
  exports.Array2DHashMap = Array2DHashMap;
50360
50471
 
50361
- },{"./Array2DHashSet":306}],306:[function(require,module,exports){
50472
+ },{"./Array2DHashSet":308}],308:[function(require,module,exports){
50362
50473
  "use strict";
50363
50474
  /*!
50364
50475
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50725,7 +50836,7 @@ __decorate([
50725
50836
  ], Array2DHashSet.prototype, "createBuckets", null);
50726
50837
  exports.Array2DHashSet = Array2DHashSet;
50727
50838
 
50728
- },{"../Decorators":202,"./DefaultEqualityComparator":311,"./MurmurHash":317,"assert":345}],307:[function(require,module,exports){
50839
+ },{"../Decorators":204,"./DefaultEqualityComparator":313,"./MurmurHash":319,"assert":347}],309:[function(require,module,exports){
50729
50840
  "use strict";
50730
50841
  /*!
50731
50842
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50797,7 +50908,7 @@ __decorate([
50797
50908
  ], ArrayEqualityComparator.prototype, "equals", null);
50798
50909
  exports.ArrayEqualityComparator = ArrayEqualityComparator;
50799
50910
 
50800
- },{"../Decorators":202,"./MurmurHash":317,"./ObjectEqualityComparator":318}],308:[function(require,module,exports){
50911
+ },{"../Decorators":204,"./MurmurHash":319,"./ObjectEqualityComparator":320}],310:[function(require,module,exports){
50801
50912
  "use strict";
50802
50913
  /*!
50803
50914
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50867,7 +50978,7 @@ var Arrays;
50867
50978
  Arrays.toString = toString;
50868
50979
  })(Arrays = exports.Arrays || (exports.Arrays = {}));
50869
50980
 
50870
- },{}],309:[function(require,module,exports){
50981
+ },{}],311:[function(require,module,exports){
50871
50982
  "use strict";
50872
50983
  /*!
50873
50984
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51539,7 +51650,7 @@ class BitSetIterator {
51539
51650
  [Symbol.iterator]() { return this; }
51540
51651
  }
51541
51652
 
51542
- },{"./MurmurHash":317,"util":409}],310:[function(require,module,exports){
51653
+ },{"./MurmurHash":319,"util":411}],312:[function(require,module,exports){
51543
51654
  "use strict";
51544
51655
  /*!
51545
51656
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51560,7 +51671,7 @@ function isSupplementaryCodePoint(ch) {
51560
51671
  }
51561
51672
  exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
51562
51673
 
51563
- },{}],311:[function(require,module,exports){
51674
+ },{}],313:[function(require,module,exports){
51564
51675
  "use strict";
51565
51676
  /*!
51566
51677
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51631,7 +51742,7 @@ __decorate([
51631
51742
  ], DefaultEqualityComparator.prototype, "equals", null);
51632
51743
  exports.DefaultEqualityComparator = DefaultEqualityComparator;
51633
51744
 
51634
- },{"../Decorators":202,"./MurmurHash":317,"./ObjectEqualityComparator":318}],312:[function(require,module,exports){
51745
+ },{"../Decorators":204,"./MurmurHash":319,"./ObjectEqualityComparator":320}],314:[function(require,module,exports){
51635
51746
  "use strict";
51636
51747
  /*!
51637
51748
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51925,7 +52036,7 @@ __decorate([
51925
52036
  ], IntegerList.prototype, "toString", null);
51926
52037
  exports.IntegerList = IntegerList;
51927
52038
 
51928
- },{"../Decorators":202,"./Arrays":308}],313:[function(require,module,exports){
52039
+ },{"../Decorators":204,"./Arrays":310}],315:[function(require,module,exports){
51929
52040
  "use strict";
51930
52041
  /*!
51931
52042
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51955,7 +52066,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
51955
52066
  }
51956
52067
  exports.IntegerStack = IntegerStack;
51957
52068
 
51958
- },{"./IntegerList":312}],314:[function(require,module,exports){
52069
+ },{"./IntegerList":314}],316:[function(require,module,exports){
51959
52070
  "use strict";
51960
52071
  /*!
51961
52072
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52098,7 +52209,7 @@ __decorate([
52098
52209
  ], Interval.prototype, "toString", null);
52099
52210
  exports.Interval = Interval;
52100
52211
 
52101
- },{"../Decorators":202}],315:[function(require,module,exports){
52212
+ },{"../Decorators":204}],317:[function(require,module,exports){
52102
52213
  "use strict";
52103
52214
  /*!
52104
52215
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52744,7 +52855,7 @@ __decorate([
52744
52855
  ], IntervalSet, "subtract", null);
52745
52856
  exports.IntervalSet = IntervalSet;
52746
52857
 
52747
- },{"../Decorators":202,"../Lexer":210,"../Token":227,"./ArrayEqualityComparator":307,"./IntegerList":312,"./Interval":314,"./MurmurHash":317}],316:[function(require,module,exports){
52858
+ },{"../Decorators":204,"../Lexer":212,"../Token":229,"./ArrayEqualityComparator":309,"./IntegerList":314,"./Interval":316,"./MurmurHash":319}],318:[function(require,module,exports){
52748
52859
  "use strict";
52749
52860
  /*!
52750
52861
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52777,7 +52888,7 @@ class MultiMap extends Map {
52777
52888
  }
52778
52889
  exports.MultiMap = MultiMap;
52779
52890
 
52780
- },{}],317:[function(require,module,exports){
52891
+ },{}],319:[function(require,module,exports){
52781
52892
  "use strict";
52782
52893
  /*!
52783
52894
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52892,7 +53003,7 @@ var MurmurHash;
52892
53003
  }
52893
53004
  })(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
52894
53005
 
52895
- },{}],318:[function(require,module,exports){
53006
+ },{}],320:[function(require,module,exports){
52896
53007
  "use strict";
52897
53008
  /*!
52898
53009
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52951,7 +53062,7 @@ __decorate([
52951
53062
  ], ObjectEqualityComparator.prototype, "equals", null);
52952
53063
  exports.ObjectEqualityComparator = ObjectEqualityComparator;
52953
53064
 
52954
- },{"../Decorators":202}],319:[function(require,module,exports){
53065
+ },{"../Decorators":204}],321:[function(require,module,exports){
52955
53066
  "use strict";
52956
53067
  /*!
52957
53068
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52980,7 +53091,7 @@ class ParseCancellationException extends Error {
52980
53091
  }
52981
53092
  exports.ParseCancellationException = ParseCancellationException;
52982
53093
 
52983
- },{}],320:[function(require,module,exports){
53094
+ },{}],322:[function(require,module,exports){
52984
53095
  "use strict";
52985
53096
  /*!
52986
53097
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53034,7 +53145,7 @@ class UUID {
53034
53145
  }
53035
53146
  exports.UUID = UUID;
53036
53147
 
53037
- },{"./MurmurHash":317}],321:[function(require,module,exports){
53148
+ },{"./MurmurHash":319}],323:[function(require,module,exports){
53038
53149
  "use strict";
53039
53150
  /*!
53040
53151
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53209,7 +53320,7 @@ exports.toCharArray = toCharArray;
53209
53320
  // return s;
53210
53321
  // }
53211
53322
 
53212
- },{}],322:[function(require,module,exports){
53323
+ },{}],324:[function(require,module,exports){
53213
53324
  "use strict";
53214
53325
  /*!
53215
53326
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53245,7 +53356,7 @@ __decorate([
53245
53356
  ], ErrorNode.prototype, "accept", null);
53246
53357
  exports.ErrorNode = ErrorNode;
53247
53358
 
53248
- },{"../Decorators":202,"./TerminalNode":325}],323:[function(require,module,exports){
53359
+ },{"../Decorators":204,"./TerminalNode":327}],325:[function(require,module,exports){
53249
53360
  "use strict";
53250
53361
  /*!
53251
53362
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53350,7 +53461,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
53350
53461
  ParseTreeWalker.DEFAULT = new ParseTreeWalker();
53351
53462
  })(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
53352
53463
 
53353
- },{"./ErrorNode":322,"./RuleNode":324,"./TerminalNode":325}],324:[function(require,module,exports){
53464
+ },{"./ErrorNode":324,"./RuleNode":326,"./TerminalNode":327}],326:[function(require,module,exports){
53354
53465
  "use strict";
53355
53466
  /*!
53356
53467
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53362,7 +53473,7 @@ class RuleNode {
53362
53473
  }
53363
53474
  exports.RuleNode = RuleNode;
53364
53475
 
53365
- },{}],325:[function(require,module,exports){
53476
+ },{}],327:[function(require,module,exports){
53366
53477
  "use strict";
53367
53478
  /*!
53368
53479
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53454,7 +53565,7 @@ __decorate([
53454
53565
  ], TerminalNode.prototype, "toString", null);
53455
53566
  exports.TerminalNode = TerminalNode;
53456
53567
 
53457
- },{"../Decorators":202,"../Token":227,"../misc/Interval":314}],326:[function(require,module,exports){
53568
+ },{"../Decorators":204,"../Token":229,"../misc/Interval":316}],328:[function(require,module,exports){
53458
53569
  "use strict";
53459
53570
  /*!
53460
53571
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53698,7 +53809,7 @@ __decorate([
53698
53809
  ], Trees, "getRootOfSubtreeEnclosingRegion", null);
53699
53810
  exports.Trees = Trees;
53700
53811
 
53701
- },{"../CommonToken":198,"../Decorators":202,"../Parser":215,"../ParserRuleContext":218,"../Token":227,"../atn/ATN":235,"../misc/Utils":321,"./ErrorNode":322,"./RuleNode":324,"./TerminalNode":325}],327:[function(require,module,exports){
53812
+ },{"../CommonToken":200,"../Decorators":204,"../Parser":217,"../ParserRuleContext":220,"../Token":229,"../atn/ATN":237,"../misc/Utils":323,"./ErrorNode":324,"./RuleNode":326,"./TerminalNode":327}],329:[function(require,module,exports){
53702
53813
  "use strict";
53703
53814
  /*!
53704
53815
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53722,7 +53833,7 @@ class Chunk {
53722
53833
  }
53723
53834
  exports.Chunk = Chunk;
53724
53835
 
53725
- },{}],328:[function(require,module,exports){
53836
+ },{}],330:[function(require,module,exports){
53726
53837
  "use strict";
53727
53838
  /*!
53728
53839
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53902,7 +54013,7 @@ ParseTreeMatch = __decorate([
53902
54013
  ], ParseTreeMatch);
53903
54014
  exports.ParseTreeMatch = ParseTreeMatch;
53904
54015
 
53905
- },{"../../Decorators":202}],329:[function(require,module,exports){
54016
+ },{"../../Decorators":204}],331:[function(require,module,exports){
53906
54017
  "use strict";
53907
54018
  /*!
53908
54019
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54060,7 +54171,7 @@ ParseTreePattern = __decorate([
54060
54171
  ], ParseTreePattern);
54061
54172
  exports.ParseTreePattern = ParseTreePattern;
54062
54173
 
54063
- },{"../../Decorators":202,"../xpath/XPath":335}],330:[function(require,module,exports){
54174
+ },{"../../Decorators":204,"../xpath/XPath":337}],332:[function(require,module,exports){
54064
54175
  "use strict";
54065
54176
  /*!
54066
54177
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54538,7 +54649,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
54538
54649
  ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
54539
54650
  })(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
54540
54651
 
54541
- },{"../../BailErrorStrategy":192,"../../CharStreams":195,"../../CommonTokenStream":200,"../../Decorators":202,"../../ListTokenSource":213,"../../ParserInterpreter":217,"../../ParserRuleContext":218,"../../RecognitionException":221,"../../Token":227,"../../misc/MultiMap":316,"../../misc/ParseCancellationException":319,"../RuleNode":324,"../TerminalNode":325,"./ParseTreeMatch":328,"./ParseTreePattern":329,"./RuleTagToken":331,"./TagChunk":332,"./TextChunk":333,"./TokenTagToken":334}],331:[function(require,module,exports){
54652
+ },{"../../BailErrorStrategy":194,"../../CharStreams":197,"../../CommonTokenStream":202,"../../Decorators":204,"../../ListTokenSource":215,"../../ParserInterpreter":219,"../../ParserRuleContext":220,"../../RecognitionException":223,"../../Token":229,"../../misc/MultiMap":318,"../../misc/ParseCancellationException":321,"../RuleNode":326,"../TerminalNode":327,"./ParseTreeMatch":330,"./ParseTreePattern":331,"./RuleTagToken":333,"./TagChunk":334,"./TextChunk":335,"./TokenTagToken":336}],333:[function(require,module,exports){
54542
54653
  "use strict";
54543
54654
  /*!
54544
54655
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54736,7 +54847,7 @@ RuleTagToken = __decorate([
54736
54847
  ], RuleTagToken);
54737
54848
  exports.RuleTagToken = RuleTagToken;
54738
54849
 
54739
- },{"../../Decorators":202,"../../Token":227}],332:[function(require,module,exports){
54850
+ },{"../../Decorators":204,"../../Token":229}],334:[function(require,module,exports){
54740
54851
  "use strict";
54741
54852
  /*!
54742
54853
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54823,7 +54934,7 @@ __decorate([
54823
54934
  ], TagChunk.prototype, "toString", null);
54824
54935
  exports.TagChunk = TagChunk;
54825
54936
 
54826
- },{"../../Decorators":202,"./Chunk":327}],333:[function(require,module,exports){
54937
+ },{"../../Decorators":204,"./Chunk":329}],335:[function(require,module,exports){
54827
54938
  "use strict";
54828
54939
  /*!
54829
54940
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54893,7 +55004,7 @@ TextChunk = __decorate([
54893
55004
  ], TextChunk);
54894
55005
  exports.TextChunk = TextChunk;
54895
55006
 
54896
- },{"../../Decorators":202,"./Chunk":327}],334:[function(require,module,exports){
55007
+ },{"../../Decorators":204,"./Chunk":329}],336:[function(require,module,exports){
54897
55008
  "use strict";
54898
55009
  /*!
54899
55010
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54988,7 +55099,7 @@ TokenTagToken = __decorate([
54988
55099
  ], TokenTagToken);
54989
55100
  exports.TokenTagToken = TokenTagToken;
54990
55101
 
54991
- },{"../../CommonToken":198,"../../Decorators":202}],335:[function(require,module,exports){
55102
+ },{"../../CommonToken":200,"../../Decorators":204}],337:[function(require,module,exports){
54992
55103
  "use strict";
54993
55104
  /*!
54994
55105
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55185,7 +55296,7 @@ exports.XPath = XPath;
55185
55296
  XPath.WILDCARD = "*"; // word not operator/separator
55186
55297
  XPath.NOT = "!"; // word for invert operator
55187
55298
 
55188
- },{"../../CharStreams":195,"../../CommonTokenStream":200,"../../LexerNoViableAltException":212,"../../ParserRuleContext":218,"../../Token":227,"./XPathLexer":337,"./XPathLexerErrorListener":338,"./XPathRuleAnywhereElement":339,"./XPathRuleElement":340,"./XPathTokenAnywhereElement":341,"./XPathTokenElement":342,"./XPathWildcardAnywhereElement":343,"./XPathWildcardElement":344}],336:[function(require,module,exports){
55299
+ },{"../../CharStreams":197,"../../CommonTokenStream":202,"../../LexerNoViableAltException":214,"../../ParserRuleContext":220,"../../Token":229,"./XPathLexer":339,"./XPathLexerErrorListener":340,"./XPathRuleAnywhereElement":341,"./XPathRuleElement":342,"./XPathTokenAnywhereElement":343,"./XPathTokenElement":344,"./XPathWildcardAnywhereElement":345,"./XPathWildcardElement":346}],338:[function(require,module,exports){
55189
55300
  "use strict";
55190
55301
  /*!
55191
55302
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55220,7 +55331,7 @@ __decorate([
55220
55331
  ], XPathElement.prototype, "toString", null);
55221
55332
  exports.XPathElement = XPathElement;
55222
55333
 
55223
- },{"../../Decorators":202}],337:[function(require,module,exports){
55334
+ },{"../../Decorators":204}],339:[function(require,module,exports){
55224
55335
  "use strict";
55225
55336
  // Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
55226
55337
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -55695,7 +55806,7 @@ XPathLexer._serializedATN = Utils.join([
55695
55806
  XPathLexer._serializedATNSegment1,
55696
55807
  ], "");
55697
55808
 
55698
- },{"../../Lexer":210,"../../VocabularyImpl":233,"../../atn/ATNDeserializer":239,"../../atn/LexerATNSimulator":260,"../../misc/Utils":321}],338:[function(require,module,exports){
55809
+ },{"../../Lexer":212,"../../VocabularyImpl":235,"../../atn/ATNDeserializer":241,"../../atn/LexerATNSimulator":262,"../../misc/Utils":323}],340:[function(require,module,exports){
55699
55810
  "use strict";
55700
55811
  /*!
55701
55812
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55720,7 +55831,7 @@ __decorate([
55720
55831
  ], XPathLexerErrorListener.prototype, "syntaxError", null);
55721
55832
  exports.XPathLexerErrorListener = XPathLexerErrorListener;
55722
55833
 
55723
- },{"../../Decorators":202}],339:[function(require,module,exports){
55834
+ },{"../../Decorators":204}],341:[function(require,module,exports){
55724
55835
  "use strict";
55725
55836
  /*!
55726
55837
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55754,7 +55865,7 @@ __decorate([
55754
55865
  ], XPathRuleAnywhereElement.prototype, "evaluate", null);
55755
55866
  exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
55756
55867
 
55757
- },{"../../Decorators":202,"../Trees":326,"./XPathElement":336}],340:[function(require,module,exports){
55868
+ },{"../../Decorators":204,"../Trees":328,"./XPathElement":338}],342:[function(require,module,exports){
55758
55869
  "use strict";
55759
55870
  /*!
55760
55871
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55797,7 +55908,7 @@ __decorate([
55797
55908
  ], XPathRuleElement.prototype, "evaluate", null);
55798
55909
  exports.XPathRuleElement = XPathRuleElement;
55799
55910
 
55800
- },{"../../Decorators":202,"../../ParserRuleContext":218,"../Trees":326,"./XPathElement":336}],341:[function(require,module,exports){
55911
+ },{"../../Decorators":204,"../../ParserRuleContext":220,"../Trees":328,"./XPathElement":338}],343:[function(require,module,exports){
55801
55912
  "use strict";
55802
55913
  /*!
55803
55914
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55829,7 +55940,7 @@ __decorate([
55829
55940
  ], XPathTokenAnywhereElement.prototype, "evaluate", null);
55830
55941
  exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
55831
55942
 
55832
- },{"../../Decorators":202,"../Trees":326,"./XPathElement":336}],342:[function(require,module,exports){
55943
+ },{"../../Decorators":204,"../Trees":328,"./XPathElement":338}],344:[function(require,module,exports){
55833
55944
  "use strict";
55834
55945
  /*!
55835
55946
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55872,7 +55983,7 @@ __decorate([
55872
55983
  ], XPathTokenElement.prototype, "evaluate", null);
55873
55984
  exports.XPathTokenElement = XPathTokenElement;
55874
55985
 
55875
- },{"../../Decorators":202,"../TerminalNode":325,"../Trees":326,"./XPathElement":336}],343:[function(require,module,exports){
55986
+ },{"../../Decorators":204,"../TerminalNode":327,"../Trees":328,"./XPathElement":338}],345:[function(require,module,exports){
55876
55987
  "use strict";
55877
55988
  /*!
55878
55989
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55908,7 +56019,7 @@ __decorate([
55908
56019
  ], XPathWildcardAnywhereElement.prototype, "evaluate", null);
55909
56020
  exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
55910
56021
 
55911
- },{"../../Decorators":202,"../Trees":326,"./XPath":335,"./XPathElement":336}],344:[function(require,module,exports){
56022
+ },{"../../Decorators":204,"../Trees":328,"./XPath":337,"./XPathElement":338}],346:[function(require,module,exports){
55912
56023
  "use strict";
55913
56024
  /*!
55914
56025
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55948,7 +56059,7 @@ __decorate([
55948
56059
  ], XPathWildcardElement.prototype, "evaluate", null);
55949
56060
  exports.XPathWildcardElement = XPathWildcardElement;
55950
56061
 
55951
- },{"../../Decorators":202,"../Trees":326,"./XPath":335,"./XPathElement":336}],345:[function(require,module,exports){
56062
+ },{"../../Decorators":204,"../Trees":328,"./XPath":337,"./XPathElement":338}],347:[function(require,module,exports){
55952
56063
  (function (global){(function (){
55953
56064
  'use strict';
55954
56065
 
@@ -56458,7 +56569,7 @@ var objectKeys = Object.keys || function (obj) {
56458
56569
  };
56459
56570
 
56460
56571
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
56461
- },{"object.assign/polyfill":402,"util/":348}],346:[function(require,module,exports){
56572
+ },{"object.assign/polyfill":404,"util/":350}],348:[function(require,module,exports){
56462
56573
  if (typeof Object.create === 'function') {
56463
56574
  // implementation from standard node.js 'util' module
56464
56575
  module.exports = function inherits(ctor, superCtor) {
@@ -56483,14 +56594,14 @@ if (typeof Object.create === 'function') {
56483
56594
  }
56484
56595
  }
56485
56596
 
56486
- },{}],347:[function(require,module,exports){
56597
+ },{}],349:[function(require,module,exports){
56487
56598
  module.exports = function isBuffer(arg) {
56488
56599
  return arg && typeof arg === 'object'
56489
56600
  && typeof arg.copy === 'function'
56490
56601
  && typeof arg.fill === 'function'
56491
56602
  && typeof arg.readUInt8 === 'function';
56492
56603
  }
56493
- },{}],348:[function(require,module,exports){
56604
+ },{}],350:[function(require,module,exports){
56494
56605
  (function (process,global){(function (){
56495
56606
  // Copyright Joyent, Inc. and other Node contributors.
56496
56607
  //
@@ -57080,7 +57191,7 @@ function hasOwnProperty(obj, prop) {
57080
57191
  }
57081
57192
 
57082
57193
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
57083
- },{"./support/isBuffer":347,"_process":404,"inherits":346}],349:[function(require,module,exports){
57194
+ },{"./support/isBuffer":349,"_process":406,"inherits":348}],351:[function(require,module,exports){
57084
57195
  (function (global){(function (){
57085
57196
  'use strict';
57086
57197
 
@@ -57101,7 +57212,7 @@ module.exports = function availableTypedArrays() {
57101
57212
  };
57102
57213
 
57103
57214
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
57104
- },{"possible-typed-array-names":403}],350:[function(require,module,exports){
57215
+ },{"possible-typed-array-names":405}],352:[function(require,module,exports){
57105
57216
  (function (process,global){(function (){
57106
57217
  module.exports = process.hrtime || hrtime
57107
57218
 
@@ -57132,7 +57243,7 @@ function hrtime(previousTimestamp){
57132
57243
  return [seconds,nanoseconds]
57133
57244
  }
57134
57245
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
57135
- },{"_process":404}],351:[function(require,module,exports){
57246
+ },{"_process":406}],353:[function(require,module,exports){
57136
57247
  'use strict';
57137
57248
 
57138
57249
  var bind = require('function-bind');
@@ -57144,7 +57255,7 @@ var $reflectApply = require('./reflectApply');
57144
57255
  /** @type {import('./actualApply')} */
57145
57256
  module.exports = $reflectApply || bind.call($call, $apply);
57146
57257
 
57147
- },{"./functionApply":353,"./functionCall":354,"./reflectApply":356,"function-bind":372}],352:[function(require,module,exports){
57258
+ },{"./functionApply":355,"./functionCall":356,"./reflectApply":358,"function-bind":374}],354:[function(require,module,exports){
57148
57259
  'use strict';
57149
57260
 
57150
57261
  var bind = require('function-bind');
@@ -57156,19 +57267,19 @@ module.exports = function applyBind() {
57156
57267
  return actualApply(bind, $apply, arguments);
57157
57268
  };
57158
57269
 
57159
- },{"./actualApply":351,"./functionApply":353,"function-bind":372}],353:[function(require,module,exports){
57270
+ },{"./actualApply":353,"./functionApply":355,"function-bind":374}],355:[function(require,module,exports){
57160
57271
  'use strict';
57161
57272
 
57162
57273
  /** @type {import('./functionApply')} */
57163
57274
  module.exports = Function.prototype.apply;
57164
57275
 
57165
- },{}],354:[function(require,module,exports){
57276
+ },{}],356:[function(require,module,exports){
57166
57277
  'use strict';
57167
57278
 
57168
57279
  /** @type {import('./functionCall')} */
57169
57280
  module.exports = Function.prototype.call;
57170
57281
 
57171
- },{}],355:[function(require,module,exports){
57282
+ },{}],357:[function(require,module,exports){
57172
57283
  'use strict';
57173
57284
 
57174
57285
  var bind = require('function-bind');
@@ -57185,13 +57296,13 @@ module.exports = function callBindBasic(args) {
57185
57296
  return $actualApply(bind, $call, args);
57186
57297
  };
57187
57298
 
57188
- },{"./actualApply":351,"./functionCall":354,"es-errors/type":367,"function-bind":372}],356:[function(require,module,exports){
57299
+ },{"./actualApply":353,"./functionCall":356,"es-errors/type":369,"function-bind":374}],358:[function(require,module,exports){
57189
57300
  'use strict';
57190
57301
 
57191
57302
  /** @type {import('./reflectApply')} */
57192
57303
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
57193
57304
 
57194
- },{}],357:[function(require,module,exports){
57305
+ },{}],359:[function(require,module,exports){
57195
57306
  'use strict';
57196
57307
 
57197
57308
  var setFunctionLength = require('set-function-length');
@@ -57217,7 +57328,7 @@ if ($defineProperty) {
57217
57328
  module.exports.apply = applyBind;
57218
57329
  }
57219
57330
 
57220
- },{"call-bind-apply-helpers":355,"call-bind-apply-helpers/applyBind":352,"es-define-property":361,"set-function-length":406}],358:[function(require,module,exports){
57331
+ },{"call-bind-apply-helpers":357,"call-bind-apply-helpers/applyBind":354,"es-define-property":363,"set-function-length":408}],360:[function(require,module,exports){
57221
57332
  'use strict';
57222
57333
 
57223
57334
  var GetIntrinsic = require('get-intrinsic');
@@ -57238,7 +57349,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
57238
57349
  return intrinsic;
57239
57350
  };
57240
57351
 
57241
- },{"call-bind-apply-helpers":355,"get-intrinsic":373}],359:[function(require,module,exports){
57352
+ },{"call-bind-apply-helpers":357,"get-intrinsic":375}],361:[function(require,module,exports){
57242
57353
  'use strict';
57243
57354
 
57244
57355
  var $defineProperty = require('es-define-property');
@@ -57296,7 +57407,7 @@ module.exports = function defineDataProperty(
57296
57407
  }
57297
57408
  };
57298
57409
 
57299
- },{"es-define-property":361,"es-errors/syntax":366,"es-errors/type":367,"gopd":378}],360:[function(require,module,exports){
57410
+ },{"es-define-property":363,"es-errors/syntax":368,"es-errors/type":369,"gopd":380}],362:[function(require,module,exports){
57300
57411
  'use strict';
57301
57412
 
57302
57413
  var callBind = require('call-bind-apply-helpers');
@@ -57328,7 +57439,7 @@ module.exports = desc && typeof desc.get === 'function'
57328
57439
  }
57329
57440
  : false;
57330
57441
 
57331
- },{"call-bind-apply-helpers":355,"gopd":378}],361:[function(require,module,exports){
57442
+ },{"call-bind-apply-helpers":357,"gopd":380}],363:[function(require,module,exports){
57332
57443
  'use strict';
57333
57444
 
57334
57445
  /** @type {import('.')} */
@@ -57344,55 +57455,55 @@ if ($defineProperty) {
57344
57455
 
57345
57456
  module.exports = $defineProperty;
57346
57457
 
57347
- },{}],362:[function(require,module,exports){
57458
+ },{}],364:[function(require,module,exports){
57348
57459
  'use strict';
57349
57460
 
57350
57461
  /** @type {import('./eval')} */
57351
57462
  module.exports = EvalError;
57352
57463
 
57353
- },{}],363:[function(require,module,exports){
57464
+ },{}],365:[function(require,module,exports){
57354
57465
  'use strict';
57355
57466
 
57356
57467
  /** @type {import('.')} */
57357
57468
  module.exports = Error;
57358
57469
 
57359
- },{}],364:[function(require,module,exports){
57470
+ },{}],366:[function(require,module,exports){
57360
57471
  'use strict';
57361
57472
 
57362
57473
  /** @type {import('./range')} */
57363
57474
  module.exports = RangeError;
57364
57475
 
57365
- },{}],365:[function(require,module,exports){
57476
+ },{}],367:[function(require,module,exports){
57366
57477
  'use strict';
57367
57478
 
57368
57479
  /** @type {import('./ref')} */
57369
57480
  module.exports = ReferenceError;
57370
57481
 
57371
- },{}],366:[function(require,module,exports){
57482
+ },{}],368:[function(require,module,exports){
57372
57483
  'use strict';
57373
57484
 
57374
57485
  /** @type {import('./syntax')} */
57375
57486
  module.exports = SyntaxError;
57376
57487
 
57377
- },{}],367:[function(require,module,exports){
57488
+ },{}],369:[function(require,module,exports){
57378
57489
  'use strict';
57379
57490
 
57380
57491
  /** @type {import('./type')} */
57381
57492
  module.exports = TypeError;
57382
57493
 
57383
- },{}],368:[function(require,module,exports){
57494
+ },{}],370:[function(require,module,exports){
57384
57495
  'use strict';
57385
57496
 
57386
57497
  /** @type {import('./uri')} */
57387
57498
  module.exports = URIError;
57388
57499
 
57389
- },{}],369:[function(require,module,exports){
57500
+ },{}],371:[function(require,module,exports){
57390
57501
  'use strict';
57391
57502
 
57392
57503
  /** @type {import('.')} */
57393
57504
  module.exports = Object;
57394
57505
 
57395
- },{}],370:[function(require,module,exports){
57506
+ },{}],372:[function(require,module,exports){
57396
57507
  'use strict';
57397
57508
 
57398
57509
  var isCallable = require('is-callable');
@@ -57463,7 +57574,7 @@ module.exports = function forEach(list, iterator, thisArg) {
57463
57574
  }
57464
57575
  };
57465
57576
 
57466
- },{"is-callable":386}],371:[function(require,module,exports){
57577
+ },{"is-callable":388}],373:[function(require,module,exports){
57467
57578
  'use strict';
57468
57579
 
57469
57580
  /* eslint no-invalid-this: 1 */
@@ -57549,14 +57660,14 @@ module.exports = function bind(that) {
57549
57660
  return bound;
57550
57661
  };
57551
57662
 
57552
- },{}],372:[function(require,module,exports){
57663
+ },{}],374:[function(require,module,exports){
57553
57664
  'use strict';
57554
57665
 
57555
57666
  var implementation = require('./implementation');
57556
57667
 
57557
57668
  module.exports = Function.prototype.bind || implementation;
57558
57669
 
57559
- },{"./implementation":371}],373:[function(require,module,exports){
57670
+ },{"./implementation":373}],375:[function(require,module,exports){
57560
57671
  'use strict';
57561
57672
 
57562
57673
  var undefined;
@@ -57936,7 +58047,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
57936
58047
  return value;
57937
58048
  };
57938
58049
 
57939
- },{"call-bind-apply-helpers/functionApply":353,"call-bind-apply-helpers/functionCall":354,"es-define-property":361,"es-errors":363,"es-errors/eval":362,"es-errors/range":364,"es-errors/ref":365,"es-errors/syntax":366,"es-errors/type":367,"es-errors/uri":368,"es-object-atoms":369,"function-bind":372,"get-proto":376,"get-proto/Object.getPrototypeOf":374,"get-proto/Reflect.getPrototypeOf":375,"gopd":378,"has-symbols":380,"hasown":383,"math-intrinsics/abs":390,"math-intrinsics/floor":391,"math-intrinsics/max":393,"math-intrinsics/min":394,"math-intrinsics/pow":395,"math-intrinsics/round":396,"math-intrinsics/sign":397}],374:[function(require,module,exports){
58050
+ },{"call-bind-apply-helpers/functionApply":355,"call-bind-apply-helpers/functionCall":356,"es-define-property":363,"es-errors":365,"es-errors/eval":364,"es-errors/range":366,"es-errors/ref":367,"es-errors/syntax":368,"es-errors/type":369,"es-errors/uri":370,"es-object-atoms":371,"function-bind":374,"get-proto":378,"get-proto/Object.getPrototypeOf":376,"get-proto/Reflect.getPrototypeOf":377,"gopd":380,"has-symbols":382,"hasown":385,"math-intrinsics/abs":392,"math-intrinsics/floor":393,"math-intrinsics/max":395,"math-intrinsics/min":396,"math-intrinsics/pow":397,"math-intrinsics/round":398,"math-intrinsics/sign":399}],376:[function(require,module,exports){
57940
58051
  'use strict';
57941
58052
 
57942
58053
  var $Object = require('es-object-atoms');
@@ -57944,13 +58055,13 @@ var $Object = require('es-object-atoms');
57944
58055
  /** @type {import('./Object.getPrototypeOf')} */
57945
58056
  module.exports = $Object.getPrototypeOf || null;
57946
58057
 
57947
- },{"es-object-atoms":369}],375:[function(require,module,exports){
58058
+ },{"es-object-atoms":371}],377:[function(require,module,exports){
57948
58059
  'use strict';
57949
58060
 
57950
58061
  /** @type {import('./Reflect.getPrototypeOf')} */
57951
58062
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
57952
58063
 
57953
- },{}],376:[function(require,module,exports){
58064
+ },{}],378:[function(require,module,exports){
57954
58065
  'use strict';
57955
58066
 
57956
58067
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -57979,13 +58090,13 @@ module.exports = reflectGetProto
57979
58090
  }
57980
58091
  : null;
57981
58092
 
57982
- },{"./Object.getPrototypeOf":374,"./Reflect.getPrototypeOf":375,"dunder-proto/get":360}],377:[function(require,module,exports){
58093
+ },{"./Object.getPrototypeOf":376,"./Reflect.getPrototypeOf":377,"dunder-proto/get":362}],379:[function(require,module,exports){
57983
58094
  'use strict';
57984
58095
 
57985
58096
  /** @type {import('./gOPD')} */
57986
58097
  module.exports = Object.getOwnPropertyDescriptor;
57987
58098
 
57988
- },{}],378:[function(require,module,exports){
58099
+ },{}],380:[function(require,module,exports){
57989
58100
  'use strict';
57990
58101
 
57991
58102
  /** @type {import('.')} */
@@ -58002,7 +58113,7 @@ if ($gOPD) {
58002
58113
 
58003
58114
  module.exports = $gOPD;
58004
58115
 
58005
- },{"./gOPD":377}],379:[function(require,module,exports){
58116
+ },{"./gOPD":379}],381:[function(require,module,exports){
58006
58117
  'use strict';
58007
58118
 
58008
58119
  var $defineProperty = require('es-define-property');
@@ -58026,7 +58137,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
58026
58137
 
58027
58138
  module.exports = hasPropertyDescriptors;
58028
58139
 
58029
- },{"es-define-property":361}],380:[function(require,module,exports){
58140
+ },{"es-define-property":363}],382:[function(require,module,exports){
58030
58141
  'use strict';
58031
58142
 
58032
58143
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -58042,7 +58153,7 @@ module.exports = function hasNativeSymbols() {
58042
58153
  return hasSymbolSham();
58043
58154
  };
58044
58155
 
58045
- },{"./shams":381}],381:[function(require,module,exports){
58156
+ },{"./shams":383}],383:[function(require,module,exports){
58046
58157
  'use strict';
58047
58158
 
58048
58159
  /** @type {import('./shams')} */
@@ -58089,7 +58200,7 @@ module.exports = function hasSymbols() {
58089
58200
  return true;
58090
58201
  };
58091
58202
 
58092
- },{}],382:[function(require,module,exports){
58203
+ },{}],384:[function(require,module,exports){
58093
58204
  'use strict';
58094
58205
 
58095
58206
  var hasSymbols = require('has-symbols/shams');
@@ -58099,7 +58210,7 @@ module.exports = function hasToStringTagShams() {
58099
58210
  return hasSymbols() && !!Symbol.toStringTag;
58100
58211
  };
58101
58212
 
58102
- },{"has-symbols/shams":381}],383:[function(require,module,exports){
58213
+ },{"has-symbols/shams":383}],385:[function(require,module,exports){
58103
58214
  'use strict';
58104
58215
 
58105
58216
  var call = Function.prototype.call;
@@ -58109,7 +58220,7 @@ var bind = require('function-bind');
58109
58220
  /** @type {import('.')} */
58110
58221
  module.exports = bind.call(call, $hasOwn);
58111
58222
 
58112
- },{"function-bind":372}],384:[function(require,module,exports){
58223
+ },{"function-bind":374}],386:[function(require,module,exports){
58113
58224
  if (typeof Object.create === 'function') {
58114
58225
  // implementation from standard node.js 'util' module
58115
58226
  module.exports = function inherits(ctor, superCtor) {
@@ -58138,7 +58249,7 @@ if (typeof Object.create === 'function') {
58138
58249
  }
58139
58250
  }
58140
58251
 
58141
- },{}],385:[function(require,module,exports){
58252
+ },{}],387:[function(require,module,exports){
58142
58253
  'use strict';
58143
58254
 
58144
58255
  var hasToStringTag = require('has-tostringtag/shams')();
@@ -58184,7 +58295,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
58184
58295
  /** @type {import('.')} */
58185
58296
  module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
58186
58297
 
58187
- },{"call-bound":358,"has-tostringtag/shams":382}],386:[function(require,module,exports){
58298
+ },{"call-bound":360,"has-tostringtag/shams":384}],388:[function(require,module,exports){
58188
58299
  'use strict';
58189
58300
 
58190
58301
  var fnToStr = Function.prototype.toString;
@@ -58287,7 +58398,7 @@ module.exports = reflectApply
58287
58398
  return tryFunctionObject(value);
58288
58399
  };
58289
58400
 
58290
- },{}],387:[function(require,module,exports){
58401
+ },{}],389:[function(require,module,exports){
58291
58402
  'use strict';
58292
58403
 
58293
58404
  var callBound = require('call-bound');
@@ -58336,7 +58447,7 @@ module.exports = function isGeneratorFunction(fn) {
58336
58447
  return getProto(fn) === GeneratorFunction;
58337
58448
  };
58338
58449
 
58339
- },{"call-bound":358,"get-proto":376,"has-tostringtag/shams":382,"safe-regex-test":405}],388:[function(require,module,exports){
58450
+ },{"call-bound":360,"get-proto":378,"has-tostringtag/shams":384,"safe-regex-test":407}],390:[function(require,module,exports){
58340
58451
  'use strict';
58341
58452
 
58342
58453
  var callBound = require('call-bound');
@@ -58407,7 +58518,7 @@ if (hasToStringTag) {
58407
58518
 
58408
58519
  module.exports = fn;
58409
58520
 
58410
- },{"call-bound":358,"gopd":378,"has-tostringtag/shams":382,"hasown":383}],389:[function(require,module,exports){
58521
+ },{"call-bound":360,"gopd":380,"has-tostringtag/shams":384,"hasown":385}],391:[function(require,module,exports){
58411
58522
  'use strict';
58412
58523
 
58413
58524
  var whichTypedArray = require('which-typed-array');
@@ -58417,19 +58528,19 @@ module.exports = function isTypedArray(value) {
58417
58528
  return !!whichTypedArray(value);
58418
58529
  };
58419
58530
 
58420
- },{"which-typed-array":410}],390:[function(require,module,exports){
58531
+ },{"which-typed-array":412}],392:[function(require,module,exports){
58421
58532
  'use strict';
58422
58533
 
58423
58534
  /** @type {import('./abs')} */
58424
58535
  module.exports = Math.abs;
58425
58536
 
58426
- },{}],391:[function(require,module,exports){
58537
+ },{}],393:[function(require,module,exports){
58427
58538
  'use strict';
58428
58539
 
58429
58540
  /** @type {import('./floor')} */
58430
58541
  module.exports = Math.floor;
58431
58542
 
58432
- },{}],392:[function(require,module,exports){
58543
+ },{}],394:[function(require,module,exports){
58433
58544
  'use strict';
58434
58545
 
58435
58546
  /** @type {import('./isNaN')} */
@@ -58437,31 +58548,31 @@ module.exports = Number.isNaN || function isNaN(a) {
58437
58548
  return a !== a;
58438
58549
  };
58439
58550
 
58440
- },{}],393:[function(require,module,exports){
58551
+ },{}],395:[function(require,module,exports){
58441
58552
  'use strict';
58442
58553
 
58443
58554
  /** @type {import('./max')} */
58444
58555
  module.exports = Math.max;
58445
58556
 
58446
- },{}],394:[function(require,module,exports){
58557
+ },{}],396:[function(require,module,exports){
58447
58558
  'use strict';
58448
58559
 
58449
58560
  /** @type {import('./min')} */
58450
58561
  module.exports = Math.min;
58451
58562
 
58452
- },{}],395:[function(require,module,exports){
58563
+ },{}],397:[function(require,module,exports){
58453
58564
  'use strict';
58454
58565
 
58455
58566
  /** @type {import('./pow')} */
58456
58567
  module.exports = Math.pow;
58457
58568
 
58458
- },{}],396:[function(require,module,exports){
58569
+ },{}],398:[function(require,module,exports){
58459
58570
  'use strict';
58460
58571
 
58461
58572
  /** @type {import('./round')} */
58462
58573
  module.exports = Math.round;
58463
58574
 
58464
- },{}],397:[function(require,module,exports){
58575
+ },{}],399:[function(require,module,exports){
58465
58576
  'use strict';
58466
58577
 
58467
58578
  var $isNaN = require('./isNaN');
@@ -58474,7 +58585,7 @@ module.exports = function sign(number) {
58474
58585
  return number < 0 ? -1 : +1;
58475
58586
  };
58476
58587
 
58477
- },{"./isNaN":392}],398:[function(require,module,exports){
58588
+ },{"./isNaN":394}],400:[function(require,module,exports){
58478
58589
  'use strict';
58479
58590
 
58480
58591
  var keysShim;
@@ -58598,7 +58709,7 @@ if (!Object.keys) {
58598
58709
  }
58599
58710
  module.exports = keysShim;
58600
58711
 
58601
- },{"./isArguments":400}],399:[function(require,module,exports){
58712
+ },{"./isArguments":402}],401:[function(require,module,exports){
58602
58713
  'use strict';
58603
58714
 
58604
58715
  var slice = Array.prototype.slice;
@@ -58632,7 +58743,7 @@ keysShim.shim = function shimObjectKeys() {
58632
58743
 
58633
58744
  module.exports = keysShim;
58634
58745
 
58635
- },{"./implementation":398,"./isArguments":400}],400:[function(require,module,exports){
58746
+ },{"./implementation":400,"./isArguments":402}],402:[function(require,module,exports){
58636
58747
  'use strict';
58637
58748
 
58638
58749
  var toStr = Object.prototype.toString;
@@ -58651,7 +58762,7 @@ module.exports = function isArguments(value) {
58651
58762
  return isArgs;
58652
58763
  };
58653
58764
 
58654
- },{}],401:[function(require,module,exports){
58765
+ },{}],403:[function(require,module,exports){
58655
58766
  'use strict';
58656
58767
 
58657
58768
  // modified from https://github.com/es-shims/es6-shim
@@ -58699,7 +58810,7 @@ module.exports = function assign(target, source1) {
58699
58810
  return to; // step 4
58700
58811
  };
58701
58812
 
58702
- },{"call-bound":358,"es-object-atoms":369,"has-symbols/shams":381,"object-keys":399}],402:[function(require,module,exports){
58813
+ },{"call-bound":360,"es-object-atoms":371,"has-symbols/shams":383,"object-keys":401}],404:[function(require,module,exports){
58703
58814
  'use strict';
58704
58815
 
58705
58816
  var implementation = require('./implementation');
@@ -58756,7 +58867,7 @@ module.exports = function getPolyfill() {
58756
58867
  return Object.assign;
58757
58868
  };
58758
58869
 
58759
- },{"./implementation":401}],403:[function(require,module,exports){
58870
+ },{"./implementation":403}],405:[function(require,module,exports){
58760
58871
  'use strict';
58761
58872
 
58762
58873
  /** @type {import('.')} */
@@ -58775,7 +58886,7 @@ module.exports = [
58775
58886
  'BigUint64Array'
58776
58887
  ];
58777
58888
 
58778
- },{}],404:[function(require,module,exports){
58889
+ },{}],406:[function(require,module,exports){
58779
58890
  // shim for using process in browser
58780
58891
  var process = module.exports = {};
58781
58892
 
@@ -58961,7 +59072,7 @@ process.chdir = function (dir) {
58961
59072
  };
58962
59073
  process.umask = function() { return 0; };
58963
59074
 
58964
- },{}],405:[function(require,module,exports){
59075
+ },{}],407:[function(require,module,exports){
58965
59076
  'use strict';
58966
59077
 
58967
59078
  var callBound = require('call-bound');
@@ -58980,7 +59091,7 @@ module.exports = function regexTester(regex) {
58980
59091
  };
58981
59092
  };
58982
59093
 
58983
- },{"call-bound":358,"es-errors/type":367,"is-regex":388}],406:[function(require,module,exports){
59094
+ },{"call-bound":360,"es-errors/type":369,"is-regex":390}],408:[function(require,module,exports){
58984
59095
  'use strict';
58985
59096
 
58986
59097
  var GetIntrinsic = require('get-intrinsic');
@@ -59024,9 +59135,9 @@ module.exports = function setFunctionLength(fn, length) {
59024
59135
  return fn;
59025
59136
  };
59026
59137
 
59027
- },{"define-data-property":359,"es-errors/type":367,"get-intrinsic":373,"gopd":378,"has-property-descriptors":379}],407:[function(require,module,exports){
59028
- arguments[4][347][0].apply(exports,arguments)
59029
- },{"dup":347}],408:[function(require,module,exports){
59138
+ },{"define-data-property":361,"es-errors/type":369,"get-intrinsic":375,"gopd":380,"has-property-descriptors":381}],409:[function(require,module,exports){
59139
+ arguments[4][349][0].apply(exports,arguments)
59140
+ },{"dup":349}],410:[function(require,module,exports){
59030
59141
  // Currently in sync with Node.js lib/internal/util/types.js
59031
59142
  // https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
59032
59143
 
@@ -59362,7 +59473,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
59362
59473
  });
59363
59474
  });
59364
59475
 
59365
- },{"is-arguments":385,"is-generator-function":387,"is-typed-array":389,"which-typed-array":410}],409:[function(require,module,exports){
59476
+ },{"is-arguments":387,"is-generator-function":389,"is-typed-array":391,"which-typed-array":412}],411:[function(require,module,exports){
59366
59477
  (function (process){(function (){
59367
59478
  // Copyright Joyent, Inc. and other Node contributors.
59368
59479
  //
@@ -60081,7 +60192,7 @@ function callbackify(original) {
60081
60192
  exports.callbackify = callbackify;
60082
60193
 
60083
60194
  }).call(this)}).call(this,require('_process'))
60084
- },{"./support/isBuffer":407,"./support/types":408,"_process":404,"inherits":384}],410:[function(require,module,exports){
60195
+ },{"./support/isBuffer":409,"./support/types":410,"_process":406,"inherits":386}],412:[function(require,module,exports){
60085
60196
  (function (global){(function (){
60086
60197
  'use strict';
60087
60198
 
@@ -60202,5 +60313,5 @@ module.exports = function whichTypedArray(value) {
60202
60313
  };
60203
60314
 
60204
60315
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
60205
- },{"available-typed-arrays":349,"call-bind":357,"call-bound":358,"for-each":370,"get-proto":376,"gopd":378,"has-tostringtag/shams":382}]},{},[106])(106)
60316
+ },{"available-typed-arrays":351,"call-bind":359,"call-bound":360,"for-each":372,"get-proto":378,"gopd":380,"has-tostringtag/shams":384}]},{},[108])(108)
60206
60317
  });