@designliquido/delegua 0.59.1 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/analisador-semantico/analisador-semantico-base.d.ts +2 -2
  2. package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
  3. package/analisador-semantico/analisador-semantico-base.js.map +1 -1
  4. package/analisador-semantico/analisador-semantico.d.ts +1 -0
  5. package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
  6. package/analisador-semantico/analisador-semantico.js +6 -0
  7. package/analisador-semantico/analisador-semantico.js.map +1 -1
  8. package/avaliador-sintatico/avaliador-sintatico.js +7 -7
  9. package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
  10. package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts +5 -6
  11. package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts.map +1 -1
  12. package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js +1 -1
  13. package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js.map +1 -1
  14. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts +4 -5
  15. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
  16. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +1 -1
  17. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
  18. package/avaliador-sintatico/index.d.ts +0 -1
  19. package/avaliador-sintatico/index.d.ts.map +1 -1
  20. package/avaliador-sintatico/index.js +0 -1
  21. package/avaliador-sintatico/index.js.map +1 -1
  22. package/bibliotecas/biblioteca-global.d.ts.map +1 -1
  23. package/bibliotecas/biblioteca-global.js +10 -9
  24. package/bibliotecas/biblioteca-global.js.map +1 -1
  25. package/bibliotecas/dialetos/pitugues/primitivas-dicionario.d.ts.map +1 -1
  26. package/bibliotecas/dialetos/pitugues/primitivas-dicionario.js +22 -0
  27. package/bibliotecas/dialetos/pitugues/primitivas-dicionario.js.map +1 -1
  28. package/bibliotecas/dialetos/pitugues/primitivas-texto.js +2 -2
  29. package/bibliotecas/dialetos/pitugues/primitivas-texto.js.map +1 -1
  30. package/bibliotecas/primitivas-dicionario.d.ts.map +1 -1
  31. package/bibliotecas/primitivas-dicionario.js +26 -1
  32. package/bibliotecas/primitivas-dicionario.js.map +1 -1
  33. package/bibliotecas/primitivas-texto.js +1 -1
  34. package/bibliotecas/primitivas-texto.js.map +1 -1
  35. package/bin/package.json +1 -1
  36. package/construtos/acesso-elemento-matriz.d.ts +3 -0
  37. package/construtos/acesso-elemento-matriz.d.ts.map +1 -1
  38. package/construtos/acesso-elemento-matriz.js +3 -0
  39. package/construtos/acesso-elemento-matriz.js.map +1 -1
  40. package/construtos/acesso-indice-variavel.d.ts +1 -0
  41. package/construtos/acesso-indice-variavel.d.ts.map +1 -1
  42. package/construtos/acesso-indice-variavel.js +3 -0
  43. package/construtos/acesso-indice-variavel.js.map +1 -1
  44. package/construtos/acesso-metodo-ou-propriedade.d.ts +1 -0
  45. package/construtos/acesso-metodo-ou-propriedade.d.ts.map +1 -1
  46. package/construtos/acesso-metodo-ou-propriedade.js +3 -0
  47. package/construtos/acesso-metodo-ou-propriedade.js.map +1 -1
  48. package/construtos/acesso-metodo.d.ts +1 -0
  49. package/construtos/acesso-metodo.d.ts.map +1 -1
  50. package/construtos/acesso-metodo.js +3 -0
  51. package/construtos/acesso-metodo.js.map +1 -1
  52. package/construtos/acesso-propriedade.d.ts +1 -0
  53. package/construtos/acesso-propriedade.d.ts.map +1 -1
  54. package/construtos/acesso-propriedade.js +3 -0
  55. package/construtos/acesso-propriedade.js.map +1 -1
  56. package/construtos/agrupamento.d.ts +1 -0
  57. package/construtos/agrupamento.d.ts.map +1 -1
  58. package/construtos/agrupamento.js +3 -0
  59. package/construtos/agrupamento.js.map +1 -1
  60. package/construtos/argumento-referencia-funcao.d.ts +1 -0
  61. package/construtos/argumento-referencia-funcao.d.ts.map +1 -1
  62. package/construtos/argumento-referencia-funcao.js +3 -0
  63. package/construtos/argumento-referencia-funcao.js.map +1 -1
  64. package/construtos/atribuicao-por-indice.d.ts +1 -0
  65. package/construtos/atribuicao-por-indice.d.ts.map +1 -1
  66. package/construtos/atribuicao-por-indice.js +3 -0
  67. package/construtos/atribuicao-por-indice.js.map +1 -1
  68. package/construtos/atribuicao-por-indices-matriz.d.ts +1 -0
  69. package/construtos/atribuicao-por-indices-matriz.d.ts.map +1 -1
  70. package/construtos/atribuicao-por-indices-matriz.js +3 -0
  71. package/construtos/atribuicao-por-indices-matriz.js.map +1 -1
  72. package/construtos/atribuir.d.ts +1 -0
  73. package/construtos/atribuir.d.ts.map +1 -1
  74. package/construtos/atribuir.js +3 -0
  75. package/construtos/atribuir.js.map +1 -1
  76. package/construtos/binario.d.ts +1 -0
  77. package/construtos/binario.d.ts.map +1 -1
  78. package/construtos/binario.js +3 -0
  79. package/construtos/binario.js.map +1 -1
  80. package/construtos/chamada.d.ts +1 -0
  81. package/construtos/chamada.d.ts.map +1 -1
  82. package/construtos/chamada.js +3 -0
  83. package/construtos/chamada.js.map +1 -1
  84. package/construtos/comentario-como-construto.d.ts +1 -0
  85. package/construtos/comentario-como-construto.d.ts.map +1 -1
  86. package/construtos/comentario-como-construto.js +3 -0
  87. package/construtos/comentario-como-construto.js.map +1 -1
  88. package/construtos/componente-linguagem.d.ts +1 -0
  89. package/construtos/componente-linguagem.d.ts.map +1 -1
  90. package/construtos/componente-linguagem.js +3 -0
  91. package/construtos/componente-linguagem.js.map +1 -1
  92. package/construtos/constante.d.ts +1 -0
  93. package/construtos/constante.d.ts.map +1 -1
  94. package/construtos/constante.js +3 -0
  95. package/construtos/constante.js.map +1 -1
  96. package/construtos/construto.d.ts +1 -0
  97. package/construtos/construto.d.ts.map +1 -1
  98. package/construtos/decorador.d.ts +1 -0
  99. package/construtos/decorador.d.ts.map +1 -1
  100. package/construtos/decorador.js +3 -0
  101. package/construtos/decorador.js.map +1 -1
  102. package/construtos/definir-valor.d.ts +1 -0
  103. package/construtos/definir-valor.d.ts.map +1 -1
  104. package/construtos/definir-valor.js +3 -0
  105. package/construtos/definir-valor.js.map +1 -1
  106. package/construtos/dicionario.d.ts +1 -0
  107. package/construtos/dicionario.d.ts.map +1 -1
  108. package/construtos/dicionario.js +3 -0
  109. package/construtos/dicionario.js.map +1 -1
  110. package/construtos/elvis.d.ts +1 -0
  111. package/construtos/elvis.d.ts.map +1 -1
  112. package/construtos/elvis.js +3 -0
  113. package/construtos/elvis.js.map +1 -1
  114. package/construtos/enquanto-como-construto.d.ts +1 -0
  115. package/construtos/enquanto-como-construto.d.ts.map +1 -1
  116. package/construtos/enquanto-como-construto.js +3 -0
  117. package/construtos/enquanto-como-construto.js.map +1 -1
  118. package/construtos/expressao-regular.d.ts +1 -0
  119. package/construtos/expressao-regular.d.ts.map +1 -1
  120. package/construtos/expressao-regular.js +3 -0
  121. package/construtos/expressao-regular.js.map +1 -1
  122. package/construtos/fazer-como-construto.d.ts +1 -0
  123. package/construtos/fazer-como-construto.d.ts.map +1 -1
  124. package/construtos/fazer-como-construto.js +3 -0
  125. package/construtos/fazer-como-construto.js.map +1 -1
  126. package/construtos/fim-para.d.ts +1 -0
  127. package/construtos/fim-para.d.ts.map +1 -1
  128. package/construtos/fim-para.js +3 -0
  129. package/construtos/fim-para.js.map +1 -1
  130. package/construtos/formatacao-escrita.d.ts +1 -0
  131. package/construtos/formatacao-escrita.d.ts.map +1 -1
  132. package/construtos/formatacao-escrita.js +3 -0
  133. package/construtos/formatacao-escrita.js.map +1 -1
  134. package/construtos/funcao.d.ts +1 -0
  135. package/construtos/funcao.d.ts.map +1 -1
  136. package/construtos/funcao.js +3 -0
  137. package/construtos/funcao.js.map +1 -1
  138. package/construtos/importar-como-construto.d.ts +1 -0
  139. package/construtos/importar-como-construto.d.ts.map +1 -1
  140. package/construtos/importar-como-construto.js +3 -0
  141. package/construtos/importar-como-construto.js.map +1 -1
  142. package/construtos/isto.d.ts +1 -0
  143. package/construtos/isto.d.ts.map +1 -1
  144. package/construtos/isto.js +3 -0
  145. package/construtos/isto.js.map +1 -1
  146. package/construtos/leia.d.ts +1 -0
  147. package/construtos/leia.d.ts.map +1 -1
  148. package/construtos/leia.js +3 -0
  149. package/construtos/leia.js.map +1 -1
  150. package/construtos/lista-compreensao.d.ts +1 -0
  151. package/construtos/lista-compreensao.d.ts.map +1 -1
  152. package/construtos/lista-compreensao.js +3 -0
  153. package/construtos/lista-compreensao.js.map +1 -1
  154. package/construtos/literal.d.ts +1 -0
  155. package/construtos/literal.d.ts.map +1 -1
  156. package/construtos/literal.js +6 -0
  157. package/construtos/literal.js.map +1 -1
  158. package/construtos/logico.d.ts +1 -0
  159. package/construtos/logico.d.ts.map +1 -1
  160. package/construtos/logico.js +3 -0
  161. package/construtos/logico.js.map +1 -1
  162. package/construtos/para-cada-como-construto.d.ts +1 -0
  163. package/construtos/para-cada-como-construto.d.ts.map +1 -1
  164. package/construtos/para-cada-como-construto.js +3 -0
  165. package/construtos/para-cada-como-construto.js.map +1 -1
  166. package/construtos/para-como-construto.d.ts +1 -0
  167. package/construtos/para-como-construto.d.ts.map +1 -1
  168. package/construtos/para-como-construto.js +3 -0
  169. package/construtos/para-como-construto.js.map +1 -1
  170. package/construtos/referencia-biblioteca-global.d.ts +1 -0
  171. package/construtos/referencia-biblioteca-global.d.ts.map +1 -1
  172. package/construtos/referencia-biblioteca-global.js +3 -0
  173. package/construtos/referencia-biblioteca-global.js.map +1 -1
  174. package/construtos/referencia-funcao.d.ts +1 -0
  175. package/construtos/referencia-funcao.d.ts.map +1 -1
  176. package/construtos/referencia-funcao.js +3 -0
  177. package/construtos/referencia-funcao.js.map +1 -1
  178. package/construtos/se-ternario.d.ts +1 -0
  179. package/construtos/se-ternario.d.ts.map +1 -1
  180. package/construtos/se-ternario.js +3 -0
  181. package/construtos/se-ternario.js.map +1 -1
  182. package/construtos/separador.d.ts +1 -0
  183. package/construtos/separador.d.ts.map +1 -1
  184. package/construtos/separador.js +3 -0
  185. package/construtos/separador.js.map +1 -1
  186. package/construtos/super.d.ts +1 -0
  187. package/construtos/super.d.ts.map +1 -1
  188. package/construtos/super.js +3 -0
  189. package/construtos/super.js.map +1 -1
  190. package/construtos/tipo-de.d.ts +1 -0
  191. package/construtos/tipo-de.d.ts.map +1 -1
  192. package/construtos/tipo-de.js +3 -0
  193. package/construtos/tipo-de.js.map +1 -1
  194. package/construtos/tupla.d.ts +1 -0
  195. package/construtos/tupla.d.ts.map +1 -1
  196. package/construtos/tupla.js.map +1 -1
  197. package/construtos/tuplas/deceto.d.ts +1 -0
  198. package/construtos/tuplas/deceto.d.ts.map +1 -1
  199. package/construtos/tuplas/deceto.js +3 -0
  200. package/construtos/tuplas/deceto.js.map +1 -1
  201. package/construtos/tuplas/dupla.d.ts +1 -0
  202. package/construtos/tuplas/dupla.d.ts.map +1 -1
  203. package/construtos/tuplas/dupla.js +3 -0
  204. package/construtos/tuplas/dupla.js.map +1 -1
  205. package/construtos/tuplas/noneto.d.ts +1 -0
  206. package/construtos/tuplas/noneto.d.ts.map +1 -1
  207. package/construtos/tuplas/noneto.js +3 -0
  208. package/construtos/tuplas/noneto.js.map +1 -1
  209. package/construtos/tuplas/octeto.d.ts +1 -0
  210. package/construtos/tuplas/octeto.d.ts.map +1 -1
  211. package/construtos/tuplas/octeto.js +3 -0
  212. package/construtos/tuplas/octeto.js.map +1 -1
  213. package/construtos/tuplas/quarteto.d.ts +1 -0
  214. package/construtos/tuplas/quarteto.d.ts.map +1 -1
  215. package/construtos/tuplas/quarteto.js +3 -0
  216. package/construtos/tuplas/quarteto.js.map +1 -1
  217. package/construtos/tuplas/quinteto.d.ts +1 -0
  218. package/construtos/tuplas/quinteto.d.ts.map +1 -1
  219. package/construtos/tuplas/quinteto.js +3 -0
  220. package/construtos/tuplas/quinteto.js.map +1 -1
  221. package/construtos/tuplas/septeto.d.ts +1 -0
  222. package/construtos/tuplas/septeto.d.ts.map +1 -1
  223. package/construtos/tuplas/septeto.js +3 -0
  224. package/construtos/tuplas/septeto.js.map +1 -1
  225. package/construtos/tuplas/sexteto.d.ts +1 -0
  226. package/construtos/tuplas/sexteto.d.ts.map +1 -1
  227. package/construtos/tuplas/sexteto.js +3 -0
  228. package/construtos/tuplas/sexteto.js.map +1 -1
  229. package/construtos/tuplas/trio.d.ts +1 -0
  230. package/construtos/tuplas/trio.d.ts.map +1 -1
  231. package/construtos/tuplas/trio.js +3 -0
  232. package/construtos/tuplas/trio.js.map +1 -1
  233. package/construtos/unario.d.ts +1 -0
  234. package/construtos/unario.d.ts.map +1 -1
  235. package/construtos/unario.js +3 -0
  236. package/construtos/unario.js.map +1 -1
  237. package/construtos/variavel.d.ts +1 -0
  238. package/construtos/variavel.d.ts.map +1 -1
  239. package/construtos/variavel.js +3 -0
  240. package/construtos/variavel.js.map +1 -1
  241. package/construtos/vetor.d.ts +1 -0
  242. package/construtos/vetor.d.ts.map +1 -1
  243. package/construtos/vetor.js +3 -0
  244. package/construtos/vetor.js.map +1 -1
  245. package/interpretador/dialetos/pitugues/comum.d.ts.map +1 -1
  246. package/interpretador/dialetos/pitugues/comum.js +0 -3
  247. package/interpretador/dialetos/pitugues/comum.js.map +1 -1
  248. package/interpretador/interpretador-base.d.ts.map +1 -1
  249. package/interpretador/interpretador-base.js +4 -1
  250. package/interpretador/interpretador-base.js.map +1 -1
  251. package/interpretador/interpretador.d.ts +1 -0
  252. package/interpretador/interpretador.d.ts.map +1 -1
  253. package/interpretador/interpretador.js +14 -6
  254. package/interpretador/interpretador.js.map +1 -1
  255. package/lexador/dialetos/lexador-pitugues.d.ts +1 -0
  256. package/lexador/dialetos/lexador-pitugues.d.ts.map +1 -1
  257. package/lexador/dialetos/lexador-pitugues.js +33 -0
  258. package/lexador/dialetos/lexador-pitugues.js.map +1 -1
  259. package/package.json +1 -1
  260. package/tipo-dados-elementar.d.ts +1 -1
  261. package/tipo-dados-elementar.d.ts.map +1 -1
  262. package/tipos-de-simbolos/pitugues.d.ts +1 -0
  263. package/tipos-de-simbolos/pitugues.d.ts.map +1 -1
  264. package/tipos-de-simbolos/pitugues.js +1 -0
  265. package/tipos-de-simbolos/pitugues.js.map +1 -1
  266. package/umd/delegua.js +674 -471
  267. package/avaliador-sintatico/retornos/index.d.ts +0 -2
  268. package/avaliador-sintatico/retornos/index.d.ts.map +0 -1
  269. package/avaliador-sintatico/retornos/index.js +0 -18
  270. package/avaliador-sintatico/retornos/index.js.map +0 -1
  271. package/avaliador-sintatico/retornos/retorno-primario.d.ts +0 -4
  272. package/avaliador-sintatico/retornos/retorno-primario.d.ts.map +0 -1
  273. package/avaliador-sintatico/retornos/retorno-primario.js +0 -3
  274. package/avaliador-sintatico/retornos/retorno-primario.js.map +0 -1
package/umd/delegua.js CHANGED
@@ -235,7 +235,7 @@ class AvaliadorSintaticoBase {
235
235
  }
236
236
  exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
237
237
 
238
- },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/comum":187,"./erro-avaliador-sintatico":11}],2:[function(require,module,exports){
238
+ },{"../construtos":50,"../declaracoes":95,"../tipos-de-simbolos/comum":185,"./erro-avaliador-sintatico":11}],2:[function(require,module,exports){
239
239
  "use strict";
240
240
  var __importDefault = (this && this.__importDefault) || function (mod) {
241
241
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -462,7 +462,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
462
462
  condicao = this.expressao();
463
463
  }
464
464
  else {
465
- condicao = new declaracoes_1.Expressao(new construtos_1.Literal(this.hashArquivo, Number(localizacaoVetor.linha), true));
465
+ condicao = new construtos_1.Literal(this.hashArquivo, Number(localizacaoVetor.linha), true);
466
466
  }
467
467
  this.consumir(delegua_2.default.COLCHETE_DIREITO, 'Espero fechamento de colchetes após condição.');
468
468
  const tipoVetor = vetor.tipo;
@@ -1350,17 +1350,17 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
1350
1350
  if (!this.verificarSeSimboloAtualEIgualA(delegua_2.default.DE, delegua_2.default.EM)) {
1351
1351
  throw this.erro(this.simbolos[this.atual], "Esperado palavras reservadas 'em' ou 'de' após variável de iteração em instrução 'para cada'.");
1352
1352
  }
1353
- let vetor = this.expressao();
1354
- if (vetor.constructor === construtos_1.AcessoIndiceVariavel) {
1355
- const construtoAcessoIndiceVariavel = vetor;
1353
+ let vetorOuDicionario = this.expressao();
1354
+ if (vetorOuDicionario.constructor === construtos_1.AcessoIndiceVariavel) {
1355
+ const construtoAcessoIndiceVariavel = vetorOuDicionario;
1356
1356
  if (construtoAcessoIndiceVariavel.entidadeChamada.tipo === 'dicionário') {
1357
1357
  // A avaliação sintática não deve verificar valores de dicionários.
1358
1358
  // Aqui se supõe que o programador sabe o que está fazendo.
1359
1359
  // TODO: Talvez pensar numa forma melhor de fazer isso.
1360
- vetor.tipo = 'vetor';
1360
+ vetorOuDicionario.tipo = 'vetor';
1361
1361
  }
1362
1362
  }
1363
- const tipoVetor = vetor.tipo;
1363
+ const tipoVetor = vetorOuDicionario.tipo;
1364
1364
  if (!tipoVetor.endsWith('[]') &&
1365
1365
  !['dicionário', 'qualquer', 'texto', 'vetor'].includes(tipoVetor)) {
1366
1366
  throw this.erro(simboloPara, `Variável ou constante em 'para cada' não é iterável. Tipo resolvido: ${tipoVetor}.`);
@@ -1374,7 +1374,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
1374
1374
  const corpo = this.resolverDeclaracao();
1375
1375
  return {
1376
1376
  variavelIteracao,
1377
- vetor,
1377
+ vetor: vetorOuDicionario,
1378
1378
  corpo,
1379
1379
  };
1380
1380
  }
@@ -2238,7 +2238,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
2238
2238
  }
2239
2239
  exports.AvaliadorSintatico = AvaliadorSintatico;
2240
2240
 
2241
- },{"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-numero":22,"../bibliotecas/primitivas-texto":23,"../bibliotecas/primitivas-vetor":24,"../construtos":52,"../construtos/tuplas":69,"../declaracoes":97,"../inferenciador":116,"../informacao-elemento-sintatico":117,"../tipos-de-dados/delegua":183,"../tipos-de-simbolos/delegua":188,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":10,"./erro-avaliador-sintatico":11,"./informacao-escopo":13,"./montao-tipos":16,"./pilha-escopos":17,"browser-process-hrtime":368}],3:[function(require,module,exports){
2241
+ },{"../bibliotecas/primitivas-dicionario":19,"../bibliotecas/primitivas-numero":20,"../bibliotecas/primitivas-texto":21,"../bibliotecas/primitivas-vetor":22,"../construtos":50,"../construtos/tuplas":67,"../declaracoes":95,"../inferenciador":114,"../informacao-elemento-sintatico":115,"../tipos-de-dados/delegua":181,"../tipos-de-simbolos/delegua":186,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":10,"./erro-avaliador-sintatico":11,"./informacao-escopo":13,"./montao-tipos":16,"./pilha-escopos":17,"browser-process-hrtime":366}],3:[function(require,module,exports){
2242
2242
  "use strict";
2243
2243
  Object.defineProperty(exports, "__esModule", { value: true });
2244
2244
  exports.buscarRetornos = buscarRetornos;
@@ -2338,7 +2338,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
2338
2338
  }
2339
2339
  }
2340
2340
 
2341
- },{"../informacao-elemento-sintatico":117}],4:[function(require,module,exports){
2341
+ },{"../informacao-elemento-sintatico":115}],4:[function(require,module,exports){
2342
2342
  "use strict";
2343
2343
  var __importDefault = (this && this.__importDefault) || function (mod) {
2344
2344
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2564,7 +2564,7 @@ class AvaliadorSintaticoCalango extends avaliador_sintatico_base_1.AvaliadorSint
2564
2564
  }
2565
2565
  exports.AvaliadorSintaticoCalango = AvaliadorSintaticoCalango;
2566
2566
 
2567
- },{"../../construtos":52,"../../declaracoes":97,"../../informacao-elemento-sintatico":117,"../../tipos-de-simbolos/calango":186,"../avaliador-sintatico-base":1,"../informacao-escopo":13,"../pilha-escopos":17}],5:[function(require,module,exports){
2567
+ },{"../../construtos":50,"../../declaracoes":95,"../../informacao-elemento-sintatico":115,"../../tipos-de-simbolos/calango":184,"../avaliador-sintatico-base":1,"../informacao-escopo":13,"../pilha-escopos":17}],5:[function(require,module,exports){
2568
2568
  "use strict";
2569
2569
  var __importDefault = (this && this.__importDefault) || function (mod) {
2570
2570
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3061,7 +3061,7 @@ class AvaliadorSintaticoEguaClassico {
3061
3061
  this.consumir(egua_classico_1.default.PARENTESE_ESQUERDO, "Esperado '(' após declaração.");
3062
3062
  const caminho = this.expressao();
3063
3063
  this.consumir(egua_classico_1.default.PARENTESE_DIREITO, "Esperado ')' após declaração.");
3064
- return new declaracoes_1.Importar(caminho);
3064
+ return new construtos_1.ImportarComoConstruto(caminho);
3065
3065
  }
3066
3066
  declaracaoTente() {
3067
3067
  this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'tente'.");
@@ -3219,7 +3219,7 @@ class AvaliadorSintaticoEguaClassico {
3219
3219
  }
3220
3220
  exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
3221
3221
 
3222
- },{"../../construtos":52,"../../declaracoes":97,"../../tipos-de-simbolos/egua-classico":189,"../erro-avaliador-sintatico":11}],6:[function(require,module,exports){
3222
+ },{"../../construtos":50,"../../declaracoes":95,"../../tipos-de-simbolos/egua-classico":187,"../erro-avaliador-sintatico":11}],6:[function(require,module,exports){
3223
3223
  "use strict";
3224
3224
  var __importDefault = (this && this.__importDefault) || function (mod) {
3225
3225
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3929,7 +3929,7 @@ class AvaliadorSintaticoPitugues {
3929
3929
  this.consumir(pitugues_2.default.PARENTESE_ESQUERDO, "Esperado '(' após declaração.");
3930
3930
  const caminho = this.expressao();
3931
3931
  this.consumir(pitugues_2.default.PARENTESE_DIREITO, "Esperado ')' após declaração.");
3932
- return new declaracoes_1.Importar(caminho);
3932
+ return new construtos_1.ImportarComoConstruto(caminho);
3933
3933
  }
3934
3934
  declaracaoTente() {
3935
3935
  const simboloTente = this.simboloAnterior();
@@ -4317,7 +4317,7 @@ class AvaliadorSintaticoPitugues {
4317
4317
  }
4318
4318
  exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
4319
4319
 
4320
- },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":52,"../../declaracoes":97,"../../inferenciador":116,"../../informacao-elemento-sintatico":117,"../../lexador":175,"../../tipos-de-dados/dialetos/pitugues":184,"../../tipos-de-simbolos/pitugues":192,"../comum":3,"../erro-avaliador-sintatico":11,"../informacao-escopo":13,"../pilha-escopos":17,"browser-process-hrtime":368}],7:[function(require,module,exports){
4320
+ },{"../../bibliotecas/primitivas-dicionario":19,"../../bibliotecas/primitivas-numero":20,"../../bibliotecas/primitivas-texto":21,"../../bibliotecas/primitivas-vetor":22,"../../construtos":50,"../../declaracoes":95,"../../inferenciador":114,"../../informacao-elemento-sintatico":115,"../../lexador":173,"../../tipos-de-dados/dialetos/pitugues":182,"../../tipos-de-simbolos/pitugues":190,"../comum":3,"../erro-avaliador-sintatico":11,"../informacao-escopo":13,"../pilha-escopos":17,"browser-process-hrtime":366}],7:[function(require,module,exports){
4321
4321
  "use strict";
4322
4322
  var __importDefault = (this && this.__importDefault) || function (mod) {
4323
4323
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4491,7 +4491,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
4491
4491
  }
4492
4492
  exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
4493
4493
 
4494
- },{"../../construtos":52,"../../declaracoes":97,"../../tipos-de-simbolos/portugol-ipt":193,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4494
+ },{"../../construtos":50,"../../declaracoes":95,"../../tipos-de-simbolos/portugol-ipt":191,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4495
4495
  "use strict";
4496
4496
  var __importDefault = (this && this.__importDefault) || function (mod) {
4497
4497
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5479,7 +5479,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
5479
5479
  }
5480
5480
  exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
5481
5481
 
5482
- },{"../../bibliotecas/primitivas-dicionario":21,"../../bibliotecas/primitivas-numero":22,"../../bibliotecas/primitivas-texto":23,"../../bibliotecas/primitivas-vetor":24,"../../construtos":52,"../../construtos/tuplas":69,"../../declaracoes":97,"../../inferenciador":116,"../../informacao-elemento-sintatico":117,"../../lexador/simbolo":181,"../../tipos-de-dados/delegua":183,"../../tipos-de-simbolos/tenda":194,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":11,"./../informacao-escopo":13,"./../pilha-escopos":17,"browser-process-hrtime":368}],9:[function(require,module,exports){
5482
+ },{"../../bibliotecas/primitivas-dicionario":19,"../../bibliotecas/primitivas-numero":20,"../../bibliotecas/primitivas-texto":21,"../../bibliotecas/primitivas-vetor":22,"../../construtos":50,"../../construtos/tuplas":67,"../../declaracoes":95,"../../inferenciador":114,"../../informacao-elemento-sintatico":115,"../../lexador/simbolo":179,"../../tipos-de-dados/delegua":181,"../../tipos-de-simbolos/tenda":192,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":11,"./../informacao-escopo":13,"./../pilha-escopos":17,"browser-process-hrtime":366}],9:[function(require,module,exports){
5483
5483
  "use strict";
5484
5484
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5485
5485
  if (k2 === undefined) k2 = k;
@@ -5552,9 +5552,8 @@ __exportStar(require("./erro-avaliador-sintatico"), exports);
5552
5552
  __exportStar(require("./informacao-escopo"), exports);
5553
5553
  __exportStar(require("./micro-avaliador-sintatico"), exports);
5554
5554
  __exportStar(require("./pilha-escopos"), exports);
5555
- __exportStar(require("./retornos"), exports);
5556
5555
 
5557
- },{"./avaliador-sintatico":2,"./avaliador-sintatico-base":1,"./dialetos":9,"./erro-avaliador-sintatico":11,"./informacao-escopo":13,"./micro-avaliador-sintatico":15,"./pilha-escopos":17,"./retornos":18}],13:[function(require,module,exports){
5556
+ },{"./avaliador-sintatico":2,"./avaliador-sintatico-base":1,"./dialetos":9,"./erro-avaliador-sintatico":11,"./informacao-escopo":13,"./micro-avaliador-sintatico":15,"./pilha-escopos":17}],13:[function(require,module,exports){
5558
5557
  "use strict";
5559
5558
  Object.defineProperty(exports, "__esModule", { value: true });
5560
5559
  exports.InformacaoEscopo = void 0;
@@ -5684,7 +5683,7 @@ class MicroAvaliadorSintaticoBase {
5684
5683
  }
5685
5684
  exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
5686
5685
 
5687
- },{"../construtos":52,"../tipos-de-simbolos/comum":187,"./erro-avaliador-sintatico":11}],15:[function(require,module,exports){
5686
+ },{"../construtos":50,"../tipos-de-simbolos/comum":185,"./erro-avaliador-sintatico":11}],15:[function(require,module,exports){
5688
5687
  "use strict";
5689
5688
  var __importDefault = (this && this.__importDefault) || function (mod) {
5690
5689
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5903,7 +5902,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
5903
5902
  }
5904
5903
  exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
5905
5904
 
5906
- },{"../construtos":52,"../tipos-de-simbolos/microgramaticas/delegua":191,"./micro-avaliador-sintatico-base":14}],16:[function(require,module,exports){
5905
+ },{"../construtos":50,"../tipos-de-simbolos/microgramaticas/delegua":189,"./micro-avaliador-sintatico-base":14}],16:[function(require,module,exports){
5907
5906
  "use strict";
5908
5907
  Object.defineProperty(exports, "__esModule", { value: true });
5909
5908
  exports.MontaoTipos = void 0;
@@ -5954,7 +5953,7 @@ class MontaoTipos {
5954
5953
  }
5955
5954
  exports.MontaoTipos = MontaoTipos;
5956
5955
 
5957
- },{"../geracao-identificadores":114,"./erro-avaliador-sintatico":11}],17:[function(require,module,exports){
5956
+ },{"../geracao-identificadores":112,"./erro-avaliador-sintatico":11}],17:[function(require,module,exports){
5958
5957
  "use strict";
5959
5958
  Object.defineProperty(exports, "__esModule", { value: true });
5960
5959
  exports.PilhaEscopos = void 0;
@@ -6026,29 +6025,6 @@ exports.PilhaEscopos = PilhaEscopos;
6026
6025
 
6027
6026
  },{"./elemento-montao-tipos":10}],18:[function(require,module,exports){
6028
6027
  "use strict";
6029
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6030
- if (k2 === undefined) k2 = k;
6031
- var desc = Object.getOwnPropertyDescriptor(m, k);
6032
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6033
- desc = { enumerable: true, get: function() { return m[k]; } };
6034
- }
6035
- Object.defineProperty(o, k2, desc);
6036
- }) : (function(o, m, k, k2) {
6037
- if (k2 === undefined) k2 = k;
6038
- o[k2] = m[k];
6039
- }));
6040
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
6041
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
6042
- };
6043
- Object.defineProperty(exports, "__esModule", { value: true });
6044
- __exportStar(require("./retorno-primario"), exports);
6045
-
6046
- },{"./retorno-primario":19}],19:[function(require,module,exports){
6047
- "use strict";
6048
- Object.defineProperty(exports, "__esModule", { value: true });
6049
-
6050
- },{}],20:[function(require,module,exports){
6051
- "use strict";
6052
6028
  Object.defineProperty(exports, "__esModule", { value: true });
6053
6029
  exports.aleatorio = aleatorio;
6054
6030
  exports.aleatorioEntre = aleatorioEntre;
@@ -6079,6 +6055,7 @@ const descritor_tipo_classe_1 = require("../interpretador/estruturas/descritor-t
6079
6055
  const estruturas_1 = require("../interpretador/estruturas");
6080
6056
  const construtos_1 = require("../construtos");
6081
6057
  const quebras_1 = require("../quebras");
6058
+ const inferenciador_1 = require("../inferenciador");
6082
6059
  /**
6083
6060
  * Retorna um número aleatório entre 0 e 1.
6084
6061
  * @returns {Promise<number>} Número real.
@@ -6914,23 +6891,23 @@ async function tupla(interpretador, vetor) {
6914
6891
  }
6915
6892
  switch (valorVetor.length) {
6916
6893
  case 2:
6917
- return Promise.resolve(new construtos_1.Dupla(valorVetor[0], valorVetor[1]));
6894
+ return Promise.resolve(new construtos_1.Dupla(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1]))));
6918
6895
  case 3:
6919
- return Promise.resolve(new construtos_1.Trio(valorVetor[0], valorVetor[1], valorVetor[2]));
6896
+ return Promise.resolve(new construtos_1.Trio(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2]))));
6920
6897
  case 4:
6921
- return Promise.resolve(new construtos_1.Quarteto(valorVetor[0], valorVetor[1], valorVetor[2], valorVetor[3]));
6898
+ return Promise.resolve(new construtos_1.Quarteto(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[3], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[3]))));
6922
6899
  case 5:
6923
- return Promise.resolve(new construtos_1.Quinteto(valorVetor[0], valorVetor[1], valorVetor[2], valorVetor[3], valorVetor[4]));
6900
+ return Promise.resolve(new construtos_1.Quinteto(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[3], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[3])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[4], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[4]))));
6924
6901
  case 6:
6925
- return Promise.resolve(new construtos_1.Sexteto(valorVetor[0], valorVetor[1], valorVetor[2], valorVetor[3], valorVetor[4], valorVetor[5]));
6902
+ return Promise.resolve(new construtos_1.Sexteto(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[3], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[3])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[4], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[4])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[5], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[5]))));
6926
6903
  case 7:
6927
- return Promise.resolve(new construtos_1.Septeto(valorVetor[0], valorVetor[1], valorVetor[2], valorVetor[3], valorVetor[4], valorVetor[5], valorVetor[6]));
6904
+ return Promise.resolve(new construtos_1.Septeto(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[3], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[3])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[4], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[4])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[5], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[5])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[6], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[6]))));
6928
6905
  case 8:
6929
- return Promise.resolve(new construtos_1.Octeto(valorVetor[0], valorVetor[1], valorVetor[2], valorVetor[3], valorVetor[4], valorVetor[5], valorVetor[6], valorVetor[7]));
6906
+ return Promise.resolve(new construtos_1.Octeto(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[3], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[3])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[4], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[4])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[5], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[5])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[6], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[6])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[7], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[7]))));
6930
6907
  case 9:
6931
- return Promise.resolve(new construtos_1.Noneto(valorVetor[0], valorVetor[1], valorVetor[2], valorVetor[3], valorVetor[4], valorVetor[5], valorVetor[6], valorVetor[7], valorVetor[8]));
6908
+ return Promise.resolve(new construtos_1.Noneto(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[3], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[3])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[4], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[4])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[5], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[5])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[6], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[6])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[7], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[7])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[8], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[8]))));
6932
6909
  case 10:
6933
- return Promise.resolve(new construtos_1.Deceto(valorVetor[0], valorVetor[1], valorVetor[2], valorVetor[3], valorVetor[4], valorVetor[5], valorVetor[6], valorVetor[7], valorVetor[8], valorVetor[9]));
6910
+ return Promise.resolve(new construtos_1.Deceto(new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[0], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[0])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[1], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[1])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[2], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[2])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[3], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[3])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[4], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[4])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[5], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[5])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[6], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[6])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[7], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[7])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[8], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[8])), new construtos_1.Literal(interpretador.hashArquivoDeclaracaoAtual, interpretador.linhaDeclaracaoAtual, valorVetor[9], (0, inferenciador_1.inferirTipoVariavel)(valorVetor[9]))));
6934
6911
  case 1:
6935
6912
  default:
6936
6913
  return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao({
@@ -6940,9 +6917,10 @@ async function tupla(interpretador, vetor) {
6940
6917
  }
6941
6918
  }
6942
6919
 
6943
- },{"../construtos":52,"../excecoes":110,"../interpretador/estruturas":151,"../interpretador/estruturas/descritor-tipo-classe":149,"../interpretador/estruturas/funcao-padrao":150,"../interpretador/estruturas/objeto-delegua-classe":154,"../quebras":182}],21:[function(require,module,exports){
6920
+ },{"../construtos":50,"../excecoes":108,"../inferenciador":114,"../interpretador/estruturas":149,"../interpretador/estruturas/descritor-tipo-classe":147,"../interpretador/estruturas/funcao-padrao":148,"../interpretador/estruturas/objeto-delegua-classe":152,"../quebras":180}],19:[function(require,module,exports){
6944
6921
  "use strict";
6945
6922
  Object.defineProperty(exports, "__esModule", { value: true });
6923
+ const construtos_1 = require("../construtos");
6946
6924
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
6947
6925
  const contemComum = (nome) => {
6948
6926
  return {
@@ -6982,6 +6960,30 @@ exports.default = {
6982
6960
  },
6983
6961
  contem: contemComum('contem'),
6984
6962
  contém: contemComum('contém'),
6963
+ itens: {
6964
+ tipoRetorno: 'Dupla[]',
6965
+ argumentos: [],
6966
+ implementacao: (interpretador, nomePrimitiva, valor) => {
6967
+ const hashArquivo = interpretador.hashArquivoDeclaracaoAtual;
6968
+ const linha = interpretador.linhaDeclaracaoAtual;
6969
+ const pares = Object.entries(valor).map(([chave, valor]) => {
6970
+ return new construtos_1.Dupla(new construtos_1.Literal(hashArquivo, linha, chave, 'texto'), new construtos_1.Literal(hashArquivo, linha, valor, 'qualquer'));
6971
+ });
6972
+ return Promise.resolve(pares);
6973
+ },
6974
+ assinaturaFormato: 'dicionário.itens()',
6975
+ documentacao: '# `dicionário.itens()`\n\n' +
6976
+ 'Retorna um vetor contendo tuplas, sendo o primeiro valor a chave do dicionário, e o segundo valor o valor correspondente no dicionário. ' +
6977
+ 'Funciona de maneira semelhante às funções `entries()` de JavaScript, e `items()` da linguagem Python.\n' +
6978
+ '\n\n## Exemplo de Código\n' +
6979
+ '\n```delegua\n' +
6980
+ 'var d = {"a": 1, "b": 2, "c": 3}\n' +
6981
+ 'escreva(d.itens())\n' +
6982
+ '// [[("a", 1)], [("b", 2)], [("c", 3)]]\n' +
6983
+ '```\n\n' +
6984
+ '## Formas de uso\n',
6985
+ exemploCodigo: 'dicionário.itens()',
6986
+ },
6985
6987
  remover: {
6986
6988
  tipoRetorno: 'lógico',
6987
6989
  argumentos: [new informacao_elemento_sintatico_1.InformacaoElementoSintatico('chave', 'texto')],
@@ -6994,10 +6996,10 @@ exports.default = {
6994
6996
  implementacao: (interpretador, nomePrimitiva, valor) => {
6995
6997
  return Promise.resolve(Object.values(valor));
6996
6998
  },
6997
- },
6999
+ }
6998
7000
  };
6999
7001
 
7000
- },{"../informacao-elemento-sintatico":117}],22:[function(require,module,exports){
7002
+ },{"../construtos":50,"../informacao-elemento-sintatico":115}],20:[function(require,module,exports){
7001
7003
  "use strict";
7002
7004
  Object.defineProperty(exports, "__esModule", { value: true });
7003
7005
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -7082,7 +7084,7 @@ exports.default = {
7082
7084
  },
7083
7085
  };
7084
7086
 
7085
- },{"../informacao-elemento-sintatico":117}],23:[function(require,module,exports){
7087
+ },{"../informacao-elemento-sintatico":115}],21:[function(require,module,exports){
7086
7088
  "use strict";
7087
7089
  Object.defineProperty(exports, "__esModule", { value: true });
7088
7090
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -7206,7 +7208,7 @@ exports.default = {
7206
7208
  exemploCodigo: 'texto.fatiar(início, final)\n' + 'texto.fatiar(aPartirDaPosicao)',
7207
7209
  },
7208
7210
  inclui: {
7209
- tipoRetorno: 'texto',
7211
+ tipoRetorno: 'lógico',
7210
7212
  argumentos: [
7211
7213
  new informacao_elemento_sintatico_1.InformacaoElementoSintatico('elemento', 'texto', true, [], 'O elemento a ser verificado se está contido no texto.'),
7212
7214
  ],
@@ -7354,7 +7356,7 @@ exports.default = {
7354
7356
  },
7355
7357
  };
7356
7358
 
7357
- },{"../informacao-elemento-sintatico":117}],24:[function(require,module,exports){
7359
+ },{"../informacao-elemento-sintatico":115}],22:[function(require,module,exports){
7358
7360
  "use strict";
7359
7361
  Object.defineProperty(exports, "__esModule", { value: true });
7360
7362
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -7729,7 +7731,7 @@ exports.default = {
7729
7731
  },
7730
7732
  };
7731
7733
 
7732
- },{"../informacao-elemento-sintatico":117}],25:[function(require,module,exports){
7734
+ },{"../informacao-elemento-sintatico":115}],23:[function(require,module,exports){
7733
7735
  "use strict";
7734
7736
  Object.defineProperty(exports, "__esModule", { value: true });
7735
7737
  exports.AcessoElementoMatriz = void 0;
@@ -7751,10 +7753,13 @@ class AcessoElementoMatriz {
7751
7753
  `indiceSecundário=${this.indiceSecundario.paraTexto()} ` +
7752
7754
  `/>`);
7753
7755
  }
7756
+ paraTextoSaida() {
7757
+ throw new Error('Método não implementado.');
7758
+ }
7754
7759
  }
7755
7760
  exports.AcessoElementoMatriz = AcessoElementoMatriz;
7756
7761
 
7757
- },{}],26:[function(require,module,exports){
7762
+ },{}],24:[function(require,module,exports){
7758
7763
  "use strict";
7759
7764
  Object.defineProperty(exports, "__esModule", { value: true });
7760
7765
  exports.AcessoIndiceVariavel = void 0;
@@ -7778,10 +7783,13 @@ class AcessoIndiceVariavel {
7778
7783
  `índice=${this.indice.paraTexto()} ` +
7779
7784
  `/>`);
7780
7785
  }
7786
+ paraTextoSaida() {
7787
+ throw new Error('Método não implementado.');
7788
+ }
7781
7789
  }
7782
7790
  exports.AcessoIndiceVariavel = AcessoIndiceVariavel;
7783
7791
 
7784
- },{}],27:[function(require,module,exports){
7792
+ },{}],25:[function(require,module,exports){
7785
7793
  "use strict";
7786
7794
  Object.defineProperty(exports, "__esModule", { value: true });
7787
7795
  exports.AcessoMetodoOuPropriedade = void 0;
@@ -7807,10 +7815,13 @@ class AcessoMetodoOuPropriedade {
7807
7815
  `métodoOuPropriedade=${this.simbolo.lexema} ` +
7808
7816
  `/>`);
7809
7817
  }
7818
+ paraTextoSaida() {
7819
+ throw new Error('Método não implementado.');
7820
+ }
7810
7821
  }
7811
7822
  exports.AcessoMetodoOuPropriedade = AcessoMetodoOuPropriedade;
7812
7823
 
7813
- },{}],28:[function(require,module,exports){
7824
+ },{}],26:[function(require,module,exports){
7814
7825
  "use strict";
7815
7826
  Object.defineProperty(exports, "__esModule", { value: true });
7816
7827
  exports.AcessoMetodo = void 0;
@@ -7829,10 +7840,13 @@ class AcessoMetodo {
7829
7840
  paraTexto() {
7830
7841
  return `<acesso-método objeto=${this.objeto.paraTexto()} método=${this.nomeMetodo} />`;
7831
7842
  }
7843
+ paraTextoSaida() {
7844
+ throw new Error('Método não implementado.');
7845
+ }
7832
7846
  }
7833
7847
  exports.AcessoMetodo = AcessoMetodo;
7834
7848
 
7835
- },{}],29:[function(require,module,exports){
7849
+ },{}],27:[function(require,module,exports){
7836
7850
  "use strict";
7837
7851
  Object.defineProperty(exports, "__esModule", { value: true });
7838
7852
  exports.AcessoPropriedade = void 0;
@@ -7850,10 +7864,13 @@ class AcessoPropriedade {
7850
7864
  paraTexto() {
7851
7865
  return `<acesso-propriedade objeto=${this.objeto.paraTexto()} propriedade=${this.nomePropriedade} />`;
7852
7866
  }
7867
+ paraTextoSaida() {
7868
+ throw new Error('Método não implementado.');
7869
+ }
7853
7870
  }
7854
7871
  exports.AcessoPropriedade = AcessoPropriedade;
7855
7872
 
7856
- },{}],30:[function(require,module,exports){
7873
+ },{}],28:[function(require,module,exports){
7857
7874
  "use strict";
7858
7875
  Object.defineProperty(exports, "__esModule", { value: true });
7859
7876
  exports.Agrupamento = void 0;
@@ -7875,10 +7892,13 @@ class Agrupamento {
7875
7892
  paraTexto() {
7876
7893
  return `<agrupamento subExpressão=${this.expressao.paraTexto()} tipo=${this.tipo} />`;
7877
7894
  }
7895
+ paraTextoSaida() {
7896
+ throw new Error('Método não implementado.');
7897
+ }
7878
7898
  }
7879
7899
  exports.Agrupamento = Agrupamento;
7880
7900
 
7881
- },{}],31:[function(require,module,exports){
7901
+ },{}],29:[function(require,module,exports){
7882
7902
  "use strict";
7883
7903
  Object.defineProperty(exports, "__esModule", { value: true });
7884
7904
  exports.ArgumentoReferenciaFuncao = void 0;
@@ -7899,10 +7919,13 @@ class ArgumentoReferenciaFuncao {
7899
7919
  paraTexto() {
7900
7920
  return `<argumento-referência-função nomeFunção=${this.simboloFuncao.lexema} />`;
7901
7921
  }
7922
+ paraTextoSaida() {
7923
+ throw new Error('Método não implementado.');
7924
+ }
7902
7925
  }
7903
7926
  exports.ArgumentoReferenciaFuncao = ArgumentoReferenciaFuncao;
7904
7927
 
7905
- },{}],32:[function(require,module,exports){
7928
+ },{}],30:[function(require,module,exports){
7906
7929
  "use strict";
7907
7930
  Object.defineProperty(exports, "__esModule", { value: true });
7908
7931
  exports.AtribuicaoPorIndice = void 0;
@@ -7923,10 +7946,13 @@ class AtribuicaoPorIndice {
7923
7946
  `valor=${this.valor.paraTexto()} ` +
7924
7947
  `/>`);
7925
7948
  }
7949
+ paraTextoSaida() {
7950
+ throw new Error('Método não implementado.');
7951
+ }
7926
7952
  }
7927
7953
  exports.AtribuicaoPorIndice = AtribuicaoPorIndice;
7928
7954
 
7929
- },{}],33:[function(require,module,exports){
7955
+ },{}],31:[function(require,module,exports){
7930
7956
  "use strict";
7931
7957
  Object.defineProperty(exports, "__esModule", { value: true });
7932
7958
  exports.AtribuicaoPorIndicesMatriz = void 0;
@@ -7949,10 +7975,13 @@ class AtribuicaoPorIndicesMatriz {
7949
7975
  `valor=${this.valor.paraTexto()} ` +
7950
7976
  ` />`);
7951
7977
  }
7978
+ paraTextoSaida() {
7979
+ throw new Error('Método não implementado.');
7980
+ }
7952
7981
  }
7953
7982
  exports.AtribuicaoPorIndicesMatriz = AtribuicaoPorIndicesMatriz;
7954
7983
 
7955
- },{}],34:[function(require,module,exports){
7984
+ },{}],32:[function(require,module,exports){
7956
7985
  "use strict";
7957
7986
  Object.defineProperty(exports, "__esModule", { value: true });
7958
7987
  exports.Atribuir = void 0;
@@ -7985,10 +8014,13 @@ class Atribuir {
7985
8014
  }
7986
8015
  return `<atribuir alvo=${this.alvo.paraTexto()} ${indiceResolvido} valor=${this.valor.paraTexto()} />`;
7987
8016
  }
8017
+ paraTextoSaida() {
8018
+ throw new Error('Método não implementado.');
8019
+ }
7988
8020
  }
7989
8021
  exports.Atribuir = Atribuir;
7990
8022
 
7991
- },{}],35:[function(require,module,exports){
8023
+ },{}],33:[function(require,module,exports){
7992
8024
  "use strict";
7993
8025
  Object.defineProperty(exports, "__esModule", { value: true });
7994
8026
  exports.Binario = void 0;
@@ -8050,10 +8082,13 @@ class Binario {
8050
8082
  `tipo=${this.tipo} ` +
8051
8083
  `/>`);
8052
8084
  }
8085
+ paraTextoSaida() {
8086
+ throw new Error('Método não implementado.');
8087
+ }
8053
8088
  }
8054
8089
  exports.Binario = Binario;
8055
8090
 
8056
- },{}],36:[function(require,module,exports){
8091
+ },{}],34:[function(require,module,exports){
8057
8092
  "use strict";
8058
8093
  Object.defineProperty(exports, "__esModule", { value: true });
8059
8094
  exports.Chamada = void 0;
@@ -8076,10 +8111,13 @@ class Chamada {
8076
8111
  // TODO: Argumentos
8077
8112
  return `<chamada entidadeChamada=${this.entidadeChamada.paraTexto()} />`;
8078
8113
  }
8114
+ paraTextoSaida() {
8115
+ throw new Error('Método não implementado.');
8116
+ }
8079
8117
  }
8080
8118
  exports.Chamada = Chamada;
8081
8119
 
8082
- },{"../geracao-identificadores":114}],37:[function(require,module,exports){
8120
+ },{"../geracao-identificadores":112}],35:[function(require,module,exports){
8083
8121
  "use strict";
8084
8122
  Object.defineProperty(exports, "__esModule", { value: true });
8085
8123
  exports.ComentarioComoConstruto = void 0;
@@ -8100,10 +8138,13 @@ class ComentarioComoConstruto {
8100
8138
  paraTexto() {
8101
8139
  return `<comentário-como-construto conteúdo=${this.conteudo} />`;
8102
8140
  }
8141
+ paraTextoSaida() {
8142
+ throw new Error('Método não implementado.');
8143
+ }
8103
8144
  }
8104
8145
  exports.ComentarioComoConstruto = ComentarioComoConstruto;
8105
8146
 
8106
- },{}],38:[function(require,module,exports){
8147
+ },{}],36:[function(require,module,exports){
8107
8148
  "use strict";
8108
8149
  Object.defineProperty(exports, "__esModule", { value: true });
8109
8150
  exports.ComponenteLinguagem = void 0;
@@ -8123,10 +8164,13 @@ class ComponenteLinguagem {
8123
8164
  paraTexto() {
8124
8165
  return `<componente-linguagem valor=${this.valor} />`;
8125
8166
  }
8167
+ paraTextoSaida() {
8168
+ throw new Error('Método não implementado.');
8169
+ }
8126
8170
  }
8127
8171
  exports.ComponenteLinguagem = ComponenteLinguagem;
8128
8172
 
8129
- },{}],39:[function(require,module,exports){
8173
+ },{}],37:[function(require,module,exports){
8130
8174
  "use strict";
8131
8175
  Object.defineProperty(exports, "__esModule", { value: true });
8132
8176
  exports.Constante = void 0;
@@ -8145,14 +8189,17 @@ class Constante {
8145
8189
  paraTexto() {
8146
8190
  return `<constante nome=${this.simbolo.lexema} />`;
8147
8191
  }
8192
+ paraTextoSaida() {
8193
+ throw new Error('Método não implementado.');
8194
+ }
8148
8195
  }
8149
8196
  exports.Constante = Constante;
8150
8197
 
8151
- },{}],40:[function(require,module,exports){
8198
+ },{}],38:[function(require,module,exports){
8152
8199
  "use strict";
8153
8200
  Object.defineProperty(exports, "__esModule", { value: true });
8154
8201
 
8155
- },{}],41:[function(require,module,exports){
8202
+ },{}],39:[function(require,module,exports){
8156
8203
  "use strict";
8157
8204
  Object.defineProperty(exports, "__esModule", { value: true });
8158
8205
  exports.Decorador = void 0;
@@ -8174,10 +8221,13 @@ class Decorador {
8174
8221
  // TODO: Atributos
8175
8222
  return `<decorador nome=${this.nome} />`;
8176
8223
  }
8224
+ paraTextoSaida() {
8225
+ throw new Error('Método não implementado.');
8226
+ }
8177
8227
  }
8178
8228
  exports.Decorador = Decorador;
8179
8229
 
8180
- },{}],42:[function(require,module,exports){
8230
+ },{}],40:[function(require,module,exports){
8181
8231
  "use strict";
8182
8232
  Object.defineProperty(exports, "__esModule", { value: true });
8183
8233
  exports.DefinirValor = void 0;
@@ -8195,10 +8245,13 @@ class DefinirValor {
8195
8245
  paraTexto() {
8196
8246
  return `<definir-valor objeto=${this.objeto.paraTexto()} nome=${this.nome.lexema} valor=${this.valor} />`;
8197
8247
  }
8248
+ paraTextoSaida() {
8249
+ throw new Error('Método não implementado.');
8250
+ }
8198
8251
  }
8199
8252
  exports.DefinirValor = DefinirValor;
8200
8253
 
8201
- },{}],43:[function(require,module,exports){
8254
+ },{}],41:[function(require,module,exports){
8202
8255
  "use strict";
8203
8256
  Object.defineProperty(exports, "__esModule", { value: true });
8204
8257
  exports.Dicionario = void 0;
@@ -8216,10 +8269,13 @@ class Dicionario {
8216
8269
  paraTexto() {
8217
8270
  return `<dicionário chaves=${this.chaves} valores=${this.valores} />`;
8218
8271
  }
8272
+ paraTextoSaida() {
8273
+ throw new Error('Método não implementado.');
8274
+ }
8219
8275
  }
8220
8276
  exports.Dicionario = Dicionario;
8221
8277
 
8222
- },{}],44:[function(require,module,exports){
8278
+ },{}],42:[function(require,module,exports){
8223
8279
  "use strict";
8224
8280
  Object.defineProperty(exports, "__esModule", { value: true });
8225
8281
  exports.Elvis = void 0;
@@ -8238,10 +8294,13 @@ class Elvis {
8238
8294
  `direita=${this.direita.paraTexto()} ` +
8239
8295
  `/>`);
8240
8296
  }
8297
+ paraTextoSaida() {
8298
+ throw new Error('Método não implementado.');
8299
+ }
8241
8300
  }
8242
8301
  exports.Elvis = Elvis;
8243
8302
 
8244
- },{}],45:[function(require,module,exports){
8303
+ },{}],43:[function(require,module,exports){
8245
8304
  "use strict";
8246
8305
  Object.defineProperty(exports, "__esModule", { value: true });
8247
8306
  exports.EnquantoComoConstruto = void 0;
@@ -8258,10 +8317,13 @@ class EnquantoComoConstruto {
8258
8317
  paraTexto() {
8259
8318
  return `<enquanto-como-construto />`;
8260
8319
  }
8320
+ paraTextoSaida() {
8321
+ throw new Error('Método não implementado.');
8322
+ }
8261
8323
  }
8262
8324
  exports.EnquantoComoConstruto = EnquantoComoConstruto;
8263
8325
 
8264
- },{}],46:[function(require,module,exports){
8326
+ },{}],44:[function(require,module,exports){
8265
8327
  "use strict";
8266
8328
  Object.defineProperty(exports, "__esModule", { value: true });
8267
8329
  exports.ExpressaoRegular = void 0;
@@ -8278,10 +8340,13 @@ class ExpressaoRegular {
8278
8340
  paraTexto() {
8279
8341
  return `<expressão-regular valor=${this.valor} />`;
8280
8342
  }
8343
+ paraTextoSaida() {
8344
+ throw new Error('Método não implementado.');
8345
+ }
8281
8346
  }
8282
8347
  exports.ExpressaoRegular = ExpressaoRegular;
8283
8348
 
8284
- },{}],47:[function(require,module,exports){
8349
+ },{}],45:[function(require,module,exports){
8285
8350
  "use strict";
8286
8351
  Object.defineProperty(exports, "__esModule", { value: true });
8287
8352
  exports.FazerComoConstruto = void 0;
@@ -8298,10 +8363,13 @@ class FazerComoConstruto {
8298
8363
  paraTexto() {
8299
8364
  return `<fazer-como-construto />`;
8300
8365
  }
8366
+ paraTextoSaida() {
8367
+ throw new Error('Método não implementado.');
8368
+ }
8301
8369
  }
8302
8370
  exports.FazerComoConstruto = FazerComoConstruto;
8303
8371
 
8304
- },{}],48:[function(require,module,exports){
8372
+ },{}],46:[function(require,module,exports){
8305
8373
  "use strict";
8306
8374
  Object.defineProperty(exports, "__esModule", { value: true });
8307
8375
  exports.FimPara = void 0;
@@ -8328,10 +8396,13 @@ class FimPara {
8328
8396
  paraTexto() {
8329
8397
  return `<fim-para condiçãoPara=${this.condicaoPara.paraTexto()} incremento=${this.incremento.paraTexto()} />`;
8330
8398
  }
8399
+ paraTextoSaida() {
8400
+ throw new Error('Método não implementado.');
8401
+ }
8331
8402
  }
8332
8403
  exports.FimPara = FimPara;
8333
8404
 
8334
- },{}],49:[function(require,module,exports){
8405
+ },{}],47:[function(require,module,exports){
8335
8406
  "use strict";
8336
8407
  Object.defineProperty(exports, "__esModule", { value: true });
8337
8408
  exports.FormatacaoEscrita = void 0;
@@ -8354,10 +8425,13 @@ class FormatacaoEscrita {
8354
8425
  paraTexto() {
8355
8426
  return `<formatação-escrita expressão=${this.expressao.paraTexto()} espaços=${this.espacos} casasDecimais=${this.casasDecimais} />`;
8356
8427
  }
8428
+ paraTextoSaida() {
8429
+ throw new Error('Método não implementado.');
8430
+ }
8357
8431
  }
8358
8432
  exports.FormatacaoEscrita = FormatacaoEscrita;
8359
8433
 
8360
- },{}],50:[function(require,module,exports){
8434
+ },{}],48:[function(require,module,exports){
8361
8435
  "use strict";
8362
8436
  Object.defineProperty(exports, "__esModule", { value: true });
8363
8437
  exports.FuncaoConstruto = void 0;
@@ -8377,10 +8451,13 @@ class FuncaoConstruto {
8377
8451
  // TODO: Corpo.
8378
8452
  return `<construto-função parâmetros=${this.parametros} tipoRetorno=${this.tipo} tipoExplícito=${this.tipoExplicito ? 'Sim' : 'Não'} />`;
8379
8453
  }
8454
+ paraTextoSaida() {
8455
+ throw new Error('Método não implementado.');
8456
+ }
8380
8457
  }
8381
8458
  exports.FuncaoConstruto = FuncaoConstruto;
8382
8459
 
8383
- },{}],51:[function(require,module,exports){
8460
+ },{}],49:[function(require,module,exports){
8384
8461
  "use strict";
8385
8462
  Object.defineProperty(exports, "__esModule", { value: true });
8386
8463
  exports.ImportarComoConstruto = void 0;
@@ -8400,10 +8477,13 @@ class ImportarComoConstruto {
8400
8477
  paraTexto() {
8401
8478
  return `<importar-como-construto caminho=${this.caminho.valor} />`;
8402
8479
  }
8480
+ paraTextoSaida() {
8481
+ throw new Error('Método não implementado.');
8482
+ }
8403
8483
  }
8404
8484
  exports.ImportarComoConstruto = ImportarComoConstruto;
8405
8485
 
8406
- },{}],52:[function(require,module,exports){
8486
+ },{}],50:[function(require,module,exports){
8407
8487
  "use strict";
8408
8488
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8409
8489
  if (k2 === undefined) k2 = k;
@@ -8466,7 +8546,7 @@ __exportStar(require("./unario"), exports);
8466
8546
  __exportStar(require("./variavel"), exports);
8467
8547
  __exportStar(require("./vetor"), exports);
8468
8548
 
8469
- },{"./acesso-elemento-matriz":25,"./acesso-indice-variavel":26,"./acesso-metodo":28,"./acesso-metodo-ou-propriedade":27,"./acesso-propriedade":29,"./agrupamento":30,"./argumento-referencia-funcao":31,"./atribuicao-por-indice":32,"./atribuicao-por-indices-matriz":33,"./atribuir":34,"./binario":35,"./chamada":36,"./comentario-como-construto":37,"./componente-linguagem":38,"./constante":39,"./construto":40,"./decorador":41,"./definir-valor":42,"./dicionario":43,"./elvis":44,"./enquanto-como-construto":45,"./expressao-regular":46,"./fazer-como-construto":47,"./fim-para":48,"./formatacao-escrita":49,"./funcao":50,"./importar-como-construto":51,"./isto":53,"./leia":54,"./lista-compreensao":55,"./literal":56,"./logico":57,"./para-cada-como-construto":58,"./para-como-construto":59,"./referencia-biblioteca-global":60,"./referencia-funcao":61,"./se-ternario":62,"./separador":63,"./super":64,"./tipo-de":65,"./tupla":66,"./tuplas":69,"./unario":77,"./variavel":78,"./vetor":79}],53:[function(require,module,exports){
8549
+ },{"./acesso-elemento-matriz":23,"./acesso-indice-variavel":24,"./acesso-metodo":26,"./acesso-metodo-ou-propriedade":25,"./acesso-propriedade":27,"./agrupamento":28,"./argumento-referencia-funcao":29,"./atribuicao-por-indice":30,"./atribuicao-por-indices-matriz":31,"./atribuir":32,"./binario":33,"./chamada":34,"./comentario-como-construto":35,"./componente-linguagem":36,"./constante":37,"./construto":38,"./decorador":39,"./definir-valor":40,"./dicionario":41,"./elvis":42,"./enquanto-como-construto":43,"./expressao-regular":44,"./fazer-como-construto":45,"./fim-para":46,"./formatacao-escrita":47,"./funcao":48,"./importar-como-construto":49,"./isto":51,"./leia":52,"./lista-compreensao":53,"./literal":54,"./logico":55,"./para-cada-como-construto":56,"./para-como-construto":57,"./referencia-biblioteca-global":58,"./referencia-funcao":59,"./se-ternario":60,"./separador":61,"./super":62,"./tipo-de":63,"./tupla":64,"./tuplas":67,"./unario":75,"./variavel":76,"./vetor":77}],51:[function(require,module,exports){
8470
8550
  "use strict";
8471
8551
  Object.defineProperty(exports, "__esModule", { value: true });
8472
8552
  exports.Isto = void 0;
@@ -8482,10 +8562,13 @@ class Isto {
8482
8562
  paraTexto() {
8483
8563
  return `<isto />`;
8484
8564
  }
8565
+ paraTextoSaida() {
8566
+ throw new Error('Método não implementado.');
8567
+ }
8485
8568
  }
8486
8569
  exports.Isto = Isto;
8487
8570
 
8488
- },{}],54:[function(require,module,exports){
8571
+ },{}],52:[function(require,module,exports){
8489
8572
  "use strict";
8490
8573
  Object.defineProperty(exports, "__esModule", { value: true });
8491
8574
  exports.Leia = void 0;
@@ -8508,10 +8591,13 @@ class Leia {
8508
8591
  paraTexto() {
8509
8592
  return `<leia argumentos=[${this.argumentos.reduce((anterior, atual) => (anterior += atual.paraTexto()), '')}] />`;
8510
8593
  }
8594
+ paraTextoSaida() {
8595
+ throw new Error('Método não implementado.');
8596
+ }
8511
8597
  }
8512
8598
  exports.Leia = Leia;
8513
8599
 
8514
- },{"../geracao-identificadores":114}],55:[function(require,module,exports){
8600
+ },{"../geracao-identificadores":112}],53:[function(require,module,exports){
8515
8601
  "use strict";
8516
8602
  Object.defineProperty(exports, "__esModule", { value: true });
8517
8603
  exports.ListaCompreensao = void 0;
@@ -8530,10 +8616,13 @@ class ListaCompreensao {
8530
8616
  paraTexto() {
8531
8617
  return `<lista-compreensão />`;
8532
8618
  }
8619
+ paraTextoSaida() {
8620
+ throw new Error('Método não implementado.');
8621
+ }
8533
8622
  }
8534
8623
  exports.ListaCompreensao = ListaCompreensao;
8535
8624
 
8536
- },{}],56:[function(require,module,exports){
8625
+ },{}],54:[function(require,module,exports){
8537
8626
  "use strict";
8538
8627
  Object.defineProperty(exports, "__esModule", { value: true });
8539
8628
  exports.Literal = void 0;
@@ -8550,10 +8639,16 @@ class Literal {
8550
8639
  paraTexto() {
8551
8640
  return `<literal valor=${this.valor} tipo=${this.tipo} />`;
8552
8641
  }
8642
+ paraTextoSaida() {
8643
+ if (this.tipo === 'texto') {
8644
+ return `"${this.valor}"`;
8645
+ }
8646
+ return `${this.valor}`;
8647
+ }
8553
8648
  }
8554
8649
  exports.Literal = Literal;
8555
8650
 
8556
- },{}],57:[function(require,module,exports){
8651
+ },{}],55:[function(require,module,exports){
8557
8652
  "use strict";
8558
8653
  Object.defineProperty(exports, "__esModule", { value: true });
8559
8654
  exports.Logico = void 0;
@@ -8573,10 +8668,13 @@ class Logico {
8573
8668
  `direita=${this.direita.paraTexto()} ` +
8574
8669
  `/>`);
8575
8670
  }
8671
+ paraTextoSaida() {
8672
+ throw new Error('Método não implementado.');
8673
+ }
8576
8674
  }
8577
8675
  exports.Logico = Logico;
8578
8676
 
8579
- },{}],58:[function(require,module,exports){
8677
+ },{}],56:[function(require,module,exports){
8580
8678
  "use strict";
8581
8679
  Object.defineProperty(exports, "__esModule", { value: true });
8582
8680
  exports.ParaCadaComoConstruto = void 0;
@@ -8595,10 +8693,13 @@ class ParaCadaComoConstruto {
8595
8693
  paraTexto() {
8596
8694
  return `<para-cada-como-construto />`;
8597
8695
  }
8696
+ paraTextoSaida() {
8697
+ throw new Error('Método não implementado.');
8698
+ }
8598
8699
  }
8599
8700
  exports.ParaCadaComoConstruto = ParaCadaComoConstruto;
8600
8701
 
8601
- },{}],59:[function(require,module,exports){
8702
+ },{}],57:[function(require,module,exports){
8602
8703
  "use strict";
8603
8704
  Object.defineProperty(exports, "__esModule", { value: true });
8604
8705
  exports.ParaComoConstruto = void 0;
@@ -8620,10 +8721,13 @@ class ParaComoConstruto {
8620
8721
  paraTexto() {
8621
8722
  return `<para-como-construto />`;
8622
8723
  }
8724
+ paraTextoSaida() {
8725
+ throw new Error('Método não implementado.');
8726
+ }
8623
8727
  }
8624
8728
  exports.ParaComoConstruto = ParaComoConstruto;
8625
8729
 
8626
- },{}],60:[function(require,module,exports){
8730
+ },{}],58:[function(require,module,exports){
8627
8731
  "use strict";
8628
8732
  Object.defineProperty(exports, "__esModule", { value: true });
8629
8733
  exports.ReferenciaBibliotecaGlobal = void 0;
@@ -8643,10 +8747,13 @@ class ReferenciaBibliotecaGlobal {
8643
8747
  paraTexto() {
8644
8748
  return `<referência-biblioteca-global nome=${this.nome} />`;
8645
8749
  }
8750
+ paraTextoSaida() {
8751
+ throw new Error('Método não implementado.');
8752
+ }
8646
8753
  }
8647
8754
  exports.ReferenciaBibliotecaGlobal = ReferenciaBibliotecaGlobal;
8648
8755
 
8649
- },{}],61:[function(require,module,exports){
8756
+ },{}],59:[function(require,module,exports){
8650
8757
  "use strict";
8651
8758
  Object.defineProperty(exports, "__esModule", { value: true });
8652
8759
  exports.ReferenciaFuncao = void 0;
@@ -8664,10 +8771,13 @@ class ReferenciaFuncao {
8664
8771
  paraTexto() {
8665
8772
  return `<referência-função nome=${this.simboloFuncao.lexema} tipo=${this.tipo} />`;
8666
8773
  }
8774
+ paraTextoSaida() {
8775
+ throw new Error('Método não implementado.');
8776
+ }
8667
8777
  }
8668
8778
  exports.ReferenciaFuncao = ReferenciaFuncao;
8669
8779
 
8670
- },{}],62:[function(require,module,exports){
8780
+ },{}],60:[function(require,module,exports){
8671
8781
  "use strict";
8672
8782
  Object.defineProperty(exports, "__esModule", { value: true });
8673
8783
  exports.SeTernario = void 0;
@@ -8686,10 +8796,13 @@ class SeTernario {
8686
8796
  paraTexto() {
8687
8797
  return `<se-ternário condicao=${this.condicao.paraTexto()} expressaoSe=${this.expressaoSe.paraTexto()} expressaoSenao=${this.expressaoSenao.paraTexto()} />`;
8688
8798
  }
8799
+ paraTextoSaida() {
8800
+ throw new Error('Método não implementado.');
8801
+ }
8689
8802
  }
8690
8803
  exports.SeTernario = SeTernario;
8691
8804
 
8692
- },{}],63:[function(require,module,exports){
8805
+ },{}],61:[function(require,module,exports){
8693
8806
  "use strict";
8694
8807
  Object.defineProperty(exports, "__esModule", { value: true });
8695
8808
  exports.Separador = void 0;
@@ -8705,10 +8818,13 @@ class Separador {
8705
8818
  paraTexto() {
8706
8819
  return `<separador símbolo=${this.conteudo} />`;
8707
8820
  }
8821
+ paraTextoSaida() {
8822
+ throw new Error('Método não implementado.');
8823
+ }
8708
8824
  }
8709
8825
  exports.Separador = Separador;
8710
8826
 
8711
- },{}],64:[function(require,module,exports){
8827
+ },{}],62:[function(require,module,exports){
8712
8828
  "use strict";
8713
8829
  Object.defineProperty(exports, "__esModule", { value: true });
8714
8830
  exports.Super = void 0;
@@ -8725,10 +8841,13 @@ class Super {
8725
8841
  paraTexto() {
8726
8842
  return `<super superClasse=${this.superclasse} />`;
8727
8843
  }
8844
+ paraTextoSaida() {
8845
+ throw new Error('Método não implementado.');
8846
+ }
8728
8847
  }
8729
8848
  exports.Super = Super;
8730
8849
 
8731
- },{}],65:[function(require,module,exports){
8850
+ },{}],63:[function(require,module,exports){
8732
8851
  "use strict";
8733
8852
  Object.defineProperty(exports, "__esModule", { value: true });
8734
8853
  exports.TipoDe = void 0;
@@ -8749,10 +8868,13 @@ class TipoDe {
8749
8868
  paraTexto() {
8750
8869
  return `<tipo-de valor=${this.valor.paraTexto()} />`;
8751
8870
  }
8871
+ paraTextoSaida() {
8872
+ throw new Error('Método não implementado.');
8873
+ }
8752
8874
  }
8753
8875
  exports.TipoDe = TipoDe;
8754
8876
 
8755
- },{}],66:[function(require,module,exports){
8877
+ },{}],64:[function(require,module,exports){
8756
8878
  "use strict";
8757
8879
  Object.defineProperty(exports, "__esModule", { value: true });
8758
8880
  exports.Tupla = void 0;
@@ -8763,7 +8885,7 @@ class Tupla {
8763
8885
  }
8764
8886
  exports.Tupla = Tupla;
8765
8887
 
8766
- },{}],67:[function(require,module,exports){
8888
+ },{}],65:[function(require,module,exports){
8767
8889
  "use strict";
8768
8890
  Object.defineProperty(exports, "__esModule", { value: true });
8769
8891
  exports.Deceto = void 0;
@@ -8808,10 +8930,13 @@ class Deceto extends tupla_1.Tupla {
8808
8930
  `décimo=${this.decimo.paraTexto()} ` +
8809
8931
  ` />`);
8810
8932
  }
8933
+ paraTextoSaida() {
8934
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, ${this.terceiro.paraTextoSaida()}, ${this.quarto.paraTextoSaida()}, ${this.quinto.paraTextoSaida()}, ${this.sexto.paraTextoSaida()}, ${this.setimo.paraTextoSaida()}, ${this.oitavo.paraTextoSaida()}, ${this.nono.paraTextoSaida()}, ${this.decimo.paraTextoSaida()})]`;
8935
+ }
8811
8936
  }
8812
8937
  exports.Deceto = Deceto;
8813
8938
 
8814
- },{"../tupla":66}],68:[function(require,module,exports){
8939
+ },{"../tupla":64}],66:[function(require,module,exports){
8815
8940
  "use strict";
8816
8941
  Object.defineProperty(exports, "__esModule", { value: true });
8817
8942
  exports.Dupla = void 0;
@@ -8827,10 +8952,13 @@ class Dupla extends tupla_1.Tupla {
8827
8952
  `segundo=${this.segundo.paraTexto()} ` +
8828
8953
  ` />`);
8829
8954
  }
8955
+ paraTextoSaida() {
8956
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()})]`;
8957
+ }
8830
8958
  }
8831
8959
  exports.Dupla = Dupla;
8832
8960
 
8833
- },{"../tupla":66}],69:[function(require,module,exports){
8961
+ },{"../tupla":64}],67:[function(require,module,exports){
8834
8962
  "use strict";
8835
8963
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8836
8964
  if (k2 === undefined) k2 = k;
@@ -8898,7 +9026,7 @@ class SeletorTuplas {
8898
9026
  }
8899
9027
  exports.SeletorTuplas = SeletorTuplas;
8900
9028
 
8901
- },{"./deceto":67,"./dupla":68,"./noneto":70,"./octeto":71,"./quarteto":72,"./quinteto":73,"./septeto":74,"./sexteto":75,"./trio":76}],70:[function(require,module,exports){
9029
+ },{"./deceto":65,"./dupla":66,"./noneto":68,"./octeto":69,"./quarteto":70,"./quinteto":71,"./septeto":72,"./sexteto":73,"./trio":74}],68:[function(require,module,exports){
8902
9030
  "use strict";
8903
9031
  Object.defineProperty(exports, "__esModule", { value: true });
8904
9032
  exports.Noneto = void 0;
@@ -8934,10 +9062,13 @@ class Noneto extends tupla_1.Tupla {
8934
9062
  `nono=${this.nono.paraTexto()} ` +
8935
9063
  ` />`);
8936
9064
  }
9065
+ paraTextoSaida() {
9066
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, ${this.terceiro.paraTextoSaida()}, ${this.quarto.paraTextoSaida()}, ${this.quinto.paraTextoSaida()}, ${this.sexto.paraTextoSaida()}, ${this.setimo.paraTextoSaida()}, ${this.oitavo.paraTextoSaida()}, ${this.nono.paraTextoSaida()})]`;
9067
+ }
8937
9068
  }
8938
9069
  exports.Noneto = Noneto;
8939
9070
 
8940
- },{"../tupla":66}],71:[function(require,module,exports){
9071
+ },{"../tupla":64}],69:[function(require,module,exports){
8941
9072
  "use strict";
8942
9073
  Object.defineProperty(exports, "__esModule", { value: true });
8943
9074
  exports.Octeto = void 0;
@@ -8971,10 +9102,13 @@ class Octeto extends tupla_1.Tupla {
8971
9102
  `oitavo=${this.oitavo.paraTexto()} ` +
8972
9103
  ` />`);
8973
9104
  }
9105
+ paraTextoSaida() {
9106
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, ${this.terceiro.paraTextoSaida()}, ${this.quarto.paraTextoSaida()}, ${this.quinto.paraTextoSaida()}, ${this.sexto.paraTextoSaida()}, ${this.setimo.paraTextoSaida()}, ${this.oitavo.paraTextoSaida()})]`;
9107
+ }
8974
9108
  }
8975
9109
  exports.Octeto = Octeto;
8976
9110
 
8977
- },{"../tupla":66}],72:[function(require,module,exports){
9111
+ },{"../tupla":64}],70:[function(require,module,exports){
8978
9112
  "use strict";
8979
9113
  Object.defineProperty(exports, "__esModule", { value: true });
8980
9114
  exports.Quarteto = void 0;
@@ -8994,10 +9128,13 @@ class Quarteto extends tupla_1.Tupla {
8994
9128
  `quarto=${this.quarto.paraTexto()} ` +
8995
9129
  ` />`);
8996
9130
  }
9131
+ paraTextoSaida() {
9132
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, ${this.terceiro.paraTextoSaida()}, ${this.quarto.paraTextoSaida()})]`;
9133
+ }
8997
9134
  }
8998
9135
  exports.Quarteto = Quarteto;
8999
9136
 
9000
- },{"../tupla":66}],73:[function(require,module,exports){
9137
+ },{"../tupla":64}],71:[function(require,module,exports){
9001
9138
  "use strict";
9002
9139
  Object.defineProperty(exports, "__esModule", { value: true });
9003
9140
  exports.Quinteto = void 0;
@@ -9019,10 +9156,13 @@ class Quinteto extends tupla_1.Tupla {
9019
9156
  `quinto=${this.quinto.paraTexto()} ` +
9020
9157
  ` />`);
9021
9158
  }
9159
+ paraTextoSaida() {
9160
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, , ${this.terceiro.paraTextoSaida()}, ${this.quarto.paraTextoSaida()}, ${this.quinto.paraTextoSaida()})]`;
9161
+ }
9022
9162
  }
9023
9163
  exports.Quinteto = Quinteto;
9024
9164
 
9025
- },{"../tupla":66}],74:[function(require,module,exports){
9165
+ },{"../tupla":64}],72:[function(require,module,exports){
9026
9166
  "use strict";
9027
9167
  Object.defineProperty(exports, "__esModule", { value: true });
9028
9168
  exports.Septeto = void 0;
@@ -9054,10 +9194,13 @@ class Septeto extends tupla_1.Tupla {
9054
9194
  `sétimo=${this.setimo.paraTexto()} ` +
9055
9195
  ` />`);
9056
9196
  }
9197
+ paraTextoSaida() {
9198
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, ${this.terceiro.paraTextoSaida()}, ${this.quarto.paraTextoSaida()}, ${this.quinto.paraTextoSaida()}, ${this.sexto.paraTextoSaida()}, ${this.setimo.paraTextoSaida()})]`;
9199
+ }
9057
9200
  }
9058
9201
  exports.Septeto = Septeto;
9059
9202
 
9060
- },{"../tupla":66}],75:[function(require,module,exports){
9203
+ },{"../tupla":64}],73:[function(require,module,exports){
9061
9204
  "use strict";
9062
9205
  Object.defineProperty(exports, "__esModule", { value: true });
9063
9206
  exports.Sexteto = void 0;
@@ -9081,10 +9224,13 @@ class Sexteto extends tupla_1.Tupla {
9081
9224
  `sexto=${this.sexto.paraTexto()} ` +
9082
9225
  ` />`);
9083
9226
  }
9227
+ paraTextoSaida() {
9228
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, ${this.terceiro.paraTextoSaida()}, ${this.quarto.paraTextoSaida()}, ${this.quinto.paraTextoSaida()}, ${this.sexto.paraTextoSaida()})]`;
9229
+ }
9084
9230
  }
9085
9231
  exports.Sexteto = Sexteto;
9086
9232
 
9087
- },{"../tupla":66}],76:[function(require,module,exports){
9233
+ },{"../tupla":64}],74:[function(require,module,exports){
9088
9234
  "use strict";
9089
9235
  Object.defineProperty(exports, "__esModule", { value: true });
9090
9236
  exports.Trio = void 0;
@@ -9102,10 +9248,13 @@ class Trio extends tupla_1.Tupla {
9102
9248
  `terceiro=${this.terceiro.paraTexto()} ` +
9103
9249
  ` />`);
9104
9250
  }
9251
+ paraTextoSaida() {
9252
+ return `[(${this.primeiro.paraTextoSaida()}, ${this.segundo.paraTextoSaida()}, ${this.terceiro.paraTextoSaida()})]`;
9253
+ }
9105
9254
  }
9106
9255
  exports.Trio = Trio;
9107
9256
 
9108
- },{"../tupla":66}],77:[function(require,module,exports){
9257
+ },{"../tupla":64}],75:[function(require,module,exports){
9109
9258
  "use strict";
9110
9259
  Object.defineProperty(exports, "__esModule", { value: true });
9111
9260
  exports.Unario = void 0;
@@ -9123,10 +9272,13 @@ class Unario {
9123
9272
  paraTexto() {
9124
9273
  return `<unário operando=${this.operando.paraTexto()} operador=${this.operador.lexema} incidênciaOperador=${this.incidenciaOperador} />`;
9125
9274
  }
9275
+ paraTextoSaida() {
9276
+ throw new Error('Método não implementado.');
9277
+ }
9126
9278
  }
9127
9279
  exports.Unario = Unario;
9128
9280
 
9129
- },{}],78:[function(require,module,exports){
9281
+ },{}],76:[function(require,module,exports){
9130
9282
  "use strict";
9131
9283
  Object.defineProperty(exports, "__esModule", { value: true });
9132
9284
  exports.Variavel = void 0;
@@ -9143,10 +9295,13 @@ class Variavel {
9143
9295
  paraTexto() {
9144
9296
  return `<variável nome=${this.simbolo.lexema} tipo=${this.tipo} />`;
9145
9297
  }
9298
+ paraTextoSaida() {
9299
+ throw new Error('Método não implementado.');
9300
+ }
9146
9301
  }
9147
9302
  exports.Variavel = Variavel;
9148
9303
 
9149
- },{}],79:[function(require,module,exports){
9304
+ },{}],77:[function(require,module,exports){
9150
9305
  "use strict";
9151
9306
  Object.defineProperty(exports, "__esModule", { value: true });
9152
9307
  exports.Vetor = void 0;
@@ -9169,10 +9324,13 @@ class Vetor {
9169
9324
  paraTexto() {
9170
9325
  return `<vetor tipo=${this.tipo} valores=${this.valores.reduce((anterior, atual) => (anterior += atual.paraTexto()), '')} />`;
9171
9326
  }
9327
+ paraTextoSaida() {
9328
+ throw new Error('Método não implementado.');
9329
+ }
9172
9330
  }
9173
9331
  exports.Vetor = Vetor;
9174
9332
 
9175
- },{}],80:[function(require,module,exports){
9333
+ },{}],78:[function(require,module,exports){
9176
9334
  "use strict";
9177
9335
  Object.defineProperty(exports, "__esModule", { value: true });
9178
9336
  exports.Bloco = void 0;
@@ -9198,7 +9356,7 @@ class Bloco extends declaracao_1.Declaracao {
9198
9356
  }
9199
9357
  exports.Bloco = Bloco;
9200
9358
 
9201
- },{"./declaracao":87}],81:[function(require,module,exports){
9359
+ },{"./declaracao":85}],79:[function(require,module,exports){
9202
9360
  "use strict";
9203
9361
  Object.defineProperty(exports, "__esModule", { value: true });
9204
9362
  exports.CabecalhoPrograma = void 0;
@@ -9220,7 +9378,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
9220
9378
  }
9221
9379
  exports.CabecalhoPrograma = CabecalhoPrograma;
9222
9380
 
9223
- },{"./declaracao":87}],82:[function(require,module,exports){
9381
+ },{"./declaracao":85}],80:[function(require,module,exports){
9224
9382
  "use strict";
9225
9383
  Object.defineProperty(exports, "__esModule", { value: true });
9226
9384
  exports.Classe = void 0;
@@ -9255,7 +9413,7 @@ class Classe extends declaracao_1.Declaracao {
9255
9413
  }
9256
9414
  exports.Classe = Classe;
9257
9415
 
9258
- },{"./declaracao":87}],83:[function(require,module,exports){
9416
+ },{"./declaracao":85}],81:[function(require,module,exports){
9259
9417
  "use strict";
9260
9418
  Object.defineProperty(exports, "__esModule", { value: true });
9261
9419
  exports.Comentario = void 0;
@@ -9280,7 +9438,7 @@ class Comentario extends declaracao_1.Declaracao {
9280
9438
  }
9281
9439
  exports.Comentario = Comentario;
9282
9440
 
9283
- },{"./declaracao":87}],84:[function(require,module,exports){
9441
+ },{"./declaracao":85}],82:[function(require,module,exports){
9284
9442
  "use strict";
9285
9443
  Object.defineProperty(exports, "__esModule", { value: true });
9286
9444
  exports.ConstMultiplo = void 0;
@@ -9305,7 +9463,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
9305
9463
  }
9306
9464
  exports.ConstMultiplo = ConstMultiplo;
9307
9465
 
9308
- },{"./declaracao":87}],85:[function(require,module,exports){
9466
+ },{"./declaracao":85}],83:[function(require,module,exports){
9309
9467
  "use strict";
9310
9468
  Object.defineProperty(exports, "__esModule", { value: true });
9311
9469
  exports.Const = void 0;
@@ -9335,7 +9493,7 @@ class Const extends declaracao_1.Declaracao {
9335
9493
  }
9336
9494
  exports.Const = Const;
9337
9495
 
9338
- },{"./declaracao":87}],86:[function(require,module,exports){
9496
+ },{"./declaracao":85}],84:[function(require,module,exports){
9339
9497
  "use strict";
9340
9498
  Object.defineProperty(exports, "__esModule", { value: true });
9341
9499
  exports.Continua = void 0;
@@ -9353,7 +9511,7 @@ class Continua extends declaracao_1.Declaracao {
9353
9511
  }
9354
9512
  exports.Continua = Continua;
9355
9513
 
9356
- },{"./declaracao":87}],87:[function(require,module,exports){
9514
+ },{"./declaracao":85}],85:[function(require,module,exports){
9357
9515
  "use strict";
9358
9516
  Object.defineProperty(exports, "__esModule", { value: true });
9359
9517
  exports.Declaracao = void 0;
@@ -9376,7 +9534,7 @@ class Declaracao {
9376
9534
  }
9377
9535
  exports.Declaracao = Declaracao;
9378
9536
 
9379
- },{}],88:[function(require,module,exports){
9537
+ },{}],86:[function(require,module,exports){
9380
9538
  "use strict";
9381
9539
  Object.defineProperty(exports, "__esModule", { value: true });
9382
9540
  exports.Enquanto = void 0;
@@ -9397,7 +9555,7 @@ class Enquanto extends declaracao_1.Declaracao {
9397
9555
  }
9398
9556
  exports.Enquanto = Enquanto;
9399
9557
 
9400
- },{"./declaracao":87}],89:[function(require,module,exports){
9558
+ },{"./declaracao":85}],87:[function(require,module,exports){
9401
9559
  "use strict";
9402
9560
  Object.defineProperty(exports, "__esModule", { value: true });
9403
9561
  exports.Escolha = void 0;
@@ -9422,7 +9580,7 @@ class Escolha extends declaracao_1.Declaracao {
9422
9580
  }
9423
9581
  exports.Escolha = Escolha;
9424
9582
 
9425
- },{"./declaracao":87}],90:[function(require,module,exports){
9583
+ },{"./declaracao":85}],88:[function(require,module,exports){
9426
9584
  "use strict";
9427
9585
  Object.defineProperty(exports, "__esModule", { value: true });
9428
9586
  exports.EscrevaMesmaLinha = void 0;
@@ -9441,7 +9599,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
9441
9599
  }
9442
9600
  exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
9443
9601
 
9444
- },{"./declaracao":87}],91:[function(require,module,exports){
9602
+ },{"./declaracao":85}],89:[function(require,module,exports){
9445
9603
  "use strict";
9446
9604
  Object.defineProperty(exports, "__esModule", { value: true });
9447
9605
  exports.Escreva = void 0;
@@ -9460,7 +9618,7 @@ class Escreva extends declaracao_1.Declaracao {
9460
9618
  }
9461
9619
  exports.Escreva = Escreva;
9462
9620
 
9463
- },{"./declaracao":87}],92:[function(require,module,exports){
9621
+ },{"./declaracao":85}],90:[function(require,module,exports){
9464
9622
  "use strict";
9465
9623
  Object.defineProperty(exports, "__esModule", { value: true });
9466
9624
  exports.Expressao = void 0;
@@ -9479,7 +9637,7 @@ class Expressao extends declaracao_1.Declaracao {
9479
9637
  }
9480
9638
  exports.Expressao = Expressao;
9481
9639
 
9482
- },{"./declaracao":87}],93:[function(require,module,exports){
9640
+ },{"./declaracao":85}],91:[function(require,module,exports){
9483
9641
  "use strict";
9484
9642
  Object.defineProperty(exports, "__esModule", { value: true });
9485
9643
  exports.Falhar = void 0;
@@ -9499,7 +9657,7 @@ class Falhar extends declaracao_1.Declaracao {
9499
9657
  }
9500
9658
  exports.Falhar = Falhar;
9501
9659
 
9502
- },{"./declaracao":87}],94:[function(require,module,exports){
9660
+ },{"./declaracao":85}],92:[function(require,module,exports){
9503
9661
  "use strict";
9504
9662
  Object.defineProperty(exports, "__esModule", { value: true });
9505
9663
  exports.Fazer = void 0;
@@ -9520,7 +9678,7 @@ class Fazer extends declaracao_1.Declaracao {
9520
9678
  }
9521
9679
  exports.Fazer = Fazer;
9522
9680
 
9523
- },{"./declaracao":87}],95:[function(require,module,exports){
9681
+ },{"./declaracao":85}],93:[function(require,module,exports){
9524
9682
  "use strict";
9525
9683
  Object.defineProperty(exports, "__esModule", { value: true });
9526
9684
  exports.FuncaoDeclaracao = void 0;
@@ -9548,7 +9706,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
9548
9706
  }
9549
9707
  exports.FuncaoDeclaracao = FuncaoDeclaracao;
9550
9708
 
9551
- },{"../geracao-identificadores":114,"./declaracao":87}],96:[function(require,module,exports){
9709
+ },{"../geracao-identificadores":112,"./declaracao":85}],94:[function(require,module,exports){
9552
9710
  "use strict";
9553
9711
  Object.defineProperty(exports, "__esModule", { value: true });
9554
9712
  exports.Importar = void 0;
@@ -9574,7 +9732,7 @@ class Importar extends declaracao_1.Declaracao {
9574
9732
  }
9575
9733
  exports.Importar = Importar;
9576
9734
 
9577
- },{"./declaracao":87}],97:[function(require,module,exports){
9735
+ },{"./declaracao":85}],95:[function(require,module,exports){
9578
9736
  "use strict";
9579
9737
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9580
9738
  if (k2 === undefined) k2 = k;
@@ -9621,7 +9779,7 @@ __exportStar(require("./tente"), exports);
9621
9779
  __exportStar(require("./var"), exports);
9622
9780
  __exportStar(require("./var-multiplo"), exports);
9623
9781
 
9624
- },{"./bloco":80,"./cabecalho-programa":81,"./classe":82,"./comentario":83,"./const":85,"./const-multiplo":84,"./continua":86,"./declaracao":87,"./enquanto":88,"./escolha":89,"./escreva":91,"./escreva-mesma-linha":90,"./expressao":92,"./falhar":93,"./fazer":94,"./funcao":95,"./importar":96,"./inicio-algoritmo":98,"./para":100,"./para-cada":99,"./propriedade-classe":101,"./retorna":102,"./se":103,"./sustar":104,"./tendo-como":105,"./tente":106,"./var":108,"./var-multiplo":107}],98:[function(require,module,exports){
9782
+ },{"./bloco":78,"./cabecalho-programa":79,"./classe":80,"./comentario":81,"./const":83,"./const-multiplo":82,"./continua":84,"./declaracao":85,"./enquanto":86,"./escolha":87,"./escreva":89,"./escreva-mesma-linha":88,"./expressao":90,"./falhar":91,"./fazer":92,"./funcao":93,"./importar":94,"./inicio-algoritmo":96,"./para":98,"./para-cada":97,"./propriedade-classe":99,"./retorna":100,"./se":101,"./sustar":102,"./tendo-como":103,"./tente":104,"./var":106,"./var-multiplo":105}],96:[function(require,module,exports){
9625
9783
  "use strict";
9626
9784
  Object.defineProperty(exports, "__esModule", { value: true });
9627
9785
  exports.InicioAlgoritmo = void 0;
@@ -9641,7 +9799,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
9641
9799
  }
9642
9800
  exports.InicioAlgoritmo = InicioAlgoritmo;
9643
9801
 
9644
- },{"./declaracao":87}],99:[function(require,module,exports){
9802
+ },{"./declaracao":85}],97:[function(require,module,exports){
9645
9803
  "use strict";
9646
9804
  Object.defineProperty(exports, "__esModule", { value: true });
9647
9805
  exports.ParaCada = void 0;
@@ -9664,7 +9822,7 @@ class ParaCada extends declaracao_1.Declaracao {
9664
9822
  }
9665
9823
  exports.ParaCada = ParaCada;
9666
9824
 
9667
- },{"./declaracao":87}],100:[function(require,module,exports){
9825
+ },{"./declaracao":85}],98:[function(require,module,exports){
9668
9826
  "use strict";
9669
9827
  Object.defineProperty(exports, "__esModule", { value: true });
9670
9828
  exports.Para = void 0;
@@ -9701,7 +9859,7 @@ class Para extends declaracao_1.Declaracao {
9701
9859
  }
9702
9860
  exports.Para = Para;
9703
9861
 
9704
- },{"./declaracao":87}],101:[function(require,module,exports){
9862
+ },{"./declaracao":85}],99:[function(require,module,exports){
9705
9863
  "use strict";
9706
9864
  Object.defineProperty(exports, "__esModule", { value: true });
9707
9865
  exports.PropriedadeClasse = void 0;
@@ -9722,7 +9880,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
9722
9880
  }
9723
9881
  exports.PropriedadeClasse = PropriedadeClasse;
9724
9882
 
9725
- },{"./declaracao":87}],102:[function(require,module,exports){
9883
+ },{"./declaracao":85}],100:[function(require,module,exports){
9726
9884
  "use strict";
9727
9885
  Object.defineProperty(exports, "__esModule", { value: true });
9728
9886
  exports.Retorna = void 0;
@@ -9748,7 +9906,7 @@ class Retorna extends declaracao_1.Declaracao {
9748
9906
  }
9749
9907
  exports.Retorna = Retorna;
9750
9908
 
9751
- },{"./declaracao":87}],103:[function(require,module,exports){
9909
+ },{"./declaracao":85}],101:[function(require,module,exports){
9752
9910
  "use strict";
9753
9911
  Object.defineProperty(exports, "__esModule", { value: true });
9754
9912
  exports.Se = void 0;
@@ -9771,7 +9929,7 @@ class Se extends declaracao_1.Declaracao {
9771
9929
  }
9772
9930
  exports.Se = Se;
9773
9931
 
9774
- },{"./declaracao":87}],104:[function(require,module,exports){
9932
+ },{"./declaracao":85}],102:[function(require,module,exports){
9775
9933
  "use strict";
9776
9934
  Object.defineProperty(exports, "__esModule", { value: true });
9777
9935
  exports.Sustar = void 0;
@@ -9789,7 +9947,7 @@ class Sustar extends declaracao_1.Declaracao {
9789
9947
  }
9790
9948
  exports.Sustar = Sustar;
9791
9949
 
9792
- },{"./declaracao":87}],105:[function(require,module,exports){
9950
+ },{"./declaracao":85}],103:[function(require,module,exports){
9793
9951
  "use strict";
9794
9952
  Object.defineProperty(exports, "__esModule", { value: true });
9795
9953
  exports.TendoComo = void 0;
@@ -9816,7 +9974,7 @@ class TendoComo extends declaracao_1.Declaracao {
9816
9974
  }
9817
9975
  exports.TendoComo = TendoComo;
9818
9976
 
9819
- },{"./declaracao":87}],106:[function(require,module,exports){
9977
+ },{"./declaracao":85}],104:[function(require,module,exports){
9820
9978
  "use strict";
9821
9979
  Object.defineProperty(exports, "__esModule", { value: true });
9822
9980
  exports.Tente = void 0;
@@ -9842,7 +10000,7 @@ class Tente extends declaracao_1.Declaracao {
9842
10000
  }
9843
10001
  exports.Tente = Tente;
9844
10002
 
9845
- },{"./declaracao":87}],107:[function(require,module,exports){
10003
+ },{"./declaracao":85}],105:[function(require,module,exports){
9846
10004
  "use strict";
9847
10005
  Object.defineProperty(exports, "__esModule", { value: true });
9848
10006
  exports.VarMultiplo = void 0;
@@ -9868,7 +10026,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
9868
10026
  }
9869
10027
  exports.VarMultiplo = VarMultiplo;
9870
10028
 
9871
- },{"./declaracao":87}],108:[function(require,module,exports){
10029
+ },{"./declaracao":85}],106:[function(require,module,exports){
9872
10030
  "use strict";
9873
10031
  Object.defineProperty(exports, "__esModule", { value: true });
9874
10032
  exports.Var = void 0;
@@ -9900,7 +10058,7 @@ class Var extends declaracao_1.Declaracao {
9900
10058
  }
9901
10059
  exports.Var = Var;
9902
10060
 
9903
- },{"./declaracao":87}],109:[function(require,module,exports){
10061
+ },{"./declaracao":85}],107:[function(require,module,exports){
9904
10062
  "use strict";
9905
10063
  Object.defineProperty(exports, "__esModule", { value: true });
9906
10064
  exports.ErroEmTempoDeExecucao = void 0;
@@ -9915,7 +10073,7 @@ class ErroEmTempoDeExecucao extends Error {
9915
10073
  }
9916
10074
  exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
9917
10075
 
9918
- },{}],110:[function(require,module,exports){
10076
+ },{}],108:[function(require,module,exports){
9919
10077
  "use strict";
9920
10078
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9921
10079
  if (k2 === undefined) k2 = k;
@@ -9934,7 +10092,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
9934
10092
  Object.defineProperty(exports, "__esModule", { value: true });
9935
10093
  __exportStar(require("./erro-em-tempo-de-execucao"), exports);
9936
10094
 
9937
- },{"./erro-em-tempo-de-execucao":109}],111:[function(require,module,exports){
10095
+ },{"./erro-em-tempo-de-execucao":107}],109:[function(require,module,exports){
9938
10096
  "use strict";
9939
10097
  var __importDefault = (this && this.__importDefault) || function (mod) {
9940
10098
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -10666,7 +10824,7 @@ class FormatadorDelegua {
10666
10824
  }
10667
10825
  exports.FormatadorDelegua = FormatadorDelegua;
10668
10826
 
10669
- },{"../construtos":52,"../tipos-de-simbolos/delegua":188}],112:[function(require,module,exports){
10827
+ },{"../construtos":50,"../tipos-de-simbolos/delegua":186}],110:[function(require,module,exports){
10670
10828
  "use strict";
10671
10829
  Object.defineProperty(exports, "__esModule", { value: true });
10672
10830
  exports.FormatadorPitugues = void 0;
@@ -10902,7 +11060,7 @@ class FormatadorPitugues {
10902
11060
  }
10903
11061
  exports.FormatadorPitugues = FormatadorPitugues;
10904
11062
 
10905
- },{}],113:[function(require,module,exports){
11063
+ },{}],111:[function(require,module,exports){
10906
11064
  "use strict";
10907
11065
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10908
11066
  if (k2 === undefined) k2 = k;
@@ -10922,7 +11080,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10922
11080
  __exportStar(require("./formatador-delegua"), exports);
10923
11081
  __exportStar(require("./formatador-pitugues"), exports);
10924
11082
 
10925
- },{"./formatador-delegua":111,"./formatador-pitugues":112}],114:[function(require,module,exports){
11083
+ },{"./formatador-delegua":109,"./formatador-pitugues":110}],112:[function(require,module,exports){
10926
11084
  "use strict";
10927
11085
  Object.defineProperty(exports, "__esModule", { value: true });
10928
11086
  exports.cyrb53 = cyrb53;
@@ -10966,7 +11124,7 @@ function uuidv4() {
10966
11124
  });
10967
11125
  }
10968
11126
 
10969
- },{}],115:[function(require,module,exports){
11127
+ },{}],113:[function(require,module,exports){
10970
11128
  "use strict";
10971
11129
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10972
11130
  if (k2 === undefined) k2 = k;
@@ -10993,7 +11151,7 @@ __exportStar(require("./interpretador"), exports);
10993
11151
  __exportStar(require("./lexador"), exports);
10994
11152
  __exportStar(require("./tradutores"), exports);
10995
11153
 
10996
- },{"./avaliador-sintatico":12,"./construtos":52,"./declaracoes":97,"./formatadores":113,"./geracao-identificadores":114,"./interfaces":123,"./interpretador":157,"./lexador":175,"./tradutores":195}],116:[function(require,module,exports){
11154
+ },{"./avaliador-sintatico":12,"./construtos":50,"./declaracoes":95,"./formatadores":111,"./geracao-identificadores":112,"./interfaces":121,"./interpretador":155,"./lexador":173,"./tradutores":193}],114:[function(require,module,exports){
10997
11155
  "use strict";
10998
11156
  var __importDefault = (this && this.__importDefault) || function (mod) {
10999
11157
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -11120,7 +11278,7 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
11120
11278
  }
11121
11279
  }
11122
11280
 
11123
- },{"./tipos-de-dados/delegua":183,"./tipos-de-dados/primitivos":185,"./tipos-de-simbolos/delegua":188}],117:[function(require,module,exports){
11281
+ },{"./tipos-de-dados/delegua":181,"./tipos-de-dados/primitivos":183,"./tipos-de-simbolos/delegua":186}],115:[function(require,module,exports){
11124
11282
  "use strict";
11125
11283
  Object.defineProperty(exports, "__esModule", { value: true });
11126
11284
  exports.InformacaoElementoSintatico = void 0;
@@ -11139,15 +11297,15 @@ class InformacaoElementoSintatico {
11139
11297
  }
11140
11298
  exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
11141
11299
 
11142
- },{}],118:[function(require,module,exports){
11300
+ },{}],116:[function(require,module,exports){
11143
11301
  "use strict";
11144
11302
  Object.defineProperty(exports, "__esModule", { value: true });
11145
11303
 
11146
- },{}],119:[function(require,module,exports){
11304
+ },{}],117:[function(require,module,exports){
11147
11305
  "use strict";
11148
11306
  Object.defineProperty(exports, "__esModule", { value: true });
11149
11307
 
11150
- },{}],120:[function(require,module,exports){
11308
+ },{}],118:[function(require,module,exports){
11151
11309
  "use strict";
11152
11310
  Object.defineProperty(exports, "__esModule", { value: true });
11153
11311
  exports.DiagnosticoSeveridade = void 0;
@@ -11159,7 +11317,7 @@ var DiagnosticoSeveridade;
11159
11317
  DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
11160
11318
  })(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
11161
11319
 
11162
- },{}],121:[function(require,module,exports){
11320
+ },{}],119:[function(require,module,exports){
11163
11321
  "use strict";
11164
11322
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11165
11323
  if (k2 === undefined) k2 = k;
@@ -11178,11 +11336,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11178
11336
  Object.defineProperty(exports, "__esModule", { value: true });
11179
11337
  __exportStar(require("./diagnostico-analisador-semantico"), exports);
11180
11338
 
11181
- },{"./diagnostico-analisador-semantico":120}],122:[function(require,module,exports){
11339
+ },{"./diagnostico-analisador-semantico":118}],120:[function(require,module,exports){
11182
11340
  "use strict";
11183
11341
  Object.defineProperty(exports, "__esModule", { value: true });
11184
11342
 
11185
- },{}],123:[function(require,module,exports){
11343
+ },{}],121:[function(require,module,exports){
11186
11344
  "use strict";
11187
11345
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11188
11346
  if (k2 === undefined) k2 = k;
@@ -11219,39 +11377,39 @@ __exportStar(require("./construtos"), exports);
11219
11377
  __exportStar(require("./erros"), exports);
11220
11378
  __exportStar(require("./retornos"), exports);
11221
11379
 
11222
- },{"./avaliador-sintatico-interface":118,"./construtos":119,"./erros":121,"./formatador-comum-interface":122,"./interpretador-com-depuracao-interface":124,"./interpretador-interface":125,"./lexador-interface":126,"./parametro-interface":127,"./pilha-interface":128,"./primitiva-interface":129,"./resolvedor-interface":130,"./resultado-parcial-interpretador-interface":131,"./retornos":132,"./retornos/retorno-execucao-interface":135,"./simbolo-interface":138,"./tradutor-interface":139,"./variavel-interface":140,"./visitante-comum-interface":141,"./visitante-delegua-interface":142}],124:[function(require,module,exports){
11380
+ },{"./avaliador-sintatico-interface":116,"./construtos":117,"./erros":119,"./formatador-comum-interface":120,"./interpretador-com-depuracao-interface":122,"./interpretador-interface":123,"./lexador-interface":124,"./parametro-interface":125,"./pilha-interface":126,"./primitiva-interface":127,"./resolvedor-interface":128,"./resultado-parcial-interpretador-interface":129,"./retornos":130,"./retornos/retorno-execucao-interface":133,"./simbolo-interface":136,"./tradutor-interface":137,"./variavel-interface":138,"./visitante-comum-interface":139,"./visitante-delegua-interface":140}],122:[function(require,module,exports){
11223
11381
  "use strict";
11224
11382
  Object.defineProperty(exports, "__esModule", { value: true });
11225
11383
 
11226
- },{}],125:[function(require,module,exports){
11384
+ },{}],123:[function(require,module,exports){
11227
11385
  "use strict";
11228
11386
  Object.defineProperty(exports, "__esModule", { value: true });
11229
11387
 
11230
- },{}],126:[function(require,module,exports){
11388
+ },{}],124:[function(require,module,exports){
11231
11389
  "use strict";
11232
11390
  Object.defineProperty(exports, "__esModule", { value: true });
11233
11391
 
11234
- },{}],127:[function(require,module,exports){
11392
+ },{}],125:[function(require,module,exports){
11235
11393
  "use strict";
11236
11394
  Object.defineProperty(exports, "__esModule", { value: true });
11237
11395
 
11238
- },{}],128:[function(require,module,exports){
11396
+ },{}],126:[function(require,module,exports){
11239
11397
  "use strict";
11240
11398
  Object.defineProperty(exports, "__esModule", { value: true });
11241
11399
 
11242
- },{}],129:[function(require,module,exports){
11400
+ },{}],127:[function(require,module,exports){
11243
11401
  "use strict";
11244
11402
  Object.defineProperty(exports, "__esModule", { value: true });
11245
11403
 
11246
- },{}],130:[function(require,module,exports){
11404
+ },{}],128:[function(require,module,exports){
11247
11405
  "use strict";
11248
11406
  Object.defineProperty(exports, "__esModule", { value: true });
11249
11407
 
11250
- },{}],131:[function(require,module,exports){
11408
+ },{}],129:[function(require,module,exports){
11251
11409
  "use strict";
11252
11410
  Object.defineProperty(exports, "__esModule", { value: true });
11253
11411
 
11254
- },{}],132:[function(require,module,exports){
11412
+ },{}],130:[function(require,module,exports){
11255
11413
  "use strict";
11256
11414
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11257
11415
  if (k2 === undefined) k2 = k;
@@ -11274,7 +11432,15 @@ __exportStar(require("./retorno-execucao-interface"), exports);
11274
11432
  __exportStar(require("./retorno-interpretador-interface"), exports);
11275
11433
  __exportStar(require("./retorno-lexador"), exports);
11276
11434
 
11277
- },{"./retorno-analisador-semantico":133,"./retorno-avaliador-sintatico":134,"./retorno-execucao-interface":135,"./retorno-interpretador-interface":136,"./retorno-lexador":137}],133:[function(require,module,exports){
11435
+ },{"./retorno-analisador-semantico":131,"./retorno-avaliador-sintatico":132,"./retorno-execucao-interface":133,"./retorno-interpretador-interface":134,"./retorno-lexador":135}],131:[function(require,module,exports){
11436
+ "use strict";
11437
+ Object.defineProperty(exports, "__esModule", { value: true });
11438
+
11439
+ },{}],132:[function(require,module,exports){
11440
+ "use strict";
11441
+ Object.defineProperty(exports, "__esModule", { value: true });
11442
+
11443
+ },{}],133:[function(require,module,exports){
11278
11444
  "use strict";
11279
11445
  Object.defineProperty(exports, "__esModule", { value: true });
11280
11446
 
@@ -11308,14 +11474,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
11308
11474
 
11309
11475
  },{}],141:[function(require,module,exports){
11310
11476
  "use strict";
11311
- Object.defineProperty(exports, "__esModule", { value: true });
11312
-
11313
- },{}],142:[function(require,module,exports){
11314
- "use strict";
11315
- Object.defineProperty(exports, "__esModule", { value: true });
11316
-
11317
- },{}],143:[function(require,module,exports){
11318
- "use strict";
11319
11477
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11320
11478
  if (k2 === undefined) k2 = k;
11321
11479
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -11380,7 +11538,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
11380
11538
  pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
11381
11539
  }
11382
11540
 
11383
- },{"../bibliotecas/biblioteca-global":20,"./estruturas/funcao-padrao":150}],144:[function(require,module,exports){
11541
+ },{"../bibliotecas/biblioteca-global":18,"./estruturas/funcao-padrao":148}],142:[function(require,module,exports){
11384
11542
  "use strict";
11385
11543
  Object.defineProperty(exports, "__esModule", { value: true });
11386
11544
  exports.EspacoMemoria = void 0;
@@ -11405,7 +11563,7 @@ class EspacoMemoria {
11405
11563
  }
11406
11564
  exports.EspacoMemoria = EspacoMemoria;
11407
11565
 
11408
- },{}],145:[function(require,module,exports){
11566
+ },{}],143:[function(require,module,exports){
11409
11567
  "use strict";
11410
11568
  Object.defineProperty(exports, "__esModule", { value: true });
11411
11569
  exports.Chamavel = void 0;
@@ -11419,7 +11577,7 @@ class Chamavel {
11419
11577
  }
11420
11578
  exports.Chamavel = Chamavel;
11421
11579
 
11422
- },{}],146:[function(require,module,exports){
11580
+ },{}],144:[function(require,module,exports){
11423
11581
  "use strict";
11424
11582
  Object.defineProperty(exports, "__esModule", { value: true });
11425
11583
  exports.ClasseDeModulo = void 0;
@@ -11440,7 +11598,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
11440
11598
  }
11441
11599
  exports.ClasseDeModulo = ClasseDeModulo;
11442
11600
 
11443
- },{"./chamavel":145}],147:[function(require,module,exports){
11601
+ },{"./chamavel":143}],145:[function(require,module,exports){
11444
11602
  "use strict";
11445
11603
  Object.defineProperty(exports, "__esModule", { value: true });
11446
11604
  exports.ClassePadrao = void 0;
@@ -11481,7 +11639,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
11481
11639
  }
11482
11640
  exports.ClassePadrao = ClassePadrao;
11483
11641
 
11484
- },{"./chamavel":145}],148:[function(require,module,exports){
11642
+ },{"./chamavel":143}],146:[function(require,module,exports){
11485
11643
  "use strict";
11486
11644
  Object.defineProperty(exports, "__esModule", { value: true });
11487
11645
  exports.DeleguaFuncao = void 0;
@@ -11626,7 +11784,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
11626
11784
  }
11627
11785
  exports.DeleguaFuncao = DeleguaFuncao;
11628
11786
 
11629
- },{"../../declaracoes":97,"../../quebras":182,"../espaco-memoria":144,"./chamavel":145}],149:[function(require,module,exports){
11787
+ },{"../../declaracoes":95,"../../quebras":180,"../espaco-memoria":142,"./chamavel":143}],147:[function(require,module,exports){
11630
11788
  "use strict";
11631
11789
  Object.defineProperty(exports, "__esModule", { value: true });
11632
11790
  exports.DescritorTipoClasse = void 0;
@@ -11707,7 +11865,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
11707
11865
  }
11708
11866
  exports.DescritorTipoClasse = DescritorTipoClasse;
11709
11867
 
11710
- },{"../../excecoes":110,"./chamavel":145,"./objeto-delegua-classe":154}],150:[function(require,module,exports){
11868
+ },{"../../excecoes":108,"./chamavel":143,"./objeto-delegua-classe":152}],148:[function(require,module,exports){
11711
11869
  "use strict";
11712
11870
  Object.defineProperty(exports, "__esModule", { value: true });
11713
11871
  exports.FuncaoPadrao = void 0;
@@ -11744,7 +11902,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
11744
11902
  }
11745
11903
  exports.FuncaoPadrao = FuncaoPadrao;
11746
11904
 
11747
- },{"./chamavel":145}],151:[function(require,module,exports){
11905
+ },{"./chamavel":143}],149:[function(require,module,exports){
11748
11906
  "use strict";
11749
11907
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11750
11908
  if (k2 === undefined) k2 = k;
@@ -11773,7 +11931,7 @@ __exportStar(require("./objeto-delegua-classe"), exports);
11773
11931
  __exportStar(require("./objeto-padrao"), exports);
11774
11932
  __exportStar(require("./referencia-montao"), exports);
11775
11933
 
11776
- },{"./chamavel":145,"./classe-de-modulo":146,"./classe-padrao":147,"./delegua-funcao":148,"./descritor-tipo-classe":149,"./funcao-padrao":150,"./metodo-primitiva":152,"./modulo":153,"./objeto-delegua-classe":154,"./objeto-padrao":155,"./referencia-montao":156}],152:[function(require,module,exports){
11934
+ },{"./chamavel":143,"./classe-de-modulo":144,"./classe-padrao":145,"./delegua-funcao":146,"./descritor-tipo-classe":147,"./funcao-padrao":148,"./metodo-primitiva":150,"./modulo":151,"./objeto-delegua-classe":152,"./objeto-padrao":153,"./referencia-montao":154}],150:[function(require,module,exports){
11777
11935
  "use strict";
11778
11936
  Object.defineProperty(exports, "__esModule", { value: true });
11779
11937
  exports.MetodoPrimitiva = void 0;
@@ -11816,7 +11974,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
11816
11974
  }
11817
11975
  exports.MetodoPrimitiva = MetodoPrimitiva;
11818
11976
 
11819
- },{"./chamavel":145}],153:[function(require,module,exports){
11977
+ },{"./chamavel":143}],151:[function(require,module,exports){
11820
11978
  "use strict";
11821
11979
  Object.defineProperty(exports, "__esModule", { value: true });
11822
11980
  exports.DeleguaModulo = void 0;
@@ -11842,7 +12000,7 @@ class DeleguaModulo {
11842
12000
  }
11843
12001
  exports.DeleguaModulo = DeleguaModulo;
11844
12002
 
11845
- },{}],154:[function(require,module,exports){
12003
+ },{}],152:[function(require,module,exports){
11846
12004
  "use strict";
11847
12005
  Object.defineProperty(exports, "__esModule", { value: true });
11848
12006
  exports.ObjetoDeleguaClasse = void 0;
@@ -11910,7 +12068,7 @@ class ObjetoDeleguaClasse {
11910
12068
  }
11911
12069
  exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
11912
12070
 
11913
- },{"../../excecoes":110}],155:[function(require,module,exports){
12071
+ },{"../../excecoes":108}],153:[function(require,module,exports){
11914
12072
  "use strict";
11915
12073
  Object.defineProperty(exports, "__esModule", { value: true });
11916
12074
  exports.ObjetoPadrao = void 0;
@@ -11944,7 +12102,7 @@ class ObjetoPadrao {
11944
12102
  }
11945
12103
  exports.ObjetoPadrao = ObjetoPadrao;
11946
12104
 
11947
- },{}],156:[function(require,module,exports){
12105
+ },{}],154:[function(require,module,exports){
11948
12106
  "use strict";
11949
12107
  Object.defineProperty(exports, "__esModule", { value: true });
11950
12108
  exports.ReferenciaMontao = void 0;
@@ -11969,7 +12127,7 @@ class ReferenciaMontao {
11969
12127
  }
11970
12128
  exports.ReferenciaMontao = ReferenciaMontao;
11971
12129
 
11972
- },{}],157:[function(require,module,exports){
12130
+ },{}],155:[function(require,module,exports){
11973
12131
  "use strict";
11974
12132
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11975
12133
  if (k2 === undefined) k2 = k;
@@ -11989,7 +12147,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
11989
12147
  __exportStar(require("./interpretador"), exports);
11990
12148
  __exportStar(require("./interpretador-base"), exports);
11991
12149
 
11992
- },{"./interpretador":159,"./interpretador-base":158}],158:[function(require,module,exports){
12150
+ },{"./interpretador":157,"./interpretador-base":156}],156:[function(require,module,exports){
11993
12151
  (function (process){(function (){
11994
12152
  "use strict";
11995
12153
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -12222,7 +12380,8 @@ class InterpretadorBase {
12222
12380
  }
12223
12381
  else {
12224
12382
  valor = this.resolverValor(valor);
12225
- textoFinal = textoFinal.replace('${' + elemento.expressaoInterpolacao + '}', `${this.paraTexto(valor)}`);
12383
+ const valorResolvidoComoTexto = this.paraTexto(valor);
12384
+ textoFinal = textoFinal.replace('${' + elemento.expressaoInterpolacao + '}', valorResolvidoComoTexto.replace(/"/g, ''));
12226
12385
  }
12227
12386
  }
12228
12387
  return textoFinal;
@@ -13334,6 +13493,8 @@ class InterpretadorBase {
13334
13493
  }
13335
13494
  if (objeto.valor instanceof estruturas_1.ObjetoPadrao)
13336
13495
  return objeto.valor.paraTexto();
13496
+ if (objeto instanceof construtos_1.Literal)
13497
+ return this.paraTexto(objeto.valor);
13337
13498
  if (objeto instanceof estruturas_1.ObjetoDeleguaClasse || objeto instanceof estruturas_1.DeleguaFuncao)
13338
13499
  return objeto.paraTexto();
13339
13500
  if (objeto instanceof quebras_1.RetornoQuebra) {
@@ -13523,7 +13684,7 @@ class InterpretadorBase {
13523
13684
  exports.InterpretadorBase = InterpretadorBase;
13524
13685
 
13525
13686
  }).call(this)}).call(this,require('_process'))
13526
- },{"../avaliador-sintatico":12,"../bibliotecas/primitivas-dicionario":21,"../construtos":52,"../excecoes":110,"../inferenciador":116,"../lexador":175,"../quebras":182,"../tipos-de-dados/delegua":183,"../tipos-de-dados/primitivos":185,"../tipos-de-simbolos/delegua":188,"./espaco-memoria":144,"./estruturas":151,"./estruturas/metodo-primitiva":152,"./pilha-escopos-execucao":161,"_process":422,"browser-process-hrtime":368}],159:[function(require,module,exports){
13687
+ },{"../avaliador-sintatico":12,"../bibliotecas/primitivas-dicionario":19,"../construtos":50,"../excecoes":108,"../inferenciador":114,"../lexador":173,"../quebras":180,"../tipos-de-dados/delegua":181,"../tipos-de-dados/primitivos":183,"../tipos-de-simbolos/delegua":186,"./espaco-memoria":142,"./estruturas":149,"./estruturas/metodo-primitiva":150,"./pilha-escopos-execucao":159,"_process":420,"browser-process-hrtime":366}],157:[function(require,module,exports){
13527
13688
  "use strict";
13528
13689
  var __importDefault = (this && this.__importDefault) || function (mod) {
13529
13690
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13602,6 +13763,12 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
13602
13763
  }
13603
13764
  return objeto;
13604
13765
  }
13766
+ serializarSemEspacos(objeto) {
13767
+ return JSON
13768
+ .stringify(objeto)
13769
+ .replace(/,\s+/g, ',')
13770
+ .replace(/:\s+/g, ':');
13771
+ }
13605
13772
  paraTexto(objeto) {
13606
13773
  if (objeto === null || objeto === undefined)
13607
13774
  return delegua_1.default.NULO;
@@ -13610,6 +13777,8 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
13610
13777
  }
13611
13778
  if (objeto.valor instanceof estruturas_1.ObjetoPadrao)
13612
13779
  return objeto.valor.paraTexto();
13780
+ if (objeto instanceof construtos_1.Literal || objeto instanceof construtos_1.Tupla)
13781
+ return objeto.paraTextoSaida();
13613
13782
  if (objeto instanceof estruturas_1.ObjetoDeleguaClasse || objeto instanceof estruturas_1.DeleguaFuncao)
13614
13783
  return objeto.paraTexto();
13615
13784
  if (objeto instanceof quebras_1.RetornoQuebra) {
@@ -13626,8 +13795,12 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
13626
13795
  if (Array.isArray(objeto)) {
13627
13796
  let retornoVetor = '[';
13628
13797
  for (let elemento of objeto) {
13798
+ if (elemento instanceof construtos_1.Tupla) {
13799
+ retornoVetor += elemento.paraTextoSaida() + ', ';
13800
+ continue;
13801
+ }
13629
13802
  if (typeof elemento === 'object') {
13630
- retornoVetor += `${JSON.stringify(elemento)}, `;
13803
+ retornoVetor += `${this.serializarSemEspacos(elemento)}, `;
13631
13804
  continue;
13632
13805
  }
13633
13806
  retornoVetor +=
@@ -13832,9 +14005,8 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
13832
14005
  let valorVetorOuDicionarioResolvido = this.resolverValor(vetorOuDicionarioResolvido);
13833
14006
  // Se até aqui vetor resolvido é um dicionário, converte dicionário
13834
14007
  // para vetor de duplas.
13835
- // TODO: Converter elementos para `Construto` se necessário.
13836
14008
  if (paraCada.vetorOuDicionario.tipo === 'dicionário') {
13837
- valorVetorOuDicionarioResolvido = Object.entries(valorVetorOuDicionarioResolvido).map((v) => new construtos_1.Dupla(v[0], v[1]));
14009
+ valorVetorOuDicionarioResolvido = Object.entries(valorVetorOuDicionarioResolvido).map((v) => new construtos_1.Dupla(new construtos_1.Literal(paraCada.hashArquivo, paraCada.linha, v[0], 'texto'), new construtos_1.Literal(paraCada.hashArquivo, paraCada.linha, v[1], (0, inferenciador_1.inferirTipoVariavel)(v[1]))));
13838
14010
  }
13839
14011
  if (paraCada.vetorOuDicionario.tipo === 'texto' ||
13840
14012
  typeof valorVetorOuDicionarioResolvido === 'string') {
@@ -14050,9 +14222,6 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
14050
14222
  // Objeto simples do JavaScript, ou dicionário de Delégua.
14051
14223
  if (objeto.constructor === Object) {
14052
14224
  if (expressao.simbolo.lexema in primitivas_dicionario_1.default) {
14053
- if (!(expressao.simbolo.lexema in primitivas_numero_1.default)) {
14054
- throw new excecoes_1.ErroEmTempoDeExecucao(expressao.simbolo, `Método de primitiva '${expressao.simbolo.lexema}' não existe para o tipo dicionário.`);
14055
- }
14056
14225
  const metodoDePrimitivaDicionario = primitivas_dicionario_1.default[expressao.simbolo.lexema].implementacao;
14057
14226
  return new estruturas_1.MetodoPrimitiva(nomeObjeto, objeto, metodoDePrimitivaDicionario);
14058
14227
  }
@@ -14513,7 +14682,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
14513
14682
  }
14514
14683
  exports.Interpretador = Interpretador;
14515
14684
 
14516
- },{"../bibliotecas/primitivas-dicionario":21,"../bibliotecas/primitivas-numero":22,"../bibliotecas/primitivas-texto":23,"../bibliotecas/primitivas-vetor":24,"../construtos":52,"../declaracoes":97,"../excecoes":110,"../inferenciador":116,"../quebras":182,"../tipos-de-dados/delegua":183,"../tipos-de-dados/primitivos":185,"./comum":143,"./estruturas":151,"./interpretador-base":158,"./montao":160}],160:[function(require,module,exports){
14685
+ },{"../bibliotecas/primitivas-dicionario":19,"../bibliotecas/primitivas-numero":20,"../bibliotecas/primitivas-texto":21,"../bibliotecas/primitivas-vetor":22,"../construtos":50,"../declaracoes":95,"../excecoes":108,"../inferenciador":114,"../quebras":180,"../tipos-de-dados/delegua":181,"../tipos-de-dados/primitivos":183,"./comum":141,"./estruturas":149,"./interpretador-base":156,"./montao":158}],158:[function(require,module,exports){
14517
14686
  "use strict";
14518
14687
  Object.defineProperty(exports, "__esModule", { value: true });
14519
14688
  exports.Montao = void 0;
@@ -14570,7 +14739,7 @@ class Montao {
14570
14739
  }
14571
14740
  exports.Montao = Montao;
14572
14741
 
14573
- },{"../excecoes":110,"../geracao-identificadores":114}],161:[function(require,module,exports){
14742
+ },{"../excecoes":108,"../geracao-identificadores":112}],159:[function(require,module,exports){
14574
14743
  "use strict";
14575
14744
  var __importDefault = (this && this.__importDefault) || function (mod) {
14576
14745
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -14858,7 +15027,7 @@ class PilhaEscoposExecucao {
14858
15027
  }
14859
15028
  exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
14860
15029
 
14861
- },{"../excecoes":110,"../inferenciador":116,"../lexador":175,"../tipos-de-dados/delegua":183,"./estruturas":151}],162:[function(require,module,exports){
15030
+ },{"../excecoes":108,"../inferenciador":114,"../lexador":173,"../tipos-de-dados/delegua":181,"./estruturas":149}],160:[function(require,module,exports){
14862
15031
  "use strict";
14863
15032
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14864
15033
  if (k2 === undefined) k2 = k;
@@ -14882,7 +15051,7 @@ __exportStar(require("./lexador-guarani"), exports);
14882
15051
  __exportStar(require("./lexador-portugol-ipt"), exports);
14883
15052
  __exportStar(require("./lexador-tenda"), exports);
14884
15053
 
14885
- },{"./lexador-calango":163,"./lexador-egua-classico":164,"./lexador-guarani":165,"./lexador-pitugues":166,"./lexador-portugol-ipt":167,"./lexador-tenda":168}],163:[function(require,module,exports){
15054
+ },{"./lexador-calango":161,"./lexador-egua-classico":162,"./lexador-guarani":163,"./lexador-pitugues":164,"./lexador-portugol-ipt":165,"./lexador-tenda":166}],161:[function(require,module,exports){
14886
15055
  "use strict";
14887
15056
  var __importDefault = (this && this.__importDefault) || function (mod) {
14888
15057
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -15115,7 +15284,7 @@ class LexadorCalango {
15115
15284
  }
15116
15285
  exports.LexadorCalango = LexadorCalango;
15117
15286
 
15118
- },{"../../tipos-de-simbolos/calango":186,"../simbolo":181,"./palavras-reservadas/calango":169}],164:[function(require,module,exports){
15287
+ },{"../../tipos-de-simbolos/calango":184,"../simbolo":179,"./palavras-reservadas/calango":167}],162:[function(require,module,exports){
15119
15288
  "use strict";
15120
15289
  var __importDefault = (this && this.__importDefault) || function (mod) {
15121
15290
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -15405,7 +15574,7 @@ class LexadorEguaClassico {
15405
15574
  }
15406
15575
  exports.LexadorEguaClassico = LexadorEguaClassico;
15407
15576
 
15408
- },{"../../tipos-de-simbolos/egua-classico":189,"../simbolo":181,"./palavras-reservadas/egua-classico":170}],165:[function(require,module,exports){
15577
+ },{"../../tipos-de-simbolos/egua-classico":187,"../simbolo":179,"./palavras-reservadas/egua-classico":168}],163:[function(require,module,exports){
15409
15578
  "use strict";
15410
15579
  var __importDefault = (this && this.__importDefault) || function (mod) {
15411
15580
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -15524,7 +15693,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
15524
15693
  }
15525
15694
  exports.LexadorGuarani = LexadorGuarani;
15526
15695
 
15527
- },{"../../tipos-de-simbolos/guarani":190,"../lexador-base":177,"./palavras-reservadas/guarani":171}],166:[function(require,module,exports){
15696
+ },{"../../tipos-de-simbolos/guarani":188,"../lexador-base":175,"./palavras-reservadas/guarani":169}],164:[function(require,module,exports){
15528
15697
  "use strict";
15529
15698
  var __importDefault = (this && this.__importDefault) || function (mod) {
15530
15699
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -15637,6 +15806,34 @@ class LexadorPitugues {
15637
15806
  simboloAnterior() {
15638
15807
  return this.codigo[this.linha].charAt(this.atual - 1);
15639
15808
  }
15809
+ analisarTextoMultilinha(delimitador) {
15810
+ const inicioLinha = this.linha;
15811
+ let contagemDelimitadores = 0;
15812
+ while (!this.eFinalDoCodigo() && contagemDelimitadores < 3) {
15813
+ this.avancar();
15814
+ if (this.simboloAtual() === delimitador) {
15815
+ contagemDelimitadores++;
15816
+ }
15817
+ else {
15818
+ contagemDelimitadores = 0;
15819
+ }
15820
+ }
15821
+ if (contagemDelimitadores === 3) {
15822
+ const linhas = this.codigo.slice(inicioLinha, this.linha + 1);
15823
+ let conteudo = linhas.join('\n');
15824
+ // Remove delimitadores inicial e final
15825
+ const larguraDelimitadoresFim = delimitador.repeat(3);
15826
+ conteudo = conteudo.substring(conteudo.indexOf(larguraDelimitadoresFim) + 3);
15827
+ conteudo = conteudo.substring(0, conteudo.lastIndexOf(larguraDelimitadoresFim));
15828
+ this.simbolos.push(new simbolo_1.Simbolo(pitugues_2.default.TEXTO_MULTILINHAS, conteudo, conteudo, inicioLinha + 1, this.hashArquivo));
15829
+ return;
15830
+ }
15831
+ this.erros.push({
15832
+ linha: this.linha + 1,
15833
+ caractere: this.simboloAnterior(),
15834
+ mensagem: 'Texto multilinha não finalizado.',
15835
+ });
15836
+ }
15640
15837
  analisarTexto(delimitador = '"') {
15641
15838
  const linhaPrimeiroCaracter = this.linha;
15642
15839
  while (this.simboloAtual() !== delimitador && !this.eFinalDoCodigo()) {
@@ -15651,6 +15848,11 @@ class LexadorPitugues {
15651
15848
  return;
15652
15849
  }
15653
15850
  const textoCompleto = this.codigo[this.linha].substring(this.inicioSimbolo + 1, this.atual);
15851
+ if (textoCompleto.length === 0 && !this.eFinalDoCodigo() && this.codigo[this.linha].charAt(this.atual + 1) === delimitador) {
15852
+ this.avancar(); // Avança para o próximo delimitador
15853
+ this.analisarTextoMultilinha(delimitador);
15854
+ return;
15855
+ }
15654
15856
  this.simbolos.push(new simbolo_1.Simbolo(pitugues_2.default.TEXTO, textoCompleto, textoCompleto, linhaPrimeiroCaracter + 1, this.hashArquivo));
15655
15857
  }
15656
15858
  analisarNumero() {
@@ -15942,7 +16144,7 @@ class LexadorPitugues {
15942
16144
  }
15943
16145
  exports.LexadorPitugues = LexadorPitugues;
15944
16146
 
15945
- },{"../../tipos-de-simbolos/pitugues":192,"../simbolo":181,"./palavras-reservadas/pitugues":172,"browser-process-hrtime":368}],167:[function(require,module,exports){
16147
+ },{"../../tipos-de-simbolos/pitugues":190,"../simbolo":179,"./palavras-reservadas/pitugues":170,"browser-process-hrtime":366}],165:[function(require,module,exports){
15946
16148
  "use strict";
15947
16149
  var __importDefault = (this && this.__importDefault) || function (mod) {
15948
16150
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16194,7 +16396,7 @@ class LexadorPortugolIpt {
16194
16396
  }
16195
16397
  exports.LexadorPortugolIpt = LexadorPortugolIpt;
16196
16398
 
16197
- },{"../../tipos-de-simbolos/portugol-ipt":193,"../simbolo":181,"./palavras-reservadas/portugol-ipt":173}],168:[function(require,module,exports){
16399
+ },{"../../tipos-de-simbolos/portugol-ipt":191,"../simbolo":179,"./palavras-reservadas/portugol-ipt":171}],166:[function(require,module,exports){
16198
16400
  "use strict";
16199
16401
  var __importDefault = (this && this.__importDefault) || function (mod) {
16200
16402
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16585,7 +16787,7 @@ class LexadorTenda {
16585
16787
  }
16586
16788
  exports.LexadorTenda = LexadorTenda;
16587
16789
 
16588
- },{"../../tipos-de-simbolos/tenda":194,"../simbolo":181,"./palavras-reservadas/tenda":174,"browser-process-hrtime":368}],169:[function(require,module,exports){
16790
+ },{"../../tipos-de-simbolos/tenda":192,"../simbolo":179,"./palavras-reservadas/tenda":172,"browser-process-hrtime":366}],167:[function(require,module,exports){
16589
16791
  "use strict";
16590
16792
  var __importDefault = (this && this.__importDefault) || function (mod) {
16591
16793
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16606,7 +16808,7 @@ exports.default = {
16606
16808
  fimSe: calango_1.default.FIM_SE,
16607
16809
  };
16608
16810
 
16609
- },{"../../../tipos-de-simbolos/calango":186}],170:[function(require,module,exports){
16811
+ },{"../../../tipos-de-simbolos/calango":184}],168:[function(require,module,exports){
16610
16812
  "use strict";
16611
16813
  var __importDefault = (this && this.__importDefault) || function (mod) {
16612
16814
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16647,7 +16849,7 @@ exports.palavrasReservadas = {
16647
16849
  verdadeiro: egua_classico_1.default.VERDADEIRO,
16648
16850
  };
16649
16851
 
16650
- },{"../../../tipos-de-simbolos/egua-classico":189}],171:[function(require,module,exports){
16852
+ },{"../../../tipos-de-simbolos/egua-classico":187}],169:[function(require,module,exports){
16651
16853
  "use strict";
16652
16854
  var __importDefault = (this && this.__importDefault) || function (mod) {
16653
16855
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16659,7 +16861,7 @@ exports.palavrasReservadas = {
16659
16861
  hai: guarani_1.default.HAI,
16660
16862
  };
16661
16863
 
16662
- },{"../../../tipos-de-simbolos/guarani":190}],172:[function(require,module,exports){
16864
+ },{"../../../tipos-de-simbolos/guarani":188}],170:[function(require,module,exports){
16663
16865
  "use strict";
16664
16866
  var __importDefault = (this && this.__importDefault) || function (mod) {
16665
16867
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16720,7 +16922,7 @@ exports.palavrasReservadasMicroGramatica = {
16720
16922
  verdadeiro: pitugues_1.default.VERDADEIRO,
16721
16923
  };
16722
16924
 
16723
- },{"../../../tipos-de-simbolos/pitugues":192}],173:[function(require,module,exports){
16925
+ },{"../../../tipos-de-simbolos/pitugues":190}],171:[function(require,module,exports){
16724
16926
  "use strict";
16725
16927
  var __importDefault = (this && this.__importDefault) || function (mod) {
16726
16928
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16742,7 +16944,7 @@ exports.palavrasReservadas = {
16742
16944
  senão: portugol_ipt_1.default.SENAO,
16743
16945
  };
16744
16946
 
16745
- },{"../../../tipos-de-simbolos/portugol-ipt":193}],174:[function(require,module,exports){
16947
+ },{"../../../tipos-de-simbolos/portugol-ipt":191}],172:[function(require,module,exports){
16746
16948
  "use strict";
16747
16949
  var __importDefault = (this && this.__importDefault) || function (mod) {
16748
16950
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16800,7 +17002,7 @@ exports.palavrasReservadas = {
16800
17002
  Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
16801
17003
  };
16802
17004
 
16803
- },{"../../../tipos-de-simbolos/tenda":194}],175:[function(require,module,exports){
17005
+ },{"../../../tipos-de-simbolos/tenda":192}],173:[function(require,module,exports){
16804
17006
  "use strict";
16805
17007
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16806
17008
  if (k2 === undefined) k2 = k;
@@ -16823,7 +17025,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
16823
17025
  __exportStar(require("./micro-lexador"), exports);
16824
17026
  __exportStar(require("./simbolo"), exports);
16825
17027
 
16826
- },{"./dialetos":162,"./lexador":178,"./lexador-base-linha-unica":176,"./micro-lexador":179,"./simbolo":181}],176:[function(require,module,exports){
17028
+ },{"./dialetos":160,"./lexador":176,"./lexador-base-linha-unica":174,"./micro-lexador":177,"./simbolo":179}],174:[function(require,module,exports){
16827
17029
  "use strict";
16828
17030
  Object.defineProperty(exports, "__esModule", { value: true });
16829
17031
  exports.LexadorBaseLinhaUnica = void 0;
@@ -16907,7 +17109,7 @@ class LexadorBaseLinhaUnica {
16907
17109
  }
16908
17110
  exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
16909
17111
 
16910
- },{"./simbolo":181}],177:[function(require,module,exports){
17112
+ },{"./simbolo":179}],175:[function(require,module,exports){
16911
17113
  "use strict";
16912
17114
  Object.defineProperty(exports, "__esModule", { value: true });
16913
17115
  exports.LexadorBase = void 0;
@@ -17021,7 +17223,7 @@ class LexadorBase {
17021
17223
  }
17022
17224
  exports.LexadorBase = LexadorBase;
17023
17225
 
17024
- },{"./simbolo":181}],178:[function(require,module,exports){
17226
+ },{"./simbolo":179}],176:[function(require,module,exports){
17025
17227
  "use strict";
17026
17228
  var __importDefault = (this && this.__importDefault) || function (mod) {
17027
17229
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17492,7 +17694,7 @@ class Lexador {
17492
17694
  }
17493
17695
  exports.Lexador = Lexador;
17494
17696
 
17495
- },{"../tipos-de-simbolos/delegua":188,"./palavras-reservadas":180,"./simbolo":181,"browser-process-hrtime":368}],179:[function(require,module,exports){
17697
+ },{"../tipos-de-simbolos/delegua":186,"./palavras-reservadas":178,"./simbolo":179,"browser-process-hrtime":366}],177:[function(require,module,exports){
17496
17698
  "use strict";
17497
17699
  var __importDefault = (this && this.__importDefault) || function (mod) {
17498
17700
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17725,7 +17927,7 @@ class MicroLexador {
17725
17927
  }
17726
17928
  exports.MicroLexador = MicroLexador;
17727
17929
 
17728
- },{"../tipos-de-simbolos/microgramaticas/delegua":191,"./palavras-reservadas":180,"./simbolo":181}],180:[function(require,module,exports){
17930
+ },{"../tipos-de-simbolos/microgramaticas/delegua":189,"./palavras-reservadas":178,"./simbolo":179}],178:[function(require,module,exports){
17729
17931
  "use strict";
17730
17932
  var __importDefault = (this && this.__importDefault) || function (mod) {
17731
17933
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17791,7 +17993,7 @@ exports.palavrasReservadasMicroGramatica = {
17791
17993
  verdadeiro: delegua_1.default.VERDADEIRO,
17792
17994
  };
17793
17995
 
17794
- },{"../tipos-de-simbolos/delegua":188}],181:[function(require,module,exports){
17996
+ },{"../tipos-de-simbolos/delegua":186}],179:[function(require,module,exports){
17795
17997
  "use strict";
17796
17998
  Object.defineProperty(exports, "__esModule", { value: true });
17797
17999
  exports.Simbolo = void 0;
@@ -17809,7 +18011,7 @@ class Simbolo {
17809
18011
  }
17810
18012
  exports.Simbolo = Simbolo;
17811
18013
 
17812
- },{}],182:[function(require,module,exports){
18014
+ },{}],180:[function(require,module,exports){
17813
18015
  "use strict";
17814
18016
  Object.defineProperty(exports, "__esModule", { value: true });
17815
18017
  exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
@@ -17834,7 +18036,7 @@ class ContinuarQuebra extends Quebra {
17834
18036
  }
17835
18037
  exports.ContinuarQuebra = ContinuarQuebra;
17836
18038
 
17837
- },{}],183:[function(require,module,exports){
18039
+ },{}],181:[function(require,module,exports){
17838
18040
  "use strict";
17839
18041
  Object.defineProperty(exports, "__esModule", { value: true });
17840
18042
  exports.default = {
@@ -17864,7 +18066,7 @@ exports.default = {
17864
18066
  VETOR_TEXTO: 'texto[]',
17865
18067
  };
17866
18068
 
17867
- },{}],184:[function(require,module,exports){
18069
+ },{}],182:[function(require,module,exports){
17868
18070
  "use strict";
17869
18071
  Object.defineProperty(exports, "__esModule", { value: true });
17870
18072
  exports.default = {
@@ -17894,7 +18096,7 @@ exports.default = {
17894
18096
  VETOR_TEXTO: 'texto[]',
17895
18097
  };
17896
18098
 
17897
- },{}],185:[function(require,module,exports){
18099
+ },{}],183:[function(require,module,exports){
17898
18100
  "use strict";
17899
18101
  Object.defineProperty(exports, "__esModule", { value: true });
17900
18102
  exports.default = {
@@ -17913,7 +18115,7 @@ exports.default = {
17913
18115
  TEXTO: 'string',
17914
18116
  };
17915
18117
 
17916
- },{}],186:[function(require,module,exports){
18118
+ },{}],184:[function(require,module,exports){
17917
18119
  "use strict";
17918
18120
  Object.defineProperty(exports, "__esModule", { value: true });
17919
18121
  exports.default = {
@@ -17957,7 +18159,7 @@ exports.default = {
17957
18159
  VIRGULA: 'VIRGULA',
17958
18160
  };
17959
18161
 
17960
- },{}],187:[function(require,module,exports){
18162
+ },{}],185:[function(require,module,exports){
17961
18163
  "use strict";
17962
18164
  Object.defineProperty(exports, "__esModule", { value: true });
17963
18165
  exports.default = {
@@ -17983,7 +18185,7 @@ exports.default = {
17983
18185
  VIRGULA: 'VIRGULA',
17984
18186
  };
17985
18187
 
17986
- },{}],188:[function(require,module,exports){
18188
+ },{}],186:[function(require,module,exports){
17987
18189
  "use strict";
17988
18190
  Object.defineProperty(exports, "__esModule", { value: true });
17989
18191
  exports.default = {
@@ -18082,7 +18284,7 @@ exports.default = {
18082
18284
  VIRGULA: 'VIRGULA',
18083
18285
  };
18084
18286
 
18085
- },{}],189:[function(require,module,exports){
18287
+ },{}],187:[function(require,module,exports){
18086
18288
  "use strict";
18087
18289
  Object.defineProperty(exports, "__esModule", { value: true });
18088
18290
  exports.default = {
@@ -18160,7 +18362,7 @@ exports.default = {
18160
18362
  VIRGULA: 'VIRGULA',
18161
18363
  };
18162
18364
 
18163
- },{}],190:[function(require,module,exports){
18365
+ },{}],188:[function(require,module,exports){
18164
18366
  "use strict";
18165
18367
  Object.defineProperty(exports, "__esModule", { value: true });
18166
18368
  exports.default = {
@@ -18177,7 +18379,7 @@ exports.default = {
18177
18379
  VIRGULA: 'VIRGULA',
18178
18380
  };
18179
18381
 
18180
- },{}],191:[function(require,module,exports){
18382
+ },{}],189:[function(require,module,exports){
18181
18383
  "use strict";
18182
18384
  Object.defineProperty(exports, "__esModule", { value: true });
18183
18385
  exports.default = {
@@ -18228,7 +18430,7 @@ exports.default = {
18228
18430
  VIRGULA: 'VIRGULA',
18229
18431
  };
18230
18432
 
18231
- },{}],192:[function(require,module,exports){
18433
+ },{}],190:[function(require,module,exports){
18232
18434
  "use strict";
18233
18435
  Object.defineProperty(exports, "__esModule", { value: true });
18234
18436
  exports.default = {
@@ -18306,13 +18508,14 @@ exports.default = {
18306
18508
  TENDO: 'TENDO',
18307
18509
  TENTE: 'TENTE',
18308
18510
  TEXTO: 'TEXTO',
18511
+ TEXTO_MULTILINHAS: 'TEXTO_MULTILINHAS',
18309
18512
  TIPO: 'TIPO',
18310
18513
  VARIAVEL: 'VARIAVEL',
18311
18514
  VERDADEIRO: 'VERDADEIRO',
18312
18515
  VIRGULA: 'VIRGULA',
18313
18516
  };
18314
18517
 
18315
- },{}],193:[function(require,module,exports){
18518
+ },{}],191:[function(require,module,exports){
18316
18519
  "use strict";
18317
18520
  Object.defineProperty(exports, "__esModule", { value: true });
18318
18521
  exports.default = {
@@ -18351,7 +18554,7 @@ exports.default = {
18351
18554
  VIRGULA: 'VIRGULA',
18352
18555
  };
18353
18556
 
18354
- },{}],194:[function(require,module,exports){
18557
+ },{}],192:[function(require,module,exports){
18355
18558
  "use strict";
18356
18559
  Object.defineProperty(exports, "__esModule", { value: true });
18357
18560
  // Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
@@ -18446,7 +18649,7 @@ exports.default = {
18446
18649
  VIRGULA: 'VIRGULA',
18447
18650
  };
18448
18651
 
18449
- },{}],195:[function(require,module,exports){
18652
+ },{}],193:[function(require,module,exports){
18450
18653
  "use strict";
18451
18654
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18452
18655
  if (k2 === undefined) k2 = k;
@@ -18473,7 +18676,7 @@ __exportStar(require("./tradutor-reverso-javascript"), exports);
18473
18676
  __exportStar(require("./tradutor-reverso-python"), exports);
18474
18677
  __exportStar(require("./tradutor-reverso-tenda"), exports);
18475
18678
 
18476
- },{"./tradutor-assemblyscript":198,"./tradutor-calango":199,"./tradutor-javascript":200,"./tradutor-mermaidjs":201,"./tradutor-portugol-ipt":202,"./tradutor-python":203,"./tradutor-reverso-javascript":204,"./tradutor-reverso-python":205,"./tradutor-reverso-tenda":206}],196:[function(require,module,exports){
18679
+ },{"./tradutor-assemblyscript":196,"./tradutor-calango":197,"./tradutor-javascript":198,"./tradutor-mermaidjs":199,"./tradutor-portugol-ipt":200,"./tradutor-python":201,"./tradutor-reverso-javascript":202,"./tradutor-reverso-python":203,"./tradutor-reverso-tenda":204}],194:[function(require,module,exports){
18477
18680
  "use strict";
18478
18681
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
18479
18682
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -19713,7 +19916,7 @@ __decorate([
19713
19916
  Decorators_1.Override
19714
19917
  ], Python3Lexer.prototype, "nextToken", null);
19715
19918
 
19716
- },{"./python3-parser":197,"antlr4ts/CommonToken":216,"antlr4ts/Decorators":220,"antlr4ts/Lexer":228,"antlr4ts/Token":245,"antlr4ts/VocabularyImpl":251,"antlr4ts/atn/ATNDeserializer":257,"antlr4ts/atn/LexerATNSimulator":278,"antlr4ts/misc/Utils":339}],197:[function(require,module,exports){
19919
+ },{"./python3-parser":195,"antlr4ts/CommonToken":214,"antlr4ts/Decorators":218,"antlr4ts/Lexer":226,"antlr4ts/Token":243,"antlr4ts/VocabularyImpl":249,"antlr4ts/atn/ATNDeserializer":255,"antlr4ts/atn/LexerATNSimulator":276,"antlr4ts/misc/Utils":337}],195:[function(require,module,exports){
19717
19920
  "use strict";
19718
19921
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
19719
19922
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -30960,7 +31163,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
30960
31163
  }
30961
31164
  exports.Yield_argContext = Yield_argContext;
30962
31165
 
30963
- },{"antlr4ts/FailedPredicateException":224,"antlr4ts/NoViableAltException":232,"antlr4ts/Parser":233,"antlr4ts/ParserRuleContext":236,"antlr4ts/RecognitionException":239,"antlr4ts/Token":245,"antlr4ts/VocabularyImpl":251,"antlr4ts/atn/ATN":253,"antlr4ts/atn/ATNDeserializer":257,"antlr4ts/atn/ParserATNSimulator":294,"antlr4ts/misc/Utils":339}],198:[function(require,module,exports){
31166
+ },{"antlr4ts/FailedPredicateException":222,"antlr4ts/NoViableAltException":230,"antlr4ts/Parser":231,"antlr4ts/ParserRuleContext":234,"antlr4ts/RecognitionException":237,"antlr4ts/Token":243,"antlr4ts/VocabularyImpl":249,"antlr4ts/atn/ATN":251,"antlr4ts/atn/ATNDeserializer":255,"antlr4ts/atn/ParserATNSimulator":292,"antlr4ts/misc/Utils":337}],196:[function(require,module,exports){
30964
31167
  "use strict";
30965
31168
  var __importDefault = (this && this.__importDefault) || function (mod) {
30966
31169
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -31595,7 +31798,7 @@ class TradutorAssemblyScript {
31595
31798
  }
31596
31799
  exports.TradutorAssemblyScript = TradutorAssemblyScript;
31597
31800
 
31598
- },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/delegua":188}],199:[function(require,module,exports){
31801
+ },{"../construtos":50,"../declaracoes":95,"../tipos-de-simbolos/delegua":186}],197:[function(require,module,exports){
31599
31802
  "use strict";
31600
31803
  Object.defineProperty(exports, "__esModule", { value: true });
31601
31804
  exports.TradutorCalango = void 0;
@@ -31657,7 +31860,7 @@ class TradutorCalango {
31657
31860
  }
31658
31861
  exports.TradutorCalango = TradutorCalango;
31659
31862
 
31660
- },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":162}],200:[function(require,module,exports){
31863
+ },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":160}],198:[function(require,module,exports){
31661
31864
  "use strict";
31662
31865
  var __importDefault = (this && this.__importDefault) || function (mod) {
31663
31866
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -32410,7 +32613,7 @@ class TradutorJavaScript {
32410
32613
  }
32411
32614
  exports.TradutorJavaScript = TradutorJavaScript;
32412
32615
 
32413
- },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/delegua":188}],201:[function(require,module,exports){
32616
+ },{"../construtos":50,"../declaracoes":95,"../tipos-de-simbolos/delegua":186}],199:[function(require,module,exports){
32414
32617
  "use strict";
32415
32618
  var __importDefault = (this && this.__importDefault) || function (mod) {
32416
32619
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -32864,7 +33067,7 @@ class TradutorMermaidJs {
32864
33067
  }
32865
33068
  exports.TradutorMermaidJs = TradutorMermaidJs;
32866
33069
 
32867
- },{"../tipos-de-simbolos/delegua":188}],202:[function(require,module,exports){
33070
+ },{"../tipos-de-simbolos/delegua":186}],200:[function(require,module,exports){
32868
33071
  "use strict";
32869
33072
  Object.defineProperty(exports, "__esModule", { value: true });
32870
33073
  exports.TradutorPortugolIpt = void 0;
@@ -32926,7 +33129,7 @@ class TradutorPortugolIpt {
32926
33129
  }
32927
33130
  exports.TradutorPortugolIpt = TradutorPortugolIpt;
32928
33131
 
32929
- },{"../avaliador-sintatico/dialetos":9,"../lexador/dialetos":162}],203:[function(require,module,exports){
33132
+ },{"../avaliador-sintatico/dialetos":9,"../lexador/dialetos":160}],201:[function(require,module,exports){
32930
33133
  "use strict";
32931
33134
  var __importDefault = (this && this.__importDefault) || function (mod) {
32932
33135
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -33575,7 +33778,7 @@ class TradutorPython {
33575
33778
  }
33576
33779
  exports.TradutorPython = TradutorPython;
33577
33780
 
33578
- },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/delegua":188}],204:[function(require,module,exports){
33781
+ },{"../construtos":50,"../declaracoes":95,"../tipos-de-simbolos/delegua":186}],202:[function(require,module,exports){
33579
33782
  "use strict";
33580
33783
  Object.defineProperty(exports, "__esModule", { value: true });
33581
33784
  exports.TradutorReversoJavaScript = void 0;
@@ -33972,7 +34175,7 @@ class TradutorReversoJavaScript {
33972
34175
  }
33973
34176
  exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
33974
34177
 
33975
- },{}],205:[function(require,module,exports){
34178
+ },{}],203:[function(require,module,exports){
33976
34179
  "use strict";
33977
34180
  Object.defineProperty(exports, "__esModule", { value: true });
33978
34181
  exports.TradutorReversoPython = void 0;
@@ -34045,7 +34248,7 @@ class TradutorReversoPython {
34045
34248
  }
34046
34249
  exports.TradutorReversoPython = TradutorReversoPython;
34047
34250
 
34048
- },{"./python/python3-lexer":196,"./python/python3-parser":197,"antlr4ts":322,"antlr4ts/tree/ParseTreeWalker":341}],206:[function(require,module,exports){
34251
+ },{"./python/python3-lexer":194,"./python/python3-parser":195,"antlr4ts":320,"antlr4ts/tree/ParseTreeWalker":339}],204:[function(require,module,exports){
34049
34252
  "use strict";
34050
34253
  var __importDefault = (this && this.__importDefault) || function (mod) {
34051
34254
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -34639,7 +34842,7 @@ class TradutorReversoTenda {
34639
34842
  }
34640
34843
  exports.TradutorReversoTenda = TradutorReversoTenda;
34641
34844
 
34642
- },{"../construtos":52,"../tipos-de-simbolos/tenda":194}],207:[function(require,module,exports){
34845
+ },{"../construtos":50,"../tipos-de-simbolos/tenda":192}],205:[function(require,module,exports){
34643
34846
  "use strict";
34644
34847
  /*!
34645
34848
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34647,7 +34850,7 @@ exports.TradutorReversoTenda = TradutorReversoTenda;
34647
34850
  */
34648
34851
  Object.defineProperty(exports, "__esModule", { value: true });
34649
34852
 
34650
- },{}],208:[function(require,module,exports){
34853
+ },{}],206:[function(require,module,exports){
34651
34854
  "use strict";
34652
34855
  /*!
34653
34856
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34655,7 +34858,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
34655
34858
  */
34656
34859
  Object.defineProperty(exports, "__esModule", { value: true });
34657
34860
 
34658
- },{}],209:[function(require,module,exports){
34861
+ },{}],207:[function(require,module,exports){
34659
34862
  "use strict";
34660
34863
  /*!
34661
34864
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34817,7 +35020,7 @@ __decorate([
34817
35020
  ], ANTLRInputStream.prototype, "toString", null);
34818
35021
  exports.ANTLRInputStream = ANTLRInputStream;
34819
35022
 
34820
- },{"./Decorators":220,"./IntStream":226,"assert":363}],210:[function(require,module,exports){
35023
+ },{"./Decorators":218,"./IntStream":224,"assert":361}],208:[function(require,module,exports){
34821
35024
  "use strict";
34822
35025
  /*!
34823
35026
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -34900,7 +35103,7 @@ __decorate([
34900
35103
  ], BailErrorStrategy.prototype, "sync", null);
34901
35104
  exports.BailErrorStrategy = BailErrorStrategy;
34902
35105
 
34903
- },{"./Decorators":220,"./DefaultErrorStrategy":221,"./InputMismatchException":225,"./misc/ParseCancellationException":337}],211:[function(require,module,exports){
35106
+ },{"./Decorators":218,"./DefaultErrorStrategy":219,"./InputMismatchException":223,"./misc/ParseCancellationException":335}],209:[function(require,module,exports){
34904
35107
  "use strict";
34905
35108
  /*!
34906
35109
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35390,7 +35593,7 @@ BufferedTokenStream = __decorate([
35390
35593
  ], BufferedTokenStream);
35391
35594
  exports.BufferedTokenStream = BufferedTokenStream;
35392
35595
 
35393
- },{"./CommonToken":216,"./Decorators":220,"./Lexer":228,"./Token":245,"./misc/Interval":332,"assert":363}],212:[function(require,module,exports){
35596
+ },{"./CommonToken":214,"./Decorators":218,"./Lexer":226,"./Token":243,"./misc/Interval":330,"assert":361}],210:[function(require,module,exports){
35394
35597
  "use strict";
35395
35598
  /*!
35396
35599
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35398,7 +35601,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
35398
35601
  */
35399
35602
  Object.defineProperty(exports, "__esModule", { value: true });
35400
35603
 
35401
- },{}],213:[function(require,module,exports){
35604
+ },{}],211:[function(require,module,exports){
35402
35605
  "use strict";
35403
35606
  /*!
35404
35607
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35532,7 +35735,7 @@ var CharStreams;
35532
35735
  // }
35533
35736
  })(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
35534
35737
 
35535
- },{"./CodePointBuffer":214,"./CodePointCharStream":215,"./IntStream":226}],214:[function(require,module,exports){
35738
+ },{"./CodePointBuffer":212,"./CodePointCharStream":213,"./IntStream":224}],212:[function(require,module,exports){
35536
35739
  "use strict";
35537
35740
  /*!
35538
35741
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35767,7 +35970,7 @@ exports.CodePointBuffer = CodePointBuffer;
35767
35970
  CodePointBuffer.Builder = Builder;
35768
35971
  })(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
35769
35972
 
35770
- },{"./misc/Character":328,"assert":363}],215:[function(require,module,exports){
35973
+ },{"./misc/Character":326,"assert":361}],213:[function(require,module,exports){
35771
35974
  "use strict";
35772
35975
  /*!
35773
35976
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -35917,7 +36120,7 @@ __decorate([
35917
36120
  ], CodePointCharStream.prototype, "getText", null);
35918
36121
  exports.CodePointCharStream = CodePointCharStream;
35919
36122
 
35920
- },{"./Decorators":220,"./IntStream":226,"./misc/Interval":332,"assert":363}],216:[function(require,module,exports){
36123
+ },{"./Decorators":218,"./IntStream":224,"./misc/Interval":330,"assert":361}],214:[function(require,module,exports){
35921
36124
  "use strict";
35922
36125
  /*!
35923
36126
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -36147,7 +36350,7 @@ CommonToken = __decorate([
36147
36350
  ], CommonToken);
36148
36351
  exports.CommonToken = CommonToken;
36149
36352
 
36150
- },{"./Decorators":220,"./Token":245,"./misc/Interval":332}],217:[function(require,module,exports){
36353
+ },{"./Decorators":218,"./Token":243,"./misc/Interval":330}],215:[function(require,module,exports){
36151
36354
  "use strict";
36152
36355
  /*!
36153
36356
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -36211,7 +36414,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
36211
36414
  CommonTokenFactory.DEFAULT = new CommonTokenFactory();
36212
36415
  })(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
36213
36416
 
36214
- },{"./CommonToken":216,"./Decorators":220,"./misc/Interval":332}],218:[function(require,module,exports){
36417
+ },{"./CommonToken":214,"./Decorators":218,"./misc/Interval":330}],216:[function(require,module,exports){
36215
36418
  "use strict";
36216
36419
  /*!
36217
36420
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -36338,7 +36541,7 @@ CommonTokenStream = __decorate([
36338
36541
  ], CommonTokenStream);
36339
36542
  exports.CommonTokenStream = CommonTokenStream;
36340
36543
 
36341
- },{"./BufferedTokenStream":211,"./Decorators":220,"./Token":245}],219:[function(require,module,exports){
36544
+ },{"./BufferedTokenStream":209,"./Decorators":218,"./Token":243}],217:[function(require,module,exports){
36342
36545
  "use strict";
36343
36546
  /*!
36344
36547
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -36372,7 +36575,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
36372
36575
  */
36373
36576
  ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
36374
36577
 
36375
- },{}],220:[function(require,module,exports){
36578
+ },{}],218:[function(require,module,exports){
36376
36579
  "use strict";
36377
36580
  /*!
36378
36581
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -36399,7 +36602,7 @@ function SuppressWarnings(options) {
36399
36602
  }
36400
36603
  exports.SuppressWarnings = SuppressWarnings;
36401
36604
 
36402
- },{}],221:[function(require,module,exports){
36605
+ },{}],219:[function(require,module,exports){
36403
36606
  "use strict";
36404
36607
  /*!
36405
36608
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37213,7 +37416,7 @@ __decorate([
37213
37416
  ], DefaultErrorStrategy.prototype, "consumeUntil", null);
37214
37417
  exports.DefaultErrorStrategy = DefaultErrorStrategy;
37215
37418
 
37216
- },{"./Decorators":220,"./FailedPredicateException":224,"./InputMismatchException":225,"./NoViableAltException":232,"./Token":245,"./atn/ATNState":259,"./atn/ATNStateType":260,"./atn/PredictionContext":300,"./misc/IntervalSet":333}],222:[function(require,module,exports){
37419
+ },{"./Decorators":218,"./FailedPredicateException":222,"./InputMismatchException":223,"./NoViableAltException":230,"./Token":243,"./atn/ATNState":257,"./atn/ATNStateType":258,"./atn/PredictionContext":298,"./misc/IntervalSet":331}],220:[function(require,module,exports){
37217
37420
  "use strict";
37218
37421
  /*!
37219
37422
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37289,7 +37492,7 @@ var Dependents;
37289
37492
  Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
37290
37493
  })(Dependents = exports.Dependents || (exports.Dependents = {}));
37291
37494
 
37292
- },{}],223:[function(require,module,exports){
37495
+ },{}],221:[function(require,module,exports){
37293
37496
  "use strict";
37294
37497
  /*!
37295
37498
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37437,7 +37640,7 @@ __decorate([
37437
37640
  ], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
37438
37641
  exports.DiagnosticErrorListener = DiagnosticErrorListener;
37439
37642
 
37440
- },{"./Decorators":220,"./misc/BitSet":327,"./misc/Interval":332}],224:[function(require,module,exports){
37643
+ },{"./Decorators":218,"./misc/BitSet":325,"./misc/Interval":330}],222:[function(require,module,exports){
37441
37644
  "use strict";
37442
37645
  /*!
37443
37646
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37502,7 +37705,7 @@ FailedPredicateException = __decorate([
37502
37705
  ], FailedPredicateException);
37503
37706
  exports.FailedPredicateException = FailedPredicateException;
37504
37707
 
37505
- },{"./Decorators":220,"./RecognitionException":239,"./atn/PredicateTransition":299}],225:[function(require,module,exports){
37708
+ },{"./Decorators":218,"./RecognitionException":237,"./atn/PredicateTransition":297}],223:[function(require,module,exports){
37506
37709
  "use strict";
37507
37710
  /*!
37508
37711
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37542,7 +37745,7 @@ InputMismatchException = __decorate([
37542
37745
  ], InputMismatchException);
37543
37746
  exports.InputMismatchException = InputMismatchException;
37544
37747
 
37545
- },{"./Decorators":220,"./RecognitionException":239}],226:[function(require,module,exports){
37748
+ },{"./Decorators":218,"./RecognitionException":237}],224:[function(require,module,exports){
37546
37749
  "use strict";
37547
37750
  /*!
37548
37751
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37565,7 +37768,7 @@ var IntStream;
37565
37768
  IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
37566
37769
  })(IntStream = exports.IntStream || (exports.IntStream = {}));
37567
37770
 
37568
- },{}],227:[function(require,module,exports){
37771
+ },{}],225:[function(require,module,exports){
37569
37772
  "use strict";
37570
37773
  /*!
37571
37774
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37612,7 +37815,7 @@ __decorate([
37612
37815
  ], InterpreterRuleContext.prototype, "ruleIndex", null);
37613
37816
  exports.InterpreterRuleContext = InterpreterRuleContext;
37614
37817
 
37615
- },{"./Decorators":220,"./ParserRuleContext":236}],228:[function(require,module,exports){
37818
+ },{"./Decorators":218,"./ParserRuleContext":234}],226:[function(require,module,exports){
37616
37819
  "use strict";
37617
37820
  /*!
37618
37821
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -37948,7 +38151,7 @@ __decorate([
37948
38151
  ], Lexer.prototype, "charPositionInLine", null);
37949
38152
  exports.Lexer = Lexer;
37950
38153
 
37951
- },{"./CommonTokenFactory":217,"./Decorators":220,"./IntStream":226,"./LexerNoViableAltException":230,"./Recognizer":240,"./Token":245,"./atn/LexerATNSimulator":278,"./misc/IntegerStack":331,"./misc/Interval":332}],229:[function(require,module,exports){
38154
+ },{"./CommonTokenFactory":215,"./Decorators":218,"./IntStream":224,"./LexerNoViableAltException":228,"./Recognizer":238,"./Token":243,"./atn/LexerATNSimulator":276,"./misc/IntegerStack":329,"./misc/Interval":330}],227:[function(require,module,exports){
37952
38155
  "use strict";
37953
38156
  /*!
37954
38157
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38028,7 +38231,7 @@ LexerInterpreter = __decorate([
38028
38231
  ], LexerInterpreter);
38029
38232
  exports.LexerInterpreter = LexerInterpreter;
38030
38233
 
38031
- },{"./Decorators":220,"./Lexer":228,"./atn/LexerATNSimulator":278}],230:[function(require,module,exports){
38234
+ },{"./Decorators":218,"./Lexer":226,"./atn/LexerATNSimulator":276}],228:[function(require,module,exports){
38032
38235
  "use strict";
38033
38236
  /*!
38034
38237
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38085,7 +38288,7 @@ LexerNoViableAltException = __decorate([
38085
38288
  ], LexerNoViableAltException);
38086
38289
  exports.LexerNoViableAltException = LexerNoViableAltException;
38087
38290
 
38088
- },{"./Decorators":220,"./RecognitionException":239,"./misc/Interval":332,"./misc/Utils":339}],231:[function(require,module,exports){
38291
+ },{"./Decorators":218,"./RecognitionException":237,"./misc/Interval":330,"./misc/Utils":337}],229:[function(require,module,exports){
38089
38292
  "use strict";
38090
38293
  /*!
38091
38294
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38295,7 +38498,7 @@ ListTokenSource = __decorate([
38295
38498
  ], ListTokenSource);
38296
38499
  exports.ListTokenSource = ListTokenSource;
38297
38500
 
38298
- },{"./CommonTokenFactory":217,"./Decorators":220,"./Token":245}],232:[function(require,module,exports){
38501
+ },{"./CommonTokenFactory":215,"./Decorators":218,"./Token":243}],230:[function(require,module,exports){
38299
38502
  "use strict";
38300
38503
  /*!
38301
38504
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38350,7 +38553,7 @@ __decorate([
38350
38553
  ], NoViableAltException.prototype, "_startToken", void 0);
38351
38554
  exports.NoViableAltException = NoViableAltException;
38352
38555
 
38353
- },{"./Decorators":220,"./Parser":233,"./RecognitionException":239}],233:[function(require,module,exports){
38556
+ },{"./Decorators":218,"./Parser":231,"./RecognitionException":237}],231:[function(require,module,exports){
38354
38557
  (function (process){(function (){
38355
38558
  "use strict";
38356
38559
  /*!
@@ -39196,7 +39399,7 @@ __decorate([
39196
39399
  exports.Parser = Parser;
39197
39400
 
39198
39401
  }).call(this)}).call(this,require('_process'))
39199
- },{"./Decorators":220,"./DefaultErrorStrategy":221,"./Lexer":228,"./ProxyParserErrorListener":238,"./Recognizer":240,"./Token":245,"./atn/ATNDeserializationOptions":256,"./atn/ATNDeserializer":257,"./atn/ParseInfo":293,"./atn/ParserATNSimulator":294,"./atn/ProfilingATNSimulator":303,"./misc/IntegerStack":331,"./misc/Utils":339,"./tree/ErrorNode":340,"./tree/TerminalNode":343,"./tree/pattern/ParseTreePatternMatcher":348,"_process":422}],234:[function(require,module,exports){
39402
+ },{"./Decorators":218,"./DefaultErrorStrategy":219,"./Lexer":226,"./ProxyParserErrorListener":236,"./Recognizer":238,"./Token":243,"./atn/ATNDeserializationOptions":254,"./atn/ATNDeserializer":255,"./atn/ParseInfo":291,"./atn/ParserATNSimulator":292,"./atn/ProfilingATNSimulator":301,"./misc/IntegerStack":329,"./misc/Utils":337,"./tree/ErrorNode":338,"./tree/TerminalNode":341,"./tree/pattern/ParseTreePatternMatcher":346,"_process":420}],232:[function(require,module,exports){
39200
39403
  "use strict";
39201
39404
  /*!
39202
39405
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39204,7 +39407,7 @@ exports.Parser = Parser;
39204
39407
  */
39205
39408
  Object.defineProperty(exports, "__esModule", { value: true });
39206
39409
 
39207
- },{}],235:[function(require,module,exports){
39410
+ },{}],233:[function(require,module,exports){
39208
39411
  "use strict";
39209
39412
  /*!
39210
39413
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39612,7 +39815,7 @@ ParserInterpreter = __decorate([
39612
39815
  ], ParserInterpreter);
39613
39816
  exports.ParserInterpreter = ParserInterpreter;
39614
39817
 
39615
- },{"./Decorators":220,"./FailedPredicateException":224,"./InputMismatchException":225,"./InterpreterRuleContext":227,"./Parser":233,"./RecognitionException":239,"./Token":245,"./atn/ATNState":259,"./atn/ATNStateType":260,"./atn/LoopEndState":290,"./atn/ParserATNSimulator":294,"./atn/StarLoopEntryState":312,"./misc/BitSet":327}],236:[function(require,module,exports){
39818
+ },{"./Decorators":218,"./FailedPredicateException":222,"./InputMismatchException":223,"./InterpreterRuleContext":225,"./Parser":231,"./RecognitionException":237,"./Token":243,"./atn/ATNState":257,"./atn/ATNStateType":258,"./atn/LoopEndState":288,"./atn/ParserATNSimulator":292,"./atn/StarLoopEntryState":310,"./misc/BitSet":325}],234:[function(require,module,exports){
39616
39819
  "use strict";
39617
39820
  /*!
39618
39821
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39913,7 +40116,7 @@ __decorate([
39913
40116
  ], ParserRuleContext.prototype, "sourceInterval", null);
39914
40117
  exports.ParserRuleContext = ParserRuleContext;
39915
40118
 
39916
- },{"./Decorators":220,"./RuleContext":241,"./misc/Interval":332,"./tree/ErrorNode":340,"./tree/TerminalNode":343}],237:[function(require,module,exports){
40119
+ },{"./Decorators":218,"./RuleContext":239,"./misc/Interval":330,"./tree/ErrorNode":338,"./tree/TerminalNode":341}],235:[function(require,module,exports){
39917
40120
  "use strict";
39918
40121
  /*!
39919
40122
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39963,7 +40166,7 @@ __decorate([
39963
40166
  ], ProxyErrorListener.prototype, "syntaxError", null);
39964
40167
  exports.ProxyErrorListener = ProxyErrorListener;
39965
40168
 
39966
- },{"./Decorators":220}],238:[function(require,module,exports){
40169
+ },{"./Decorators":218}],236:[function(require,module,exports){
39967
40170
  "use strict";
39968
40171
  /*!
39969
40172
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40022,7 +40225,7 @@ __decorate([
40022
40225
  ], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
40023
40226
  exports.ProxyParserErrorListener = ProxyParserErrorListener;
40024
40227
 
40025
- },{"./Decorators":220,"./ProxyErrorListener":237}],239:[function(require,module,exports){
40228
+ },{"./Decorators":218,"./ProxyErrorListener":235}],237:[function(require,module,exports){
40026
40229
  "use strict";
40027
40230
  /*!
40028
40231
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40127,7 +40330,7 @@ class RecognitionException extends Error {
40127
40330
  }
40128
40331
  exports.RecognitionException = RecognitionException;
40129
40332
 
40130
- },{}],240:[function(require,module,exports){
40333
+ },{}],238:[function(require,module,exports){
40131
40334
  "use strict";
40132
40335
  /*!
40133
40336
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40346,7 +40549,7 @@ __decorate([
40346
40549
  ], Recognizer.prototype, "getErrorListeners", null);
40347
40550
  exports.Recognizer = Recognizer;
40348
40551
 
40349
- },{"./ConsoleErrorListener":219,"./Decorators":220,"./ProxyErrorListener":237,"./Token":245,"./misc/Utils":339}],241:[function(require,module,exports){
40552
+ },{"./ConsoleErrorListener":217,"./Decorators":218,"./ProxyErrorListener":235,"./Token":243,"./misc/Utils":337}],239:[function(require,module,exports){
40350
40553
  "use strict";
40351
40554
  /*!
40352
40555
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40563,7 +40766,7 @@ __decorate([
40563
40766
  ], RuleContext.prototype, "toStringTree", null);
40564
40767
  exports.RuleContext = RuleContext;
40565
40768
 
40566
- },{"./Decorators":220,"./ParserRuleContext":236,"./Recognizer":240,"./atn/ATN":253,"./misc/Interval":332,"./tree/RuleNode":342,"./tree/Trees":344}],242:[function(require,module,exports){
40769
+ },{"./Decorators":218,"./ParserRuleContext":234,"./Recognizer":238,"./atn/ATN":251,"./misc/Interval":330,"./tree/RuleNode":340,"./tree/Trees":342}],240:[function(require,module,exports){
40567
40770
  "use strict";
40568
40771
  /*!
40569
40772
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40614,7 +40817,7 @@ __decorate([
40614
40817
  ], RuleContextWithAltNum.prototype, "altNumber", null);
40615
40818
  exports.RuleContextWithAltNum = RuleContextWithAltNum;
40616
40819
 
40617
- },{"./Decorators":220,"./ParserRuleContext":236,"./atn/ATN":253}],243:[function(require,module,exports){
40820
+ },{"./Decorators":218,"./ParserRuleContext":234,"./atn/ATN":251}],241:[function(require,module,exports){
40618
40821
  "use strict";
40619
40822
  /*!
40620
40823
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40637,7 +40840,7 @@ function RuleDependency(dependency) {
40637
40840
  }
40638
40841
  exports.RuleDependency = RuleDependency;
40639
40842
 
40640
- },{}],244:[function(require,module,exports){
40843
+ },{}],242:[function(require,module,exports){
40641
40844
  "use strict";
40642
40845
  /*!
40643
40846
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40656,7 +40859,7 @@ function RuleVersion(version) {
40656
40859
  }
40657
40860
  exports.RuleVersion = RuleVersion;
40658
40861
 
40659
- },{}],245:[function(require,module,exports){
40862
+ },{}],243:[function(require,module,exports){
40660
40863
  "use strict";
40661
40864
  /*!
40662
40865
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40696,7 +40899,7 @@ var Token;
40696
40899
  Token.MIN_USER_CHANNEL_VALUE = 2;
40697
40900
  })(Token = exports.Token || (exports.Token = {}));
40698
40901
 
40699
- },{"./IntStream":226}],246:[function(require,module,exports){
40902
+ },{"./IntStream":224}],244:[function(require,module,exports){
40700
40903
  "use strict";
40701
40904
  /*!
40702
40905
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40704,7 +40907,7 @@ var Token;
40704
40907
  */
40705
40908
  Object.defineProperty(exports, "__esModule", { value: true });
40706
40909
 
40707
- },{}],247:[function(require,module,exports){
40910
+ },{}],245:[function(require,module,exports){
40708
40911
  "use strict";
40709
40912
  /*!
40710
40913
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40712,7 +40915,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
40712
40915
  */
40713
40916
  Object.defineProperty(exports, "__esModule", { value: true });
40714
40917
 
40715
- },{}],248:[function(require,module,exports){
40918
+ },{}],246:[function(require,module,exports){
40716
40919
  "use strict";
40717
40920
  /*!
40718
40921
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40720,7 +40923,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
40720
40923
  */
40721
40924
  Object.defineProperty(exports, "__esModule", { value: true });
40722
40925
 
40723
- },{}],249:[function(require,module,exports){
40926
+ },{}],247:[function(require,module,exports){
40724
40927
  "use strict";
40725
40928
  /*!
40726
40929
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41228,7 +41431,7 @@ __decorate([
41228
41431
  Decorators_1.Override
41229
41432
  ], ReplaceOp.prototype, "toString", null);
41230
41433
 
41231
- },{"./Decorators":220,"./Token":245,"./misc/Interval":332}],250:[function(require,module,exports){
41434
+ },{"./Decorators":218,"./Token":243,"./misc/Interval":330}],248:[function(require,module,exports){
41232
41435
  "use strict";
41233
41436
  /*!
41234
41437
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41236,7 +41439,7 @@ __decorate([
41236
41439
  */
41237
41440
  Object.defineProperty(exports, "__esModule", { value: true });
41238
41441
 
41239
- },{}],251:[function(require,module,exports){
41442
+ },{}],249:[function(require,module,exports){
41240
41443
  "use strict";
41241
41444
  /*!
41242
41445
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41356,7 +41559,7 @@ __decorate([
41356
41559
  ], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
41357
41560
  exports.VocabularyImpl = VocabularyImpl;
41358
41561
 
41359
- },{"./Decorators":220,"./Token":245}],252:[function(require,module,exports){
41562
+ },{"./Decorators":218,"./Token":243}],250:[function(require,module,exports){
41360
41563
  "use strict";
41361
41564
  /*!
41362
41565
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41364,7 +41567,7 @@ exports.VocabularyImpl = VocabularyImpl;
41364
41567
  */
41365
41568
  Object.defineProperty(exports, "__esModule", { value: true });
41366
41569
 
41367
- },{}],253:[function(require,module,exports){
41570
+ },{}],251:[function(require,module,exports){
41368
41571
  "use strict";
41369
41572
  /*!
41370
41573
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41586,7 +41789,7 @@ exports.ATN = ATN;
41586
41789
  })(ATN = exports.ATN || (exports.ATN = {}));
41587
41790
  exports.ATN = ATN;
41588
41791
 
41589
- },{"../Decorators":220,"../Token":245,"../dfa/DFA":318,"../misc/Array2DHashMap":323,"../misc/IntervalSet":333,"../misc/ObjectEqualityComparator":336,"./InvalidState":276,"./LL1Analyzer":277,"./PredictionContext":300,"assert":363}],254:[function(require,module,exports){
41792
+ },{"../Decorators":218,"../Token":243,"../dfa/DFA":316,"../misc/Array2DHashMap":321,"../misc/IntervalSet":331,"../misc/ObjectEqualityComparator":334,"./InvalidState":274,"./LL1Analyzer":275,"./PredictionContext":298,"assert":361}],252:[function(require,module,exports){
41590
41793
  "use strict";
41591
41794
  /*!
41592
41795
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42111,7 +42314,7 @@ ActionSemanticContextATNConfig = __decorate([
42111
42314
  __param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
42112
42315
  ], ActionSemanticContextATNConfig);
42113
42316
 
42114
- },{"../Decorators":220,"../misc/Array2DHashMap":323,"../misc/MurmurHash":335,"../misc/ObjectEqualityComparator":336,"./DecisionState":273,"./PredictionContext":300,"./SemanticContext":308,"assert":363}],255:[function(require,module,exports){
42317
+ },{"../Decorators":218,"../misc/Array2DHashMap":321,"../misc/MurmurHash":333,"../misc/ObjectEqualityComparator":334,"./DecisionState":271,"./PredictionContext":298,"./SemanticContext":306,"assert":361}],253:[function(require,module,exports){
42115
42318
  "use strict";
42116
42319
  /*!
42117
42320
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42558,7 +42761,7 @@ __decorate([
42558
42761
  ], ATNConfigSet.prototype, "hashCode", null);
42559
42762
  exports.ATNConfigSet = ATNConfigSet;
42560
42763
 
42561
- },{"../Decorators":220,"../misc/Array2DHashMap":323,"../misc/Array2DHashSet":324,"../misc/ArrayEqualityComparator":325,"../misc/BitSet":327,"../misc/ObjectEqualityComparator":336,"../misc/Utils":339,"./ATN":253,"./ATNConfig":254,"./PredictionContext":300,"./PredictionContextCache":301,"./SemanticContext":308,"assert":363}],256:[function(require,module,exports){
42764
+ },{"../Decorators":218,"../misc/Array2DHashMap":321,"../misc/Array2DHashSet":322,"../misc/ArrayEqualityComparator":323,"../misc/BitSet":325,"../misc/ObjectEqualityComparator":334,"../misc/Utils":337,"./ATN":251,"./ATNConfig":252,"./PredictionContext":298,"./PredictionContextCache":299,"./SemanticContext":306,"assert":361}],254:[function(require,module,exports){
42562
42765
  "use strict";
42563
42766
  /*!
42564
42767
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42637,7 +42840,7 @@ __decorate([
42637
42840
  ], ATNDeserializationOptions, "defaultOptions", null);
42638
42841
  exports.ATNDeserializationOptions = ATNDeserializationOptions;
42639
42842
 
42640
- },{"../Decorators":220}],257:[function(require,module,exports){
42843
+ },{"../Decorators":218}],255:[function(require,module,exports){
42641
42844
  "use strict";
42642
42845
  /*!
42643
42846
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43724,7 +43927,7 @@ __decorate([
43724
43927
  ], ATNDeserializer.prototype, "edgeFactory", null);
43725
43928
  exports.ATNDeserializer = ATNDeserializer;
43726
43929
 
43727
- },{"../Decorators":220,"../Token":245,"../dfa/DFA":318,"../misc/Array2DHashSet":324,"../misc/BitSet":327,"../misc/IntervalSet":333,"../misc/UUID":338,"./ATN":253,"./ATNDeserializationOptions":256,"./ATNStateType":260,"./ActionTransition":262,"./AtomTransition":264,"./BasicBlockStartState":265,"./BasicState":266,"./BlockEndState":267,"./BlockStartState":268,"./DecisionState":273,"./EpsilonTransition":274,"./InvalidState":276,"./LexerChannelAction":280,"./LexerCustomAction":281,"./LexerModeAction":283,"./LexerMoreAction":284,"./LexerPopModeAction":285,"./LexerPushModeAction":286,"./LexerSkipAction":287,"./LexerTypeAction":288,"./LoopEndState":290,"./NotSetTransition":291,"./ParserATNSimulator":294,"./PlusBlockStartState":295,"./PlusLoopbackState":296,"./PrecedencePredicateTransition":297,"./PredicateTransition":299,"./RangeTransition":304,"./RuleStartState":305,"./RuleStopState":306,"./RuleTransition":307,"./SetTransition":309,"./StarBlockStartState":311,"./StarLoopEntryState":312,"./StarLoopbackState":313,"./TokensStartState":314,"./WildcardTransition":316}],258:[function(require,module,exports){
43930
+ },{"../Decorators":218,"../Token":243,"../dfa/DFA":316,"../misc/Array2DHashSet":322,"../misc/BitSet":325,"../misc/IntervalSet":331,"../misc/UUID":336,"./ATN":251,"./ATNDeserializationOptions":254,"./ATNStateType":258,"./ActionTransition":260,"./AtomTransition":262,"./BasicBlockStartState":263,"./BasicState":264,"./BlockEndState":265,"./BlockStartState":266,"./DecisionState":271,"./EpsilonTransition":272,"./InvalidState":274,"./LexerChannelAction":278,"./LexerCustomAction":279,"./LexerModeAction":281,"./LexerMoreAction":282,"./LexerPopModeAction":283,"./LexerPushModeAction":284,"./LexerSkipAction":285,"./LexerTypeAction":286,"./LoopEndState":288,"./NotSetTransition":289,"./ParserATNSimulator":292,"./PlusBlockStartState":293,"./PlusLoopbackState":294,"./PrecedencePredicateTransition":295,"./PredicateTransition":297,"./RangeTransition":302,"./RuleStartState":303,"./RuleStopState":304,"./RuleTransition":305,"./SetTransition":307,"./StarBlockStartState":309,"./StarLoopEntryState":310,"./StarLoopbackState":311,"./TokensStartState":312,"./WildcardTransition":314}],256:[function(require,module,exports){
43728
43931
  "use strict";
43729
43932
  /*!
43730
43933
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43788,7 +43991,7 @@ exports.ATNSimulator = ATNSimulator;
43788
43991
  })(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
43789
43992
  exports.ATNSimulator = ATNSimulator;
43790
43993
 
43791
- },{"../Decorators":220,"../dfa/DFAState":320,"./ATNConfigSet":255,"./PredictionContext":300}],259:[function(require,module,exports){
43994
+ },{"../Decorators":218,"../dfa/DFAState":318,"./ATNConfigSet":253,"./PredictionContext":298}],257:[function(require,module,exports){
43792
43995
  "use strict";
43793
43996
  /*!
43794
43997
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43975,7 +44178,7 @@ exports.ATNState = ATNState;
43975
44178
  ATNState.INVALID_STATE_NUMBER = -1;
43976
44179
  })(ATNState = exports.ATNState || (exports.ATNState = {}));
43977
44180
 
43978
- },{"../Decorators":220}],260:[function(require,module,exports){
44181
+ },{"../Decorators":218}],258:[function(require,module,exports){
43979
44182
  "use strict";
43980
44183
  /*!
43981
44184
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44001,7 +44204,7 @@ var ATNStateType;
44001
44204
  ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
44002
44205
  })(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
44003
44206
 
44004
- },{}],261:[function(require,module,exports){
44207
+ },{}],259:[function(require,module,exports){
44005
44208
  "use strict";
44006
44209
  /*!
44007
44210
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44021,7 +44224,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
44021
44224
  }
44022
44225
  exports.AbstractPredicateTransition = AbstractPredicateTransition;
44023
44226
 
44024
- },{"./Transition":315}],262:[function(require,module,exports){
44227
+ },{"./Transition":313}],260:[function(require,module,exports){
44025
44228
  "use strict";
44026
44229
  /*!
44027
44230
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44077,7 +44280,7 @@ ActionTransition = __decorate([
44077
44280
  ], ActionTransition);
44078
44281
  exports.ActionTransition = ActionTransition;
44079
44282
 
44080
- },{"../Decorators":220,"./Transition":315}],263:[function(require,module,exports){
44283
+ },{"../Decorators":218,"./Transition":313}],261:[function(require,module,exports){
44081
44284
  "use strict";
44082
44285
  /*!
44083
44286
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44164,7 +44367,7 @@ AmbiguityInfo = __decorate([
44164
44367
  ], AmbiguityInfo);
44165
44368
  exports.AmbiguityInfo = AmbiguityInfo;
44166
44369
 
44167
- },{"../Decorators":220,"./DecisionEventInfo":271}],264:[function(require,module,exports){
44370
+ },{"../Decorators":218,"./DecisionEventInfo":269}],262:[function(require,module,exports){
44168
44371
  "use strict";
44169
44372
  /*!
44170
44373
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44222,7 +44425,7 @@ AtomTransition = __decorate([
44222
44425
  ], AtomTransition);
44223
44426
  exports.AtomTransition = AtomTransition;
44224
44427
 
44225
- },{"../Decorators":220,"../misc/IntervalSet":333,"./Transition":315}],265:[function(require,module,exports){
44428
+ },{"../Decorators":218,"../misc/IntervalSet":331,"./Transition":313}],263:[function(require,module,exports){
44226
44429
  "use strict";
44227
44430
  /*!
44228
44431
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44254,7 +44457,7 @@ __decorate([
44254
44457
  ], BasicBlockStartState.prototype, "stateType", null);
44255
44458
  exports.BasicBlockStartState = BasicBlockStartState;
44256
44459
 
44257
- },{"../Decorators":220,"./ATNStateType":260,"./BlockStartState":268}],266:[function(require,module,exports){
44460
+ },{"../Decorators":218,"./ATNStateType":258,"./BlockStartState":266}],264:[function(require,module,exports){
44258
44461
  "use strict";
44259
44462
  /*!
44260
44463
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44286,7 +44489,7 @@ __decorate([
44286
44489
  ], BasicState.prototype, "stateType", null);
44287
44490
  exports.BasicState = BasicState;
44288
44491
 
44289
- },{"../Decorators":220,"./ATNState":259,"./ATNStateType":260}],267:[function(require,module,exports){
44492
+ },{"../Decorators":218,"./ATNState":257,"./ATNStateType":258}],265:[function(require,module,exports){
44290
44493
  "use strict";
44291
44494
  /*!
44292
44495
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44315,7 +44518,7 @@ __decorate([
44315
44518
  ], BlockEndState.prototype, "stateType", null);
44316
44519
  exports.BlockEndState = BlockEndState;
44317
44520
 
44318
- },{"../Decorators":220,"./ATNState":259,"./ATNStateType":260}],268:[function(require,module,exports){
44521
+ },{"../Decorators":218,"./ATNState":257,"./ATNStateType":258}],266:[function(require,module,exports){
44319
44522
  "use strict";
44320
44523
  /*!
44321
44524
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44329,7 +44532,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
44329
44532
  }
44330
44533
  exports.BlockStartState = BlockStartState;
44331
44534
 
44332
- },{"./DecisionState":273}],269:[function(require,module,exports){
44535
+ },{"./DecisionState":271}],267:[function(require,module,exports){
44333
44536
  "use strict";
44334
44537
  /*!
44335
44538
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44399,7 +44602,7 @@ __decorate([
44399
44602
  ], ConflictInfo.prototype, "hashCode", null);
44400
44603
  exports.ConflictInfo = ConflictInfo;
44401
44604
 
44402
- },{"../Decorators":220,"../misc/Utils":339}],270:[function(require,module,exports){
44605
+ },{"../Decorators":218,"../misc/Utils":337}],268:[function(require,module,exports){
44403
44606
  "use strict";
44404
44607
  /*!
44405
44608
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44459,7 +44662,7 @@ ContextSensitivityInfo = __decorate([
44459
44662
  ], ContextSensitivityInfo);
44460
44663
  exports.ContextSensitivityInfo = ContextSensitivityInfo;
44461
44664
 
44462
- },{"../Decorators":220,"./DecisionEventInfo":271}],271:[function(require,module,exports){
44665
+ },{"../Decorators":218,"./DecisionEventInfo":269}],269:[function(require,module,exports){
44463
44666
  "use strict";
44464
44667
  /*!
44465
44668
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44511,7 +44714,7 @@ DecisionEventInfo = __decorate([
44511
44714
  ], DecisionEventInfo);
44512
44715
  exports.DecisionEventInfo = DecisionEventInfo;
44513
44716
 
44514
- },{"../Decorators":220}],272:[function(require,module,exports){
44717
+ },{"../Decorators":218}],270:[function(require,module,exports){
44515
44718
  "use strict";
44516
44719
  /*!
44517
44720
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44724,7 +44927,7 @@ __decorate([
44724
44927
  ], DecisionInfo.prototype, "toString", null);
44725
44928
  exports.DecisionInfo = DecisionInfo;
44726
44929
 
44727
- },{"../Decorators":220}],273:[function(require,module,exports){
44930
+ },{"../Decorators":218}],271:[function(require,module,exports){
44728
44931
  "use strict";
44729
44932
  /*!
44730
44933
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44744,7 +44947,7 @@ class DecisionState extends ATNState_1.ATNState {
44744
44947
  }
44745
44948
  exports.DecisionState = DecisionState;
44746
44949
 
44747
- },{"./ATNState":259}],274:[function(require,module,exports){
44950
+ },{"./ATNState":257}],272:[function(require,module,exports){
44748
44951
  "use strict";
44749
44952
  /*!
44750
44953
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44810,7 +45013,7 @@ EpsilonTransition = __decorate([
44810
45013
  ], EpsilonTransition);
44811
45014
  exports.EpsilonTransition = EpsilonTransition;
44812
45015
 
44813
- },{"../Decorators":220,"./Transition":315}],275:[function(require,module,exports){
45016
+ },{"../Decorators":218,"./Transition":313}],273:[function(require,module,exports){
44814
45017
  "use strict";
44815
45018
  /*!
44816
45019
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44863,7 +45066,7 @@ ErrorInfo = __decorate([
44863
45066
  ], ErrorInfo);
44864
45067
  exports.ErrorInfo = ErrorInfo;
44865
45068
 
44866
- },{"../Decorators":220,"./DecisionEventInfo":271}],276:[function(require,module,exports){
45069
+ },{"../Decorators":218,"./DecisionEventInfo":269}],274:[function(require,module,exports){
44867
45070
  "use strict";
44868
45071
  /*!
44869
45072
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44894,7 +45097,7 @@ __decorate([
44894
45097
  ], InvalidState.prototype, "stateType", null);
44895
45098
  exports.InvalidState = InvalidState;
44896
45099
 
44897
- },{"../Decorators":220,"./ATNStateType":260,"./BasicState":266}],277:[function(require,module,exports){
45100
+ },{"../Decorators":218,"./ATNStateType":258,"./BasicState":264}],275:[function(require,module,exports){
44898
45101
  "use strict";
44899
45102
  /*!
44900
45103
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45116,7 +45319,7 @@ LL1Analyzer = __decorate([
45116
45319
  ], LL1Analyzer);
45117
45320
  exports.LL1Analyzer = LL1Analyzer;
45118
45321
 
45119
- },{"../Decorators":220,"../Token":245,"../misc/Array2DHashSet":324,"../misc/BitSet":327,"../misc/IntervalSet":333,"../misc/ObjectEqualityComparator":336,"./ATNConfig":254,"./AbstractPredicateTransition":261,"./NotSetTransition":291,"./PredictionContext":300,"./RuleStopState":306,"./RuleTransition":307,"./WildcardTransition":316}],278:[function(require,module,exports){
45322
+ },{"../Decorators":218,"../Token":243,"../misc/Array2DHashSet":322,"../misc/BitSet":325,"../misc/IntervalSet":331,"../misc/ObjectEqualityComparator":334,"./ATNConfig":252,"./AbstractPredicateTransition":259,"./NotSetTransition":289,"./PredictionContext":298,"./RuleStopState":304,"./RuleTransition":305,"./WildcardTransition":314}],276:[function(require,module,exports){
45120
45323
  "use strict";
45121
45324
  /*!
45122
45325
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45833,7 +46036,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
45833
46036
  })(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
45834
46037
  exports.LexerATNSimulator = LexerATNSimulator;
45835
46038
 
45836
- },{"../Decorators":220,"../IntStream":226,"../Lexer":228,"../LexerNoViableAltException":230,"../Token":245,"../dfa/AcceptStateInfo":317,"../dfa/DFAState":320,"../misc/Interval":332,"./ATN":253,"./ATNConfig":254,"./ATNConfigSet":255,"./ATNSimulator":258,"./LexerActionExecutor":279,"./OrderedATNConfigSet":292,"./PredictionContext":300,"./RuleStopState":306,"assert":363}],279:[function(require,module,exports){
46039
+ },{"../Decorators":218,"../IntStream":224,"../Lexer":226,"../LexerNoViableAltException":228,"../Token":243,"../dfa/AcceptStateInfo":315,"../dfa/DFAState":318,"../misc/Interval":330,"./ATN":251,"./ATNConfig":252,"./ATNConfigSet":253,"./ATNSimulator":256,"./LexerActionExecutor":277,"./OrderedATNConfigSet":290,"./PredictionContext":298,"./RuleStopState":304,"assert":361}],277:[function(require,module,exports){
45837
46040
  "use strict";
45838
46041
  /*!
45839
46042
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46034,7 +46237,7 @@ LexerActionExecutor = __decorate([
46034
46237
  ], LexerActionExecutor);
46035
46238
  exports.LexerActionExecutor = LexerActionExecutor;
46036
46239
 
46037
- },{"../Decorators":220,"../misc/ArrayEqualityComparator":325,"../misc/MurmurHash":335,"./LexerIndexedCustomAction":282}],280:[function(require,module,exports){
46240
+ },{"../Decorators":218,"../misc/ArrayEqualityComparator":323,"../misc/MurmurHash":333,"./LexerIndexedCustomAction":280}],278:[function(require,module,exports){
46038
46241
  "use strict";
46039
46242
  /*!
46040
46243
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46139,7 +46342,7 @@ __decorate([
46139
46342
  ], LexerChannelAction.prototype, "toString", null);
46140
46343
  exports.LexerChannelAction = LexerChannelAction;
46141
46344
 
46142
- },{"../Decorators":220,"../misc/MurmurHash":335}],281:[function(require,module,exports){
46345
+ },{"../Decorators":218,"../misc/MurmurHash":333}],279:[function(require,module,exports){
46143
46346
  "use strict";
46144
46347
  /*!
46145
46348
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46268,7 +46471,7 @@ __decorate([
46268
46471
  ], LexerCustomAction.prototype, "equals", null);
46269
46472
  exports.LexerCustomAction = LexerCustomAction;
46270
46473
 
46271
- },{"../Decorators":220,"../misc/MurmurHash":335}],282:[function(require,module,exports){
46474
+ },{"../Decorators":218,"../misc/MurmurHash":333}],280:[function(require,module,exports){
46272
46475
  "use strict";
46273
46476
  /*!
46274
46477
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46403,7 +46606,7 @@ LexerIndexedCustomAction = __decorate([
46403
46606
  ], LexerIndexedCustomAction);
46404
46607
  exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
46405
46608
 
46406
- },{"../Decorators":220,"../misc/MurmurHash":335}],283:[function(require,module,exports){
46609
+ },{"../Decorators":218,"../misc/MurmurHash":333}],281:[function(require,module,exports){
46407
46610
  "use strict";
46408
46611
  /*!
46409
46612
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46508,7 +46711,7 @@ __decorate([
46508
46711
  ], LexerModeAction.prototype, "toString", null);
46509
46712
  exports.LexerModeAction = LexerModeAction;
46510
46713
 
46511
- },{"../Decorators":220,"../misc/MurmurHash":335}],284:[function(require,module,exports){
46714
+ },{"../Decorators":218,"../misc/MurmurHash":333}],282:[function(require,module,exports){
46512
46715
  "use strict";
46513
46716
  /*!
46514
46717
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46604,7 +46807,7 @@ exports.LexerMoreAction = LexerMoreAction;
46604
46807
  LexerMoreAction.INSTANCE = new LexerMoreAction();
46605
46808
  })(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
46606
46809
 
46607
- },{"../Decorators":220,"../misc/MurmurHash":335}],285:[function(require,module,exports){
46810
+ },{"../Decorators":218,"../misc/MurmurHash":333}],283:[function(require,module,exports){
46608
46811
  "use strict";
46609
46812
  /*!
46610
46813
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46700,7 +46903,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
46700
46903
  LexerPopModeAction.INSTANCE = new LexerPopModeAction();
46701
46904
  })(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
46702
46905
 
46703
- },{"../Decorators":220,"../misc/MurmurHash":335}],286:[function(require,module,exports){
46906
+ },{"../Decorators":218,"../misc/MurmurHash":333}],284:[function(require,module,exports){
46704
46907
  "use strict";
46705
46908
  /*!
46706
46909
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46805,7 +47008,7 @@ __decorate([
46805
47008
  ], LexerPushModeAction.prototype, "toString", null);
46806
47009
  exports.LexerPushModeAction = LexerPushModeAction;
46807
47010
 
46808
- },{"../Decorators":220,"../misc/MurmurHash":335}],287:[function(require,module,exports){
47011
+ },{"../Decorators":218,"../misc/MurmurHash":333}],285:[function(require,module,exports){
46809
47012
  "use strict";
46810
47013
  /*!
46811
47014
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46901,7 +47104,7 @@ exports.LexerSkipAction = LexerSkipAction;
46901
47104
  LexerSkipAction.INSTANCE = new LexerSkipAction();
46902
47105
  })(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
46903
47106
 
46904
- },{"../Decorators":220,"../misc/MurmurHash":335}],288:[function(require,module,exports){
47107
+ },{"../Decorators":218,"../misc/MurmurHash":333}],286:[function(require,module,exports){
46905
47108
  "use strict";
46906
47109
  /*!
46907
47110
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47005,7 +47208,7 @@ __decorate([
47005
47208
  ], LexerTypeAction.prototype, "toString", null);
47006
47209
  exports.LexerTypeAction = LexerTypeAction;
47007
47210
 
47008
- },{"../Decorators":220,"../misc/MurmurHash":335}],289:[function(require,module,exports){
47211
+ },{"../Decorators":218,"../misc/MurmurHash":333}],287:[function(require,module,exports){
47009
47212
  "use strict";
47010
47213
  /*!
47011
47214
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47057,7 +47260,7 @@ LookaheadEventInfo = __decorate([
47057
47260
  ], LookaheadEventInfo);
47058
47261
  exports.LookaheadEventInfo = LookaheadEventInfo;
47059
47262
 
47060
- },{"../Decorators":220,"./DecisionEventInfo":271}],290:[function(require,module,exports){
47263
+ },{"../Decorators":218,"./DecisionEventInfo":269}],288:[function(require,module,exports){
47061
47264
  "use strict";
47062
47265
  /*!
47063
47266
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47086,7 +47289,7 @@ __decorate([
47086
47289
  ], LoopEndState.prototype, "stateType", null);
47087
47290
  exports.LoopEndState = LoopEndState;
47088
47291
 
47089
- },{"../Decorators":220,"./ATNState":259,"./ATNStateType":260}],291:[function(require,module,exports){
47292
+ },{"../Decorators":218,"./ATNState":257,"./ATNStateType":258}],289:[function(require,module,exports){
47090
47293
  "use strict";
47091
47294
  /*!
47092
47295
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47135,7 +47338,7 @@ NotSetTransition = __decorate([
47135
47338
  ], NotSetTransition);
47136
47339
  exports.NotSetTransition = NotSetTransition;
47137
47340
 
47138
- },{"../Decorators":220,"./SetTransition":309}],292:[function(require,module,exports){
47341
+ },{"../Decorators":218,"./SetTransition":307}],290:[function(require,module,exports){
47139
47342
  "use strict";
47140
47343
  /*!
47141
47344
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47190,7 +47393,7 @@ __decorate([
47190
47393
  ], OrderedATNConfigSet.prototype, "canMerge", null);
47191
47394
  exports.OrderedATNConfigSet = OrderedATNConfigSet;
47192
47395
 
47193
- },{"../Decorators":220,"./ATNConfigSet":255}],293:[function(require,module,exports){
47396
+ },{"../Decorators":218,"./ATNConfigSet":253}],291:[function(require,module,exports){
47194
47397
  "use strict";
47195
47398
  /*!
47196
47399
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47352,7 +47555,7 @@ ParseInfo = __decorate([
47352
47555
  ], ParseInfo);
47353
47556
  exports.ParseInfo = ParseInfo;
47354
47557
 
47355
- },{"../Decorators":220}],294:[function(require,module,exports){
47558
+ },{"../Decorators":218}],292:[function(require,module,exports){
47356
47559
  "use strict";
47357
47560
  /*!
47358
47561
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49625,7 +49828,7 @@ ParserATNSimulator = __decorate([
49625
49828
  ], ParserATNSimulator);
49626
49829
  exports.ParserATNSimulator = ParserATNSimulator;
49627
49830
 
49628
- },{"../Decorators":220,"../IntStream":226,"../NoViableAltException":232,"../ParserRuleContext":236,"../Token":245,"../VocabularyImpl":251,"../dfa/AcceptStateInfo":317,"../dfa/DFAState":320,"../misc/Array2DHashSet":324,"../misc/Arrays":326,"../misc/BitSet":327,"../misc/IntegerList":330,"../misc/Interval":332,"../misc/ObjectEqualityComparator":336,"./ATN":253,"./ATNConfig":254,"./ATNConfigSet":255,"./ATNSimulator":258,"./ATNStateType":260,"./ActionTransition":262,"./AtomTransition":264,"./ConflictInfo":269,"./DecisionState":273,"./NotSetTransition":291,"./PredictionContext":300,"./PredictionContextCache":301,"./PredictionMode":302,"./RuleStopState":306,"./RuleTransition":307,"./SemanticContext":308,"./SetTransition":309,"./SimulatorState":310,"assert":363}],295:[function(require,module,exports){
49831
+ },{"../Decorators":218,"../IntStream":224,"../NoViableAltException":230,"../ParserRuleContext":234,"../Token":243,"../VocabularyImpl":249,"../dfa/AcceptStateInfo":315,"../dfa/DFAState":318,"../misc/Array2DHashSet":322,"../misc/Arrays":324,"../misc/BitSet":325,"../misc/IntegerList":328,"../misc/Interval":330,"../misc/ObjectEqualityComparator":334,"./ATN":251,"./ATNConfig":252,"./ATNConfigSet":253,"./ATNSimulator":256,"./ATNStateType":258,"./ActionTransition":260,"./AtomTransition":262,"./ConflictInfo":267,"./DecisionState":271,"./NotSetTransition":289,"./PredictionContext":298,"./PredictionContextCache":299,"./PredictionMode":300,"./RuleStopState":304,"./RuleTransition":305,"./SemanticContext":306,"./SetTransition":307,"./SimulatorState":308,"assert":361}],293:[function(require,module,exports){
49629
49832
  "use strict";
49630
49833
  /*!
49631
49834
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49658,7 +49861,7 @@ __decorate([
49658
49861
  ], PlusBlockStartState.prototype, "stateType", null);
49659
49862
  exports.PlusBlockStartState = PlusBlockStartState;
49660
49863
 
49661
- },{"../Decorators":220,"./ATNStateType":260,"./BlockStartState":268}],296:[function(require,module,exports){
49864
+ },{"../Decorators":218,"./ATNStateType":258,"./BlockStartState":266}],294:[function(require,module,exports){
49662
49865
  "use strict";
49663
49866
  /*!
49664
49867
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49689,7 +49892,7 @@ __decorate([
49689
49892
  ], PlusLoopbackState.prototype, "stateType", null);
49690
49893
  exports.PlusLoopbackState = PlusLoopbackState;
49691
49894
 
49692
- },{"../Decorators":220,"./ATNStateType":260,"./DecisionState":273}],297:[function(require,module,exports){
49895
+ },{"../Decorators":218,"./ATNStateType":258,"./DecisionState":271}],295:[function(require,module,exports){
49693
49896
  "use strict";
49694
49897
  /*!
49695
49898
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49752,7 +49955,7 @@ PrecedencePredicateTransition = __decorate([
49752
49955
  ], PrecedencePredicateTransition);
49753
49956
  exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
49754
49957
 
49755
- },{"../Decorators":220,"./AbstractPredicateTransition":261,"./SemanticContext":308}],298:[function(require,module,exports){
49958
+ },{"../Decorators":218,"./AbstractPredicateTransition":259,"./SemanticContext":306}],296:[function(require,module,exports){
49756
49959
  "use strict";
49757
49960
  /*!
49758
49961
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49815,7 +50018,7 @@ PredicateEvalInfo = __decorate([
49815
50018
  ], PredicateEvalInfo);
49816
50019
  exports.PredicateEvalInfo = PredicateEvalInfo;
49817
50020
 
49818
- },{"../Decorators":220,"./DecisionEventInfo":271}],299:[function(require,module,exports){
50021
+ },{"../Decorators":218,"./DecisionEventInfo":269}],297:[function(require,module,exports){
49819
50022
  "use strict";
49820
50023
  /*!
49821
50024
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49881,7 +50084,7 @@ PredicateTransition = __decorate([
49881
50084
  ], PredicateTransition);
49882
50085
  exports.PredicateTransition = PredicateTransition;
49883
50086
 
49884
- },{"../Decorators":220,"./AbstractPredicateTransition":261,"./SemanticContext":308}],300:[function(require,module,exports){
50087
+ },{"../Decorators":218,"./AbstractPredicateTransition":259,"./SemanticContext":306}],298:[function(require,module,exports){
49885
50088
  "use strict";
49886
50089
  /*!
49887
50090
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50572,7 +50775,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
50572
50775
  PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
50573
50776
  })(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
50574
50777
 
50575
- },{"../Decorators":220,"../misc/Array2DHashMap":323,"../misc/Array2DHashSet":324,"../misc/Arrays":326,"../misc/MurmurHash":335,"./PredictionContextCache":301,"assert":363}],301:[function(require,module,exports){
50778
+ },{"../Decorators":218,"../misc/Array2DHashMap":321,"../misc/Array2DHashSet":322,"../misc/Arrays":324,"../misc/MurmurHash":333,"./PredictionContextCache":299,"assert":361}],299:[function(require,module,exports){
50576
50779
  "use strict";
50577
50780
  /*!
50578
50781
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50713,7 +50916,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
50713
50916
  PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
50714
50917
  })(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
50715
50918
 
50716
- },{"../Decorators":220,"../misc/Array2DHashMap":323,"../misc/ObjectEqualityComparator":336,"./PredictionContext":300,"assert":363}],302:[function(require,module,exports){
50919
+ },{"../Decorators":218,"../misc/Array2DHashMap":321,"../misc/ObjectEqualityComparator":334,"./PredictionContext":298,"assert":361}],300:[function(require,module,exports){
50717
50920
  "use strict";
50718
50921
  /*!
50719
50922
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50874,7 +51077,7 @@ var PredictionMode;
50874
51077
  PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
50875
51078
  })(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
50876
51079
 
50877
- },{"../Decorators":220,"../misc/Array2DHashMap":323,"../misc/MurmurHash":335,"./RuleStopState":306}],303:[function(require,module,exports){
51080
+ },{"../Decorators":218,"../misc/Array2DHashMap":321,"../misc/MurmurHash":333,"./RuleStopState":304}],301:[function(require,module,exports){
50878
51081
  (function (process){(function (){
50879
51082
  "use strict";
50880
51083
  /*!
@@ -51143,7 +51346,7 @@ __decorate([
51143
51346
  exports.ProfilingATNSimulator = ProfilingATNSimulator;
51144
51347
 
51145
51348
  }).call(this)}).call(this,require('_process'))
51146
- },{"../Decorators":220,"./ATN":253,"./ATNSimulator":258,"./AmbiguityInfo":263,"./ContextSensitivityInfo":270,"./DecisionInfo":272,"./ErrorInfo":275,"./LookaheadEventInfo":289,"./ParserATNSimulator":294,"./PredicateEvalInfo":298,"./SemanticContext":308,"./SimulatorState":310,"_process":422}],304:[function(require,module,exports){
51349
+ },{"../Decorators":218,"./ATN":251,"./ATNSimulator":256,"./AmbiguityInfo":261,"./ContextSensitivityInfo":268,"./DecisionInfo":270,"./ErrorInfo":273,"./LookaheadEventInfo":287,"./ParserATNSimulator":292,"./PredicateEvalInfo":296,"./SemanticContext":306,"./SimulatorState":308,"_process":420}],302:[function(require,module,exports){
51147
51350
  "use strict";
51148
51351
  /*!
51149
51352
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51201,7 +51404,7 @@ RangeTransition = __decorate([
51201
51404
  ], RangeTransition);
51202
51405
  exports.RangeTransition = RangeTransition;
51203
51406
 
51204
- },{"../Decorators":220,"../misc/IntervalSet":333,"./Transition":315}],305:[function(require,module,exports){
51407
+ },{"../Decorators":218,"../misc/IntervalSet":331,"./Transition":313}],303:[function(require,module,exports){
51205
51408
  "use strict";
51206
51409
  /*!
51207
51410
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51234,7 +51437,7 @@ __decorate([
51234
51437
  ], RuleStartState.prototype, "stateType", null);
51235
51438
  exports.RuleStartState = RuleStartState;
51236
51439
 
51237
- },{"../Decorators":220,"./ATNState":259,"./ATNStateType":260}],306:[function(require,module,exports){
51440
+ },{"../Decorators":218,"./ATNState":257,"./ATNStateType":258}],304:[function(require,module,exports){
51238
51441
  "use strict";
51239
51442
  /*!
51240
51443
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51273,7 +51476,7 @@ __decorate([
51273
51476
  ], RuleStopState.prototype, "stateType", null);
51274
51477
  exports.RuleStopState = RuleStopState;
51275
51478
 
51276
- },{"../Decorators":220,"./ATNState":259,"./ATNStateType":260}],307:[function(require,module,exports){
51479
+ },{"../Decorators":218,"./ATNState":257,"./ATNStateType":258}],305:[function(require,module,exports){
51277
51480
  "use strict";
51278
51481
  /*!
51279
51482
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51329,7 +51532,7 @@ RuleTransition = __decorate([
51329
51532
  ], RuleTransition);
51330
51533
  exports.RuleTransition = RuleTransition;
51331
51534
 
51332
- },{"../Decorators":220,"./Transition":315}],308:[function(require,module,exports){
51535
+ },{"../Decorators":218,"./Transition":313}],306:[function(require,module,exports){
51333
51536
  "use strict";
51334
51537
  /*!
51335
51538
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51809,7 +52012,7 @@ exports.SemanticContext = SemanticContext;
51809
52012
  SemanticContext.OR = OR;
51810
52013
  })(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
51811
52014
 
51812
- },{"../Decorators":220,"../misc/Array2DHashSet":324,"../misc/ArrayEqualityComparator":325,"../misc/MurmurHash":335,"../misc/ObjectEqualityComparator":336,"../misc/Utils":339}],309:[function(require,module,exports){
52015
+ },{"../Decorators":218,"../misc/Array2DHashSet":322,"../misc/ArrayEqualityComparator":323,"../misc/MurmurHash":333,"../misc/ObjectEqualityComparator":334,"../misc/Utils":337}],307:[function(require,module,exports){
51813
52016
  "use strict";
51814
52017
  /*!
51815
52018
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51875,7 +52078,7 @@ SetTransition = __decorate([
51875
52078
  ], SetTransition);
51876
52079
  exports.SetTransition = SetTransition;
51877
52080
 
51878
- },{"../Decorators":220,"../Token":245,"../misc/IntervalSet":333,"./Transition":315}],310:[function(require,module,exports){
52081
+ },{"../Decorators":218,"../Token":243,"../misc/IntervalSet":331,"./Transition":313}],308:[function(require,module,exports){
51879
52082
  "use strict";
51880
52083
  /*!
51881
52084
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51911,7 +52114,7 @@ SimulatorState = __decorate([
51911
52114
  ], SimulatorState);
51912
52115
  exports.SimulatorState = SimulatorState;
51913
52116
 
51914
- },{"../Decorators":220,"../ParserRuleContext":236}],311:[function(require,module,exports){
52117
+ },{"../Decorators":218,"../ParserRuleContext":234}],309:[function(require,module,exports){
51915
52118
  "use strict";
51916
52119
  /*!
51917
52120
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51939,7 +52142,7 @@ __decorate([
51939
52142
  ], StarBlockStartState.prototype, "stateType", null);
51940
52143
  exports.StarBlockStartState = StarBlockStartState;
51941
52144
 
51942
- },{"../Decorators":220,"./ATNStateType":260,"./BlockStartState":268}],312:[function(require,module,exports){
52145
+ },{"../Decorators":218,"./ATNStateType":258,"./BlockStartState":266}],310:[function(require,module,exports){
51943
52146
  "use strict";
51944
52147
  /*!
51945
52148
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51996,7 +52199,7 @@ __decorate([
51996
52199
  ], StarLoopEntryState.prototype, "stateType", null);
51997
52200
  exports.StarLoopEntryState = StarLoopEntryState;
51998
52201
 
51999
- },{"../Decorators":220,"../misc/BitSet":327,"./ATNStateType":260,"./DecisionState":273}],313:[function(require,module,exports){
52202
+ },{"../Decorators":218,"../misc/BitSet":325,"./ATNStateType":258,"./DecisionState":271}],311:[function(require,module,exports){
52000
52203
  "use strict";
52001
52204
  /*!
52002
52205
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52027,7 +52230,7 @@ __decorate([
52027
52230
  ], StarLoopbackState.prototype, "stateType", null);
52028
52231
  exports.StarLoopbackState = StarLoopbackState;
52029
52232
 
52030
- },{"../Decorators":220,"./ATNState":259,"./ATNStateType":260}],314:[function(require,module,exports){
52233
+ },{"../Decorators":218,"./ATNState":257,"./ATNStateType":258}],312:[function(require,module,exports){
52031
52234
  "use strict";
52032
52235
  /*!
52033
52236
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52056,7 +52259,7 @@ __decorate([
52056
52259
  ], TokensStartState.prototype, "stateType", null);
52057
52260
  exports.TokensStartState = TokensStartState;
52058
52261
 
52059
- },{"../Decorators":220,"./ATNStateType":260,"./DecisionState":273}],315:[function(require,module,exports){
52262
+ },{"../Decorators":218,"./ATNStateType":258,"./DecisionState":271}],313:[function(require,module,exports){
52060
52263
  "use strict";
52061
52264
  /*!
52062
52265
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52130,7 +52333,7 @@ Transition = __decorate([
52130
52333
  ], Transition);
52131
52334
  exports.Transition = Transition;
52132
52335
 
52133
- },{"../Decorators":220}],316:[function(require,module,exports){
52336
+ },{"../Decorators":218}],314:[function(require,module,exports){
52134
52337
  "use strict";
52135
52338
  /*!
52136
52339
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52178,7 +52381,7 @@ WildcardTransition = __decorate([
52178
52381
  ], WildcardTransition);
52179
52382
  exports.WildcardTransition = WildcardTransition;
52180
52383
 
52181
- },{"../Decorators":220,"./Transition":315}],317:[function(require,module,exports){
52384
+ },{"../Decorators":218,"./Transition":313}],315:[function(require,module,exports){
52182
52385
  "use strict";
52183
52386
  /*!
52184
52387
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52220,7 +52423,7 @@ class AcceptStateInfo {
52220
52423
  }
52221
52424
  exports.AcceptStateInfo = AcceptStateInfo;
52222
52425
 
52223
- },{}],318:[function(require,module,exports){
52426
+ },{}],316:[function(require,module,exports){
52224
52427
  "use strict";
52225
52428
  /*!
52226
52429
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52395,7 +52598,7 @@ DFA = __decorate([
52395
52598
  ], DFA);
52396
52599
  exports.DFA = DFA;
52397
52600
 
52398
- },{"../Decorators":220,"../VocabularyImpl":251,"../atn/ATNConfigSet":255,"../atn/StarLoopEntryState":312,"../misc/Array2DHashSet":324,"../misc/ObjectEqualityComparator":336,"./DFASerializer":319,"./DFAState":320,"./LexerDFASerializer":321}],319:[function(require,module,exports){
52601
+ },{"../Decorators":218,"../VocabularyImpl":249,"../atn/ATNConfigSet":253,"../atn/StarLoopEntryState":310,"../misc/Array2DHashSet":322,"../misc/ObjectEqualityComparator":334,"./DFASerializer":317,"./DFAState":318,"./LexerDFASerializer":319}],317:[function(require,module,exports){
52399
52602
  "use strict";
52400
52603
  /*!
52401
52604
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52537,7 +52740,7 @@ __decorate([
52537
52740
  ], DFASerializer.prototype, "toString", null);
52538
52741
  exports.DFASerializer = DFASerializer;
52539
52742
 
52540
- },{"../Decorators":220,"../Recognizer":240,"../VocabularyImpl":251,"../atn/ATNSimulator":258,"../atn/PredictionContext":300}],320:[function(require,module,exports){
52743
+ },{"../Decorators":218,"../Recognizer":238,"../VocabularyImpl":249,"../atn/ATNSimulator":256,"../atn/PredictionContext":298}],318:[function(require,module,exports){
52541
52744
  "use strict";
52542
52745
  /*!
52543
52746
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52768,7 +52971,7 @@ exports.DFAState = DFAState;
52768
52971
  DFAState.PredPrediction = PredPrediction;
52769
52972
  })(DFAState = exports.DFAState || (exports.DFAState = {}));
52770
52973
 
52771
- },{"../Decorators":220,"../atn/ATN":253,"../atn/PredictionContext":300,"../misc/BitSet":327,"../misc/MurmurHash":335,"assert":363}],321:[function(require,module,exports){
52974
+ },{"../Decorators":218,"../atn/ATN":251,"../atn/PredictionContext":298,"../misc/BitSet":325,"../misc/MurmurHash":333,"assert":361}],319:[function(require,module,exports){
52772
52975
  "use strict";
52773
52976
  /*!
52774
52977
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52805,7 +53008,7 @@ LexerDFASerializer = __decorate([
52805
53008
  ], LexerDFASerializer);
52806
53009
  exports.LexerDFASerializer = LexerDFASerializer;
52807
53010
 
52808
- },{"../Decorators":220,"../VocabularyImpl":251,"./DFASerializer":319}],322:[function(require,module,exports){
53011
+ },{"../Decorators":218,"../VocabularyImpl":249,"./DFASerializer":317}],320:[function(require,module,exports){
52809
53012
  "use strict";
52810
53013
  /*!
52811
53014
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52871,7 +53074,7 @@ __exportStar(require("./Vocabulary"), exports);
52871
53074
  __exportStar(require("./VocabularyImpl"), exports);
52872
53075
  __exportStar(require("./WritableToken"), exports);
52873
53076
 
52874
- },{"./ANTLRErrorListener":207,"./ANTLRErrorStrategy":208,"./ANTLRInputStream":209,"./BailErrorStrategy":210,"./BufferedTokenStream":211,"./CharStream":212,"./CharStreams":213,"./CodePointBuffer":214,"./CodePointCharStream":215,"./CommonToken":216,"./CommonTokenFactory":217,"./CommonTokenStream":218,"./ConsoleErrorListener":219,"./DefaultErrorStrategy":221,"./Dependents":222,"./DiagnosticErrorListener":223,"./FailedPredicateException":224,"./InputMismatchException":225,"./IntStream":226,"./InterpreterRuleContext":227,"./Lexer":228,"./LexerInterpreter":229,"./LexerNoViableAltException":230,"./ListTokenSource":231,"./NoViableAltException":232,"./Parser":233,"./ParserErrorListener":234,"./ParserInterpreter":235,"./ParserRuleContext":236,"./ProxyErrorListener":237,"./ProxyParserErrorListener":238,"./RecognitionException":239,"./Recognizer":240,"./RuleContext":241,"./RuleContextWithAltNum":242,"./RuleDependency":243,"./RuleVersion":244,"./Token":245,"./TokenFactory":246,"./TokenSource":247,"./TokenStream":248,"./TokenStreamRewriter":249,"./Vocabulary":250,"./VocabularyImpl":251,"./WritableToken":252}],323:[function(require,module,exports){
53077
+ },{"./ANTLRErrorListener":205,"./ANTLRErrorStrategy":206,"./ANTLRInputStream":207,"./BailErrorStrategy":208,"./BufferedTokenStream":209,"./CharStream":210,"./CharStreams":211,"./CodePointBuffer":212,"./CodePointCharStream":213,"./CommonToken":214,"./CommonTokenFactory":215,"./CommonTokenStream":216,"./ConsoleErrorListener":217,"./DefaultErrorStrategy":219,"./Dependents":220,"./DiagnosticErrorListener":221,"./FailedPredicateException":222,"./InputMismatchException":223,"./IntStream":224,"./InterpreterRuleContext":225,"./Lexer":226,"./LexerInterpreter":227,"./LexerNoViableAltException":228,"./ListTokenSource":229,"./NoViableAltException":230,"./Parser":231,"./ParserErrorListener":232,"./ParserInterpreter":233,"./ParserRuleContext":234,"./ProxyErrorListener":235,"./ProxyParserErrorListener":236,"./RecognitionException":237,"./Recognizer":238,"./RuleContext":239,"./RuleContextWithAltNum":240,"./RuleDependency":241,"./RuleVersion":242,"./Token":243,"./TokenFactory":244,"./TokenSource":245,"./TokenStream":246,"./TokenStreamRewriter":247,"./Vocabulary":248,"./VocabularyImpl":249,"./WritableToken":250}],321:[function(require,module,exports){
52875
53078
  "use strict";
52876
53079
  /*!
52877
53080
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -52954,7 +53157,7 @@ class Array2DHashMap {
52954
53157
  }
52955
53158
  exports.Array2DHashMap = Array2DHashMap;
52956
53159
 
52957
- },{"./Array2DHashSet":324}],324:[function(require,module,exports){
53160
+ },{"./Array2DHashSet":322}],322:[function(require,module,exports){
52958
53161
  "use strict";
52959
53162
  /*!
52960
53163
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53321,7 +53524,7 @@ __decorate([
53321
53524
  ], Array2DHashSet.prototype, "createBuckets", null);
53322
53525
  exports.Array2DHashSet = Array2DHashSet;
53323
53526
 
53324
- },{"../Decorators":220,"./DefaultEqualityComparator":329,"./MurmurHash":335,"assert":363}],325:[function(require,module,exports){
53527
+ },{"../Decorators":218,"./DefaultEqualityComparator":327,"./MurmurHash":333,"assert":361}],323:[function(require,module,exports){
53325
53528
  "use strict";
53326
53529
  /*!
53327
53530
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53393,7 +53596,7 @@ __decorate([
53393
53596
  ], ArrayEqualityComparator.prototype, "equals", null);
53394
53597
  exports.ArrayEqualityComparator = ArrayEqualityComparator;
53395
53598
 
53396
- },{"../Decorators":220,"./MurmurHash":335,"./ObjectEqualityComparator":336}],326:[function(require,module,exports){
53599
+ },{"../Decorators":218,"./MurmurHash":333,"./ObjectEqualityComparator":334}],324:[function(require,module,exports){
53397
53600
  "use strict";
53398
53601
  /*!
53399
53602
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53463,7 +53666,7 @@ var Arrays;
53463
53666
  Arrays.toString = toString;
53464
53667
  })(Arrays = exports.Arrays || (exports.Arrays = {}));
53465
53668
 
53466
- },{}],327:[function(require,module,exports){
53669
+ },{}],325:[function(require,module,exports){
53467
53670
  "use strict";
53468
53671
  /*!
53469
53672
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54135,7 +54338,7 @@ class BitSetIterator {
54135
54338
  [Symbol.iterator]() { return this; }
54136
54339
  }
54137
54340
 
54138
- },{"./MurmurHash":335,"util":427}],328:[function(require,module,exports){
54341
+ },{"./MurmurHash":333,"util":425}],326:[function(require,module,exports){
54139
54342
  "use strict";
54140
54343
  /*!
54141
54344
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54156,7 +54359,7 @@ function isSupplementaryCodePoint(ch) {
54156
54359
  }
54157
54360
  exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
54158
54361
 
54159
- },{}],329:[function(require,module,exports){
54362
+ },{}],327:[function(require,module,exports){
54160
54363
  "use strict";
54161
54364
  /*!
54162
54365
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54227,7 +54430,7 @@ __decorate([
54227
54430
  ], DefaultEqualityComparator.prototype, "equals", null);
54228
54431
  exports.DefaultEqualityComparator = DefaultEqualityComparator;
54229
54432
 
54230
- },{"../Decorators":220,"./MurmurHash":335,"./ObjectEqualityComparator":336}],330:[function(require,module,exports){
54433
+ },{"../Decorators":218,"./MurmurHash":333,"./ObjectEqualityComparator":334}],328:[function(require,module,exports){
54231
54434
  "use strict";
54232
54435
  /*!
54233
54436
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54521,7 +54724,7 @@ __decorate([
54521
54724
  ], IntegerList.prototype, "toString", null);
54522
54725
  exports.IntegerList = IntegerList;
54523
54726
 
54524
- },{"../Decorators":220,"./Arrays":326}],331:[function(require,module,exports){
54727
+ },{"../Decorators":218,"./Arrays":324}],329:[function(require,module,exports){
54525
54728
  "use strict";
54526
54729
  /*!
54527
54730
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54551,7 +54754,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
54551
54754
  }
54552
54755
  exports.IntegerStack = IntegerStack;
54553
54756
 
54554
- },{"./IntegerList":330}],332:[function(require,module,exports){
54757
+ },{"./IntegerList":328}],330:[function(require,module,exports){
54555
54758
  "use strict";
54556
54759
  /*!
54557
54760
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54694,7 +54897,7 @@ __decorate([
54694
54897
  ], Interval.prototype, "toString", null);
54695
54898
  exports.Interval = Interval;
54696
54899
 
54697
- },{"../Decorators":220}],333:[function(require,module,exports){
54900
+ },{"../Decorators":218}],331:[function(require,module,exports){
54698
54901
  "use strict";
54699
54902
  /*!
54700
54903
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55340,7 +55543,7 @@ __decorate([
55340
55543
  ], IntervalSet, "subtract", null);
55341
55544
  exports.IntervalSet = IntervalSet;
55342
55545
 
55343
- },{"../Decorators":220,"../Lexer":228,"../Token":245,"./ArrayEqualityComparator":325,"./IntegerList":330,"./Interval":332,"./MurmurHash":335}],334:[function(require,module,exports){
55546
+ },{"../Decorators":218,"../Lexer":226,"../Token":243,"./ArrayEqualityComparator":323,"./IntegerList":328,"./Interval":330,"./MurmurHash":333}],332:[function(require,module,exports){
55344
55547
  "use strict";
55345
55548
  /*!
55346
55549
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55373,7 +55576,7 @@ class MultiMap extends Map {
55373
55576
  }
55374
55577
  exports.MultiMap = MultiMap;
55375
55578
 
55376
- },{}],335:[function(require,module,exports){
55579
+ },{}],333:[function(require,module,exports){
55377
55580
  "use strict";
55378
55581
  /*!
55379
55582
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55488,7 +55691,7 @@ var MurmurHash;
55488
55691
  }
55489
55692
  })(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
55490
55693
 
55491
- },{}],336:[function(require,module,exports){
55694
+ },{}],334:[function(require,module,exports){
55492
55695
  "use strict";
55493
55696
  /*!
55494
55697
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55547,7 +55750,7 @@ __decorate([
55547
55750
  ], ObjectEqualityComparator.prototype, "equals", null);
55548
55751
  exports.ObjectEqualityComparator = ObjectEqualityComparator;
55549
55752
 
55550
- },{"../Decorators":220}],337:[function(require,module,exports){
55753
+ },{"../Decorators":218}],335:[function(require,module,exports){
55551
55754
  "use strict";
55552
55755
  /*!
55553
55756
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55576,7 +55779,7 @@ class ParseCancellationException extends Error {
55576
55779
  }
55577
55780
  exports.ParseCancellationException = ParseCancellationException;
55578
55781
 
55579
- },{}],338:[function(require,module,exports){
55782
+ },{}],336:[function(require,module,exports){
55580
55783
  "use strict";
55581
55784
  /*!
55582
55785
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55630,7 +55833,7 @@ class UUID {
55630
55833
  }
55631
55834
  exports.UUID = UUID;
55632
55835
 
55633
- },{"./MurmurHash":335}],339:[function(require,module,exports){
55836
+ },{"./MurmurHash":333}],337:[function(require,module,exports){
55634
55837
  "use strict";
55635
55838
  /*!
55636
55839
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55805,7 +56008,7 @@ exports.toCharArray = toCharArray;
55805
56008
  // return s;
55806
56009
  // }
55807
56010
 
55808
- },{}],340:[function(require,module,exports){
56011
+ },{}],338:[function(require,module,exports){
55809
56012
  "use strict";
55810
56013
  /*!
55811
56014
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55841,7 +56044,7 @@ __decorate([
55841
56044
  ], ErrorNode.prototype, "accept", null);
55842
56045
  exports.ErrorNode = ErrorNode;
55843
56046
 
55844
- },{"../Decorators":220,"./TerminalNode":343}],341:[function(require,module,exports){
56047
+ },{"../Decorators":218,"./TerminalNode":341}],339:[function(require,module,exports){
55845
56048
  "use strict";
55846
56049
  /*!
55847
56050
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55946,7 +56149,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
55946
56149
  ParseTreeWalker.DEFAULT = new ParseTreeWalker();
55947
56150
  })(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
55948
56151
 
55949
- },{"./ErrorNode":340,"./RuleNode":342,"./TerminalNode":343}],342:[function(require,module,exports){
56152
+ },{"./ErrorNode":338,"./RuleNode":340,"./TerminalNode":341}],340:[function(require,module,exports){
55950
56153
  "use strict";
55951
56154
  /*!
55952
56155
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55958,7 +56161,7 @@ class RuleNode {
55958
56161
  }
55959
56162
  exports.RuleNode = RuleNode;
55960
56163
 
55961
- },{}],343:[function(require,module,exports){
56164
+ },{}],341:[function(require,module,exports){
55962
56165
  "use strict";
55963
56166
  /*!
55964
56167
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56050,7 +56253,7 @@ __decorate([
56050
56253
  ], TerminalNode.prototype, "toString", null);
56051
56254
  exports.TerminalNode = TerminalNode;
56052
56255
 
56053
- },{"../Decorators":220,"../Token":245,"../misc/Interval":332}],344:[function(require,module,exports){
56256
+ },{"../Decorators":218,"../Token":243,"../misc/Interval":330}],342:[function(require,module,exports){
56054
56257
  "use strict";
56055
56258
  /*!
56056
56259
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56294,7 +56497,7 @@ __decorate([
56294
56497
  ], Trees, "getRootOfSubtreeEnclosingRegion", null);
56295
56498
  exports.Trees = Trees;
56296
56499
 
56297
- },{"../CommonToken":216,"../Decorators":220,"../Parser":233,"../ParserRuleContext":236,"../Token":245,"../atn/ATN":253,"../misc/Utils":339,"./ErrorNode":340,"./RuleNode":342,"./TerminalNode":343}],345:[function(require,module,exports){
56500
+ },{"../CommonToken":214,"../Decorators":218,"../Parser":231,"../ParserRuleContext":234,"../Token":243,"../atn/ATN":251,"../misc/Utils":337,"./ErrorNode":338,"./RuleNode":340,"./TerminalNode":341}],343:[function(require,module,exports){
56298
56501
  "use strict";
56299
56502
  /*!
56300
56503
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56318,7 +56521,7 @@ class Chunk {
56318
56521
  }
56319
56522
  exports.Chunk = Chunk;
56320
56523
 
56321
- },{}],346:[function(require,module,exports){
56524
+ },{}],344:[function(require,module,exports){
56322
56525
  "use strict";
56323
56526
  /*!
56324
56527
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56498,7 +56701,7 @@ ParseTreeMatch = __decorate([
56498
56701
  ], ParseTreeMatch);
56499
56702
  exports.ParseTreeMatch = ParseTreeMatch;
56500
56703
 
56501
- },{"../../Decorators":220}],347:[function(require,module,exports){
56704
+ },{"../../Decorators":218}],345:[function(require,module,exports){
56502
56705
  "use strict";
56503
56706
  /*!
56504
56707
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56656,7 +56859,7 @@ ParseTreePattern = __decorate([
56656
56859
  ], ParseTreePattern);
56657
56860
  exports.ParseTreePattern = ParseTreePattern;
56658
56861
 
56659
- },{"../../Decorators":220,"../xpath/XPath":353}],348:[function(require,module,exports){
56862
+ },{"../../Decorators":218,"../xpath/XPath":351}],346:[function(require,module,exports){
56660
56863
  "use strict";
56661
56864
  /*!
56662
56865
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57134,7 +57337,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
57134
57337
  ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
57135
57338
  })(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
57136
57339
 
57137
- },{"../../BailErrorStrategy":210,"../../CharStreams":213,"../../CommonTokenStream":218,"../../Decorators":220,"../../ListTokenSource":231,"../../ParserInterpreter":235,"../../ParserRuleContext":236,"../../RecognitionException":239,"../../Token":245,"../../misc/MultiMap":334,"../../misc/ParseCancellationException":337,"../RuleNode":342,"../TerminalNode":343,"./ParseTreeMatch":346,"./ParseTreePattern":347,"./RuleTagToken":349,"./TagChunk":350,"./TextChunk":351,"./TokenTagToken":352}],349:[function(require,module,exports){
57340
+ },{"../../BailErrorStrategy":208,"../../CharStreams":211,"../../CommonTokenStream":216,"../../Decorators":218,"../../ListTokenSource":229,"../../ParserInterpreter":233,"../../ParserRuleContext":234,"../../RecognitionException":237,"../../Token":243,"../../misc/MultiMap":332,"../../misc/ParseCancellationException":335,"../RuleNode":340,"../TerminalNode":341,"./ParseTreeMatch":344,"./ParseTreePattern":345,"./RuleTagToken":347,"./TagChunk":348,"./TextChunk":349,"./TokenTagToken":350}],347:[function(require,module,exports){
57138
57341
  "use strict";
57139
57342
  /*!
57140
57343
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57332,7 +57535,7 @@ RuleTagToken = __decorate([
57332
57535
  ], RuleTagToken);
57333
57536
  exports.RuleTagToken = RuleTagToken;
57334
57537
 
57335
- },{"../../Decorators":220,"../../Token":245}],350:[function(require,module,exports){
57538
+ },{"../../Decorators":218,"../../Token":243}],348:[function(require,module,exports){
57336
57539
  "use strict";
57337
57540
  /*!
57338
57541
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57419,7 +57622,7 @@ __decorate([
57419
57622
  ], TagChunk.prototype, "toString", null);
57420
57623
  exports.TagChunk = TagChunk;
57421
57624
 
57422
- },{"../../Decorators":220,"./Chunk":345}],351:[function(require,module,exports){
57625
+ },{"../../Decorators":218,"./Chunk":343}],349:[function(require,module,exports){
57423
57626
  "use strict";
57424
57627
  /*!
57425
57628
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57489,7 +57692,7 @@ TextChunk = __decorate([
57489
57692
  ], TextChunk);
57490
57693
  exports.TextChunk = TextChunk;
57491
57694
 
57492
- },{"../../Decorators":220,"./Chunk":345}],352:[function(require,module,exports){
57695
+ },{"../../Decorators":218,"./Chunk":343}],350:[function(require,module,exports){
57493
57696
  "use strict";
57494
57697
  /*!
57495
57698
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57584,7 +57787,7 @@ TokenTagToken = __decorate([
57584
57787
  ], TokenTagToken);
57585
57788
  exports.TokenTagToken = TokenTagToken;
57586
57789
 
57587
- },{"../../CommonToken":216,"../../Decorators":220}],353:[function(require,module,exports){
57790
+ },{"../../CommonToken":214,"../../Decorators":218}],351:[function(require,module,exports){
57588
57791
  "use strict";
57589
57792
  /*!
57590
57793
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57781,7 +57984,7 @@ exports.XPath = XPath;
57781
57984
  XPath.WILDCARD = "*"; // word not operator/separator
57782
57985
  XPath.NOT = "!"; // word for invert operator
57783
57986
 
57784
- },{"../../CharStreams":213,"../../CommonTokenStream":218,"../../LexerNoViableAltException":230,"../../ParserRuleContext":236,"../../Token":245,"./XPathLexer":355,"./XPathLexerErrorListener":356,"./XPathRuleAnywhereElement":357,"./XPathRuleElement":358,"./XPathTokenAnywhereElement":359,"./XPathTokenElement":360,"./XPathWildcardAnywhereElement":361,"./XPathWildcardElement":362}],354:[function(require,module,exports){
57987
+ },{"../../CharStreams":211,"../../CommonTokenStream":216,"../../LexerNoViableAltException":228,"../../ParserRuleContext":234,"../../Token":243,"./XPathLexer":353,"./XPathLexerErrorListener":354,"./XPathRuleAnywhereElement":355,"./XPathRuleElement":356,"./XPathTokenAnywhereElement":357,"./XPathTokenElement":358,"./XPathWildcardAnywhereElement":359,"./XPathWildcardElement":360}],352:[function(require,module,exports){
57785
57988
  "use strict";
57786
57989
  /*!
57787
57990
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57816,7 +58019,7 @@ __decorate([
57816
58019
  ], XPathElement.prototype, "toString", null);
57817
58020
  exports.XPathElement = XPathElement;
57818
58021
 
57819
- },{"../../Decorators":220}],355:[function(require,module,exports){
58022
+ },{"../../Decorators":218}],353:[function(require,module,exports){
57820
58023
  "use strict";
57821
58024
  // Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
57822
58025
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -58291,7 +58494,7 @@ XPathLexer._serializedATN = Utils.join([
58291
58494
  XPathLexer._serializedATNSegment1,
58292
58495
  ], "");
58293
58496
 
58294
- },{"../../Lexer":228,"../../VocabularyImpl":251,"../../atn/ATNDeserializer":257,"../../atn/LexerATNSimulator":278,"../../misc/Utils":339}],356:[function(require,module,exports){
58497
+ },{"../../Lexer":226,"../../VocabularyImpl":249,"../../atn/ATNDeserializer":255,"../../atn/LexerATNSimulator":276,"../../misc/Utils":337}],354:[function(require,module,exports){
58295
58498
  "use strict";
58296
58499
  /*!
58297
58500
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58316,7 +58519,7 @@ __decorate([
58316
58519
  ], XPathLexerErrorListener.prototype, "syntaxError", null);
58317
58520
  exports.XPathLexerErrorListener = XPathLexerErrorListener;
58318
58521
 
58319
- },{"../../Decorators":220}],357:[function(require,module,exports){
58522
+ },{"../../Decorators":218}],355:[function(require,module,exports){
58320
58523
  "use strict";
58321
58524
  /*!
58322
58525
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58350,7 +58553,7 @@ __decorate([
58350
58553
  ], XPathRuleAnywhereElement.prototype, "evaluate", null);
58351
58554
  exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
58352
58555
 
58353
- },{"../../Decorators":220,"../Trees":344,"./XPathElement":354}],358:[function(require,module,exports){
58556
+ },{"../../Decorators":218,"../Trees":342,"./XPathElement":352}],356:[function(require,module,exports){
58354
58557
  "use strict";
58355
58558
  /*!
58356
58559
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58393,7 +58596,7 @@ __decorate([
58393
58596
  ], XPathRuleElement.prototype, "evaluate", null);
58394
58597
  exports.XPathRuleElement = XPathRuleElement;
58395
58598
 
58396
- },{"../../Decorators":220,"../../ParserRuleContext":236,"../Trees":344,"./XPathElement":354}],359:[function(require,module,exports){
58599
+ },{"../../Decorators":218,"../../ParserRuleContext":234,"../Trees":342,"./XPathElement":352}],357:[function(require,module,exports){
58397
58600
  "use strict";
58398
58601
  /*!
58399
58602
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58425,7 +58628,7 @@ __decorate([
58425
58628
  ], XPathTokenAnywhereElement.prototype, "evaluate", null);
58426
58629
  exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
58427
58630
 
58428
- },{"../../Decorators":220,"../Trees":344,"./XPathElement":354}],360:[function(require,module,exports){
58631
+ },{"../../Decorators":218,"../Trees":342,"./XPathElement":352}],358:[function(require,module,exports){
58429
58632
  "use strict";
58430
58633
  /*!
58431
58634
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58468,7 +58671,7 @@ __decorate([
58468
58671
  ], XPathTokenElement.prototype, "evaluate", null);
58469
58672
  exports.XPathTokenElement = XPathTokenElement;
58470
58673
 
58471
- },{"../../Decorators":220,"../TerminalNode":343,"../Trees":344,"./XPathElement":354}],361:[function(require,module,exports){
58674
+ },{"../../Decorators":218,"../TerminalNode":341,"../Trees":342,"./XPathElement":352}],359:[function(require,module,exports){
58472
58675
  "use strict";
58473
58676
  /*!
58474
58677
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58504,7 +58707,7 @@ __decorate([
58504
58707
  ], XPathWildcardAnywhereElement.prototype, "evaluate", null);
58505
58708
  exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
58506
58709
 
58507
- },{"../../Decorators":220,"../Trees":344,"./XPath":353,"./XPathElement":354}],362:[function(require,module,exports){
58710
+ },{"../../Decorators":218,"../Trees":342,"./XPath":351,"./XPathElement":352}],360:[function(require,module,exports){
58508
58711
  "use strict";
58509
58712
  /*!
58510
58713
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58544,7 +58747,7 @@ __decorate([
58544
58747
  ], XPathWildcardElement.prototype, "evaluate", null);
58545
58748
  exports.XPathWildcardElement = XPathWildcardElement;
58546
58749
 
58547
- },{"../../Decorators":220,"../Trees":344,"./XPath":353,"./XPathElement":354}],363:[function(require,module,exports){
58750
+ },{"../../Decorators":218,"../Trees":342,"./XPath":351,"./XPathElement":352}],361:[function(require,module,exports){
58548
58751
  (function (global){(function (){
58549
58752
  'use strict';
58550
58753
 
@@ -59054,7 +59257,7 @@ var objectKeys = Object.keys || function (obj) {
59054
59257
  };
59055
59258
 
59056
59259
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
59057
- },{"object.assign/polyfill":420,"util/":366}],364:[function(require,module,exports){
59260
+ },{"object.assign/polyfill":418,"util/":364}],362:[function(require,module,exports){
59058
59261
  if (typeof Object.create === 'function') {
59059
59262
  // implementation from standard node.js 'util' module
59060
59263
  module.exports = function inherits(ctor, superCtor) {
@@ -59079,14 +59282,14 @@ if (typeof Object.create === 'function') {
59079
59282
  }
59080
59283
  }
59081
59284
 
59082
- },{}],365:[function(require,module,exports){
59285
+ },{}],363:[function(require,module,exports){
59083
59286
  module.exports = function isBuffer(arg) {
59084
59287
  return arg && typeof arg === 'object'
59085
59288
  && typeof arg.copy === 'function'
59086
59289
  && typeof arg.fill === 'function'
59087
59290
  && typeof arg.readUInt8 === 'function';
59088
59291
  }
59089
- },{}],366:[function(require,module,exports){
59292
+ },{}],364:[function(require,module,exports){
59090
59293
  (function (process,global){(function (){
59091
59294
  // Copyright Joyent, Inc. and other Node contributors.
59092
59295
  //
@@ -59676,7 +59879,7 @@ function hasOwnProperty(obj, prop) {
59676
59879
  }
59677
59880
 
59678
59881
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
59679
- },{"./support/isBuffer":365,"_process":422,"inherits":364}],367:[function(require,module,exports){
59882
+ },{"./support/isBuffer":363,"_process":420,"inherits":362}],365:[function(require,module,exports){
59680
59883
  (function (global){(function (){
59681
59884
  'use strict';
59682
59885
 
@@ -59697,7 +59900,7 @@ module.exports = function availableTypedArrays() {
59697
59900
  };
59698
59901
 
59699
59902
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
59700
- },{"possible-typed-array-names":421}],368:[function(require,module,exports){
59903
+ },{"possible-typed-array-names":419}],366:[function(require,module,exports){
59701
59904
  (function (process,global){(function (){
59702
59905
  module.exports = process.hrtime || hrtime
59703
59906
 
@@ -59728,7 +59931,7 @@ function hrtime(previousTimestamp){
59728
59931
  return [seconds,nanoseconds]
59729
59932
  }
59730
59933
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
59731
- },{"_process":422}],369:[function(require,module,exports){
59934
+ },{"_process":420}],367:[function(require,module,exports){
59732
59935
  'use strict';
59733
59936
 
59734
59937
  var bind = require('function-bind');
@@ -59740,7 +59943,7 @@ var $reflectApply = require('./reflectApply');
59740
59943
  /** @type {import('./actualApply')} */
59741
59944
  module.exports = $reflectApply || bind.call($call, $apply);
59742
59945
 
59743
- },{"./functionApply":371,"./functionCall":372,"./reflectApply":374,"function-bind":390}],370:[function(require,module,exports){
59946
+ },{"./functionApply":369,"./functionCall":370,"./reflectApply":372,"function-bind":388}],368:[function(require,module,exports){
59744
59947
  'use strict';
59745
59948
 
59746
59949
  var bind = require('function-bind');
@@ -59752,19 +59955,19 @@ module.exports = function applyBind() {
59752
59955
  return actualApply(bind, $apply, arguments);
59753
59956
  };
59754
59957
 
59755
- },{"./actualApply":369,"./functionApply":371,"function-bind":390}],371:[function(require,module,exports){
59958
+ },{"./actualApply":367,"./functionApply":369,"function-bind":388}],369:[function(require,module,exports){
59756
59959
  'use strict';
59757
59960
 
59758
59961
  /** @type {import('./functionApply')} */
59759
59962
  module.exports = Function.prototype.apply;
59760
59963
 
59761
- },{}],372:[function(require,module,exports){
59964
+ },{}],370:[function(require,module,exports){
59762
59965
  'use strict';
59763
59966
 
59764
59967
  /** @type {import('./functionCall')} */
59765
59968
  module.exports = Function.prototype.call;
59766
59969
 
59767
- },{}],373:[function(require,module,exports){
59970
+ },{}],371:[function(require,module,exports){
59768
59971
  'use strict';
59769
59972
 
59770
59973
  var bind = require('function-bind');
@@ -59781,13 +59984,13 @@ module.exports = function callBindBasic(args) {
59781
59984
  return $actualApply(bind, $call, args);
59782
59985
  };
59783
59986
 
59784
- },{"./actualApply":369,"./functionCall":372,"es-errors/type":385,"function-bind":390}],374:[function(require,module,exports){
59987
+ },{"./actualApply":367,"./functionCall":370,"es-errors/type":383,"function-bind":388}],372:[function(require,module,exports){
59785
59988
  'use strict';
59786
59989
 
59787
59990
  /** @type {import('./reflectApply')} */
59788
59991
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
59789
59992
 
59790
- },{}],375:[function(require,module,exports){
59993
+ },{}],373:[function(require,module,exports){
59791
59994
  'use strict';
59792
59995
 
59793
59996
  var setFunctionLength = require('set-function-length');
@@ -59813,7 +60016,7 @@ if ($defineProperty) {
59813
60016
  module.exports.apply = applyBind;
59814
60017
  }
59815
60018
 
59816
- },{"call-bind-apply-helpers":373,"call-bind-apply-helpers/applyBind":370,"es-define-property":379,"set-function-length":424}],376:[function(require,module,exports){
60019
+ },{"call-bind-apply-helpers":371,"call-bind-apply-helpers/applyBind":368,"es-define-property":377,"set-function-length":422}],374:[function(require,module,exports){
59817
60020
  'use strict';
59818
60021
 
59819
60022
  var GetIntrinsic = require('get-intrinsic');
@@ -59834,7 +60037,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
59834
60037
  return intrinsic;
59835
60038
  };
59836
60039
 
59837
- },{"call-bind-apply-helpers":373,"get-intrinsic":391}],377:[function(require,module,exports){
60040
+ },{"call-bind-apply-helpers":371,"get-intrinsic":389}],375:[function(require,module,exports){
59838
60041
  'use strict';
59839
60042
 
59840
60043
  var $defineProperty = require('es-define-property');
@@ -59892,7 +60095,7 @@ module.exports = function defineDataProperty(
59892
60095
  }
59893
60096
  };
59894
60097
 
59895
- },{"es-define-property":379,"es-errors/syntax":384,"es-errors/type":385,"gopd":396}],378:[function(require,module,exports){
60098
+ },{"es-define-property":377,"es-errors/syntax":382,"es-errors/type":383,"gopd":394}],376:[function(require,module,exports){
59896
60099
  'use strict';
59897
60100
 
59898
60101
  var callBind = require('call-bind-apply-helpers');
@@ -59924,7 +60127,7 @@ module.exports = desc && typeof desc.get === 'function'
59924
60127
  }
59925
60128
  : false;
59926
60129
 
59927
- },{"call-bind-apply-helpers":373,"gopd":396}],379:[function(require,module,exports){
60130
+ },{"call-bind-apply-helpers":371,"gopd":394}],377:[function(require,module,exports){
59928
60131
  'use strict';
59929
60132
 
59930
60133
  /** @type {import('.')} */
@@ -59940,55 +60143,55 @@ if ($defineProperty) {
59940
60143
 
59941
60144
  module.exports = $defineProperty;
59942
60145
 
59943
- },{}],380:[function(require,module,exports){
60146
+ },{}],378:[function(require,module,exports){
59944
60147
  'use strict';
59945
60148
 
59946
60149
  /** @type {import('./eval')} */
59947
60150
  module.exports = EvalError;
59948
60151
 
59949
- },{}],381:[function(require,module,exports){
60152
+ },{}],379:[function(require,module,exports){
59950
60153
  'use strict';
59951
60154
 
59952
60155
  /** @type {import('.')} */
59953
60156
  module.exports = Error;
59954
60157
 
59955
- },{}],382:[function(require,module,exports){
60158
+ },{}],380:[function(require,module,exports){
59956
60159
  'use strict';
59957
60160
 
59958
60161
  /** @type {import('./range')} */
59959
60162
  module.exports = RangeError;
59960
60163
 
59961
- },{}],383:[function(require,module,exports){
60164
+ },{}],381:[function(require,module,exports){
59962
60165
  'use strict';
59963
60166
 
59964
60167
  /** @type {import('./ref')} */
59965
60168
  module.exports = ReferenceError;
59966
60169
 
59967
- },{}],384:[function(require,module,exports){
60170
+ },{}],382:[function(require,module,exports){
59968
60171
  'use strict';
59969
60172
 
59970
60173
  /** @type {import('./syntax')} */
59971
60174
  module.exports = SyntaxError;
59972
60175
 
59973
- },{}],385:[function(require,module,exports){
60176
+ },{}],383:[function(require,module,exports){
59974
60177
  'use strict';
59975
60178
 
59976
60179
  /** @type {import('./type')} */
59977
60180
  module.exports = TypeError;
59978
60181
 
59979
- },{}],386:[function(require,module,exports){
60182
+ },{}],384:[function(require,module,exports){
59980
60183
  'use strict';
59981
60184
 
59982
60185
  /** @type {import('./uri')} */
59983
60186
  module.exports = URIError;
59984
60187
 
59985
- },{}],387:[function(require,module,exports){
60188
+ },{}],385:[function(require,module,exports){
59986
60189
  'use strict';
59987
60190
 
59988
60191
  /** @type {import('.')} */
59989
60192
  module.exports = Object;
59990
60193
 
59991
- },{}],388:[function(require,module,exports){
60194
+ },{}],386:[function(require,module,exports){
59992
60195
  'use strict';
59993
60196
 
59994
60197
  var isCallable = require('is-callable');
@@ -60059,7 +60262,7 @@ module.exports = function forEach(list, iterator, thisArg) {
60059
60262
  }
60060
60263
  };
60061
60264
 
60062
- },{"is-callable":404}],389:[function(require,module,exports){
60265
+ },{"is-callable":402}],387:[function(require,module,exports){
60063
60266
  'use strict';
60064
60267
 
60065
60268
  /* eslint no-invalid-this: 1 */
@@ -60145,14 +60348,14 @@ module.exports = function bind(that) {
60145
60348
  return bound;
60146
60349
  };
60147
60350
 
60148
- },{}],390:[function(require,module,exports){
60351
+ },{}],388:[function(require,module,exports){
60149
60352
  'use strict';
60150
60353
 
60151
60354
  var implementation = require('./implementation');
60152
60355
 
60153
60356
  module.exports = Function.prototype.bind || implementation;
60154
60357
 
60155
- },{"./implementation":389}],391:[function(require,module,exports){
60358
+ },{"./implementation":387}],389:[function(require,module,exports){
60156
60359
  'use strict';
60157
60360
 
60158
60361
  var undefined;
@@ -60532,7 +60735,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
60532
60735
  return value;
60533
60736
  };
60534
60737
 
60535
- },{"call-bind-apply-helpers/functionApply":371,"call-bind-apply-helpers/functionCall":372,"es-define-property":379,"es-errors":381,"es-errors/eval":380,"es-errors/range":382,"es-errors/ref":383,"es-errors/syntax":384,"es-errors/type":385,"es-errors/uri":386,"es-object-atoms":387,"function-bind":390,"get-proto":394,"get-proto/Object.getPrototypeOf":392,"get-proto/Reflect.getPrototypeOf":393,"gopd":396,"has-symbols":398,"hasown":401,"math-intrinsics/abs":408,"math-intrinsics/floor":409,"math-intrinsics/max":411,"math-intrinsics/min":412,"math-intrinsics/pow":413,"math-intrinsics/round":414,"math-intrinsics/sign":415}],392:[function(require,module,exports){
60738
+ },{"call-bind-apply-helpers/functionApply":369,"call-bind-apply-helpers/functionCall":370,"es-define-property":377,"es-errors":379,"es-errors/eval":378,"es-errors/range":380,"es-errors/ref":381,"es-errors/syntax":382,"es-errors/type":383,"es-errors/uri":384,"es-object-atoms":385,"function-bind":388,"get-proto":392,"get-proto/Object.getPrototypeOf":390,"get-proto/Reflect.getPrototypeOf":391,"gopd":394,"has-symbols":396,"hasown":399,"math-intrinsics/abs":406,"math-intrinsics/floor":407,"math-intrinsics/max":409,"math-intrinsics/min":410,"math-intrinsics/pow":411,"math-intrinsics/round":412,"math-intrinsics/sign":413}],390:[function(require,module,exports){
60536
60739
  'use strict';
60537
60740
 
60538
60741
  var $Object = require('es-object-atoms');
@@ -60540,13 +60743,13 @@ var $Object = require('es-object-atoms');
60540
60743
  /** @type {import('./Object.getPrototypeOf')} */
60541
60744
  module.exports = $Object.getPrototypeOf || null;
60542
60745
 
60543
- },{"es-object-atoms":387}],393:[function(require,module,exports){
60746
+ },{"es-object-atoms":385}],391:[function(require,module,exports){
60544
60747
  'use strict';
60545
60748
 
60546
60749
  /** @type {import('./Reflect.getPrototypeOf')} */
60547
60750
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
60548
60751
 
60549
- },{}],394:[function(require,module,exports){
60752
+ },{}],392:[function(require,module,exports){
60550
60753
  'use strict';
60551
60754
 
60552
60755
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -60575,13 +60778,13 @@ module.exports = reflectGetProto
60575
60778
  }
60576
60779
  : null;
60577
60780
 
60578
- },{"./Object.getPrototypeOf":392,"./Reflect.getPrototypeOf":393,"dunder-proto/get":378}],395:[function(require,module,exports){
60781
+ },{"./Object.getPrototypeOf":390,"./Reflect.getPrototypeOf":391,"dunder-proto/get":376}],393:[function(require,module,exports){
60579
60782
  'use strict';
60580
60783
 
60581
60784
  /** @type {import('./gOPD')} */
60582
60785
  module.exports = Object.getOwnPropertyDescriptor;
60583
60786
 
60584
- },{}],396:[function(require,module,exports){
60787
+ },{}],394:[function(require,module,exports){
60585
60788
  'use strict';
60586
60789
 
60587
60790
  /** @type {import('.')} */
@@ -60598,7 +60801,7 @@ if ($gOPD) {
60598
60801
 
60599
60802
  module.exports = $gOPD;
60600
60803
 
60601
- },{"./gOPD":395}],397:[function(require,module,exports){
60804
+ },{"./gOPD":393}],395:[function(require,module,exports){
60602
60805
  'use strict';
60603
60806
 
60604
60807
  var $defineProperty = require('es-define-property');
@@ -60622,7 +60825,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
60622
60825
 
60623
60826
  module.exports = hasPropertyDescriptors;
60624
60827
 
60625
- },{"es-define-property":379}],398:[function(require,module,exports){
60828
+ },{"es-define-property":377}],396:[function(require,module,exports){
60626
60829
  'use strict';
60627
60830
 
60628
60831
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -60638,7 +60841,7 @@ module.exports = function hasNativeSymbols() {
60638
60841
  return hasSymbolSham();
60639
60842
  };
60640
60843
 
60641
- },{"./shams":399}],399:[function(require,module,exports){
60844
+ },{"./shams":397}],397:[function(require,module,exports){
60642
60845
  'use strict';
60643
60846
 
60644
60847
  /** @type {import('./shams')} */
@@ -60685,7 +60888,7 @@ module.exports = function hasSymbols() {
60685
60888
  return true;
60686
60889
  };
60687
60890
 
60688
- },{}],400:[function(require,module,exports){
60891
+ },{}],398:[function(require,module,exports){
60689
60892
  'use strict';
60690
60893
 
60691
60894
  var hasSymbols = require('has-symbols/shams');
@@ -60695,7 +60898,7 @@ module.exports = function hasToStringTagShams() {
60695
60898
  return hasSymbols() && !!Symbol.toStringTag;
60696
60899
  };
60697
60900
 
60698
- },{"has-symbols/shams":399}],401:[function(require,module,exports){
60901
+ },{"has-symbols/shams":397}],399:[function(require,module,exports){
60699
60902
  'use strict';
60700
60903
 
60701
60904
  var call = Function.prototype.call;
@@ -60705,7 +60908,7 @@ var bind = require('function-bind');
60705
60908
  /** @type {import('.')} */
60706
60909
  module.exports = bind.call(call, $hasOwn);
60707
60910
 
60708
- },{"function-bind":390}],402:[function(require,module,exports){
60911
+ },{"function-bind":388}],400:[function(require,module,exports){
60709
60912
  if (typeof Object.create === 'function') {
60710
60913
  // implementation from standard node.js 'util' module
60711
60914
  module.exports = function inherits(ctor, superCtor) {
@@ -60734,7 +60937,7 @@ if (typeof Object.create === 'function') {
60734
60937
  }
60735
60938
  }
60736
60939
 
60737
- },{}],403:[function(require,module,exports){
60940
+ },{}],401:[function(require,module,exports){
60738
60941
  'use strict';
60739
60942
 
60740
60943
  var hasToStringTag = require('has-tostringtag/shams')();
@@ -60780,7 +60983,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
60780
60983
  /** @type {import('.')} */
60781
60984
  module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
60782
60985
 
60783
- },{"call-bound":376,"has-tostringtag/shams":400}],404:[function(require,module,exports){
60986
+ },{"call-bound":374,"has-tostringtag/shams":398}],402:[function(require,module,exports){
60784
60987
  'use strict';
60785
60988
 
60786
60989
  var fnToStr = Function.prototype.toString;
@@ -60883,7 +61086,7 @@ module.exports = reflectApply
60883
61086
  return tryFunctionObject(value);
60884
61087
  };
60885
61088
 
60886
- },{}],405:[function(require,module,exports){
61089
+ },{}],403:[function(require,module,exports){
60887
61090
  'use strict';
60888
61091
 
60889
61092
  var callBound = require('call-bound');
@@ -60932,7 +61135,7 @@ module.exports = function isGeneratorFunction(fn) {
60932
61135
  return getProto(fn) === GeneratorFunction;
60933
61136
  };
60934
61137
 
60935
- },{"call-bound":376,"get-proto":394,"has-tostringtag/shams":400,"safe-regex-test":423}],406:[function(require,module,exports){
61138
+ },{"call-bound":374,"get-proto":392,"has-tostringtag/shams":398,"safe-regex-test":421}],404:[function(require,module,exports){
60936
61139
  'use strict';
60937
61140
 
60938
61141
  var callBound = require('call-bound');
@@ -61003,7 +61206,7 @@ if (hasToStringTag) {
61003
61206
 
61004
61207
  module.exports = fn;
61005
61208
 
61006
- },{"call-bound":376,"gopd":396,"has-tostringtag/shams":400,"hasown":401}],407:[function(require,module,exports){
61209
+ },{"call-bound":374,"gopd":394,"has-tostringtag/shams":398,"hasown":399}],405:[function(require,module,exports){
61007
61210
  'use strict';
61008
61211
 
61009
61212
  var whichTypedArray = require('which-typed-array');
@@ -61013,19 +61216,19 @@ module.exports = function isTypedArray(value) {
61013
61216
  return !!whichTypedArray(value);
61014
61217
  };
61015
61218
 
61016
- },{"which-typed-array":428}],408:[function(require,module,exports){
61219
+ },{"which-typed-array":426}],406:[function(require,module,exports){
61017
61220
  'use strict';
61018
61221
 
61019
61222
  /** @type {import('./abs')} */
61020
61223
  module.exports = Math.abs;
61021
61224
 
61022
- },{}],409:[function(require,module,exports){
61225
+ },{}],407:[function(require,module,exports){
61023
61226
  'use strict';
61024
61227
 
61025
61228
  /** @type {import('./floor')} */
61026
61229
  module.exports = Math.floor;
61027
61230
 
61028
- },{}],410:[function(require,module,exports){
61231
+ },{}],408:[function(require,module,exports){
61029
61232
  'use strict';
61030
61233
 
61031
61234
  /** @type {import('./isNaN')} */
@@ -61033,31 +61236,31 @@ module.exports = Number.isNaN || function isNaN(a) {
61033
61236
  return a !== a;
61034
61237
  };
61035
61238
 
61036
- },{}],411:[function(require,module,exports){
61239
+ },{}],409:[function(require,module,exports){
61037
61240
  'use strict';
61038
61241
 
61039
61242
  /** @type {import('./max')} */
61040
61243
  module.exports = Math.max;
61041
61244
 
61042
- },{}],412:[function(require,module,exports){
61245
+ },{}],410:[function(require,module,exports){
61043
61246
  'use strict';
61044
61247
 
61045
61248
  /** @type {import('./min')} */
61046
61249
  module.exports = Math.min;
61047
61250
 
61048
- },{}],413:[function(require,module,exports){
61251
+ },{}],411:[function(require,module,exports){
61049
61252
  'use strict';
61050
61253
 
61051
61254
  /** @type {import('./pow')} */
61052
61255
  module.exports = Math.pow;
61053
61256
 
61054
- },{}],414:[function(require,module,exports){
61257
+ },{}],412:[function(require,module,exports){
61055
61258
  'use strict';
61056
61259
 
61057
61260
  /** @type {import('./round')} */
61058
61261
  module.exports = Math.round;
61059
61262
 
61060
- },{}],415:[function(require,module,exports){
61263
+ },{}],413:[function(require,module,exports){
61061
61264
  'use strict';
61062
61265
 
61063
61266
  var $isNaN = require('./isNaN');
@@ -61070,7 +61273,7 @@ module.exports = function sign(number) {
61070
61273
  return number < 0 ? -1 : +1;
61071
61274
  };
61072
61275
 
61073
- },{"./isNaN":410}],416:[function(require,module,exports){
61276
+ },{"./isNaN":408}],414:[function(require,module,exports){
61074
61277
  'use strict';
61075
61278
 
61076
61279
  var keysShim;
@@ -61194,7 +61397,7 @@ if (!Object.keys) {
61194
61397
  }
61195
61398
  module.exports = keysShim;
61196
61399
 
61197
- },{"./isArguments":418}],417:[function(require,module,exports){
61400
+ },{"./isArguments":416}],415:[function(require,module,exports){
61198
61401
  'use strict';
61199
61402
 
61200
61403
  var slice = Array.prototype.slice;
@@ -61228,7 +61431,7 @@ keysShim.shim = function shimObjectKeys() {
61228
61431
 
61229
61432
  module.exports = keysShim;
61230
61433
 
61231
- },{"./implementation":416,"./isArguments":418}],418:[function(require,module,exports){
61434
+ },{"./implementation":414,"./isArguments":416}],416:[function(require,module,exports){
61232
61435
  'use strict';
61233
61436
 
61234
61437
  var toStr = Object.prototype.toString;
@@ -61247,7 +61450,7 @@ module.exports = function isArguments(value) {
61247
61450
  return isArgs;
61248
61451
  };
61249
61452
 
61250
- },{}],419:[function(require,module,exports){
61453
+ },{}],417:[function(require,module,exports){
61251
61454
  'use strict';
61252
61455
 
61253
61456
  // modified from https://github.com/es-shims/es6-shim
@@ -61295,7 +61498,7 @@ module.exports = function assign(target, source1) {
61295
61498
  return to; // step 4
61296
61499
  };
61297
61500
 
61298
- },{"call-bound":376,"es-object-atoms":387,"has-symbols/shams":399,"object-keys":417}],420:[function(require,module,exports){
61501
+ },{"call-bound":374,"es-object-atoms":385,"has-symbols/shams":397,"object-keys":415}],418:[function(require,module,exports){
61299
61502
  'use strict';
61300
61503
 
61301
61504
  var implementation = require('./implementation');
@@ -61352,7 +61555,7 @@ module.exports = function getPolyfill() {
61352
61555
  return Object.assign;
61353
61556
  };
61354
61557
 
61355
- },{"./implementation":419}],421:[function(require,module,exports){
61558
+ },{"./implementation":417}],419:[function(require,module,exports){
61356
61559
  'use strict';
61357
61560
 
61358
61561
  /** @type {import('.')} */
@@ -61371,7 +61574,7 @@ module.exports = [
61371
61574
  'BigUint64Array'
61372
61575
  ];
61373
61576
 
61374
- },{}],422:[function(require,module,exports){
61577
+ },{}],420:[function(require,module,exports){
61375
61578
  // shim for using process in browser
61376
61579
  var process = module.exports = {};
61377
61580
 
@@ -61557,7 +61760,7 @@ process.chdir = function (dir) {
61557
61760
  };
61558
61761
  process.umask = function() { return 0; };
61559
61762
 
61560
- },{}],423:[function(require,module,exports){
61763
+ },{}],421:[function(require,module,exports){
61561
61764
  'use strict';
61562
61765
 
61563
61766
  var callBound = require('call-bound');
@@ -61576,7 +61779,7 @@ module.exports = function regexTester(regex) {
61576
61779
  };
61577
61780
  };
61578
61781
 
61579
- },{"call-bound":376,"es-errors/type":385,"is-regex":406}],424:[function(require,module,exports){
61782
+ },{"call-bound":374,"es-errors/type":383,"is-regex":404}],422:[function(require,module,exports){
61580
61783
  'use strict';
61581
61784
 
61582
61785
  var GetIntrinsic = require('get-intrinsic');
@@ -61620,9 +61823,9 @@ module.exports = function setFunctionLength(fn, length) {
61620
61823
  return fn;
61621
61824
  };
61622
61825
 
61623
- },{"define-data-property":377,"es-errors/type":385,"get-intrinsic":391,"gopd":396,"has-property-descriptors":397}],425:[function(require,module,exports){
61624
- arguments[4][365][0].apply(exports,arguments)
61625
- },{"dup":365}],426:[function(require,module,exports){
61826
+ },{"define-data-property":375,"es-errors/type":383,"get-intrinsic":389,"gopd":394,"has-property-descriptors":395}],423:[function(require,module,exports){
61827
+ arguments[4][363][0].apply(exports,arguments)
61828
+ },{"dup":363}],424:[function(require,module,exports){
61626
61829
  // Currently in sync with Node.js lib/internal/util/types.js
61627
61830
  // https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
61628
61831
 
@@ -61958,7 +62161,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
61958
62161
  });
61959
62162
  });
61960
62163
 
61961
- },{"is-arguments":403,"is-generator-function":405,"is-typed-array":407,"which-typed-array":428}],427:[function(require,module,exports){
62164
+ },{"is-arguments":401,"is-generator-function":403,"is-typed-array":405,"which-typed-array":426}],425:[function(require,module,exports){
61962
62165
  (function (process){(function (){
61963
62166
  // Copyright Joyent, Inc. and other Node contributors.
61964
62167
  //
@@ -62677,7 +62880,7 @@ function callbackify(original) {
62677
62880
  exports.callbackify = callbackify;
62678
62881
 
62679
62882
  }).call(this)}).call(this,require('_process'))
62680
- },{"./support/isBuffer":425,"./support/types":426,"_process":422,"inherits":402}],428:[function(require,module,exports){
62883
+ },{"./support/isBuffer":423,"./support/types":424,"_process":420,"inherits":400}],426:[function(require,module,exports){
62681
62884
  (function (global){(function (){
62682
62885
  'use strict';
62683
62886
 
@@ -62798,5 +63001,5 @@ module.exports = function whichTypedArray(value) {
62798
63001
  };
62799
63002
 
62800
63003
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
62801
- },{"available-typed-arrays":367,"call-bind":375,"call-bound":376,"for-each":388,"get-proto":394,"gopd":396,"has-tostringtag/shams":400}]},{},[115])(115)
63004
+ },{"available-typed-arrays":365,"call-bind":373,"call-bound":374,"for-each":386,"get-proto":392,"gopd":394,"has-tostringtag/shams":398}]},{},[113])(113)
62802
63005
  });