@designliquido/delegua 1.20.0 → 1.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analisador-documentario/index.d.ts +2 -2
- package/analisador-documentario/index.d.ts.map +1 -1
- package/analisador-documentario/index.js.map +1 -1
- package/analisador-semantico/analisador-semantico-base.d.ts +9 -8
- package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico-base.js.map +1 -1
- package/analisador-semantico/analisador-semantico.d.ts +14 -13
- package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico.js +10 -2
- package/analisador-semantico/analisador-semantico.js.map +1 -1
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts +12 -11
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts.map +1 -1
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.js +9 -1
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.js.map +1 -1
- package/analisador-semantico/tabela-diagnosticos-semanticos.d.ts +3 -3
- package/analisador-semantico/tabela-diagnosticos-semanticos.d.ts.map +1 -1
- package/analisador-semantico/tabela-diagnosticos-semanticos.js.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico-base.d.ts +22 -21
- package/avaliador-sintatico/avaliador-sintatico-base.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico-base.js.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.d.ts +42 -41
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-calango.d.ts +9 -8
- package/avaliador-sintatico/dialetos/avaliador-sintatico-calango.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-calango.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts +22 -21
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-guarani.d.ts +8 -7
- package/avaliador-sintatico/dialetos/avaliador-sintatico-guarani.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-guarani.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts +32 -27
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +56 -22
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-portugol-ipt.d.ts +10 -9
- package/avaliador-sintatico/dialetos/avaliador-sintatico-portugol-ipt.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-portugol-ipt.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-prisma.d.ts +26 -25
- package/avaliador-sintatico/dialetos/avaliador-sintatico-prisma.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-prisma.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.d.ts +28 -28
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.js +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-tenda.js.map +1 -1
- package/avaliador-sintatico/dialetos/micro-avaliador-sintatico-pitugues.d.ts +19 -20
- package/avaliador-sintatico/dialetos/micro-avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/micro-avaliador-sintatico-pitugues.js.map +1 -1
- package/avaliador-sintatico/micro-avaliador-sintatico-base.d.ts +13 -13
- package/avaliador-sintatico/micro-avaliador-sintatico-base.d.ts.map +1 -1
- package/avaliador-sintatico/micro-avaliador-sintatico-base.js.map +1 -1
- package/avaliador-sintatico/micro-avaliador-sintatico.d.ts +17 -18
- package/avaliador-sintatico/micro-avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/micro-avaliador-sintatico.js +1 -1
- package/avaliador-sintatico/micro-avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/tabela-diagnosticos-sintaticos.d.ts +3 -3
- package/avaliador-sintatico/tabela-diagnosticos-sintaticos.d.ts.map +1 -1
- package/avaliador-sintatico/tabela-diagnosticos-sintaticos.js.map +1 -1
- package/avaliador-sintatico/traducao/avaliador-sintatico-javascript.d.ts +3 -3
- package/avaliador-sintatico/traducao/avaliador-sintatico-javascript.d.ts.map +1 -1
- package/avaliador-sintatico/traducao/avaliador-sintatico-javascript.js +2 -2
- package/avaliador-sintatico/traducao/avaliador-sintatico-javascript.js.map +1 -1
- package/bibliotecas/primitivas-texto.d.ts.map +1 -1
- package/bibliotecas/primitivas-texto.js.map +1 -1
- package/bin/package.json +1 -1
- package/construtos/acesso-elemento-matriz.d.ts +6 -6
- package/construtos/acesso-elemento-matriz.d.ts.map +1 -1
- package/construtos/acesso-elemento-matriz.js.map +1 -1
- package/construtos/acesso-indice-variavel.d.ts +5 -5
- package/construtos/acesso-indice-variavel.d.ts.map +1 -1
- package/construtos/acesso-indice-variavel.js.map +1 -1
- package/construtos/acesso-intervalo-variavel.d.ts +7 -7
- package/construtos/acesso-intervalo-variavel.d.ts.map +1 -1
- package/construtos/acesso-intervalo-variavel.js.map +1 -1
- package/construtos/acesso-metodo-ou-propriedade.d.ts +4 -4
- package/construtos/acesso-metodo-ou-propriedade.d.ts.map +1 -1
- package/construtos/acesso-metodo-ou-propriedade.js.map +1 -1
- package/construtos/acesso-metodo.d.ts +4 -4
- package/construtos/acesso-metodo.d.ts.map +1 -1
- package/construtos/acesso-metodo.js.map +1 -1
- package/construtos/acesso-propriedade.d.ts +4 -4
- package/construtos/acesso-propriedade.d.ts.map +1 -1
- package/construtos/acesso-propriedade.js.map +1 -1
- package/construtos/agrupamento.d.ts +4 -4
- package/construtos/agrupamento.d.ts.map +1 -1
- package/construtos/agrupamento.js.map +1 -1
- package/construtos/ajuda-como-construto.d.ts +4 -4
- package/construtos/ajuda-como-construto.d.ts.map +1 -1
- package/construtos/ajuda-como-construto.js.map +1 -1
- package/construtos/argumento-referencia-funcao.d.ts +2 -2
- package/construtos/argumento-referencia-funcao.d.ts.map +1 -1
- package/construtos/atribuicao-por-indice.d.ts +6 -6
- package/construtos/atribuicao-por-indice.d.ts.map +1 -1
- package/construtos/atribuicao-por-indice.js.map +1 -1
- package/construtos/atribuicao-por-indices-matriz.d.ts +7 -7
- package/construtos/atribuicao-por-indices-matriz.d.ts.map +1 -1
- package/construtos/atribuicao-por-indices-matriz.js.map +1 -1
- package/construtos/atribuir.d.ts +6 -6
- package/construtos/atribuir.d.ts.map +1 -1
- package/construtos/atribuir.js.map +1 -1
- package/construtos/binario.d.ts +5 -5
- package/construtos/binario.d.ts.map +1 -1
- package/construtos/binario.js.map +1 -1
- package/construtos/bote.d.ts +5 -5
- package/construtos/bote.d.ts.map +1 -1
- package/construtos/bote.js.map +1 -1
- package/construtos/chamada.d.ts +5 -5
- package/construtos/chamada.d.ts.map +1 -1
- package/construtos/chamada.js.map +1 -1
- package/construtos/comentario-como-construto.d.ts +2 -2
- package/construtos/comentario-como-construto.d.ts.map +1 -1
- package/construtos/componente-linguagem.d.ts +2 -2
- package/construtos/componente-linguagem.d.ts.map +1 -1
- package/construtos/constante.d.ts +2 -2
- package/construtos/constante.d.ts.map +1 -1
- package/construtos/decorador.d.ts +2 -2
- package/construtos/decorador.d.ts.map +1 -1
- package/construtos/definir-valor.d.ts +4 -4
- package/construtos/definir-valor.d.ts.map +1 -1
- package/construtos/definir-valor.js.map +1 -1
- package/construtos/dicionario.d.ts +4 -4
- package/construtos/dicionario.d.ts.map +1 -1
- package/construtos/dicionario.js.map +1 -1
- package/construtos/elvis.d.ts +5 -5
- package/construtos/elvis.d.ts.map +1 -1
- package/construtos/elvis.js.map +1 -1
- package/construtos/enquanto-como-construto.d.ts +4 -4
- package/construtos/enquanto-como-construto.d.ts.map +1 -1
- package/construtos/enquanto-como-construto.js.map +1 -1
- package/construtos/expressao-regular.d.ts +2 -2
- package/construtos/expressao-regular.d.ts.map +1 -1
- package/construtos/fazer-como-construto.d.ts +4 -4
- package/construtos/fazer-como-construto.d.ts.map +1 -1
- package/construtos/fazer-como-construto.js.map +1 -1
- package/construtos/fim-para.d.ts +2 -2
- package/construtos/fim-para.d.ts.map +1 -1
- package/construtos/formatacao-escrita.d.ts +4 -4
- package/construtos/formatacao-escrita.d.ts.map +1 -1
- package/construtos/formatacao-escrita.js.map +1 -1
- package/construtos/funcao.d.ts +2 -2
- package/construtos/funcao.d.ts.map +1 -1
- package/construtos/importar-como-construto.d.ts +2 -2
- package/construtos/importar-como-construto.d.ts.map +1 -1
- package/construtos/index.d.ts +0 -1
- package/construtos/index.d.ts.map +1 -1
- package/construtos/index.js +0 -1
- package/construtos/index.js.map +1 -1
- package/construtos/isto.d.ts +2 -2
- package/construtos/isto.d.ts.map +1 -1
- package/construtos/leia.d.ts +4 -5
- package/construtos/leia.d.ts.map +1 -1
- package/construtos/leia.js.map +1 -1
- package/construtos/lista-compreensao.d.ts +5 -5
- package/construtos/lista-compreensao.d.ts.map +1 -1
- package/construtos/lista-compreensao.js.map +1 -1
- package/construtos/literal.d.ts +3 -3
- package/construtos/literal.d.ts.map +1 -1
- package/construtos/logico.d.ts +5 -5
- package/construtos/logico.d.ts.map +1 -1
- package/construtos/logico.js.map +1 -1
- package/construtos/morsa.d.ts +4 -4
- package/construtos/morsa.d.ts.map +1 -1
- package/construtos/morsa.js.map +1 -1
- package/construtos/para-cada-como-construto.d.ts +4 -4
- package/construtos/para-cada-como-construto.d.ts.map +1 -1
- package/construtos/para-cada-como-construto.js.map +1 -1
- package/construtos/para-como-construto.d.ts +5 -5
- package/construtos/para-como-construto.d.ts.map +1 -1
- package/construtos/para-como-construto.js.map +1 -1
- package/construtos/referencia-biblioteca-global.d.ts +2 -2
- package/construtos/referencia-biblioteca-global.d.ts.map +1 -1
- package/construtos/referencia-funcao.d.ts +2 -2
- package/construtos/referencia-funcao.d.ts.map +1 -1
- package/construtos/se-ternario.d.ts +6 -6
- package/construtos/se-ternario.d.ts.map +1 -1
- package/construtos/se-ternario.js.map +1 -1
- package/construtos/separador.d.ts +2 -2
- package/construtos/separador.d.ts.map +1 -1
- package/construtos/super.d.ts +2 -2
- package/construtos/super.d.ts.map +1 -1
- package/construtos/tipo-de.d.ts +4 -4
- package/construtos/tipo-de.d.ts.map +1 -1
- package/construtos/tipo-de.js.map +1 -1
- package/construtos/tupla-n.d.ts +3 -3
- package/construtos/tupla-n.d.ts.map +1 -1
- package/construtos/tupla-n.js.map +1 -1
- package/construtos/tupla.d.ts +2 -2
- package/construtos/tupla.d.ts.map +1 -1
- package/construtos/tuplas/deceto.d.ts +12 -12
- package/construtos/tuplas/deceto.d.ts.map +1 -1
- package/construtos/tuplas/deceto.js.map +1 -1
- package/construtos/tuplas/dupla.d.ts +4 -4
- package/construtos/tuplas/dupla.d.ts.map +1 -1
- package/construtos/tuplas/dupla.js.map +1 -1
- package/construtos/tuplas/noneto.d.ts +11 -11
- package/construtos/tuplas/noneto.d.ts.map +1 -1
- package/construtos/tuplas/noneto.js.map +1 -1
- package/construtos/tuplas/octeto.d.ts +10 -10
- package/construtos/tuplas/octeto.d.ts.map +1 -1
- package/construtos/tuplas/octeto.js.map +1 -1
- package/construtos/tuplas/quarteto.d.ts +6 -6
- package/construtos/tuplas/quarteto.d.ts.map +1 -1
- package/construtos/tuplas/quarteto.js.map +1 -1
- package/construtos/tuplas/quinteto.d.ts +7 -7
- package/construtos/tuplas/quinteto.d.ts.map +1 -1
- package/construtos/tuplas/quinteto.js.map +1 -1
- package/construtos/tuplas/septeto.d.ts +9 -9
- package/construtos/tuplas/septeto.d.ts.map +1 -1
- package/construtos/tuplas/septeto.js.map +1 -1
- package/construtos/tuplas/sexteto.d.ts +8 -8
- package/construtos/tuplas/sexteto.d.ts.map +1 -1
- package/construtos/tuplas/sexteto.js.map +1 -1
- package/construtos/tuplas/trio.d.ts +5 -5
- package/construtos/tuplas/trio.d.ts.map +1 -1
- package/construtos/tuplas/trio.js.map +1 -1
- package/construtos/unario.d.ts +4 -4
- package/construtos/unario.d.ts.map +1 -1
- package/construtos/unario.js.map +1 -1
- package/construtos/variavel.d.ts +2 -2
- package/construtos/variavel.d.ts.map +1 -1
- package/construtos/vetor.d.ts +5 -5
- package/construtos/vetor.d.ts.map +1 -1
- package/construtos/vetor.js.map +1 -1
- package/declaracoes/ajuda.d.ts +3 -4
- package/declaracoes/ajuda.d.ts.map +1 -1
- package/declaracoes/ajuda.js.map +1 -1
- package/declaracoes/const-multiplo.d.ts +3 -4
- package/declaracoes/const-multiplo.d.ts.map +1 -1
- package/declaracoes/const-multiplo.js.map +1 -1
- package/declaracoes/const.d.ts +4 -4
- package/declaracoes/const.d.ts.map +1 -1
- package/declaracoes/const.js.map +1 -1
- package/declaracoes/enquanto.d.ts +3 -4
- package/declaracoes/enquanto.d.ts.map +1 -1
- package/declaracoes/enquanto.js.map +1 -1
- package/declaracoes/escolha.d.ts +3 -3
- package/declaracoes/escolha.d.ts.map +1 -1
- package/declaracoes/escolha.js.map +1 -1
- package/declaracoes/escreva-mesma-linha.d.ts +3 -4
- package/declaracoes/escreva-mesma-linha.d.ts.map +1 -1
- package/declaracoes/escreva-mesma-linha.js.map +1 -1
- package/declaracoes/escreva.d.ts +3 -3
- package/declaracoes/escreva.d.ts.map +1 -1
- package/declaracoes/escreva.js.map +1 -1
- package/declaracoes/expressao.d.ts +4 -3
- package/declaracoes/expressao.d.ts.map +1 -1
- package/declaracoes/expressao.js.map +1 -1
- package/declaracoes/fazer.d.ts +3 -4
- package/declaracoes/fazer.d.ts.map +1 -1
- package/declaracoes/fazer.js.map +1 -1
- package/declaracoes/importar.d.ts +3 -4
- package/declaracoes/importar.d.ts.map +1 -1
- package/declaracoes/importar.js.map +1 -1
- package/declaracoes/para-cada.d.ts +4 -4
- package/declaracoes/para-cada.d.ts.map +1 -1
- package/declaracoes/para-cada.js.map +1 -1
- package/declaracoes/para.d.ts +4 -4
- package/declaracoes/para.d.ts.map +1 -1
- package/declaracoes/para.js.map +1 -1
- package/declaracoes/propriedade-classe.d.ts +4 -4
- package/declaracoes/propriedade-classe.d.ts.map +1 -1
- package/declaracoes/propriedade-classe.js.map +1 -1
- package/declaracoes/retorna.d.ts +3 -3
- package/declaracoes/retorna.d.ts.map +1 -1
- package/declaracoes/retorna.js.map +1 -1
- package/declaracoes/se.d.ts +5 -6
- package/declaracoes/se.d.ts.map +1 -1
- package/declaracoes/se.js.map +1 -1
- package/declaracoes/tendo-como.d.ts +3 -4
- package/declaracoes/tendo-como.d.ts.map +1 -1
- package/declaracoes/tendo-como.js.map +1 -1
- package/declaracoes/var-multiplo.d.ts +3 -4
- package/declaracoes/var-multiplo.d.ts.map +1 -1
- package/declaracoes/var-multiplo.js.map +1 -1
- package/declaracoes/var.d.ts +4 -3
- package/declaracoes/var.d.ts.map +1 -1
- package/declaracoes/var.js.map +1 -1
- package/estilizador/estilizador-delegua.js.map +1 -1
- package/estilizador/regras/regra-convencao-nomenclatura.d.ts +2 -2
- package/estilizador/regras/regra-convencao-nomenclatura.d.ts.map +1 -1
- package/estilizador/regras/regra-convencao-nomenclatura.js.map +1 -1
- package/estilizador/regras/regra-explicitar-tipos-parametros.d.ts +2 -2
- package/estilizador/regras/regra-explicitar-tipos-parametros.d.ts.map +1 -1
- package/estilizador/regras/regra-explicitar-tipos-parametros.js.map +1 -1
- package/estilizador/regras/regra-fortalecer-tipos.d.ts.map +1 -1
- package/estilizador/regras/regra-fortalecer-tipos.js.map +1 -1
- package/estilizador/regras/regra-paradigma-consistente.d.ts +2 -2
- package/estilizador/regras/regra-paradigma-consistente.d.ts.map +1 -1
- package/estilizador/regras/regra-paradigma-consistente.js.map +1 -1
- package/formatadores/formatador-delegua.d.ts +3 -3
- package/formatadores/formatador-delegua.d.ts.map +1 -1
- package/formatadores/formatador-delegua.js.map +1 -1
- package/interfaces/analisador-semantico-interface.d.ts +2 -2
- package/interfaces/analisador-semantico-interface.d.ts.map +1 -1
- package/interfaces/avaliador-sintatico/avaliador-sintatico-interface.d.ts +2 -2
- package/interfaces/avaliador-sintatico/avaliador-sintatico-interface.d.ts.map +1 -1
- package/interfaces/avaliador-sintatico/correcao-implementacao-interface.d.ts +2 -2
- package/interfaces/avaliador-sintatico/correcao-implementacao-interface.d.ts.map +1 -1
- package/interfaces/avaliador-sintatico/membro-interface-faltando-interface.d.ts +1 -1
- package/interfaces/avaliador-sintatico/membro-interface-faltando-interface.d.ts.map +1 -1
- package/interfaces/construtos/caminho-escolha-interface.d.ts +7 -0
- package/interfaces/construtos/caminho-escolha-interface.d.ts.map +1 -0
- package/interfaces/{retornos/retorno-lexador.js → construtos/caminho-escolha-interface.js} +1 -1
- package/interfaces/construtos/caminho-escolha-interface.js.map +1 -0
- package/{construtos/construto.d.ts → interfaces/construtos/construto-interface.d.ts} +3 -3
- package/interfaces/construtos/construto-interface.d.ts.map +1 -0
- package/{interpretador/dialetos/egua-classico/resolvedor/retorno-resolvedor.js → interfaces/construtos/construto-interface.js} +1 -1
- package/interfaces/construtos/construto-interface.js.map +1 -0
- package/interfaces/construtos/index.d.ts +2 -6
- package/interfaces/construtos/index.d.ts.map +1 -1
- package/interfaces/construtos/index.js +16 -0
- package/interfaces/construtos/index.js.map +1 -1
- package/interfaces/declaracoes/caminho-se-senao-interface.d.ts +3 -3
- package/interfaces/declaracoes/caminho-se-senao-interface.d.ts.map +1 -1
- package/interfaces/delegua/enquanto-interface.d.ts +2 -2
- package/interfaces/delegua/enquanto-interface.d.ts.map +1 -1
- package/interfaces/delegua/fazer-interface.d.ts +2 -2
- package/interfaces/delegua/fazer-interface.d.ts.map +1 -1
- package/interfaces/delegua/para-cada-interface.d.ts +3 -2
- package/interfaces/delegua/para-cada-interface.d.ts.map +1 -1
- package/interfaces/delegua/para-interface.d.ts +3 -3
- package/interfaces/delegua/para-interface.d.ts.map +1 -1
- package/interfaces/depuracao/index.d.ts +7 -0
- package/interfaces/depuracao/index.d.ts.map +1 -0
- package/{construtos/construto.js → interfaces/depuracao/index.js} +1 -1
- package/interfaces/depuracao/index.js.map +1 -0
- package/interfaces/documentario/documentario-analisado.d.ts +5 -5
- package/interfaces/documentario/documentario-analisado.d.ts.map +1 -1
- package/interfaces/documentario/parametro-doc.d.ts +1 -1
- package/interfaces/documentario/parametro-doc.d.ts.map +1 -1
- package/interfaces/documentario/retorna-doc.d.ts +1 -1
- package/interfaces/documentario/retorna-doc.d.ts.map +1 -1
- package/interfaces/egua-classico/index.d.ts +2 -0
- package/interfaces/egua-classico/index.d.ts.map +1 -0
- package/interfaces/egua-classico/index.js +18 -0
- package/interfaces/egua-classico/index.js.map +1 -0
- package/interfaces/egua-classico/retorno-resolvedor-interface.d.ts +7 -0
- package/interfaces/egua-classico/retorno-resolvedor-interface.d.ts.map +1 -0
- package/interfaces/{retornos/retorno-analisador-semantico.js → egua-classico/retorno-resolvedor-interface.js} +1 -1
- package/interfaces/egua-classico/retorno-resolvedor-interface.js.map +1 -0
- package/interfaces/entrada-tabela-diagnostico-semantico-interface.d.ts +1 -1
- package/interfaces/entrada-tabela-diagnostico-semantico-interface.d.ts.map +1 -1
- package/interfaces/entrada-tabela-diagnosticos-sintatico-interface.d.ts +1 -1
- package/interfaces/entrada-tabela-diagnosticos-sintatico-interface.d.ts.map +1 -1
- package/interfaces/erros/{diagnostico-analisador-semantico.d.ts → diagnostico-analisador-semantico-interface.d.ts} +2 -2
- package/interfaces/erros/diagnostico-analisador-semantico-interface.d.ts.map +1 -0
- package/interfaces/erros/{diagnostico-analisador-semantico.js → diagnostico-analisador-semantico-interface.js} +1 -1
- package/interfaces/erros/diagnostico-analisador-semantico-interface.js.map +1 -0
- package/interfaces/erros/index.d.ts +1 -1
- package/interfaces/erros/index.d.ts.map +1 -1
- package/interfaces/erros/index.js +1 -1
- package/interfaces/erros/index.js.map +1 -1
- package/interfaces/escopo-execucao.d.ts +1 -1
- package/interfaces/escopo-execucao.d.ts.map +1 -1
- package/interfaces/estilizador/regra-estilizacao-interface.d.ts +2 -2
- package/interfaces/estilizador/regra-estilizacao-interface.d.ts.map +1 -1
- package/interfaces/index.d.ts +6 -1
- package/interfaces/index.d.ts.map +1 -1
- package/interfaces/index.js +6 -1
- package/interfaces/index.js.map +1 -1
- package/interfaces/interpretador-interface.d.ts +2 -2
- package/interfaces/interpretador-interface.d.ts.map +1 -1
- package/interfaces/lexador-interface.d.ts +2 -2
- package/interfaces/lexador-interface.d.ts.map +1 -1
- package/interfaces/pilha-escopos-execucao-interface.d.ts +4 -4
- package/interfaces/pilha-escopos-execucao-interface.d.ts.map +1 -1
- package/interfaces/resolvedor-interface.d.ts +3 -3
- package/interfaces/resolvedor-interface.d.ts.map +1 -1
- package/interfaces/retornos/index.d.ts +3 -3
- package/interfaces/retornos/index.d.ts.map +1 -1
- package/interfaces/retornos/index.js +3 -3
- package/interfaces/retornos/index.js.map +1 -1
- package/interfaces/retornos/retorno-analisador-semantico-interface.d.ts +5 -0
- package/interfaces/retornos/retorno-analisador-semantico-interface.d.ts.map +1 -0
- package/interfaces/retornos/retorno-analisador-semantico-interface.js +3 -0
- package/interfaces/retornos/retorno-analisador-semantico-interface.js.map +1 -0
- package/interfaces/retornos/{retorno-avaliador-sintatico.d.ts → retorno-avaliador-sintatico-interface.d.ts} +2 -2
- package/interfaces/retornos/retorno-avaliador-sintatico-interface.d.ts.map +1 -0
- package/interfaces/retornos/{retorno-avaliador-sintatico.js → retorno-avaliador-sintatico-interface.js} +1 -1
- package/interfaces/retornos/retorno-avaliador-sintatico-interface.js.map +1 -0
- package/interfaces/retornos/{retorno-lexador.d.ts → retorno-lexador-interface.d.ts} +2 -2
- package/interfaces/retornos/retorno-lexador-interface.d.ts.map +1 -0
- package/interfaces/retornos/retorno-lexador-interface.js +3 -0
- package/interfaces/retornos/retorno-lexador-interface.js.map +1 -0
- package/interfaces/tradutores/contexto-funcao-interface.d.ts +13 -0
- package/interfaces/tradutores/contexto-funcao-interface.d.ts.map +1 -0
- package/interfaces/tradutores/contexto-funcao-interface.js +3 -0
- package/interfaces/tradutores/contexto-funcao-interface.js.map +1 -0
- package/interfaces/tradutores/index.d.ts +3 -0
- package/interfaces/tradutores/index.d.ts.map +1 -0
- package/interfaces/tradutores/index.js +19 -0
- package/interfaces/tradutores/index.js.map +1 -0
- package/interfaces/tradutores/tradutor-interface.d.ts.map +1 -0
- package/interfaces/tradutores/tradutor-interface.js.map +1 -0
- package/interpretador/depuracao/avaliador-expressao-depuracao.d.ts +1 -6
- package/interpretador/depuracao/avaliador-expressao-depuracao.d.ts.map +1 -1
- package/interpretador/depuracao/avaliador-expressao-depuracao.js.map +1 -1
- package/interpretador/depuracao/comum.d.ts +3 -3
- package/interpretador/depuracao/comum.d.ts.map +1 -1
- package/interpretador/depuracao/comum.js.map +1 -1
- package/interpretador/depuracao/interpretador-base-com-depuracao.d.ts +4 -4
- package/interpretador/depuracao/interpretador-base-com-depuracao.d.ts.map +1 -1
- package/interpretador/depuracao/interpretador-base-com-depuracao.js.map +1 -1
- package/interpretador/depuracao/interpretador-com-depuracao.d.ts +4 -4
- package/interpretador/depuracao/interpretador-com-depuracao.d.ts.map +1 -1
- package/interpretador/depuracao/interpretador-com-depuracao.js.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +4 -4
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/index.d.ts +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/index.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/index.js +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/index.js.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +6 -5
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts +4 -3
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js.map +1 -1
- package/interpretador/interpretador-base.d.ts +6 -6
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +1 -1
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador.d.ts +3 -3
- package/interpretador/interpretador.d.ts.map +1 -1
- package/interpretador/interpretador.js.map +1 -1
- package/interpretador/pilha-escopos-execucao.d.ts +7 -7
- package/interpretador/pilha-escopos-execucao.d.ts.map +1 -1
- package/interpretador/pilha-escopos-execucao.js.map +1 -1
- package/lexador/dialetos/lexador-calango.d.ts +2 -2
- package/lexador/dialetos/lexador-calango.d.ts.map +1 -1
- package/lexador/dialetos/lexador-calango.js.map +1 -1
- package/lexador/dialetos/lexador-egua-classico.d.ts +2 -2
- package/lexador/dialetos/lexador-egua-classico.d.ts.map +1 -1
- package/lexador/dialetos/lexador-egua-classico.js.map +1 -1
- package/lexador/dialetos/lexador-guarani.d.ts +2 -2
- package/lexador/dialetos/lexador-guarani.d.ts.map +1 -1
- package/lexador/dialetos/lexador-guarani.js.map +1 -1
- package/lexador/dialetos/lexador-pitugues.d.ts +2 -2
- package/lexador/dialetos/lexador-pitugues.d.ts.map +1 -1
- package/lexador/dialetos/lexador-pitugues.js.map +1 -1
- package/lexador/dialetos/lexador-portugol-ipt.d.ts +2 -2
- package/lexador/dialetos/lexador-portugol-ipt.d.ts.map +1 -1
- package/lexador/dialetos/lexador-portugol-ipt.js.map +1 -1
- package/lexador/dialetos/lexador-prisma.d.ts +2 -2
- package/lexador/dialetos/lexador-prisma.d.ts.map +1 -1
- package/lexador/dialetos/lexador-prisma.js.map +1 -1
- package/lexador/dialetos/lexador-tenda.d.ts +2 -2
- package/lexador/dialetos/lexador-tenda.d.ts.map +1 -1
- package/lexador/dialetos/lexador-tenda.js.map +1 -1
- package/lexador/lexador-base-linha-unica.d.ts +2 -2
- package/lexador/lexador-base-linha-unica.d.ts.map +1 -1
- package/lexador/lexador-base.d.ts +2 -2
- package/lexador/lexador-base.d.ts.map +1 -1
- package/lexador/lexador.d.ts +2 -2
- package/lexador/lexador.d.ts.map +1 -1
- package/lexador/lexador.js.map +1 -1
- package/lexador/micro-lexador-pitugues.d.ts +2 -2
- package/lexador/micro-lexador-pitugues.d.ts.map +1 -1
- package/lexador/micro-lexador-pitugues.js.map +1 -1
- package/lexador/micro-lexador.d.ts +2 -2
- package/lexador/micro-lexador.d.ts.map +1 -1
- package/lexador/micro-lexador.js.map +1 -1
- package/lexador/traducao/lexador-javascript.d.ts +2 -2
- package/lexador/traducao/lexador-javascript.d.ts.map +1 -1
- package/lexador/traducao/lexador-javascript.js.map +1 -1
- package/package.json +1 -1
- package/tradutores/tradutor-assembly-arm.d.ts.map +1 -1
- package/tradutores/tradutor-assembly-arm.js +6 -6
- package/tradutores/tradutor-assembly-arm.js.map +1 -1
- package/tradutores/tradutor-assembly-risc-v.d.ts.map +1 -1
- package/tradutores/tradutor-assembly-risc-v.js +5 -5
- package/tradutores/tradutor-assembly-risc-v.js.map +1 -1
- package/tradutores/tradutor-assembly-x64.d.ts.map +1 -1
- package/tradutores/tradutor-assembly-x64.js +5 -5
- package/tradutores/tradutor-assembly-x64.js.map +1 -1
- package/tradutores/tradutor-assemblyscript.d.ts +4 -4
- package/tradutores/tradutor-assemblyscript.d.ts.map +1 -1
- package/tradutores/tradutor-assemblyscript.js.map +1 -1
- package/tradutores/tradutor-javascript.d.ts +11 -11
- package/tradutores/tradutor-javascript.d.ts.map +1 -1
- package/tradutores/tradutor-javascript.js.map +1 -1
- package/tradutores/tradutor-portugol-ipt.d.ts +3 -2
- package/tradutores/tradutor-portugol-ipt.d.ts.map +1 -1
- package/tradutores/tradutor-portugol-ipt.js.map +1 -1
- package/tradutores/tradutor-python.d.ts +11 -11
- package/tradutores/tradutor-python.d.ts.map +1 -1
- package/tradutores/tradutor-python.js.map +1 -1
- package/tradutores/tradutor-reverso-calango.d.ts +4 -4
- package/tradutores/tradutor-reverso-calango.d.ts.map +1 -1
- package/tradutores/tradutor-reverso-calango.js.map +1 -1
- package/tradutores/tradutor-reverso-tenda.d.ts +9 -9
- package/tradutores/tradutor-reverso-tenda.d.ts.map +1 -1
- package/tradutores/tradutor-reverso-tenda.js.map +1 -1
- package/tradutores/tradutor-ruby.d.ts +11 -11
- package/tradutores/tradutor-ruby.d.ts.map +1 -1
- package/tradutores/tradutor-ruby.js.map +1 -1
- package/tradutores/tradutor-webassembly.d.ts.map +1 -1
- package/tradutores/tradutor-webassembly.js.map +1 -1
- package/umd/delegua.js +686 -508
- package/construtos/construto.d.ts.map +0 -1
- package/construtos/construto.js.map +0 -1
- package/interfaces/erros/diagnostico-analisador-semantico.d.ts.map +0 -1
- package/interfaces/erros/diagnostico-analisador-semantico.js.map +0 -1
- package/interfaces/retornos/retorno-analisador-semantico.d.ts +0 -5
- package/interfaces/retornos/retorno-analisador-semantico.d.ts.map +0 -1
- package/interfaces/retornos/retorno-analisador-semantico.js.map +0 -1
- package/interfaces/retornos/retorno-avaliador-sintatico.d.ts.map +0 -1
- package/interfaces/retornos/retorno-avaliador-sintatico.js.map +0 -1
- package/interfaces/retornos/retorno-lexador.d.ts.map +0 -1
- package/interfaces/retornos/retorno-lexador.js.map +0 -1
- package/interfaces/tradutor-interface.d.ts.map +0 -1
- package/interfaces/tradutor-interface.js.map +0 -1
- package/interpretador/dialetos/egua-classico/resolvedor/retorno-resolvedor.d.ts +0 -7
- package/interpretador/dialetos/egua-classico/resolvedor/retorno-resolvedor.d.ts.map +0 -1
- package/interpretador/dialetos/egua-classico/resolvedor/retorno-resolvedor.js.map +0 -1
- /package/interfaces/{tradutor-interface.d.ts → tradutores/tradutor-interface.d.ts} +0 -0
- /package/interfaces/{tradutor-interface.js → tradutores/tradutor-interface.js} +0 -0
package/umd/delegua.js
CHANGED
|
@@ -494,7 +494,7 @@ class AnalisadorSemanticoBase {
|
|
|
494
494
|
}
|
|
495
495
|
exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
|
|
496
496
|
|
|
497
|
-
},{"../construtos":
|
|
497
|
+
},{"../construtos":64,"../declaracoes":113,"../interfaces":171,"../quebras":242,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
|
|
498
498
|
"use strict";
|
|
499
499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
500
500
|
exports.AnalisadorSemantico = void 0;
|
|
@@ -578,7 +578,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
578
578
|
/**
|
|
579
579
|
* Método recursivo para verificar o tipo de um construto, usado principalmente para validar
|
|
580
580
|
* o uso de `tipoDe` e `falhar()`.
|
|
581
|
-
* @param {
|
|
581
|
+
* @param {ConstrutoInterface} valor O construto a ser avaliado.
|
|
582
582
|
* @returns {Promise<any>} O tipo do construto, ou `Promise.resolve()` se o tipo não puder ser
|
|
583
583
|
* determinado neste estágio da análise.
|
|
584
584
|
*/
|
|
@@ -604,7 +604,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
604
604
|
/**
|
|
605
605
|
* Método recursivo para verificar se um construto passado para `falhar()` é válido, ou seja, se é
|
|
606
606
|
* do tipo texto ou pode ser avaliado como texto.
|
|
607
|
-
* @param {
|
|
607
|
+
* @param {ConstrutoInterface} valor O construto a ser avaliado.
|
|
608
608
|
* @returns {Promise<any>} O tipo do construto, ou `Promise.resolve()` se o tipo não puder ser
|
|
609
609
|
* determinado neste estágio da análise.
|
|
610
610
|
*/
|
|
@@ -1444,6 +1444,10 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1444
1444
|
}
|
|
1445
1445
|
visitarDeclaracaoConst(declaracao) {
|
|
1446
1446
|
this.verificarTipoAtribuido(declaracao);
|
|
1447
|
+
if (declaracao.tipoExplicito && declaracao.tipo) {
|
|
1448
|
+
const tipoBase = declaracao.tipo.replace('[]', '');
|
|
1449
|
+
this.gerenciadorEscopos.marcarComoUsada(tipoBase);
|
|
1450
|
+
}
|
|
1447
1451
|
if (declaracao.inicializador) {
|
|
1448
1452
|
this.marcarVariaveisUsadasEmExpressao(declaracao.inicializador);
|
|
1449
1453
|
// Verifica operações binárias no inicializador
|
|
@@ -1469,6 +1473,10 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1469
1473
|
}
|
|
1470
1474
|
visitarDeclaracaoVar(declaracao) {
|
|
1471
1475
|
this.verificarTipoAtribuido(declaracao);
|
|
1476
|
+
if (declaracao.tipoExplicito && declaracao.tipoOriginal) {
|
|
1477
|
+
const tipoBase = declaracao.tipoOriginal.replace('[]', '');
|
|
1478
|
+
this.gerenciadorEscopos.marcarComoUsada(tipoBase);
|
|
1479
|
+
}
|
|
1472
1480
|
if (declaracao.inicializador) {
|
|
1473
1481
|
this.marcarVariaveisUsadasEmExpressao(declaracao.inicializador);
|
|
1474
1482
|
// Verifica operações binárias no inicializador
|
|
@@ -1848,7 +1856,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1848
1856
|
}
|
|
1849
1857
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1850
1858
|
|
|
1851
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":
|
|
1859
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":64,"../declaracoes":113,"../interfaces/erros":168,"../lexador/micro-lexador":239,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1852
1860
|
"use strict";
|
|
1853
1861
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1854
1862
|
|
|
@@ -2055,7 +2063,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2055
2063
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2056
2064
|
}
|
|
2057
2065
|
|
|
2058
|
-
},{"../interfaces":
|
|
2066
|
+
},{"../interfaces":171}],9:[function(require,module,exports){
|
|
2059
2067
|
"use strict";
|
|
2060
2068
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2061
2069
|
|
|
@@ -2335,7 +2343,7 @@ class AvaliadorSintaticoBase {
|
|
|
2335
2343
|
}
|
|
2336
2344
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2337
2345
|
|
|
2338
|
-
},{"../construtos":
|
|
2346
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/comum":247,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2339
2347
|
"use strict";
|
|
2340
2348
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2341
2349
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3047,7 +3055,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
3047
3055
|
* `AcessoMetodoOuPropriedade` é um construto intermediário em Delégua, e deve ser resolvido como outro
|
|
3048
3056
|
* construto antes de qualquer outra próxima etapa. Algumas validações adicionais também ocorrem aqui.
|
|
3049
3057
|
* @param {AcessoMetodoOuPropriedade} entidadeChamadaResolvida O construto original.
|
|
3050
|
-
* @returns {
|
|
3058
|
+
* @returns {ConstrutoInterface} O construto resolvido como um tipo mais específico.
|
|
3051
3059
|
* @see finalizarChamada
|
|
3052
3060
|
*/
|
|
3053
3061
|
resolverEntidadeChamadaAcessoMetodoOuPropriedade(entidadeChamadaResolvida) {
|
|
@@ -5448,7 +5456,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5448
5456
|
}
|
|
5449
5457
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5450
5458
|
|
|
5451
|
-
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":
|
|
5459
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":64,"../construtos/tuplas":83,"../declaracoes":113,"../inferenciador":142,"../informacao-elemento-sintatico":143,"../lexador/simbolo":241,"../tipos-de-dados/delegua":243,"../tipos-de-simbolos/delegua":248,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":441}],12:[function(require,module,exports){
|
|
5452
5460
|
"use strict";
|
|
5453
5461
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5454
5462
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -5563,7 +5571,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
5563
5571
|
}
|
|
5564
5572
|
}
|
|
5565
5573
|
|
|
5566
|
-
},{"../declaracoes":
|
|
5574
|
+
},{"../declaracoes":113,"../informacao-elemento-sintatico":143}],13:[function(require,module,exports){
|
|
5567
5575
|
"use strict";
|
|
5568
5576
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5569
5577
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6223,7 +6231,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6223
6231
|
}
|
|
6224
6232
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6225
6233
|
|
|
6226
|
-
},{"../../construtos":
|
|
6234
|
+
},{"../../construtos":64,"../../declaracoes":113,"../../tipos-de-simbolos/egua-classico":249,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6227
6235
|
"use strict";
|
|
6228
6236
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6229
6237
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7616,6 +7624,60 @@ class AvaliadorSintaticoPitugues {
|
|
|
7616
7624
|
tipoRetorno = (0, comum_1.logicaDescobertaRetornoFuncao)(this, corpo, tipoRetorno, definicaoExplicitaDeTipo, parenteseEsquerdo);
|
|
7617
7625
|
return new construtos_1.FuncaoConstruto(this.hashArquivo, 0, parametros, corpo, tipoRetorno, definicaoExplicitaDeTipo, documentacao);
|
|
7618
7626
|
}
|
|
7627
|
+
async resolverDecoradorDeAcesso(metodos) {
|
|
7628
|
+
const simboloDecorador = this.consumir(pitugues_2.default.IDENTIFICADOR, "Esperado nome do decorador após '@'.");
|
|
7629
|
+
const eObtenedor = simboloDecorador.lexema === 'propriedade';
|
|
7630
|
+
if (!eObtenedor) {
|
|
7631
|
+
this.consumir(pitugues_2.default.PONTO, "Esperado '.' no decorador de definidor.");
|
|
7632
|
+
const simboloDefinidor = this.consumir(pitugues_2.default.IDENTIFICADOR, "Esperado 'definidor'.");
|
|
7633
|
+
if (simboloDefinidor.lexema !== 'definidor') {
|
|
7634
|
+
throw this.erro(simboloDefinidor, "Decorador inválido. Esperado 'definidor'.");
|
|
7635
|
+
}
|
|
7636
|
+
}
|
|
7637
|
+
if (!this.verificarSeSimboloAtualEIgualA(pitugues_2.default.FUNCAO, pitugues_2.default.FUNÇÃO)) {
|
|
7638
|
+
throw this.erro(this.simboloAtual(), "Esperado declaração de 'função' logo após o decorador.");
|
|
7639
|
+
}
|
|
7640
|
+
const metodoResolvido = await this.funcao('método', false);
|
|
7641
|
+
if (eObtenedor)
|
|
7642
|
+
metodoResolvido.eObtenedor = true;
|
|
7643
|
+
else
|
|
7644
|
+
metodoResolvido.eDefinidor = true;
|
|
7645
|
+
metodos.push(metodoResolvido);
|
|
7646
|
+
}
|
|
7647
|
+
async resolverPropriedadeDeClasse(simboloAnterior, propriedadesDeClasse) {
|
|
7648
|
+
let tipoLexema = null;
|
|
7649
|
+
let valorPropriedade = null;
|
|
7650
|
+
let possuiValorInicial = false;
|
|
7651
|
+
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DOIS_PONTOS)) {
|
|
7652
|
+
const simboloTipo = this.consumir(pitugues_2.default.IDENTIFICADOR, 'Esperado tipo da propriedade após os dois pontos.');
|
|
7653
|
+
tipoLexema = simboloTipo.lexema;
|
|
7654
|
+
}
|
|
7655
|
+
else if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.IGUAL)) {
|
|
7656
|
+
valorPropriedade = await this.expressao();
|
|
7657
|
+
possuiValorInicial = true;
|
|
7658
|
+
}
|
|
7659
|
+
else {
|
|
7660
|
+
throw this.erro(this.simboloAtual(), "Esperado ':' (para tipo) ou '=' (para valor) após o nome da propriedade.");
|
|
7661
|
+
}
|
|
7662
|
+
propriedadesDeClasse.push(new declaracoes_1.PropriedadeClasse(simboloAnterior, tipoLexema, [], 'publico', possuiValorInicial, valorPropriedade));
|
|
7663
|
+
}
|
|
7664
|
+
async resolverMetodoOuConstrutor(simboloAnterior, metodos) {
|
|
7665
|
+
const ehConstrutor = simboloAnterior.tipo === pitugues_2.default.CONSTRUTOR;
|
|
7666
|
+
const metodoResolvido = await this.funcao('método', ehConstrutor);
|
|
7667
|
+
metodos.push(metodoResolvido);
|
|
7668
|
+
}
|
|
7669
|
+
async resolverMembroDeClasse(metodos, propriedadesDeClasse) {
|
|
7670
|
+
const simboloAnterior = this.simbolos[this.atual - 1];
|
|
7671
|
+
if (simboloAnterior.tipo === pitugues_2.default.ARROBA) {
|
|
7672
|
+
await this.resolverDecoradorDeAcesso(metodos);
|
|
7673
|
+
}
|
|
7674
|
+
else if (simboloAnterior.tipo === pitugues_2.default.IDENTIFICADOR) {
|
|
7675
|
+
await this.resolverPropriedadeDeClasse(simboloAnterior, propriedadesDeClasse);
|
|
7676
|
+
}
|
|
7677
|
+
else {
|
|
7678
|
+
await this.resolverMetodoOuConstrutor(simboloAnterior, metodos);
|
|
7679
|
+
}
|
|
7680
|
+
}
|
|
7619
7681
|
async declaracaoDeClasse() {
|
|
7620
7682
|
const simbolo = this.consumir(pitugues_2.default.IDENTIFICADOR, 'Esperado nome da classe.');
|
|
7621
7683
|
let superClasse = null;
|
|
@@ -7634,28 +7696,8 @@ class AvaliadorSintaticoPitugues {
|
|
|
7634
7696
|
.espacosIndentacao;
|
|
7635
7697
|
while (!this.estaNoFinal() &&
|
|
7636
7698
|
this.localizacoes[this.simboloAtual().linha].espacosIndentacao === indentacaoLinha &&
|
|
7637
|
-
this.verificarSeSimboloAtualEIgualA(pitugues_2.default.CONSTRUTOR, pitugues_2.default.FUNCAO, pitugues_2.default.FUNÇÃO, pitugues_2.default.IDENTIFICADOR)) {
|
|
7638
|
-
|
|
7639
|
-
if (simboloAnterior.tipo === pitugues_2.default.IDENTIFICADOR) {
|
|
7640
|
-
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DOIS_PONTOS)) {
|
|
7641
|
-
const simboloTipo = this.consumir(pitugues_2.default.IDENTIFICADOR, 'Esperado tipo da propriedade após os dois pontos.');
|
|
7642
|
-
const propriedade = new declaracoes_1.PropriedadeClasse(simboloAnterior, simboloTipo.lexema, [], 'publico', false, undefined);
|
|
7643
|
-
propriedadesDeClasse.push(propriedade);
|
|
7644
|
-
}
|
|
7645
|
-
else if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.IGUAL)) {
|
|
7646
|
-
const valorPropriedade = await this.expressao();
|
|
7647
|
-
const propriedade = new declaracoes_1.PropriedadeClasse(simboloAnterior, undefined, [], 'publico', true, valorPropriedade);
|
|
7648
|
-
propriedadesDeClasse.push(propriedade);
|
|
7649
|
-
}
|
|
7650
|
-
else {
|
|
7651
|
-
throw this.erro(this.simboloAtual(), "Esperado ':' (para tipo) ou '=' (para valor) após o nome da propriedade.");
|
|
7652
|
-
}
|
|
7653
|
-
}
|
|
7654
|
-
else {
|
|
7655
|
-
const ehConstrutor = simboloAnterior.tipo === pitugues_2.default.CONSTRUTOR;
|
|
7656
|
-
const metodoResolvido = await this.funcao('método', ehConstrutor);
|
|
7657
|
-
metodos.push(metodoResolvido);
|
|
7658
|
-
}
|
|
7699
|
+
this.verificarSeSimboloAtualEIgualA(pitugues_2.default.ARROBA, pitugues_2.default.CONSTRUTOR, pitugues_2.default.FUNCAO, pitugues_2.default.FUNÇÃO, pitugues_2.default.IDENTIFICADOR)) {
|
|
7700
|
+
await this.resolverMembroDeClasse(metodos, propriedadesDeClasse);
|
|
7659
7701
|
}
|
|
7660
7702
|
this.superclasseAtual = undefined;
|
|
7661
7703
|
const definicaoClasse = new declaracoes_1.Classe(simbolo, superClasse ? [superClasse] : [], metodos, propriedadesDeClasse);
|
|
@@ -7992,7 +8034,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
7992
8034
|
}
|
|
7993
8035
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
7994
8036
|
|
|
7995
|
-
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":
|
|
8037
|
+
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":64,"../../declaracoes":113,"../../inferenciador":142,"../../informacao-elemento-sintatico":143,"../../lexador":233,"../../lexador/micro-lexador-pitugues":238,"../../tipos-de-dados/dialetos/pitugues":244,"../../tipos-de-simbolos/pitugues":252,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":441}],15:[function(require,module,exports){
|
|
7996
8038
|
"use strict";
|
|
7997
8039
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7998
8040
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8540,7 +8582,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8540
8582
|
}
|
|
8541
8583
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8542
8584
|
|
|
8543
|
-
},{"../../construtos":
|
|
8585
|
+
},{"../../construtos":64,"../../declaracoes":113,"../../lexador/simbolo":241,"../../tipos-de-simbolos/portugol-ipt":253,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8544
8586
|
"use strict";
|
|
8545
8587
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8546
8588
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9507,7 +9549,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9507
9549
|
}
|
|
9508
9550
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9509
9551
|
|
|
9510
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":
|
|
9552
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":64,"../../declaracoes":113,"../../inferenciador":142,"../../informacao-elemento-sintatico":143,"../../lexador":233,"../../tipos-de-simbolos/prisma":254,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":441}],17:[function(require,module,exports){
|
|
9511
9553
|
"use strict";
|
|
9512
9554
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9513
9555
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9804,7 +9846,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
9804
9846
|
* `AcessoMetodoOuPropriedade` é um construto intermediário em Delégua, e deve ser resolvido como outro
|
|
9805
9847
|
* construto antes de qualquer outra próxima etapa. Algumas validações adicionais também ocorrem aqui.
|
|
9806
9848
|
* @param {AcessoMetodoOuPropriedade} entidadeChamadaResolvida O construto original.
|
|
9807
|
-
* @returns {
|
|
9849
|
+
* @returns {ConstrutoInterface} O construto resolvido como um tipo mais específico.
|
|
9808
9850
|
* @see finalizarChamada
|
|
9809
9851
|
*/
|
|
9810
9852
|
resolverEntidadeChamadaAcessoMetodoOuPropriedade(entidadeChamadaResolvida) {
|
|
@@ -10519,7 +10561,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10519
10561
|
}
|
|
10520
10562
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10521
10563
|
|
|
10522
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":
|
|
10564
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":64,"../../construtos/tuplas":83,"../../declaracoes":113,"../../inferenciador":142,"../../informacao-elemento-sintatico":143,"../../lexador/simbolo":241,"../../tipos-de-dados/delegua":243,"../../tipos-de-simbolos/tenda":255,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":441}],18:[function(require,module,exports){
|
|
10523
10565
|
"use strict";
|
|
10524
10566
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10525
10567
|
if (k2 === undefined) k2 = k;
|
|
@@ -10788,7 +10830,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
10788
10830
|
}
|
|
10789
10831
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
10790
10832
|
|
|
10791
|
-
},{"../../construtos":
|
|
10833
|
+
},{"../../construtos":64,"../../declaracoes":113,"../../inferenciador":142,"../../tipos-de-simbolos/pitugues":252,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
10792
10834
|
"use strict";
|
|
10793
10835
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10794
10836
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -10974,7 +11016,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
10974
11016
|
}
|
|
10975
11017
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
10976
11018
|
|
|
10977
|
-
},{"../construtos":
|
|
11019
|
+
},{"../construtos":64,"../tipos-de-simbolos/comum":247,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
10978
11020
|
"use strict";
|
|
10979
11021
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10980
11022
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10985,7 +11027,7 @@ const construtos_1 = require("../construtos");
|
|
|
10985
11027
|
const micro_avaliador_sintatico_base_1 = require("./micro-avaliador-sintatico-base");
|
|
10986
11028
|
const delegua_1 = __importDefault(require("../tipos-de-simbolos/microgramaticas/delegua"));
|
|
10987
11029
|
/**
|
|
10988
|
-
* O MicroAvaliadorSintatico funciona apenas dentro de interpolações de texto.
|
|
11030
|
+
* O `MicroAvaliadorSintatico` funciona apenas dentro de interpolações de texto.
|
|
10989
11031
|
*/
|
|
10990
11032
|
class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAvaliadorSintaticoBase {
|
|
10991
11033
|
primario() {
|
|
@@ -11207,7 +11249,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11207
11249
|
}
|
|
11208
11250
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11209
11251
|
|
|
11210
|
-
},{"../construtos":
|
|
11252
|
+
},{"../construtos":64,"../tipos-de-simbolos/microgramaticas/delegua":251,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11211
11253
|
"use strict";
|
|
11212
11254
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11213
11255
|
exports.MontaoTipos = void 0;
|
|
@@ -11258,7 +11300,7 @@ class MontaoTipos {
|
|
|
11258
11300
|
}
|
|
11259
11301
|
exports.MontaoTipos = MontaoTipos;
|
|
11260
11302
|
|
|
11261
|
-
},{"../geracao-identificadores":
|
|
11303
|
+
},{"../geracao-identificadores":140,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
|
|
11262
11304
|
"use strict";
|
|
11263
11305
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11264
11306
|
exports.PilhaEscopos = void 0;
|
|
@@ -12549,7 +12591,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12549
12591
|
return resultadoFinal;
|
|
12550
12592
|
}
|
|
12551
12593
|
|
|
12552
|
-
},{"../construtos":
|
|
12594
|
+
},{"../construtos":64,"../excecoes":136,"../interpretador/estruturas":204,"../interpretador/estruturas/descritor-tipo-classe":202,"../interpretador/estruturas/funcao-padrao":203,"../interpretador/estruturas/objeto-delegua-classe":209,"../quebras":242}],30:[function(require,module,exports){
|
|
12553
12595
|
"use strict";
|
|
12554
12596
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12555
12597
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -12572,7 +12614,7 @@ exports.default = {
|
|
|
12572
12614
|
},
|
|
12573
12615
|
};
|
|
12574
12616
|
|
|
12575
|
-
},{"../../../construtos":
|
|
12617
|
+
},{"../../../construtos":64,"../../../excecoes":136}],31:[function(require,module,exports){
|
|
12576
12618
|
"use strict";
|
|
12577
12619
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12578
12620
|
const construtos_1 = require("../construtos");
|
|
@@ -12685,7 +12727,7 @@ exports.default = {
|
|
|
12685
12727
|
},
|
|
12686
12728
|
};
|
|
12687
12729
|
|
|
12688
|
-
},{"../construtos":
|
|
12730
|
+
},{"../construtos":64,"../informacao-elemento-sintatico":143}],32:[function(require,module,exports){
|
|
12689
12731
|
"use strict";
|
|
12690
12732
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12691
12733
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -12770,7 +12812,7 @@ exports.default = {
|
|
|
12770
12812
|
},
|
|
12771
12813
|
};
|
|
12772
12814
|
|
|
12773
|
-
},{"../informacao-elemento-sintatico":
|
|
12815
|
+
},{"../informacao-elemento-sintatico":143}],33:[function(require,module,exports){
|
|
12774
12816
|
"use strict";
|
|
12775
12817
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12776
12818
|
exports.implementacaoParticao = void 0;
|
|
@@ -13169,7 +13211,7 @@ exports.default = {
|
|
|
13169
13211
|
},
|
|
13170
13212
|
};
|
|
13171
13213
|
|
|
13172
|
-
},{"../construtos":
|
|
13214
|
+
},{"../construtos":64,"../excecoes":136,"../informacao-elemento-sintatico":143}],34:[function(require,module,exports){
|
|
13173
13215
|
"use strict";
|
|
13174
13216
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13175
13217
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13580,7 +13622,7 @@ exports.default = {
|
|
|
13580
13622
|
},
|
|
13581
13623
|
};
|
|
13582
13624
|
|
|
13583
|
-
},{"../construtos":
|
|
13625
|
+
},{"../construtos":64,"../excecoes":136,"../inferenciador":142,"../informacao-elemento-sintatico":143}],35:[function(require,module,exports){
|
|
13584
13626
|
"use strict";
|
|
13585
13627
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13586
13628
|
exports.AcessoElementoMatriz = void 0;
|
|
@@ -13951,7 +13993,7 @@ class Atribuir {
|
|
|
13951
13993
|
}
|
|
13952
13994
|
exports.Atribuir = Atribuir;
|
|
13953
13995
|
|
|
13954
|
-
},{"./variavel":
|
|
13996
|
+
},{"./variavel":92}],47:[function(require,module,exports){
|
|
13955
13997
|
"use strict";
|
|
13956
13998
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13957
13999
|
exports.Binario = void 0;
|
|
@@ -14078,7 +14120,7 @@ class Chamada {
|
|
|
14078
14120
|
}
|
|
14079
14121
|
exports.Chamada = Chamada;
|
|
14080
14122
|
|
|
14081
|
-
},{"../geracao-identificadores":
|
|
14123
|
+
},{"../geracao-identificadores":140}],50:[function(require,module,exports){
|
|
14082
14124
|
"use strict";
|
|
14083
14125
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14084
14126
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -14159,10 +14201,6 @@ exports.Constante = Constante;
|
|
|
14159
14201
|
},{}],53:[function(require,module,exports){
|
|
14160
14202
|
"use strict";
|
|
14161
14203
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14162
|
-
|
|
14163
|
-
},{}],54:[function(require,module,exports){
|
|
14164
|
-
"use strict";
|
|
14165
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14166
14204
|
exports.Decorador = void 0;
|
|
14167
14205
|
/**
|
|
14168
14206
|
* Um decorador é um construto especial que, em código, existe antes de uma declaração, e
|
|
@@ -14201,7 +14239,7 @@ class Decorador {
|
|
|
14201
14239
|
}
|
|
14202
14240
|
exports.Decorador = Decorador;
|
|
14203
14241
|
|
|
14204
|
-
},{}],
|
|
14242
|
+
},{}],54:[function(require,module,exports){
|
|
14205
14243
|
"use strict";
|
|
14206
14244
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14207
14245
|
exports.DefinirValor = void 0;
|
|
@@ -14225,7 +14263,7 @@ class DefinirValor {
|
|
|
14225
14263
|
}
|
|
14226
14264
|
exports.DefinirValor = DefinirValor;
|
|
14227
14265
|
|
|
14228
|
-
},{}],
|
|
14266
|
+
},{}],55:[function(require,module,exports){
|
|
14229
14267
|
"use strict";
|
|
14230
14268
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14231
14269
|
exports.Dicionario = void 0;
|
|
@@ -14250,7 +14288,7 @@ class Dicionario {
|
|
|
14250
14288
|
}
|
|
14251
14289
|
exports.Dicionario = Dicionario;
|
|
14252
14290
|
|
|
14253
|
-
},{}],
|
|
14291
|
+
},{}],56:[function(require,module,exports){
|
|
14254
14292
|
"use strict";
|
|
14255
14293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14256
14294
|
exports.Elvis = void 0;
|
|
@@ -14275,7 +14313,7 @@ class Elvis {
|
|
|
14275
14313
|
}
|
|
14276
14314
|
exports.Elvis = Elvis;
|
|
14277
14315
|
|
|
14278
|
-
},{}],
|
|
14316
|
+
},{}],57:[function(require,module,exports){
|
|
14279
14317
|
"use strict";
|
|
14280
14318
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14281
14319
|
exports.EnquantoComoConstruto = void 0;
|
|
@@ -14298,7 +14336,7 @@ class EnquantoComoConstruto {
|
|
|
14298
14336
|
}
|
|
14299
14337
|
exports.EnquantoComoConstruto = EnquantoComoConstruto;
|
|
14300
14338
|
|
|
14301
|
-
},{}],
|
|
14339
|
+
},{}],58:[function(require,module,exports){
|
|
14302
14340
|
"use strict";
|
|
14303
14341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14304
14342
|
exports.ExpressaoRegular = void 0;
|
|
@@ -14321,7 +14359,7 @@ class ExpressaoRegular {
|
|
|
14321
14359
|
}
|
|
14322
14360
|
exports.ExpressaoRegular = ExpressaoRegular;
|
|
14323
14361
|
|
|
14324
|
-
},{}],
|
|
14362
|
+
},{}],59:[function(require,module,exports){
|
|
14325
14363
|
"use strict";
|
|
14326
14364
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14327
14365
|
exports.FazerComoConstruto = void 0;
|
|
@@ -14344,7 +14382,7 @@ class FazerComoConstruto {
|
|
|
14344
14382
|
}
|
|
14345
14383
|
exports.FazerComoConstruto = FazerComoConstruto;
|
|
14346
14384
|
|
|
14347
|
-
},{}],
|
|
14385
|
+
},{}],60:[function(require,module,exports){
|
|
14348
14386
|
"use strict";
|
|
14349
14387
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14350
14388
|
exports.FimPara = void 0;
|
|
@@ -14377,7 +14415,7 @@ class FimPara {
|
|
|
14377
14415
|
}
|
|
14378
14416
|
exports.FimPara = FimPara;
|
|
14379
14417
|
|
|
14380
|
-
},{}],
|
|
14418
|
+
},{}],61:[function(require,module,exports){
|
|
14381
14419
|
"use strict";
|
|
14382
14420
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14383
14421
|
exports.FormatacaoEscrita = void 0;
|
|
@@ -14406,7 +14444,7 @@ class FormatacaoEscrita {
|
|
|
14406
14444
|
}
|
|
14407
14445
|
exports.FormatacaoEscrita = FormatacaoEscrita;
|
|
14408
14446
|
|
|
14409
|
-
},{}],
|
|
14447
|
+
},{}],62:[function(require,module,exports){
|
|
14410
14448
|
"use strict";
|
|
14411
14449
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14412
14450
|
exports.FuncaoConstruto = void 0;
|
|
@@ -14444,7 +14482,7 @@ class FuncaoConstruto {
|
|
|
14444
14482
|
}
|
|
14445
14483
|
exports.FuncaoConstruto = FuncaoConstruto;
|
|
14446
14484
|
|
|
14447
|
-
},{}],
|
|
14485
|
+
},{}],63:[function(require,module,exports){
|
|
14448
14486
|
"use strict";
|
|
14449
14487
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14450
14488
|
exports.ImportarComoConstruto = void 0;
|
|
@@ -14470,7 +14508,7 @@ class ImportarComoConstruto {
|
|
|
14470
14508
|
}
|
|
14471
14509
|
exports.ImportarComoConstruto = ImportarComoConstruto;
|
|
14472
14510
|
|
|
14473
|
-
},{}],
|
|
14511
|
+
},{}],64:[function(require,module,exports){
|
|
14474
14512
|
"use strict";
|
|
14475
14513
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14476
14514
|
if (k2 === undefined) k2 = k;
|
|
@@ -14505,7 +14543,6 @@ __exportStar(require("./chamada"), exports);
|
|
|
14505
14543
|
__exportStar(require("./comentario-como-construto"), exports);
|
|
14506
14544
|
__exportStar(require("./componente-linguagem"), exports);
|
|
14507
14545
|
__exportStar(require("./constante"), exports);
|
|
14508
|
-
__exportStar(require("./construto"), exports);
|
|
14509
14546
|
__exportStar(require("./decorador"), exports);
|
|
14510
14547
|
__exportStar(require("./definir-valor"), exports);
|
|
14511
14548
|
__exportStar(require("./dicionario"), exports);
|
|
@@ -14538,7 +14575,7 @@ __exportStar(require("./unario"), exports);
|
|
|
14538
14575
|
__exportStar(require("./variavel"), exports);
|
|
14539
14576
|
__exportStar(require("./vetor"), exports);
|
|
14540
14577
|
|
|
14541
|
-
},{"./acesso-elemento-matriz":35,"./acesso-indice-variavel":36,"./acesso-intervalo-variavel":37,"./acesso-metodo":39,"./acesso-metodo-ou-propriedade":38,"./acesso-propriedade":40,"./agrupamento":41,"./ajuda-como-construto":42,"./argumento-referencia-funcao":43,"./atribuicao-por-indice":44,"./atribuicao-por-indices-matriz":45,"./atribuir":46,"./binario":47,"./bote":48,"./chamada":49,"./comentario-como-construto":50,"./componente-linguagem":51,"./constante":52,"./
|
|
14578
|
+
},{"./acesso-elemento-matriz":35,"./acesso-indice-variavel":36,"./acesso-intervalo-variavel":37,"./acesso-metodo":39,"./acesso-metodo-ou-propriedade":38,"./acesso-propriedade":40,"./agrupamento":41,"./ajuda-como-construto":42,"./argumento-referencia-funcao":43,"./atribuicao-por-indice":44,"./atribuicao-por-indices-matriz":45,"./atribuir":46,"./binario":47,"./bote":48,"./chamada":49,"./comentario-como-construto":50,"./componente-linguagem":51,"./constante":52,"./decorador":53,"./definir-valor":54,"./dicionario":55,"./elvis":56,"./enquanto-como-construto":57,"./expressao-regular":58,"./fazer-como-construto":59,"./fim-para":60,"./formatacao-escrita":61,"./funcao":62,"./importar-como-construto":63,"./isto":65,"./leia":66,"./lista-compreensao":67,"./literal":68,"./logico":69,"./morsa":70,"./para-cada-como-construto":71,"./para-como-construto":72,"./referencia-biblioteca-global":73,"./referencia-funcao":74,"./se-ternario":75,"./separador":76,"./super":77,"./tipo-de":78,"./tupla":80,"./tupla-n":79,"./tuplas":83,"./unario":91,"./variavel":92,"./vetor":93}],65:[function(require,module,exports){
|
|
14542
14579
|
"use strict";
|
|
14543
14580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14544
14581
|
exports.Isto = void 0;
|
|
@@ -14561,7 +14598,7 @@ class Isto {
|
|
|
14561
14598
|
}
|
|
14562
14599
|
exports.Isto = Isto;
|
|
14563
14600
|
|
|
14564
|
-
},{}],
|
|
14601
|
+
},{}],66:[function(require,module,exports){
|
|
14565
14602
|
"use strict";
|
|
14566
14603
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14567
14604
|
exports.Leia = void 0;
|
|
@@ -14591,7 +14628,7 @@ class Leia {
|
|
|
14591
14628
|
}
|
|
14592
14629
|
exports.Leia = Leia;
|
|
14593
14630
|
|
|
14594
|
-
},{"../geracao-identificadores":
|
|
14631
|
+
},{"../geracao-identificadores":140}],67:[function(require,module,exports){
|
|
14595
14632
|
"use strict";
|
|
14596
14633
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14597
14634
|
exports.ListaCompreensao = void 0;
|
|
@@ -14616,7 +14653,7 @@ class ListaCompreensao {
|
|
|
14616
14653
|
}
|
|
14617
14654
|
exports.ListaCompreensao = ListaCompreensao;
|
|
14618
14655
|
|
|
14619
|
-
},{}],
|
|
14656
|
+
},{}],68:[function(require,module,exports){
|
|
14620
14657
|
"use strict";
|
|
14621
14658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14622
14659
|
exports.Literal = void 0;
|
|
@@ -14647,7 +14684,7 @@ class Literal {
|
|
|
14647
14684
|
}
|
|
14648
14685
|
exports.Literal = Literal;
|
|
14649
14686
|
|
|
14650
|
-
},{}],
|
|
14687
|
+
},{}],69:[function(require,module,exports){
|
|
14651
14688
|
"use strict";
|
|
14652
14689
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14653
14690
|
exports.Logico = void 0;
|
|
@@ -14674,7 +14711,7 @@ class Logico {
|
|
|
14674
14711
|
}
|
|
14675
14712
|
exports.Logico = Logico;
|
|
14676
14713
|
|
|
14677
|
-
},{}],
|
|
14714
|
+
},{}],70:[function(require,module,exports){
|
|
14678
14715
|
"use strict";
|
|
14679
14716
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14680
14717
|
exports.Morsa = void 0;
|
|
@@ -14697,7 +14734,7 @@ class Morsa {
|
|
|
14697
14734
|
}
|
|
14698
14735
|
exports.Morsa = Morsa;
|
|
14699
14736
|
|
|
14700
|
-
},{}],
|
|
14737
|
+
},{}],71:[function(require,module,exports){
|
|
14701
14738
|
"use strict";
|
|
14702
14739
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14703
14740
|
exports.ParaCadaComoConstruto = void 0;
|
|
@@ -14722,7 +14759,7 @@ class ParaCadaComoConstruto {
|
|
|
14722
14759
|
}
|
|
14723
14760
|
exports.ParaCadaComoConstruto = ParaCadaComoConstruto;
|
|
14724
14761
|
|
|
14725
|
-
},{}],
|
|
14762
|
+
},{}],72:[function(require,module,exports){
|
|
14726
14763
|
"use strict";
|
|
14727
14764
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14728
14765
|
exports.ParaComoConstruto = void 0;
|
|
@@ -14750,7 +14787,7 @@ class ParaComoConstruto {
|
|
|
14750
14787
|
}
|
|
14751
14788
|
exports.ParaComoConstruto = ParaComoConstruto;
|
|
14752
14789
|
|
|
14753
|
-
},{}],
|
|
14790
|
+
},{}],73:[function(require,module,exports){
|
|
14754
14791
|
"use strict";
|
|
14755
14792
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14756
14793
|
exports.ReferenciaBibliotecaGlobal = void 0;
|
|
@@ -14776,7 +14813,7 @@ class ReferenciaBibliotecaGlobal {
|
|
|
14776
14813
|
}
|
|
14777
14814
|
exports.ReferenciaBibliotecaGlobal = ReferenciaBibliotecaGlobal;
|
|
14778
14815
|
|
|
14779
|
-
},{}],
|
|
14816
|
+
},{}],74:[function(require,module,exports){
|
|
14780
14817
|
"use strict";
|
|
14781
14818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14782
14819
|
exports.ReferenciaFuncao = void 0;
|
|
@@ -14800,7 +14837,7 @@ class ReferenciaFuncao {
|
|
|
14800
14837
|
}
|
|
14801
14838
|
exports.ReferenciaFuncao = ReferenciaFuncao;
|
|
14802
14839
|
|
|
14803
|
-
},{}],
|
|
14840
|
+
},{}],75:[function(require,module,exports){
|
|
14804
14841
|
"use strict";
|
|
14805
14842
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14806
14843
|
exports.SeTernario = void 0;
|
|
@@ -14825,7 +14862,7 @@ class SeTernario {
|
|
|
14825
14862
|
}
|
|
14826
14863
|
exports.SeTernario = SeTernario;
|
|
14827
14864
|
|
|
14828
|
-
},{}],
|
|
14865
|
+
},{}],76:[function(require,module,exports){
|
|
14829
14866
|
"use strict";
|
|
14830
14867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14831
14868
|
exports.Separador = void 0;
|
|
@@ -14847,7 +14884,7 @@ class Separador {
|
|
|
14847
14884
|
}
|
|
14848
14885
|
exports.Separador = Separador;
|
|
14849
14886
|
|
|
14850
|
-
},{}],
|
|
14887
|
+
},{}],77:[function(require,module,exports){
|
|
14851
14888
|
"use strict";
|
|
14852
14889
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14853
14890
|
exports.Super = void 0;
|
|
@@ -14870,7 +14907,7 @@ class Super {
|
|
|
14870
14907
|
}
|
|
14871
14908
|
exports.Super = Super;
|
|
14872
14909
|
|
|
14873
|
-
},{}],
|
|
14910
|
+
},{}],78:[function(require,module,exports){
|
|
14874
14911
|
"use strict";
|
|
14875
14912
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14876
14913
|
exports.TipoDe = void 0;
|
|
@@ -14897,7 +14934,7 @@ class TipoDe {
|
|
|
14897
14934
|
}
|
|
14898
14935
|
exports.TipoDe = TipoDe;
|
|
14899
14936
|
|
|
14900
|
-
},{}],
|
|
14937
|
+
},{}],79:[function(require,module,exports){
|
|
14901
14938
|
"use strict";
|
|
14902
14939
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14903
14940
|
exports.TuplaN = void 0;
|
|
@@ -14926,7 +14963,7 @@ class TuplaN extends tupla_1.Tupla {
|
|
|
14926
14963
|
}
|
|
14927
14964
|
exports.TuplaN = TuplaN;
|
|
14928
14965
|
|
|
14929
|
-
},{"./tupla":
|
|
14966
|
+
},{"./tupla":80}],80:[function(require,module,exports){
|
|
14930
14967
|
"use strict";
|
|
14931
14968
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14932
14969
|
exports.Tupla = void 0;
|
|
@@ -14937,7 +14974,7 @@ class Tupla {
|
|
|
14937
14974
|
}
|
|
14938
14975
|
exports.Tupla = Tupla;
|
|
14939
14976
|
|
|
14940
|
-
},{}],
|
|
14977
|
+
},{}],81:[function(require,module,exports){
|
|
14941
14978
|
"use strict";
|
|
14942
14979
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14943
14980
|
exports.Deceto = void 0;
|
|
@@ -14988,7 +15025,7 @@ class Deceto extends tupla_1.Tupla {
|
|
|
14988
15025
|
}
|
|
14989
15026
|
exports.Deceto = Deceto;
|
|
14990
15027
|
|
|
14991
|
-
},{"../tupla":
|
|
15028
|
+
},{"../tupla":80}],82:[function(require,module,exports){
|
|
14992
15029
|
"use strict";
|
|
14993
15030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14994
15031
|
exports.Dupla = void 0;
|
|
@@ -15010,7 +15047,7 @@ class Dupla extends tupla_1.Tupla {
|
|
|
15010
15047
|
}
|
|
15011
15048
|
exports.Dupla = Dupla;
|
|
15012
15049
|
|
|
15013
|
-
},{"../tupla":
|
|
15050
|
+
},{"../tupla":80}],83:[function(require,module,exports){
|
|
15014
15051
|
"use strict";
|
|
15015
15052
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15016
15053
|
if (k2 === undefined) k2 = k;
|
|
@@ -15078,7 +15115,7 @@ class SeletorTuplas {
|
|
|
15078
15115
|
}
|
|
15079
15116
|
exports.SeletorTuplas = SeletorTuplas;
|
|
15080
15117
|
|
|
15081
|
-
},{"./deceto":
|
|
15118
|
+
},{"./deceto":81,"./dupla":82,"./noneto":84,"./octeto":85,"./quarteto":86,"./quinteto":87,"./septeto":88,"./sexteto":89,"./trio":90}],84:[function(require,module,exports){
|
|
15082
15119
|
"use strict";
|
|
15083
15120
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15084
15121
|
exports.Noneto = void 0;
|
|
@@ -15120,7 +15157,7 @@ class Noneto extends tupla_1.Tupla {
|
|
|
15120
15157
|
}
|
|
15121
15158
|
exports.Noneto = Noneto;
|
|
15122
15159
|
|
|
15123
|
-
},{"../tupla":
|
|
15160
|
+
},{"../tupla":80}],85:[function(require,module,exports){
|
|
15124
15161
|
"use strict";
|
|
15125
15162
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15126
15163
|
exports.Octeto = void 0;
|
|
@@ -15160,7 +15197,7 @@ class Octeto extends tupla_1.Tupla {
|
|
|
15160
15197
|
}
|
|
15161
15198
|
exports.Octeto = Octeto;
|
|
15162
15199
|
|
|
15163
|
-
},{"../tupla":
|
|
15200
|
+
},{"../tupla":80}],86:[function(require,module,exports){
|
|
15164
15201
|
"use strict";
|
|
15165
15202
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15166
15203
|
exports.Quarteto = void 0;
|
|
@@ -15186,7 +15223,7 @@ class Quarteto extends tupla_1.Tupla {
|
|
|
15186
15223
|
}
|
|
15187
15224
|
exports.Quarteto = Quarteto;
|
|
15188
15225
|
|
|
15189
|
-
},{"../tupla":
|
|
15226
|
+
},{"../tupla":80}],87:[function(require,module,exports){
|
|
15190
15227
|
"use strict";
|
|
15191
15228
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15192
15229
|
exports.Quinteto = void 0;
|
|
@@ -15214,7 +15251,7 @@ class Quinteto extends tupla_1.Tupla {
|
|
|
15214
15251
|
}
|
|
15215
15252
|
exports.Quinteto = Quinteto;
|
|
15216
15253
|
|
|
15217
|
-
},{"../tupla":
|
|
15254
|
+
},{"../tupla":80}],88:[function(require,module,exports){
|
|
15218
15255
|
"use strict";
|
|
15219
15256
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15220
15257
|
exports.Septeto = void 0;
|
|
@@ -15252,7 +15289,7 @@ class Septeto extends tupla_1.Tupla {
|
|
|
15252
15289
|
}
|
|
15253
15290
|
exports.Septeto = Septeto;
|
|
15254
15291
|
|
|
15255
|
-
},{"../tupla":
|
|
15292
|
+
},{"../tupla":80}],89:[function(require,module,exports){
|
|
15256
15293
|
"use strict";
|
|
15257
15294
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15258
15295
|
exports.Sexteto = void 0;
|
|
@@ -15282,7 +15319,7 @@ class Sexteto extends tupla_1.Tupla {
|
|
|
15282
15319
|
}
|
|
15283
15320
|
exports.Sexteto = Sexteto;
|
|
15284
15321
|
|
|
15285
|
-
},{"../tupla":
|
|
15322
|
+
},{"../tupla":80}],90:[function(require,module,exports){
|
|
15286
15323
|
"use strict";
|
|
15287
15324
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15288
15325
|
exports.Trio = void 0;
|
|
@@ -15306,7 +15343,7 @@ class Trio extends tupla_1.Tupla {
|
|
|
15306
15343
|
}
|
|
15307
15344
|
exports.Trio = Trio;
|
|
15308
15345
|
|
|
15309
|
-
},{"../tupla":
|
|
15346
|
+
},{"../tupla":80}],91:[function(require,module,exports){
|
|
15310
15347
|
"use strict";
|
|
15311
15348
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15312
15349
|
exports.Unario = void 0;
|
|
@@ -15332,7 +15369,7 @@ class Unario {
|
|
|
15332
15369
|
}
|
|
15333
15370
|
exports.Unario = Unario;
|
|
15334
15371
|
|
|
15335
|
-
},{}],
|
|
15372
|
+
},{}],92:[function(require,module,exports){
|
|
15336
15373
|
"use strict";
|
|
15337
15374
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15338
15375
|
exports.Variavel = void 0;
|
|
@@ -15355,7 +15392,7 @@ class Variavel {
|
|
|
15355
15392
|
}
|
|
15356
15393
|
exports.Variavel = Variavel;
|
|
15357
15394
|
|
|
15358
|
-
},{}],
|
|
15395
|
+
},{}],93:[function(require,module,exports){
|
|
15359
15396
|
"use strict";
|
|
15360
15397
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15361
15398
|
exports.Vetor = void 0;
|
|
@@ -15390,7 +15427,7 @@ class Vetor {
|
|
|
15390
15427
|
}
|
|
15391
15428
|
exports.Vetor = Vetor;
|
|
15392
15429
|
|
|
15393
|
-
},{"./comentario-como-construto":50,"./separador":
|
|
15430
|
+
},{"./comentario-como-construto":50,"./separador":76}],94:[function(require,module,exports){
|
|
15394
15431
|
"use strict";
|
|
15395
15432
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15396
15433
|
exports.Ajuda = void 0;
|
|
@@ -15419,7 +15456,7 @@ class Ajuda extends declaracao_1.Declaracao {
|
|
|
15419
15456
|
}
|
|
15420
15457
|
exports.Ajuda = Ajuda;
|
|
15421
15458
|
|
|
15422
|
-
},{"./declaracao":
|
|
15459
|
+
},{"./declaracao":102}],95:[function(require,module,exports){
|
|
15423
15460
|
"use strict";
|
|
15424
15461
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15425
15462
|
exports.Bloco = void 0;
|
|
@@ -15445,7 +15482,7 @@ class Bloco extends declaracao_1.Declaracao {
|
|
|
15445
15482
|
}
|
|
15446
15483
|
exports.Bloco = Bloco;
|
|
15447
15484
|
|
|
15448
|
-
},{"./declaracao":
|
|
15485
|
+
},{"./declaracao":102}],96:[function(require,module,exports){
|
|
15449
15486
|
"use strict";
|
|
15450
15487
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15451
15488
|
exports.CabecalhoPrograma = void 0;
|
|
@@ -15467,7 +15504,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
|
|
|
15467
15504
|
}
|
|
15468
15505
|
exports.CabecalhoPrograma = CabecalhoPrograma;
|
|
15469
15506
|
|
|
15470
|
-
},{"./declaracao":
|
|
15507
|
+
},{"./declaracao":102}],97:[function(require,module,exports){
|
|
15471
15508
|
"use strict";
|
|
15472
15509
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15473
15510
|
exports.Classe = void 0;
|
|
@@ -15514,7 +15551,7 @@ class Classe extends declaracao_1.Declaracao {
|
|
|
15514
15551
|
}
|
|
15515
15552
|
exports.Classe = Classe;
|
|
15516
15553
|
|
|
15517
|
-
},{"./declaracao":
|
|
15554
|
+
},{"./declaracao":102}],98:[function(require,module,exports){
|
|
15518
15555
|
"use strict";
|
|
15519
15556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15520
15557
|
exports.Comentario = void 0;
|
|
@@ -15539,7 +15576,7 @@ class Comentario extends declaracao_1.Declaracao {
|
|
|
15539
15576
|
}
|
|
15540
15577
|
exports.Comentario = Comentario;
|
|
15541
15578
|
|
|
15542
|
-
},{"./declaracao":
|
|
15579
|
+
},{"./declaracao":102}],99:[function(require,module,exports){
|
|
15543
15580
|
"use strict";
|
|
15544
15581
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15545
15582
|
exports.ConstMultiplo = void 0;
|
|
@@ -15564,7 +15601,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
|
|
|
15564
15601
|
}
|
|
15565
15602
|
exports.ConstMultiplo = ConstMultiplo;
|
|
15566
15603
|
|
|
15567
|
-
},{"./declaracao":
|
|
15604
|
+
},{"./declaracao":102}],100:[function(require,module,exports){
|
|
15568
15605
|
"use strict";
|
|
15569
15606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15570
15607
|
exports.Const = void 0;
|
|
@@ -15594,7 +15631,7 @@ class Const extends declaracao_1.Declaracao {
|
|
|
15594
15631
|
}
|
|
15595
15632
|
exports.Const = Const;
|
|
15596
15633
|
|
|
15597
|
-
},{"./declaracao":
|
|
15634
|
+
},{"./declaracao":102}],101:[function(require,module,exports){
|
|
15598
15635
|
"use strict";
|
|
15599
15636
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15600
15637
|
exports.Continua = void 0;
|
|
@@ -15612,7 +15649,7 @@ class Continua extends declaracao_1.Declaracao {
|
|
|
15612
15649
|
}
|
|
15613
15650
|
exports.Continua = Continua;
|
|
15614
15651
|
|
|
15615
|
-
},{"./declaracao":
|
|
15652
|
+
},{"./declaracao":102}],102:[function(require,module,exports){
|
|
15616
15653
|
"use strict";
|
|
15617
15654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15618
15655
|
exports.Declaracao = void 0;
|
|
@@ -15635,7 +15672,7 @@ class Declaracao {
|
|
|
15635
15672
|
}
|
|
15636
15673
|
exports.Declaracao = Declaracao;
|
|
15637
15674
|
|
|
15638
|
-
},{}],
|
|
15675
|
+
},{}],103:[function(require,module,exports){
|
|
15639
15676
|
"use strict";
|
|
15640
15677
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15641
15678
|
exports.Enquanto = void 0;
|
|
@@ -15656,7 +15693,7 @@ class Enquanto extends declaracao_1.Declaracao {
|
|
|
15656
15693
|
}
|
|
15657
15694
|
exports.Enquanto = Enquanto;
|
|
15658
15695
|
|
|
15659
|
-
},{"./declaracao":
|
|
15696
|
+
},{"./declaracao":102}],104:[function(require,module,exports){
|
|
15660
15697
|
"use strict";
|
|
15661
15698
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15662
15699
|
exports.Escolha = void 0;
|
|
@@ -15681,7 +15718,7 @@ class Escolha extends declaracao_1.Declaracao {
|
|
|
15681
15718
|
}
|
|
15682
15719
|
exports.Escolha = Escolha;
|
|
15683
15720
|
|
|
15684
|
-
},{"./declaracao":
|
|
15721
|
+
},{"./declaracao":102}],105:[function(require,module,exports){
|
|
15685
15722
|
"use strict";
|
|
15686
15723
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15687
15724
|
exports.EscrevaMesmaLinha = void 0;
|
|
@@ -15700,7 +15737,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
|
|
|
15700
15737
|
}
|
|
15701
15738
|
exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
|
|
15702
15739
|
|
|
15703
|
-
},{"./declaracao":
|
|
15740
|
+
},{"./declaracao":102}],106:[function(require,module,exports){
|
|
15704
15741
|
"use strict";
|
|
15705
15742
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15706
15743
|
exports.Escreva = void 0;
|
|
@@ -15719,7 +15756,7 @@ class Escreva extends declaracao_1.Declaracao {
|
|
|
15719
15756
|
}
|
|
15720
15757
|
exports.Escreva = Escreva;
|
|
15721
15758
|
|
|
15722
|
-
},{"./declaracao":
|
|
15759
|
+
},{"./declaracao":102}],107:[function(require,module,exports){
|
|
15723
15760
|
"use strict";
|
|
15724
15761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15725
15762
|
exports.Expressao = void 0;
|
|
@@ -15738,7 +15775,7 @@ class Expressao extends declaracao_1.Declaracao {
|
|
|
15738
15775
|
}
|
|
15739
15776
|
exports.Expressao = Expressao;
|
|
15740
15777
|
|
|
15741
|
-
},{"./declaracao":
|
|
15778
|
+
},{"./declaracao":102}],108:[function(require,module,exports){
|
|
15742
15779
|
"use strict";
|
|
15743
15780
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15744
15781
|
exports.Extensao = void 0;
|
|
@@ -15768,7 +15805,7 @@ class Extensao extends declaracao_1.Declaracao {
|
|
|
15768
15805
|
}
|
|
15769
15806
|
exports.Extensao = Extensao;
|
|
15770
15807
|
|
|
15771
|
-
},{"./declaracao":
|
|
15808
|
+
},{"./declaracao":102}],109:[function(require,module,exports){
|
|
15772
15809
|
"use strict";
|
|
15773
15810
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15774
15811
|
exports.Falhar = void 0;
|
|
@@ -15788,7 +15825,7 @@ class Falhar extends declaracao_1.Declaracao {
|
|
|
15788
15825
|
}
|
|
15789
15826
|
exports.Falhar = Falhar;
|
|
15790
15827
|
|
|
15791
|
-
},{"./declaracao":
|
|
15828
|
+
},{"./declaracao":102}],110:[function(require,module,exports){
|
|
15792
15829
|
"use strict";
|
|
15793
15830
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15794
15831
|
exports.Fazer = void 0;
|
|
@@ -15809,7 +15846,7 @@ class Fazer extends declaracao_1.Declaracao {
|
|
|
15809
15846
|
}
|
|
15810
15847
|
exports.Fazer = Fazer;
|
|
15811
15848
|
|
|
15812
|
-
},{"./declaracao":
|
|
15849
|
+
},{"./declaracao":102}],111:[function(require,module,exports){
|
|
15813
15850
|
"use strict";
|
|
15814
15851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15815
15852
|
exports.FuncaoDeclaracao = void 0;
|
|
@@ -15843,7 +15880,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
15843
15880
|
}
|
|
15844
15881
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
15845
15882
|
|
|
15846
|
-
},{"../geracao-identificadores":
|
|
15883
|
+
},{"../geracao-identificadores":140,"./declaracao":102}],112:[function(require,module,exports){
|
|
15847
15884
|
"use strict";
|
|
15848
15885
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15849
15886
|
exports.Importar = void 0;
|
|
@@ -15869,7 +15906,7 @@ class Importar extends declaracao_1.Declaracao {
|
|
|
15869
15906
|
}
|
|
15870
15907
|
exports.Importar = Importar;
|
|
15871
15908
|
|
|
15872
|
-
},{"./declaracao":
|
|
15909
|
+
},{"./declaracao":102}],113:[function(require,module,exports){
|
|
15873
15910
|
"use strict";
|
|
15874
15911
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15875
15912
|
if (k2 === undefined) k2 = k;
|
|
@@ -15920,7 +15957,7 @@ __exportStar(require("./texto-documentacao"), exports);
|
|
|
15920
15957
|
__exportStar(require("./var"), exports);
|
|
15921
15958
|
__exportStar(require("./var-multiplo"), exports);
|
|
15922
15959
|
|
|
15923
|
-
},{"./ajuda":
|
|
15960
|
+
},{"./ajuda":94,"./bloco":95,"./cabecalho-programa":96,"./classe":97,"./comentario":98,"./const":100,"./const-multiplo":99,"./continua":101,"./declaracao":102,"./enquanto":103,"./escolha":104,"./escreva":106,"./escreva-mesma-linha":105,"./expressao":107,"./extensao":108,"./falhar":109,"./fazer":110,"./funcao":111,"./importar":112,"./inicio-algoritmo":114,"./interface":115,"./para":117,"./para-cada":116,"./propriedade-classe":118,"./retorna":119,"./se":120,"./sustar":121,"./tendo-como":122,"./tente":123,"./texto-documentacao":124,"./var":126,"./var-multiplo":125}],114:[function(require,module,exports){
|
|
15924
15961
|
"use strict";
|
|
15925
15962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15926
15963
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -15940,7 +15977,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
|
15940
15977
|
}
|
|
15941
15978
|
exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
15942
15979
|
|
|
15943
|
-
},{"./declaracao":
|
|
15980
|
+
},{"./declaracao":102}],115:[function(require,module,exports){
|
|
15944
15981
|
"use strict";
|
|
15945
15982
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15946
15983
|
exports.InterfaceDeclaracao = exports.AssinaturaMetodo = void 0;
|
|
@@ -15986,7 +16023,7 @@ class InterfaceDeclaracao extends declaracao_1.Declaracao {
|
|
|
15986
16023
|
}
|
|
15987
16024
|
exports.InterfaceDeclaracao = InterfaceDeclaracao;
|
|
15988
16025
|
|
|
15989
|
-
},{"./declaracao":
|
|
16026
|
+
},{"./declaracao":102}],116:[function(require,module,exports){
|
|
15990
16027
|
"use strict";
|
|
15991
16028
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15992
16029
|
exports.ParaCada = void 0;
|
|
@@ -16009,7 +16046,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
16009
16046
|
}
|
|
16010
16047
|
exports.ParaCada = ParaCada;
|
|
16011
16048
|
|
|
16012
|
-
},{"./declaracao":
|
|
16049
|
+
},{"./declaracao":102}],117:[function(require,module,exports){
|
|
16013
16050
|
"use strict";
|
|
16014
16051
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16015
16052
|
exports.Para = void 0;
|
|
@@ -16046,7 +16083,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
16046
16083
|
}
|
|
16047
16084
|
exports.Para = Para;
|
|
16048
16085
|
|
|
16049
|
-
},{"./declaracao":
|
|
16086
|
+
},{"./declaracao":102}],118:[function(require,module,exports){
|
|
16050
16087
|
"use strict";
|
|
16051
16088
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16052
16089
|
exports.PropriedadeClasse = void 0;
|
|
@@ -16072,7 +16109,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
16072
16109
|
}
|
|
16073
16110
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
16074
16111
|
|
|
16075
|
-
},{"./declaracao":
|
|
16112
|
+
},{"./declaracao":102}],119:[function(require,module,exports){
|
|
16076
16113
|
"use strict";
|
|
16077
16114
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16078
16115
|
exports.Retorna = void 0;
|
|
@@ -16098,7 +16135,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
16098
16135
|
}
|
|
16099
16136
|
exports.Retorna = Retorna;
|
|
16100
16137
|
|
|
16101
|
-
},{"./declaracao":
|
|
16138
|
+
},{"./declaracao":102}],120:[function(require,module,exports){
|
|
16102
16139
|
"use strict";
|
|
16103
16140
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16104
16141
|
exports.Se = void 0;
|
|
@@ -16121,7 +16158,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
16121
16158
|
}
|
|
16122
16159
|
exports.Se = Se;
|
|
16123
16160
|
|
|
16124
|
-
},{"./declaracao":
|
|
16161
|
+
},{"./declaracao":102}],121:[function(require,module,exports){
|
|
16125
16162
|
"use strict";
|
|
16126
16163
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16127
16164
|
exports.Sustar = void 0;
|
|
@@ -16139,7 +16176,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
16139
16176
|
}
|
|
16140
16177
|
exports.Sustar = Sustar;
|
|
16141
16178
|
|
|
16142
|
-
},{"./declaracao":
|
|
16179
|
+
},{"./declaracao":102}],122:[function(require,module,exports){
|
|
16143
16180
|
"use strict";
|
|
16144
16181
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16145
16182
|
exports.TendoComo = void 0;
|
|
@@ -16166,7 +16203,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
16166
16203
|
}
|
|
16167
16204
|
exports.TendoComo = TendoComo;
|
|
16168
16205
|
|
|
16169
|
-
},{"./declaracao":
|
|
16206
|
+
},{"./declaracao":102}],123:[function(require,module,exports){
|
|
16170
16207
|
"use strict";
|
|
16171
16208
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16172
16209
|
exports.Tente = void 0;
|
|
@@ -16192,7 +16229,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
16192
16229
|
}
|
|
16193
16230
|
exports.Tente = Tente;
|
|
16194
16231
|
|
|
16195
|
-
},{"./declaracao":
|
|
16232
|
+
},{"./declaracao":102}],124:[function(require,module,exports){
|
|
16196
16233
|
"use strict";
|
|
16197
16234
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16198
16235
|
exports.TextoDocumentacao = void 0;
|
|
@@ -16214,7 +16251,7 @@ class TextoDocumentacao extends declaracao_1.Declaracao {
|
|
|
16214
16251
|
}
|
|
16215
16252
|
exports.TextoDocumentacao = TextoDocumentacao;
|
|
16216
16253
|
|
|
16217
|
-
},{"./declaracao":
|
|
16254
|
+
},{"./declaracao":102}],125:[function(require,module,exports){
|
|
16218
16255
|
"use strict";
|
|
16219
16256
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16220
16257
|
exports.VarMultiplo = void 0;
|
|
@@ -16240,7 +16277,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
16240
16277
|
}
|
|
16241
16278
|
exports.VarMultiplo = VarMultiplo;
|
|
16242
16279
|
|
|
16243
|
-
},{"./declaracao":
|
|
16280
|
+
},{"./declaracao":102}],126:[function(require,module,exports){
|
|
16244
16281
|
"use strict";
|
|
16245
16282
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16246
16283
|
exports.Var = void 0;
|
|
@@ -16275,7 +16312,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
16275
16312
|
}
|
|
16276
16313
|
exports.Var = Var;
|
|
16277
16314
|
|
|
16278
|
-
},{"./declaracao":
|
|
16315
|
+
},{"./declaracao":102}],127:[function(require,module,exports){
|
|
16279
16316
|
"use strict";
|
|
16280
16317
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16281
16318
|
exports.EstilizadorDelegua = void 0;
|
|
@@ -16524,7 +16561,7 @@ class EstilizadorDelegua {
|
|
|
16524
16561
|
}
|
|
16525
16562
|
exports.EstilizadorDelegua = EstilizadorDelegua;
|
|
16526
16563
|
|
|
16527
|
-
},{"../formatadores":
|
|
16564
|
+
},{"../formatadores":139,"./quebrador-linha":129}],128:[function(require,module,exports){
|
|
16528
16565
|
"use strict";
|
|
16529
16566
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16530
16567
|
if (k2 === undefined) k2 = k;
|
|
@@ -16545,7 +16582,7 @@ __exportStar(require("./estilizador-delegua"), exports);
|
|
|
16545
16582
|
__exportStar(require("./quebrador-linha"), exports);
|
|
16546
16583
|
__exportStar(require("./regras"), exports);
|
|
16547
16584
|
|
|
16548
|
-
},{"./estilizador-delegua":
|
|
16585
|
+
},{"./estilizador-delegua":127,"./quebrador-linha":129,"./regras":130}],129:[function(require,module,exports){
|
|
16549
16586
|
"use strict";
|
|
16550
16587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16551
16588
|
exports.QuebradorDeLinha = void 0;
|
|
@@ -16743,7 +16780,7 @@ class QuebradorDeLinha {
|
|
|
16743
16780
|
}
|
|
16744
16781
|
exports.QuebradorDeLinha = QuebradorDeLinha;
|
|
16745
16782
|
|
|
16746
|
-
},{}],
|
|
16783
|
+
},{}],130:[function(require,module,exports){
|
|
16747
16784
|
"use strict";
|
|
16748
16785
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16749
16786
|
if (k2 === undefined) k2 = k;
|
|
@@ -16765,7 +16802,7 @@ __exportStar(require("./regra-convencao-nomenclatura"), exports);
|
|
|
16765
16802
|
__exportStar(require("./regra-explicitar-tipos-parametros"), exports);
|
|
16766
16803
|
__exportStar(require("./regra-paradigma-consistente"), exports);
|
|
16767
16804
|
|
|
16768
|
-
},{"./regra-convencao-nomenclatura":
|
|
16805
|
+
},{"./regra-convencao-nomenclatura":131,"./regra-explicitar-tipos-parametros":132,"./regra-fortalecer-tipos":133,"./regra-paradigma-consistente":134}],131:[function(require,module,exports){
|
|
16769
16806
|
"use strict";
|
|
16770
16807
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16771
16808
|
exports.RegraConvencaoNomenclatura = void 0;
|
|
@@ -16934,7 +16971,7 @@ class RegraConvencaoNomenclatura {
|
|
|
16934
16971
|
}
|
|
16935
16972
|
exports.RegraConvencaoNomenclatura = RegraConvencaoNomenclatura;
|
|
16936
16973
|
|
|
16937
|
-
},{"../../declaracoes":
|
|
16974
|
+
},{"../../declaracoes":113}],132:[function(require,module,exports){
|
|
16938
16975
|
"use strict";
|
|
16939
16976
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16940
16977
|
exports.RegraExplicitarTiposParametros = void 0;
|
|
@@ -16985,7 +17022,7 @@ class RegraExplicitarTiposParametros {
|
|
|
16985
17022
|
}
|
|
16986
17023
|
exports.RegraExplicitarTiposParametros = RegraExplicitarTiposParametros;
|
|
16987
17024
|
|
|
16988
|
-
},{}],
|
|
17025
|
+
},{}],133:[function(require,module,exports){
|
|
16989
17026
|
"use strict";
|
|
16990
17027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16991
17028
|
exports.RegraFortalecerTipos = void 0;
|
|
@@ -17070,7 +17107,7 @@ class RegraFortalecerTipos {
|
|
|
17070
17107
|
}
|
|
17071
17108
|
exports.RegraFortalecerTipos = RegraFortalecerTipos;
|
|
17072
17109
|
|
|
17073
|
-
},{"../../construtos":
|
|
17110
|
+
},{"../../construtos":64,"../../declaracoes":113,"../../inferenciador":142}],134:[function(require,module,exports){
|
|
17074
17111
|
"use strict";
|
|
17075
17112
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17076
17113
|
exports.RegraParadigmaConsistente = void 0;
|
|
@@ -17160,7 +17197,7 @@ class RegraParadigmaConsistente {
|
|
|
17160
17197
|
}
|
|
17161
17198
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17162
17199
|
|
|
17163
|
-
},{"../../construtos/leia":
|
|
17200
|
+
},{"../../construtos/leia":66,"../../declaracoes":113,"../../lexador/mapeamento-paradigmas":237}],135:[function(require,module,exports){
|
|
17164
17201
|
"use strict";
|
|
17165
17202
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17166
17203
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -17175,7 +17212,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
17175
17212
|
}
|
|
17176
17213
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
17177
17214
|
|
|
17178
|
-
},{}],
|
|
17215
|
+
},{}],136:[function(require,module,exports){
|
|
17179
17216
|
"use strict";
|
|
17180
17217
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17181
17218
|
if (k2 === undefined) k2 = k;
|
|
@@ -17194,7 +17231,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17194
17231
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17195
17232
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
17196
17233
|
|
|
17197
|
-
},{"./erro-em-tempo-de-execucao":
|
|
17234
|
+
},{"./erro-em-tempo-de-execucao":135}],137:[function(require,module,exports){
|
|
17198
17235
|
"use strict";
|
|
17199
17236
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17200
17237
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18155,7 +18192,7 @@ class FormatadorDelegua {
|
|
|
18155
18192
|
}
|
|
18156
18193
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18157
18194
|
|
|
18158
|
-
},{"../construtos":
|
|
18195
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/delegua":248}],138:[function(require,module,exports){
|
|
18159
18196
|
"use strict";
|
|
18160
18197
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18161
18198
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18627,7 +18664,7 @@ class FormatadorPitugues {
|
|
|
18627
18664
|
}
|
|
18628
18665
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
18629
18666
|
|
|
18630
|
-
},{"../construtos":
|
|
18667
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/pitugues":252}],139:[function(require,module,exports){
|
|
18631
18668
|
"use strict";
|
|
18632
18669
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18633
18670
|
if (k2 === undefined) k2 = k;
|
|
@@ -18647,7 +18684,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18647
18684
|
__exportStar(require("./formatador-delegua"), exports);
|
|
18648
18685
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
18649
18686
|
|
|
18650
|
-
},{"./formatador-delegua":
|
|
18687
|
+
},{"./formatador-delegua":137,"./formatador-pitugues":138}],140:[function(require,module,exports){
|
|
18651
18688
|
"use strict";
|
|
18652
18689
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18653
18690
|
exports.cyrb53 = cyrb53;
|
|
@@ -18691,7 +18728,7 @@ function uuidv4() {
|
|
|
18691
18728
|
});
|
|
18692
18729
|
}
|
|
18693
18730
|
|
|
18694
|
-
},{}],
|
|
18731
|
+
},{}],141:[function(require,module,exports){
|
|
18695
18732
|
"use strict";
|
|
18696
18733
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18697
18734
|
if (k2 === undefined) k2 = k;
|
|
@@ -18720,7 +18757,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
18720
18757
|
__exportStar(require("./lexador"), exports);
|
|
18721
18758
|
__exportStar(require("./tradutores"), exports);
|
|
18722
18759
|
|
|
18723
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":
|
|
18760
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":64,"./declaracoes":113,"./estilizador":128,"./formatadores":139,"./geracao-identificadores":140,"./interfaces":171,"./interpretador":213,"./lexador":233,"./tradutores":256}],142:[function(require,module,exports){
|
|
18724
18761
|
"use strict";
|
|
18725
18762
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18726
18763
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18846,7 +18883,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
18846
18883
|
}
|
|
18847
18884
|
}
|
|
18848
18885
|
|
|
18849
|
-
},{"./tipos-de-dados/delegua":
|
|
18886
|
+
},{"./tipos-de-dados/delegua":243,"./tipos-de-dados/primitivos":245,"./tipos-de-simbolos/delegua":248}],143:[function(require,module,exports){
|
|
18850
18887
|
"use strict";
|
|
18851
18888
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18852
18889
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -18865,15 +18902,15 @@ class InformacaoElementoSintatico {
|
|
|
18865
18902
|
}
|
|
18866
18903
|
exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
|
|
18867
18904
|
|
|
18868
|
-
},{}],
|
|
18905
|
+
},{}],144:[function(require,module,exports){
|
|
18869
18906
|
"use strict";
|
|
18870
18907
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18871
18908
|
|
|
18872
|
-
},{}],
|
|
18909
|
+
},{}],145:[function(require,module,exports){
|
|
18873
18910
|
"use strict";
|
|
18874
18911
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18875
18912
|
|
|
18876
|
-
},{}],
|
|
18913
|
+
},{}],146:[function(require,module,exports){
|
|
18877
18914
|
"use strict";
|
|
18878
18915
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18879
18916
|
if (k2 === undefined) k2 = k;
|
|
@@ -18894,7 +18931,11 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
|
|
|
18894
18931
|
__exportStar(require("./correcao-implementacao-interface"), exports);
|
|
18895
18932
|
__exportStar(require("./membro-interface-faltando-interface"), exports);
|
|
18896
18933
|
|
|
18897
|
-
},{"./avaliador-sintatico-interface":
|
|
18934
|
+
},{"./avaliador-sintatico-interface":144,"./correcao-implementacao-interface":145,"./membro-interface-faltando-interface":147}],147:[function(require,module,exports){
|
|
18935
|
+
"use strict";
|
|
18936
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18937
|
+
|
|
18938
|
+
},{}],148:[function(require,module,exports){
|
|
18898
18939
|
"use strict";
|
|
18899
18940
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18900
18941
|
|
|
@@ -18912,17 +18953,125 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18912
18953
|
|
|
18913
18954
|
},{}],152:[function(require,module,exports){
|
|
18914
18955
|
"use strict";
|
|
18956
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18957
|
+
if (k2 === undefined) k2 = k;
|
|
18958
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18959
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
18960
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18961
|
+
}
|
|
18962
|
+
Object.defineProperty(o, k2, desc);
|
|
18963
|
+
}) : (function(o, m, k, k2) {
|
|
18964
|
+
if (k2 === undefined) k2 = k;
|
|
18965
|
+
o[k2] = m[k];
|
|
18966
|
+
}));
|
|
18967
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
18968
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
18969
|
+
};
|
|
18915
18970
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18971
|
+
__exportStar(require("./caminho-escolha-interface"), exports);
|
|
18972
|
+
__exportStar(require("./construto-interface"), exports);
|
|
18916
18973
|
|
|
18917
|
-
},{}],153:[function(require,module,exports){
|
|
18974
|
+
},{"./caminho-escolha-interface":150,"./construto-interface":151}],153:[function(require,module,exports){
|
|
18918
18975
|
"use strict";
|
|
18919
18976
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18920
18977
|
|
|
18921
18978
|
},{}],154:[function(require,module,exports){
|
|
18922
18979
|
"use strict";
|
|
18980
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18981
|
+
if (k2 === undefined) k2 = k;
|
|
18982
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18983
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
18984
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18985
|
+
}
|
|
18986
|
+
Object.defineProperty(o, k2, desc);
|
|
18987
|
+
}) : (function(o, m, k, k2) {
|
|
18988
|
+
if (k2 === undefined) k2 = k;
|
|
18989
|
+
o[k2] = m[k];
|
|
18990
|
+
}));
|
|
18991
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
18992
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
18993
|
+
};
|
|
18923
18994
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18995
|
+
__exportStar(require("./caminho-se-senao-interface"), exports);
|
|
18924
18996
|
|
|
18925
|
-
},{}],155:[function(require,module,exports){
|
|
18997
|
+
},{"./caminho-se-senao-interface":153}],155:[function(require,module,exports){
|
|
18998
|
+
"use strict";
|
|
18999
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19000
|
+
|
|
19001
|
+
},{}],156:[function(require,module,exports){
|
|
19002
|
+
"use strict";
|
|
19003
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19004
|
+
|
|
19005
|
+
},{}],157:[function(require,module,exports){
|
|
19006
|
+
"use strict";
|
|
19007
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19008
|
+
if (k2 === undefined) k2 = k;
|
|
19009
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
19010
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19011
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
19012
|
+
}
|
|
19013
|
+
Object.defineProperty(o, k2, desc);
|
|
19014
|
+
}) : (function(o, m, k, k2) {
|
|
19015
|
+
if (k2 === undefined) k2 = k;
|
|
19016
|
+
o[k2] = m[k];
|
|
19017
|
+
}));
|
|
19018
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19019
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19020
|
+
};
|
|
19021
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19022
|
+
__exportStar(require("./enquanto-interface"), exports);
|
|
19023
|
+
__exportStar(require("./fazer-interface"), exports);
|
|
19024
|
+
__exportStar(require("./para-cada-interface"), exports);
|
|
19025
|
+
__exportStar(require("./para-interface"), exports);
|
|
19026
|
+
|
|
19027
|
+
},{"./enquanto-interface":155,"./fazer-interface":156,"./para-cada-interface":158,"./para-interface":159}],158:[function(require,module,exports){
|
|
19028
|
+
"use strict";
|
|
19029
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19030
|
+
|
|
19031
|
+
},{}],159:[function(require,module,exports){
|
|
19032
|
+
"use strict";
|
|
19033
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19034
|
+
|
|
19035
|
+
},{}],160:[function(require,module,exports){
|
|
19036
|
+
"use strict";
|
|
19037
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19038
|
+
|
|
19039
|
+
},{}],161:[function(require,module,exports){
|
|
19040
|
+
"use strict";
|
|
19041
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19042
|
+
if (k2 === undefined) k2 = k;
|
|
19043
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
19044
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19045
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
19046
|
+
}
|
|
19047
|
+
Object.defineProperty(o, k2, desc);
|
|
19048
|
+
}) : (function(o, m, k, k2) {
|
|
19049
|
+
if (k2 === undefined) k2 = k;
|
|
19050
|
+
o[k2] = m[k];
|
|
19051
|
+
}));
|
|
19052
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19053
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19054
|
+
};
|
|
19055
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19056
|
+
__exportStar(require("./retorno-resolvedor-interface"), exports);
|
|
19057
|
+
|
|
19058
|
+
},{"./retorno-resolvedor-interface":162}],162:[function(require,module,exports){
|
|
19059
|
+
"use strict";
|
|
19060
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19061
|
+
|
|
19062
|
+
},{}],163:[function(require,module,exports){
|
|
19063
|
+
"use strict";
|
|
19064
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19065
|
+
|
|
19066
|
+
},{}],164:[function(require,module,exports){
|
|
19067
|
+
"use strict";
|
|
19068
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19069
|
+
|
|
19070
|
+
},{}],165:[function(require,module,exports){
|
|
19071
|
+
"use strict";
|
|
19072
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19073
|
+
|
|
19074
|
+
},{}],166:[function(require,module,exports){
|
|
18926
19075
|
"use strict";
|
|
18927
19076
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18928
19077
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -18934,11 +19083,11 @@ var DiagnosticoSeveridade;
|
|
|
18934
19083
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
18935
19084
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
18936
19085
|
|
|
18937
|
-
},{}],
|
|
19086
|
+
},{}],167:[function(require,module,exports){
|
|
18938
19087
|
"use strict";
|
|
18939
19088
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18940
19089
|
|
|
18941
|
-
},{}],
|
|
19090
|
+
},{}],168:[function(require,module,exports){
|
|
18942
19091
|
"use strict";
|
|
18943
19092
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18944
19093
|
if (k2 === undefined) k2 = k;
|
|
@@ -18956,18 +19105,18 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
18956
19105
|
};
|
|
18957
19106
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18958
19107
|
__exportStar(require("./correcao-sugerida-interface"), exports);
|
|
18959
|
-
__exportStar(require("./diagnostico-analisador-semantico"), exports);
|
|
19108
|
+
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
18960
19109
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
18961
19110
|
|
|
18962
|
-
},{"./correcao-sugerida-interface":
|
|
19111
|
+
},{"./correcao-sugerida-interface":165,"./diagnostico-analisador-semantico-interface":166,"./erro-interpretador-interface":167}],169:[function(require,module,exports){
|
|
18963
19112
|
"use strict";
|
|
18964
19113
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18965
19114
|
|
|
18966
|
-
},{}],
|
|
19115
|
+
},{}],170:[function(require,module,exports){
|
|
18967
19116
|
"use strict";
|
|
18968
19117
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18969
19118
|
|
|
18970
|
-
},{}],
|
|
19119
|
+
},{}],171:[function(require,module,exports){
|
|
18971
19120
|
"use strict";
|
|
18972
19121
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18973
19122
|
if (k2 === undefined) k2 = k;
|
|
@@ -19002,56 +19151,61 @@ __exportStar(require("./resolvedor-interface"), exports);
|
|
|
19002
19151
|
__exportStar(require("./resultado-parcial-interpretador-interface"), exports);
|
|
19003
19152
|
__exportStar(require("./retornos/retorno-execucao-interface"), exports);
|
|
19004
19153
|
__exportStar(require("./simbolo-interface"), exports);
|
|
19005
|
-
__exportStar(require("./tradutor-interface"), exports);
|
|
19154
|
+
__exportStar(require("./tradutores/tradutor-interface"), exports);
|
|
19006
19155
|
__exportStar(require("./variavel-interface"), exports);
|
|
19007
19156
|
__exportStar(require("./visitante-comum-interface"), exports);
|
|
19008
19157
|
__exportStar(require("./visitante-delegua-interface"), exports);
|
|
19009
19158
|
__exportStar(require("./avaliador-sintatico"), exports);
|
|
19010
19159
|
__exportStar(require("./construtos"), exports);
|
|
19160
|
+
__exportStar(require("./declaracoes"), exports);
|
|
19161
|
+
__exportStar(require("./delegua"), exports);
|
|
19162
|
+
__exportStar(require("./depuracao"), exports);
|
|
19163
|
+
__exportStar(require("./egua-classico"), exports);
|
|
19011
19164
|
__exportStar(require("./erros"), exports);
|
|
19012
19165
|
__exportStar(require("./retornos"), exports);
|
|
19166
|
+
__exportStar(require("./tradutores"), exports);
|
|
19013
19167
|
|
|
19014
|
-
},{"./avaliador-sintatico":
|
|
19168
|
+
},{"./avaliador-sintatico":146,"./componente-modulo-classe-interface":148,"./componente-modulo-funcao-interface":149,"./construtos":152,"./declaracoes":154,"./delegua":157,"./depuracao":160,"./egua-classico":161,"./entrada-tabela-diagnostico-semantico-interface":163,"./entrada-tabela-diagnosticos-sintatico-interface":164,"./erros":168,"./estilizador/estilizador-interface":169,"./formatador-comum-interface":170,"./interpretador-com-depuracao-interface":172,"./interpretador-interface":173,"./iteravel-interface":174,"./lexador-interface":175,"./modulo-interface":176,"./parametro-interface":177,"./pilha-interface":178,"./primitiva-interface":179,"./resolvedor-interface":180,"./resultado-parcial-interpretador-interface":181,"./retornos":182,"./retornos/retorno-execucao-interface":185,"./simbolo-interface":188,"./tradutores":190,"./tradutores/tradutor-interface":191,"./variavel-interface":192,"./visitante-comum-interface":193,"./visitante-delegua-interface":194}],172:[function(require,module,exports){
|
|
19015
19169
|
"use strict";
|
|
19016
19170
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19017
19171
|
|
|
19018
|
-
},{}],
|
|
19172
|
+
},{}],173:[function(require,module,exports){
|
|
19019
19173
|
"use strict";
|
|
19020
19174
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19021
19175
|
|
|
19022
|
-
},{}],
|
|
19176
|
+
},{}],174:[function(require,module,exports){
|
|
19023
19177
|
"use strict";
|
|
19024
19178
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19025
19179
|
|
|
19026
|
-
},{}],
|
|
19180
|
+
},{}],175:[function(require,module,exports){
|
|
19027
19181
|
"use strict";
|
|
19028
19182
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19029
19183
|
|
|
19030
|
-
},{}],
|
|
19184
|
+
},{}],176:[function(require,module,exports){
|
|
19031
19185
|
"use strict";
|
|
19032
19186
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19033
19187
|
|
|
19034
|
-
},{}],
|
|
19188
|
+
},{}],177:[function(require,module,exports){
|
|
19035
19189
|
"use strict";
|
|
19036
19190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19037
19191
|
|
|
19038
|
-
},{}],
|
|
19192
|
+
},{}],178:[function(require,module,exports){
|
|
19039
19193
|
"use strict";
|
|
19040
19194
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19041
19195
|
|
|
19042
|
-
},{}],
|
|
19196
|
+
},{}],179:[function(require,module,exports){
|
|
19043
19197
|
"use strict";
|
|
19044
19198
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19045
19199
|
|
|
19046
|
-
},{}],
|
|
19200
|
+
},{}],180:[function(require,module,exports){
|
|
19047
19201
|
"use strict";
|
|
19048
19202
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19049
19203
|
|
|
19050
|
-
},{}],
|
|
19204
|
+
},{}],181:[function(require,module,exports){
|
|
19051
19205
|
"use strict";
|
|
19052
19206
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19053
19207
|
|
|
19054
|
-
},{}],
|
|
19208
|
+
},{}],182:[function(require,module,exports){
|
|
19055
19209
|
"use strict";
|
|
19056
19210
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19057
19211
|
if (k2 === undefined) k2 = k;
|
|
@@ -19068,53 +19222,77 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19068
19222
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19069
19223
|
};
|
|
19070
19224
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19071
|
-
__exportStar(require("./retorno-analisador-semantico"), exports);
|
|
19072
|
-
__exportStar(require("./retorno-avaliador-sintatico"), exports);
|
|
19225
|
+
__exportStar(require("./retorno-analisador-semantico-interface"), exports);
|
|
19226
|
+
__exportStar(require("./retorno-avaliador-sintatico-interface"), exports);
|
|
19073
19227
|
__exportStar(require("./retorno-execucao-interface"), exports);
|
|
19074
19228
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19075
|
-
__exportStar(require("./retorno-lexador"), exports);
|
|
19229
|
+
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19076
19230
|
|
|
19077
|
-
},{"./retorno-analisador-semantico":
|
|
19231
|
+
},{"./retorno-analisador-semantico-interface":183,"./retorno-avaliador-sintatico-interface":184,"./retorno-execucao-interface":185,"./retorno-interpretador-interface":186,"./retorno-lexador-interface":187}],183:[function(require,module,exports){
|
|
19078
19232
|
"use strict";
|
|
19079
19233
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19080
19234
|
|
|
19081
|
-
},{}],
|
|
19235
|
+
},{}],184:[function(require,module,exports){
|
|
19082
19236
|
"use strict";
|
|
19083
19237
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19084
19238
|
|
|
19085
|
-
},{}],
|
|
19239
|
+
},{}],185:[function(require,module,exports){
|
|
19086
19240
|
"use strict";
|
|
19087
19241
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19088
19242
|
|
|
19089
|
-
},{}],
|
|
19243
|
+
},{}],186:[function(require,module,exports){
|
|
19090
19244
|
"use strict";
|
|
19091
19245
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19092
19246
|
|
|
19093
|
-
},{}],
|
|
19247
|
+
},{}],187:[function(require,module,exports){
|
|
19094
19248
|
"use strict";
|
|
19095
19249
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19096
19250
|
|
|
19097
|
-
},{}],
|
|
19251
|
+
},{}],188:[function(require,module,exports){
|
|
19098
19252
|
"use strict";
|
|
19099
19253
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19100
19254
|
|
|
19101
|
-
},{}],
|
|
19255
|
+
},{}],189:[function(require,module,exports){
|
|
19102
19256
|
"use strict";
|
|
19103
19257
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19104
19258
|
|
|
19105
|
-
},{}],
|
|
19259
|
+
},{}],190:[function(require,module,exports){
|
|
19260
|
+
"use strict";
|
|
19261
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19262
|
+
if (k2 === undefined) k2 = k;
|
|
19263
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
19264
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19265
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
19266
|
+
}
|
|
19267
|
+
Object.defineProperty(o, k2, desc);
|
|
19268
|
+
}) : (function(o, m, k, k2) {
|
|
19269
|
+
if (k2 === undefined) k2 = k;
|
|
19270
|
+
o[k2] = m[k];
|
|
19271
|
+
}));
|
|
19272
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19273
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19274
|
+
};
|
|
19275
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19276
|
+
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19277
|
+
__exportStar(require("./tradutor-interface"), exports);
|
|
19278
|
+
|
|
19279
|
+
},{"./contexto-funcao-interface":189,"./tradutor-interface":191}],191:[function(require,module,exports){
|
|
19106
19280
|
"use strict";
|
|
19107
19281
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19108
19282
|
|
|
19109
|
-
},{}],
|
|
19283
|
+
},{}],192:[function(require,module,exports){
|
|
19110
19284
|
"use strict";
|
|
19111
19285
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19112
19286
|
|
|
19113
|
-
},{}],
|
|
19287
|
+
},{}],193:[function(require,module,exports){
|
|
19114
19288
|
"use strict";
|
|
19115
19289
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19116
19290
|
|
|
19117
|
-
},{}],
|
|
19291
|
+
},{}],194:[function(require,module,exports){
|
|
19292
|
+
"use strict";
|
|
19293
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19294
|
+
|
|
19295
|
+
},{}],195:[function(require,module,exports){
|
|
19118
19296
|
"use strict";
|
|
19119
19297
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19120
19298
|
if (k2 === undefined) k2 = k;
|
|
@@ -19729,7 +19907,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
19729
19907
|
}
|
|
19730
19908
|
}
|
|
19731
19909
|
|
|
19732
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":
|
|
19910
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":64,"./estruturas/delegua-funcao":201,"./estruturas/descritor-tipo-classe":202,"./estruturas/funcao-padrao":203,"./estruturas/objeto-delegua-classe":209}],196:[function(require,module,exports){
|
|
19733
19911
|
"use strict";
|
|
19734
19912
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19735
19913
|
exports.EspacoMemoria = void 0;
|
|
@@ -19754,7 +19932,7 @@ class EspacoMemoria {
|
|
|
19754
19932
|
}
|
|
19755
19933
|
exports.EspacoMemoria = EspacoMemoria;
|
|
19756
19934
|
|
|
19757
|
-
},{}],
|
|
19935
|
+
},{}],197:[function(require,module,exports){
|
|
19758
19936
|
"use strict";
|
|
19759
19937
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19760
19938
|
exports.Chamavel = void 0;
|
|
@@ -19771,7 +19949,7 @@ class Chamavel {
|
|
|
19771
19949
|
}
|
|
19772
19950
|
exports.Chamavel = Chamavel;
|
|
19773
19951
|
|
|
19774
|
-
},{}],
|
|
19952
|
+
},{}],198:[function(require,module,exports){
|
|
19775
19953
|
"use strict";
|
|
19776
19954
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19777
19955
|
exports.ClasseDeModulo = void 0;
|
|
@@ -19792,7 +19970,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
19792
19970
|
}
|
|
19793
19971
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
19794
19972
|
|
|
19795
|
-
},{"./chamavel":
|
|
19973
|
+
},{"./chamavel":197}],199:[function(require,module,exports){
|
|
19796
19974
|
"use strict";
|
|
19797
19975
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19798
19976
|
exports.ClassePadrao = void 0;
|
|
@@ -19833,7 +20011,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
19833
20011
|
}
|
|
19834
20012
|
exports.ClassePadrao = ClassePadrao;
|
|
19835
20013
|
|
|
19836
|
-
},{"./chamavel":
|
|
20014
|
+
},{"./chamavel":197}],200:[function(require,module,exports){
|
|
19837
20015
|
"use strict";
|
|
19838
20016
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19839
20017
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -19876,7 +20054,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
19876
20054
|
}
|
|
19877
20055
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
19878
20056
|
|
|
19879
|
-
},{"./delegua-funcao":
|
|
20057
|
+
},{"./delegua-funcao":201}],201:[function(require,module,exports){
|
|
19880
20058
|
"use strict";
|
|
19881
20059
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19882
20060
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20068,7 +20246,7 @@ function tipoDeDados(valor) {
|
|
|
20068
20246
|
}
|
|
20069
20247
|
}
|
|
20070
20248
|
|
|
20071
|
-
},{"../../declaracoes":
|
|
20249
|
+
},{"../../declaracoes":113,"../../quebras":242,"../espaco-memoria":196,"./chamavel":197,"./objeto-delegua-classe":209}],202:[function(require,module,exports){
|
|
20072
20250
|
"use strict";
|
|
20073
20251
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20074
20252
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -20383,7 +20561,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
20383
20561
|
}
|
|
20384
20562
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
20385
20563
|
|
|
20386
|
-
},{"../../excecoes":
|
|
20564
|
+
},{"../../excecoes":136,"./chamavel":197,"./metodo-polimorfico":205,"./objeto-delegua-classe":209}],203:[function(require,module,exports){
|
|
20387
20565
|
"use strict";
|
|
20388
20566
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20389
20567
|
exports.FuncaoPadrao = void 0;
|
|
@@ -20422,7 +20600,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
20422
20600
|
}
|
|
20423
20601
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
20424
20602
|
|
|
20425
|
-
},{"./chamavel":
|
|
20603
|
+
},{"./chamavel":197}],204:[function(require,module,exports){
|
|
20426
20604
|
"use strict";
|
|
20427
20605
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20428
20606
|
if (k2 === undefined) k2 = k;
|
|
@@ -20455,7 +20633,7 @@ __exportStar(require("./objeto-padrao"), exports);
|
|
|
20455
20633
|
__exportStar(require("./referencia-montao"), exports);
|
|
20456
20634
|
__exportStar(require("./super-proxy"), exports);
|
|
20457
20635
|
|
|
20458
|
-
},{"./chamavel":
|
|
20636
|
+
},{"./chamavel":197,"./classe-de-modulo":198,"./classe-padrao":199,"./delegua-funcao":201,"./delegua-funcao-nativa":200,"./descritor-tipo-classe":202,"./funcao-padrao":203,"./metodo-polimorfico":205,"./metodo-primitiva":206,"./modulo":207,"./objeto-base":208,"./objeto-delegua-classe":209,"./objeto-padrao":210,"./referencia-montao":211,"./super-proxy":212}],205:[function(require,module,exports){
|
|
20459
20637
|
"use strict";
|
|
20460
20638
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20461
20639
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -20633,7 +20811,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
20633
20811
|
}
|
|
20634
20812
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
20635
20813
|
|
|
20636
|
-
},{"../../excecoes":
|
|
20814
|
+
},{"../../excecoes":136,"../../inferenciador":142,"./chamavel":197}],206:[function(require,module,exports){
|
|
20637
20815
|
"use strict";
|
|
20638
20816
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20639
20817
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -20679,7 +20857,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
20679
20857
|
}
|
|
20680
20858
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
20681
20859
|
|
|
20682
|
-
},{"./chamavel":
|
|
20860
|
+
},{"./chamavel":197}],207:[function(require,module,exports){
|
|
20683
20861
|
"use strict";
|
|
20684
20862
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20685
20863
|
exports.DeleguaModulo = void 0;
|
|
@@ -20705,7 +20883,7 @@ class DeleguaModulo {
|
|
|
20705
20883
|
}
|
|
20706
20884
|
exports.DeleguaModulo = DeleguaModulo;
|
|
20707
20885
|
|
|
20708
|
-
},{}],
|
|
20886
|
+
},{}],208:[function(require,module,exports){
|
|
20709
20887
|
"use strict";
|
|
20710
20888
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20711
20889
|
exports.OBJETO_BASE = void 0;
|
|
@@ -20779,7 +20957,7 @@ function criarDescritorObjeto() {
|
|
|
20779
20957
|
}
|
|
20780
20958
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
20781
20959
|
|
|
20782
|
-
},{"./delegua-funcao-nativa":
|
|
20960
|
+
},{"./delegua-funcao-nativa":200,"./descritor-tipo-classe":202}],209:[function(require,module,exports){
|
|
20783
20961
|
"use strict";
|
|
20784
20962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20785
20963
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -20961,7 +21139,7 @@ class ObjetoDeleguaClasse {
|
|
|
20961
21139
|
}
|
|
20962
21140
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
20963
21141
|
|
|
20964
|
-
},{"../../excecoes":
|
|
21142
|
+
},{"../../excecoes":136}],210:[function(require,module,exports){
|
|
20965
21143
|
"use strict";
|
|
20966
21144
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20967
21145
|
exports.ObjetoPadrao = void 0;
|
|
@@ -20995,7 +21173,7 @@ class ObjetoPadrao {
|
|
|
20995
21173
|
}
|
|
20996
21174
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
20997
21175
|
|
|
20998
|
-
},{}],
|
|
21176
|
+
},{}],211:[function(require,module,exports){
|
|
20999
21177
|
"use strict";
|
|
21000
21178
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21001
21179
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21020,7 +21198,7 @@ class ReferenciaMontao {
|
|
|
21020
21198
|
}
|
|
21021
21199
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21022
21200
|
|
|
21023
|
-
},{}],
|
|
21201
|
+
},{}],212:[function(require,module,exports){
|
|
21024
21202
|
"use strict";
|
|
21025
21203
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21026
21204
|
exports.SuperProxy = void 0;
|
|
@@ -21059,7 +21237,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21059
21237
|
}
|
|
21060
21238
|
exports.SuperProxy = SuperProxy;
|
|
21061
21239
|
|
|
21062
|
-
},{"./chamavel":
|
|
21240
|
+
},{"./chamavel":197}],213:[function(require,module,exports){
|
|
21063
21241
|
"use strict";
|
|
21064
21242
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21065
21243
|
if (k2 === undefined) k2 = k;
|
|
@@ -21080,7 +21258,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21080
21258
|
__exportStar(require("./interpretador"), exports);
|
|
21081
21259
|
__exportStar(require("./interpretador-base"), exports);
|
|
21082
21260
|
|
|
21083
|
-
},{"./estruturas":
|
|
21261
|
+
},{"./estruturas":204,"./interpretador":215,"./interpretador-base":214}],214:[function(require,module,exports){
|
|
21084
21262
|
"use strict";
|
|
21085
21263
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21086
21264
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -21204,7 +21382,7 @@ class InterpretadorBase {
|
|
|
21204
21382
|
* Usado para chamadas de métodos de primitiva.
|
|
21205
21383
|
* Sendo uma variável ou constante, a primitiva precisa atualizar a referência
|
|
21206
21384
|
* para o objeto que está sendo acessado.
|
|
21207
|
-
* @param {
|
|
21385
|
+
* @param {ConstrutoInterface} objetoAcessado O objeto que está sendo acessado.
|
|
21208
21386
|
* @returns O nome desse objeto, se ele for uma variável ou constante.
|
|
21209
21387
|
* @see resolverValor
|
|
21210
21388
|
*/
|
|
@@ -23291,7 +23469,7 @@ class InterpretadorBase {
|
|
|
23291
23469
|
}
|
|
23292
23470
|
exports.InterpretadorBase = InterpretadorBase;
|
|
23293
23471
|
|
|
23294
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":
|
|
23472
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":64,"../excecoes":136,"../inferenciador":142,"../lexador":233,"../quebras":242,"../tipos-de-dados/delegua":243,"../tipos-de-dados/primitivos":245,"../tipos-de-simbolos/delegua":248,"./espaco-memoria":196,"./estruturas":204,"./estruturas/metodo-primitiva":206,"./pilha-escopos-execucao":217,"browser-process-hrtime":441}],215:[function(require,module,exports){
|
|
23295
23473
|
"use strict";
|
|
23296
23474
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
23297
23475
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -24790,7 +24968,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24790
24968
|
}
|
|
24791
24969
|
exports.Interpretador = Interpretador;
|
|
24792
24970
|
|
|
24793
|
-
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":
|
|
24971
|
+
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":64,"../declaracoes":113,"../excecoes":136,"../inferenciador":142,"../quebras":242,"../tipos-de-dados/delegua":243,"../tipos-de-dados/primitivos":245,"../tipos-de-simbolos/delegua":248,"./comum":195,"./estruturas":204,"./interpretador-base":214,"./montao":216}],216:[function(require,module,exports){
|
|
24794
24972
|
"use strict";
|
|
24795
24973
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24796
24974
|
exports.Montao = void 0;
|
|
@@ -24847,7 +25025,7 @@ class Montao {
|
|
|
24847
25025
|
}
|
|
24848
25026
|
exports.Montao = Montao;
|
|
24849
25027
|
|
|
24850
|
-
},{"../excecoes":
|
|
25028
|
+
},{"../excecoes":136,"../geracao-identificadores":140}],217:[function(require,module,exports){
|
|
24851
25029
|
"use strict";
|
|
24852
25030
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24853
25031
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25178,7 +25356,7 @@ class PilhaEscoposExecucao {
|
|
|
25178
25356
|
}
|
|
25179
25357
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
25180
25358
|
|
|
25181
|
-
},{"../excecoes":
|
|
25359
|
+
},{"../excecoes":136,"../inferenciador":142,"../lexador":233,"../tipos-de-dados/delegua":243,"./estruturas":204}],218:[function(require,module,exports){
|
|
25182
25360
|
"use strict";
|
|
25183
25361
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
25184
25362
|
if (k2 === undefined) k2 = k;
|
|
@@ -25203,7 +25381,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
25203
25381
|
__exportStar(require("./lexador-prisma"), exports);
|
|
25204
25382
|
__exportStar(require("./lexador-tenda"), exports);
|
|
25205
25383
|
|
|
25206
|
-
},{"./lexador-calango":
|
|
25384
|
+
},{"./lexador-calango":219,"./lexador-egua-classico":220,"./lexador-guarani":221,"./lexador-pitugues":222,"./lexador-portugol-ipt":223,"./lexador-prisma":224,"./lexador-tenda":225}],219:[function(require,module,exports){
|
|
25207
25385
|
"use strict";
|
|
25208
25386
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25209
25387
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25518,7 +25696,7 @@ class LexadorCalango {
|
|
|
25518
25696
|
}
|
|
25519
25697
|
exports.LexadorCalango = LexadorCalango;
|
|
25520
25698
|
|
|
25521
|
-
},{"../../tipos-de-simbolos/calango":
|
|
25699
|
+
},{"../../tipos-de-simbolos/calango":246,"../simbolo":241,"./palavras-reservadas/calango":226}],220:[function(require,module,exports){
|
|
25522
25700
|
"use strict";
|
|
25523
25701
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25524
25702
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25811,7 +25989,7 @@ class LexadorEguaClassico {
|
|
|
25811
25989
|
}
|
|
25812
25990
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
25813
25991
|
|
|
25814
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
25992
|
+
},{"../../tipos-de-simbolos/egua-classico":249,"../simbolo":241,"./palavras-reservadas/egua-classico":227}],221:[function(require,module,exports){
|
|
25815
25993
|
"use strict";
|
|
25816
25994
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25817
25995
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25930,7 +26108,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
25930
26108
|
}
|
|
25931
26109
|
exports.LexadorGuarani = LexadorGuarani;
|
|
25932
26110
|
|
|
25933
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
26111
|
+
},{"../../tipos-de-simbolos/guarani":250,"../lexador-base":235,"./palavras-reservadas/guarani":228}],222:[function(require,module,exports){
|
|
25934
26112
|
"use strict";
|
|
25935
26113
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25936
26114
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26473,7 +26651,7 @@ class LexadorPitugues {
|
|
|
26473
26651
|
}
|
|
26474
26652
|
exports.LexadorPitugues = LexadorPitugues;
|
|
26475
26653
|
|
|
26476
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
26654
|
+
},{"../../tipos-de-simbolos/pitugues":252,"../simbolo":241,"./palavras-reservadas/pitugues":229,"browser-process-hrtime":441}],223:[function(require,module,exports){
|
|
26477
26655
|
"use strict";
|
|
26478
26656
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26479
26657
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26782,7 +26960,7 @@ class LexadorPortugolIpt {
|
|
|
26782
26960
|
}
|
|
26783
26961
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
26784
26962
|
|
|
26785
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
26963
|
+
},{"../../tipos-de-simbolos/portugol-ipt":253,"../simbolo":241,"./palavras-reservadas/portugol-ipt":230}],224:[function(require,module,exports){
|
|
26786
26964
|
"use strict";
|
|
26787
26965
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26788
26966
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27183,7 +27361,7 @@ class LexadorPrisma {
|
|
|
27183
27361
|
}
|
|
27184
27362
|
exports.LexadorPrisma = LexadorPrisma;
|
|
27185
27363
|
|
|
27186
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
27364
|
+
},{"../../tipos-de-simbolos/prisma":254,"../simbolo":241,"./palavras-reservadas/prisma":231,"browser-process-hrtime":441}],225:[function(require,module,exports){
|
|
27187
27365
|
"use strict";
|
|
27188
27366
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27189
27367
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27577,7 +27755,7 @@ class LexadorTenda {
|
|
|
27577
27755
|
}
|
|
27578
27756
|
exports.LexadorTenda = LexadorTenda;
|
|
27579
27757
|
|
|
27580
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
27758
|
+
},{"../../tipos-de-simbolos/tenda":255,"../simbolo":241,"./palavras-reservadas/tenda":232,"browser-process-hrtime":441}],226:[function(require,module,exports){
|
|
27581
27759
|
"use strict";
|
|
27582
27760
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27583
27761
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27625,7 +27803,7 @@ exports.default = {
|
|
|
27625
27803
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
27626
27804
|
};
|
|
27627
27805
|
|
|
27628
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
27806
|
+
},{"../../../tipos-de-simbolos/calango":246}],227:[function(require,module,exports){
|
|
27629
27807
|
"use strict";
|
|
27630
27808
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27631
27809
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27666,7 +27844,7 @@ exports.palavrasReservadas = {
|
|
|
27666
27844
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
27667
27845
|
};
|
|
27668
27846
|
|
|
27669
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
27847
|
+
},{"../../../tipos-de-simbolos/egua-classico":249}],228:[function(require,module,exports){
|
|
27670
27848
|
"use strict";
|
|
27671
27849
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27672
27850
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27678,7 +27856,7 @@ exports.palavrasReservadas = {
|
|
|
27678
27856
|
hai: guarani_1.default.HAI,
|
|
27679
27857
|
};
|
|
27680
27858
|
|
|
27681
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
27859
|
+
},{"../../../tipos-de-simbolos/guarani":250}],229:[function(require,module,exports){
|
|
27682
27860
|
"use strict";
|
|
27683
27861
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27684
27862
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27742,7 +27920,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
27742
27920
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
27743
27921
|
};
|
|
27744
27922
|
|
|
27745
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
27923
|
+
},{"../../../tipos-de-simbolos/pitugues":252}],230:[function(require,module,exports){
|
|
27746
27924
|
"use strict";
|
|
27747
27925
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27748
27926
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27802,7 +27980,7 @@ exports.palavrasReservadas = {
|
|
|
27802
27980
|
não: portugol_ipt_1.default.NAO,
|
|
27803
27981
|
};
|
|
27804
27982
|
|
|
27805
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
27983
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":253}],231:[function(require,module,exports){
|
|
27806
27984
|
"use strict";
|
|
27807
27985
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27808
27986
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27853,7 +28031,7 @@ exports.palavrasReservadas = {
|
|
|
27853
28031
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
27854
28032
|
};
|
|
27855
28033
|
|
|
27856
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
28034
|
+
},{"../../../tipos-de-simbolos/prisma":254}],232:[function(require,module,exports){
|
|
27857
28035
|
"use strict";
|
|
27858
28036
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27859
28037
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27911,7 +28089,7 @@ exports.palavrasReservadas = {
|
|
|
27911
28089
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
27912
28090
|
};
|
|
27913
28091
|
|
|
27914
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
28092
|
+
},{"../../../tipos-de-simbolos/tenda":255}],233:[function(require,module,exports){
|
|
27915
28093
|
"use strict";
|
|
27916
28094
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
27917
28095
|
if (k2 === undefined) k2 = k;
|
|
@@ -27934,7 +28112,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
27934
28112
|
__exportStar(require("./micro-lexador"), exports);
|
|
27935
28113
|
__exportStar(require("./simbolo"), exports);
|
|
27936
28114
|
|
|
27937
|
-
},{"./dialetos":
|
|
28115
|
+
},{"./dialetos":218,"./lexador":236,"./lexador-base-linha-unica":234,"./micro-lexador":239,"./simbolo":241}],234:[function(require,module,exports){
|
|
27938
28116
|
"use strict";
|
|
27939
28117
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27940
28118
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -28023,7 +28201,7 @@ class LexadorBaseLinhaUnica {
|
|
|
28023
28201
|
}
|
|
28024
28202
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
28025
28203
|
|
|
28026
|
-
},{"./simbolo":
|
|
28204
|
+
},{"./simbolo":241}],235:[function(require,module,exports){
|
|
28027
28205
|
"use strict";
|
|
28028
28206
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28029
28207
|
exports.LexadorBase = void 0;
|
|
@@ -28162,7 +28340,7 @@ class LexadorBase {
|
|
|
28162
28340
|
}
|
|
28163
28341
|
exports.LexadorBase = LexadorBase;
|
|
28164
28342
|
|
|
28165
|
-
},{"./simbolo":
|
|
28343
|
+
},{"./simbolo":241}],236:[function(require,module,exports){
|
|
28166
28344
|
"use strict";
|
|
28167
28345
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28168
28346
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28836,7 +29014,7 @@ class Lexador {
|
|
|
28836
29014
|
}
|
|
28837
29015
|
exports.Lexador = Lexador;
|
|
28838
29016
|
|
|
28839
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29017
|
+
},{"../tipos-de-simbolos/delegua":248,"./palavras-reservadas":240,"./simbolo":241,"browser-process-hrtime":441}],237:[function(require,module,exports){
|
|
28840
29018
|
"use strict";
|
|
28841
29019
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28842
29020
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29019,7 +29197,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29019
29197
|
return paradigmaLexema === paradigma;
|
|
29020
29198
|
}
|
|
29021
29199
|
|
|
29022
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29200
|
+
},{"../tipos-de-simbolos/delegua":248}],238:[function(require,module,exports){
|
|
29023
29201
|
"use strict";
|
|
29024
29202
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29025
29203
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29239,7 +29417,7 @@ class MicroLexadorPitugues {
|
|
|
29239
29417
|
}
|
|
29240
29418
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
29241
29419
|
|
|
29242
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
29420
|
+
},{"../tipos-de-simbolos/pitugues":252,"./palavras-reservadas":240,"./simbolo":241}],239:[function(require,module,exports){
|
|
29243
29421
|
"use strict";
|
|
29244
29422
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29245
29423
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29477,7 +29655,7 @@ class MicroLexador {
|
|
|
29477
29655
|
}
|
|
29478
29656
|
exports.MicroLexador = MicroLexador;
|
|
29479
29657
|
|
|
29480
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
29658
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":251,"./palavras-reservadas":240,"./simbolo":241}],240:[function(require,module,exports){
|
|
29481
29659
|
"use strict";
|
|
29482
29660
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29483
29661
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29578,7 +29756,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
29578
29756
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
29579
29757
|
};
|
|
29580
29758
|
|
|
29581
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29759
|
+
},{"../tipos-de-simbolos/delegua":248}],241:[function(require,module,exports){
|
|
29582
29760
|
"use strict";
|
|
29583
29761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29584
29762
|
exports.Simbolo = void 0;
|
|
@@ -29599,7 +29777,7 @@ class Simbolo {
|
|
|
29599
29777
|
}
|
|
29600
29778
|
exports.Simbolo = Simbolo;
|
|
29601
29779
|
|
|
29602
|
-
},{}],
|
|
29780
|
+
},{}],242:[function(require,module,exports){
|
|
29603
29781
|
"use strict";
|
|
29604
29782
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29605
29783
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -29624,7 +29802,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
29624
29802
|
}
|
|
29625
29803
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
29626
29804
|
|
|
29627
|
-
},{}],
|
|
29805
|
+
},{}],243:[function(require,module,exports){
|
|
29628
29806
|
"use strict";
|
|
29629
29807
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29630
29808
|
exports.default = {
|
|
@@ -29658,7 +29836,7 @@ exports.default = {
|
|
|
29658
29836
|
VETOR_TEXTO: 'texto[]',
|
|
29659
29837
|
};
|
|
29660
29838
|
|
|
29661
|
-
},{}],
|
|
29839
|
+
},{}],244:[function(require,module,exports){
|
|
29662
29840
|
"use strict";
|
|
29663
29841
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29664
29842
|
exports.default = {
|
|
@@ -29688,7 +29866,7 @@ exports.default = {
|
|
|
29688
29866
|
VETOR_TEXTO: 'texto[]',
|
|
29689
29867
|
};
|
|
29690
29868
|
|
|
29691
|
-
},{}],
|
|
29869
|
+
},{}],245:[function(require,module,exports){
|
|
29692
29870
|
"use strict";
|
|
29693
29871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29694
29872
|
exports.default = {
|
|
@@ -29707,7 +29885,7 @@ exports.default = {
|
|
|
29707
29885
|
TEXTO: 'string',
|
|
29708
29886
|
};
|
|
29709
29887
|
|
|
29710
|
-
},{}],
|
|
29888
|
+
},{}],246:[function(require,module,exports){
|
|
29711
29889
|
"use strict";
|
|
29712
29890
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29713
29891
|
exports.default = {
|
|
@@ -29779,7 +29957,7 @@ exports.default = {
|
|
|
29779
29957
|
VIRGULA: 'VIRGULA',
|
|
29780
29958
|
};
|
|
29781
29959
|
|
|
29782
|
-
},{}],
|
|
29960
|
+
},{}],247:[function(require,module,exports){
|
|
29783
29961
|
"use strict";
|
|
29784
29962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29785
29963
|
exports.default = {
|
|
@@ -29806,7 +29984,7 @@ exports.default = {
|
|
|
29806
29984
|
VIRGULA: 'VIRGULA',
|
|
29807
29985
|
};
|
|
29808
29986
|
|
|
29809
|
-
},{}],
|
|
29987
|
+
},{}],248:[function(require,module,exports){
|
|
29810
29988
|
"use strict";
|
|
29811
29989
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29812
29990
|
exports.default = {
|
|
@@ -29922,7 +30100,7 @@ exports.default = {
|
|
|
29922
30100
|
VIRGULA: 'VIRGULA',
|
|
29923
30101
|
};
|
|
29924
30102
|
|
|
29925
|
-
},{}],
|
|
30103
|
+
},{}],249:[function(require,module,exports){
|
|
29926
30104
|
"use strict";
|
|
29927
30105
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29928
30106
|
exports.default = {
|
|
@@ -30000,7 +30178,7 @@ exports.default = {
|
|
|
30000
30178
|
VIRGULA: 'VIRGULA',
|
|
30001
30179
|
};
|
|
30002
30180
|
|
|
30003
|
-
},{}],
|
|
30181
|
+
},{}],250:[function(require,module,exports){
|
|
30004
30182
|
"use strict";
|
|
30005
30183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30006
30184
|
exports.default = {
|
|
@@ -30017,7 +30195,7 @@ exports.default = {
|
|
|
30017
30195
|
VIRGULA: 'VIRGULA',
|
|
30018
30196
|
};
|
|
30019
30197
|
|
|
30020
|
-
},{}],
|
|
30198
|
+
},{}],251:[function(require,module,exports){
|
|
30021
30199
|
"use strict";
|
|
30022
30200
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30023
30201
|
exports.default = {
|
|
@@ -30070,7 +30248,7 @@ exports.default = {
|
|
|
30070
30248
|
VIRGULA: 'VIRGULA',
|
|
30071
30249
|
};
|
|
30072
30250
|
|
|
30073
|
-
},{}],
|
|
30251
|
+
},{}],252:[function(require,module,exports){
|
|
30074
30252
|
"use strict";
|
|
30075
30253
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30076
30254
|
exports.default = {
|
|
@@ -30165,7 +30343,7 @@ exports.default = {
|
|
|
30165
30343
|
VIRGULA: 'VIRGULA',
|
|
30166
30344
|
};
|
|
30167
30345
|
|
|
30168
|
-
},{}],
|
|
30346
|
+
},{}],253:[function(require,module,exports){
|
|
30169
30347
|
"use strict";
|
|
30170
30348
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30171
30349
|
exports.default = {
|
|
@@ -30244,7 +30422,7 @@ exports.default = {
|
|
|
30244
30422
|
VARIAVEL: 'VARIAVEL',
|
|
30245
30423
|
};
|
|
30246
30424
|
|
|
30247
|
-
},{}],
|
|
30425
|
+
},{}],254:[function(require,module,exports){
|
|
30248
30426
|
"use strict";
|
|
30249
30427
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30250
30428
|
exports.default = {
|
|
@@ -30328,7 +30506,7 @@ exports.default = {
|
|
|
30328
30506
|
VIRGULA: 'VIRGULA',
|
|
30329
30507
|
};
|
|
30330
30508
|
|
|
30331
|
-
},{}],
|
|
30509
|
+
},{}],255:[function(require,module,exports){
|
|
30332
30510
|
"use strict";
|
|
30333
30511
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30334
30512
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -30423,7 +30601,7 @@ exports.default = {
|
|
|
30423
30601
|
VIRGULA: 'VIRGULA',
|
|
30424
30602
|
};
|
|
30425
30603
|
|
|
30426
|
-
},{}],
|
|
30604
|
+
},{}],256:[function(require,module,exports){
|
|
30427
30605
|
"use strict";
|
|
30428
30606
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
30429
30607
|
if (k2 === undefined) k2 = k;
|
|
@@ -30456,7 +30634,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
30456
30634
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
30457
30635
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
30458
30636
|
|
|
30459
|
-
},{"./tradutor-assembly-arm":
|
|
30637
|
+
},{"./tradutor-assembly-arm":265,"./tradutor-assembly-risc-v":266,"./tradutor-assembly-x64":267,"./tradutor-assemblyscript":268,"./tradutor-elixir":269,"./tradutor-javascript":270,"./tradutor-mermaidjs":271,"./tradutor-portugol-ipt":272,"./tradutor-python":273,"./tradutor-reverso-calango":274,"./tradutor-reverso-javascript":275,"./tradutor-reverso-python":276,"./tradutor-reverso-tenda":277,"./tradutor-ruby":278,"./tradutor-webassembly":279}],257:[function(require,module,exports){
|
|
30460
30638
|
"use strict";
|
|
30461
30639
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30462
30640
|
exports.ArestaFluxograma = void 0;
|
|
@@ -30468,7 +30646,7 @@ class ArestaFluxograma {
|
|
|
30468
30646
|
}
|
|
30469
30647
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
30470
30648
|
|
|
30471
|
-
},{}],
|
|
30649
|
+
},{}],258:[function(require,module,exports){
|
|
30472
30650
|
"use strict";
|
|
30473
30651
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
30474
30652
|
if (k2 === undefined) k2 = k;
|
|
@@ -30491,7 +30669,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
30491
30669
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
30492
30670
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
30493
30671
|
|
|
30494
|
-
},{"./aresta-fluxograma":
|
|
30672
|
+
},{"./aresta-fluxograma":257,"./subgrafo-classe":259,"./subgrafo-funcao":260,"./subgrafo-metodo":261,"./vertice-fluxograma":262}],259:[function(require,module,exports){
|
|
30495
30673
|
"use strict";
|
|
30496
30674
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30497
30675
|
exports.SubgrafoClasse = void 0;
|
|
@@ -30537,7 +30715,7 @@ class SubgrafoClasse {
|
|
|
30537
30715
|
}
|
|
30538
30716
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
30539
30717
|
|
|
30540
|
-
},{}],
|
|
30718
|
+
},{}],260:[function(require,module,exports){
|
|
30541
30719
|
"use strict";
|
|
30542
30720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30543
30721
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -30552,7 +30730,7 @@ class SubgrafoFuncao {
|
|
|
30552
30730
|
}
|
|
30553
30731
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
30554
30732
|
|
|
30555
|
-
},{}],
|
|
30733
|
+
},{}],261:[function(require,module,exports){
|
|
30556
30734
|
"use strict";
|
|
30557
30735
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30558
30736
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -30569,7 +30747,7 @@ class SubgrafoMetodo {
|
|
|
30569
30747
|
}
|
|
30570
30748
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
30571
30749
|
|
|
30572
|
-
},{}],
|
|
30750
|
+
},{}],262:[function(require,module,exports){
|
|
30573
30751
|
"use strict";
|
|
30574
30752
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30575
30753
|
exports.VerticeFluxograma = void 0;
|
|
@@ -30586,7 +30764,7 @@ class VerticeFluxograma {
|
|
|
30586
30764
|
}
|
|
30587
30765
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
30588
30766
|
|
|
30589
|
-
},{}],
|
|
30767
|
+
},{}],263:[function(require,module,exports){
|
|
30590
30768
|
"use strict";
|
|
30591
30769
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
30592
30770
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -31826,7 +32004,7 @@ __decorate([
|
|
|
31826
32004
|
Decorators_1.Override
|
|
31827
32005
|
], Python3Lexer.prototype, "nextToken", null);
|
|
31828
32006
|
|
|
31829
|
-
},{"./python3-parser":
|
|
32007
|
+
},{"./python3-parser":264,"antlr4ts/CommonToken":289,"antlr4ts/Decorators":293,"antlr4ts/Lexer":301,"antlr4ts/Token":318,"antlr4ts/VocabularyImpl":324,"antlr4ts/atn/ATNDeserializer":330,"antlr4ts/atn/LexerATNSimulator":351,"antlr4ts/misc/Utils":412}],264:[function(require,module,exports){
|
|
31830
32008
|
"use strict";
|
|
31831
32009
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
31832
32010
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43073,7 +43251,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43073
43251
|
}
|
|
43074
43252
|
exports.Yield_argContext = Yield_argContext;
|
|
43075
43253
|
|
|
43076
|
-
},{"antlr4ts/FailedPredicateException":
|
|
43254
|
+
},{"antlr4ts/FailedPredicateException":297,"antlr4ts/NoViableAltException":305,"antlr4ts/Parser":306,"antlr4ts/ParserRuleContext":309,"antlr4ts/RecognitionException":312,"antlr4ts/Token":318,"antlr4ts/VocabularyImpl":324,"antlr4ts/atn/ATN":326,"antlr4ts/atn/ATNDeserializer":330,"antlr4ts/atn/ParserATNSimulator":367,"antlr4ts/misc/Utils":412}],265:[function(require,module,exports){
|
|
43077
43255
|
"use strict";
|
|
43078
43256
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43079
43257
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -43322,17 +43500,17 @@ ${entryLabel}:`;
|
|
|
43322
43500
|
}
|
|
43323
43501
|
// ARM calling convention: r0-r3 for first 4 args, rest on stack
|
|
43324
43502
|
const registrosArgs = ['r0', 'r1', 'r2', 'r3'];
|
|
43325
|
-
construto.argumentos.forEach((
|
|
43326
|
-
if (
|
|
43327
|
-
const valorArg = this.dicionarioConstrutos[
|
|
43328
|
-
if (valorArg !== registrosArgs[
|
|
43503
|
+
construto.argumentos.forEach((argumento, indice) => {
|
|
43504
|
+
if (indice < registrosArgs.length) {
|
|
43505
|
+
const valorArg = this.dicionarioConstrutos[argumento.constructor.name](argumento);
|
|
43506
|
+
if (valorArg !== registrosArgs[indice]) {
|
|
43329
43507
|
this.text += `
|
|
43330
|
-
ldr ${registrosArgs[
|
|
43508
|
+
ldr ${registrosArgs[indice]}, =${valorArg}`;
|
|
43331
43509
|
}
|
|
43332
43510
|
}
|
|
43333
43511
|
else {
|
|
43334
43512
|
// Push extra args on stack
|
|
43335
|
-
const valorArg = this.dicionarioConstrutos[
|
|
43513
|
+
const valorArg = this.dicionarioConstrutos[argumento.constructor.name](argumento);
|
|
43336
43514
|
this.text += `
|
|
43337
43515
|
ldr r0, =${valorArg}
|
|
43338
43516
|
push {r0}`;
|
|
@@ -43785,7 +43963,7 @@ ${labelFim}:`;
|
|
|
43785
43963
|
}
|
|
43786
43964
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
43787
43965
|
|
|
43788
|
-
},{"../construtos":
|
|
43966
|
+
},{"../construtos":64,"../declaracoes":113}],266:[function(require,module,exports){
|
|
43789
43967
|
"use strict";
|
|
43790
43968
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43791
43969
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -44030,11 +44208,11 @@ _start:`;
|
|
|
44030
44208
|
}
|
|
44031
44209
|
// Convenção RISC-V: a0-a7 para até 8 argumentos
|
|
44032
44210
|
const registrosArgs = ['a0', 'a1', 'a2', 'a3', 'a4', 'a5', 'a6', 'a7'];
|
|
44033
|
-
construto.argumentos.forEach((
|
|
44034
|
-
if (
|
|
44035
|
-
const valorArg = this.dicionarioConstrutos[
|
|
44036
|
-
if (valorArg !== registrosArgs[
|
|
44037
|
-
this.emitirCarga(registrosArgs[
|
|
44211
|
+
construto.argumentos.forEach((argumento, indice) => {
|
|
44212
|
+
if (indice < registrosArgs.length) {
|
|
44213
|
+
const valorArg = this.dicionarioConstrutos[argumento.constructor.name](argumento);
|
|
44214
|
+
if (valorArg !== registrosArgs[indice]) {
|
|
44215
|
+
this.emitirCarga(registrosArgs[indice], valorArg);
|
|
44038
44216
|
}
|
|
44039
44217
|
}
|
|
44040
44218
|
});
|
|
@@ -44474,7 +44652,7 @@ ${labelSenao}:`;
|
|
|
44474
44652
|
}
|
|
44475
44653
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
44476
44654
|
|
|
44477
|
-
},{"../construtos":
|
|
44655
|
+
},{"../construtos":64,"../declaracoes":113}],267:[function(require,module,exports){
|
|
44478
44656
|
"use strict";
|
|
44479
44657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44480
44658
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -44708,14 +44886,14 @@ extern printf
|
|
|
44708
44886
|
const registrosArgs = this.alvo === 'linux'
|
|
44709
44887
|
? ['rdi', 'rsi', 'rdx', 'rcx', 'r8', 'r9'] // System V AMD64 [web:8]
|
|
44710
44888
|
: ['rcx', 'rdx', 'r8', 'r9']; // Windows x64 [web:2]
|
|
44711
|
-
construto.argumentos.forEach((
|
|
44712
|
-
if (
|
|
44713
|
-
const valorArg = this.dicionarioConstrutos[
|
|
44889
|
+
construto.argumentos.forEach((argumento, indice) => {
|
|
44890
|
+
if (indice < registrosArgs.length) {
|
|
44891
|
+
const valorArg = this.dicionarioConstrutos[argumento.constructor.name](argumento);
|
|
44714
44892
|
this.textoSaida += `
|
|
44715
|
-
mov ${registrosArgs[
|
|
44893
|
+
mov ${registrosArgs[indice]}, ${valorArg}`;
|
|
44716
44894
|
}
|
|
44717
44895
|
else {
|
|
44718
|
-
// TODO:
|
|
44896
|
+
// TODO: empurrar argumentos extras na pilha de acordo com o ABI alvo
|
|
44719
44897
|
}
|
|
44720
44898
|
});
|
|
44721
44899
|
this.textoSaida += `
|
|
@@ -45249,7 +45427,7 @@ __delegua_print_int:
|
|
|
45249
45427
|
}
|
|
45250
45428
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
45251
45429
|
|
|
45252
|
-
},{"../construtos":
|
|
45430
|
+
},{"../construtos":64,"../declaracoes":113}],268:[function(require,module,exports){
|
|
45253
45431
|
"use strict";
|
|
45254
45432
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
45255
45433
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -46464,7 +46642,7 @@ class TradutorAssemblyScript {
|
|
|
46464
46642
|
}
|
|
46465
46643
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
46466
46644
|
|
|
46467
|
-
},{"../construtos":
|
|
46645
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/delegua":248}],269:[function(require,module,exports){
|
|
46468
46646
|
"use strict";
|
|
46469
46647
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46470
46648
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -47425,7 +47603,7 @@ class TradutorElixir {
|
|
|
47425
47603
|
}
|
|
47426
47604
|
exports.TradutorElixir = TradutorElixir;
|
|
47427
47605
|
|
|
47428
|
-
},{"../tipos-de-simbolos/delegua":
|
|
47606
|
+
},{"../tipos-de-simbolos/delegua":248}],270:[function(require,module,exports){
|
|
47429
47607
|
"use strict";
|
|
47430
47608
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47431
47609
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48217,7 +48395,7 @@ class TradutorJavaScript {
|
|
|
48217
48395
|
}
|
|
48218
48396
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
48219
48397
|
|
|
48220
|
-
},{"../construtos":
|
|
48398
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/delegua":248}],271:[function(require,module,exports){
|
|
48221
48399
|
"use strict";
|
|
48222
48400
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48223
48401
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49046,7 +49224,7 @@ class TradutorMermaidJs {
|
|
|
49046
49224
|
}
|
|
49047
49225
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49048
49226
|
|
|
49049
|
-
},{"../construtos":
|
|
49227
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/delegua":248,"./mermaid":258}],272:[function(require,module,exports){
|
|
49050
49228
|
"use strict";
|
|
49051
49229
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49052
49230
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49428,7 +49606,7 @@ class TradutorPortugolIpt {
|
|
|
49428
49606
|
}
|
|
49429
49607
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
49430
49608
|
|
|
49431
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":
|
|
49609
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":64,"../declaracoes":113,"../lexador/dialetos":218,"../tipos-de-simbolos/portugol-ipt":253}],273:[function(require,module,exports){
|
|
49432
49610
|
"use strict";
|
|
49433
49611
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49434
49612
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50113,7 +50291,7 @@ class TradutorPython {
|
|
|
50113
50291
|
}
|
|
50114
50292
|
exports.TradutorPython = TradutorPython;
|
|
50115
50293
|
|
|
50116
|
-
},{"../construtos":
|
|
50294
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/delegua":248}],274:[function(require,module,exports){
|
|
50117
50295
|
"use strict";
|
|
50118
50296
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50119
50297
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50467,7 +50645,7 @@ class TradutorReversoCalango {
|
|
|
50467
50645
|
}
|
|
50468
50646
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
50469
50647
|
|
|
50470
|
-
},{"../tipos-de-simbolos/calango":
|
|
50648
|
+
},{"../tipos-de-simbolos/calango":246}],275:[function(require,module,exports){
|
|
50471
50649
|
"use strict";
|
|
50472
50650
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50473
50651
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -50862,7 +51040,7 @@ class TradutorReversoJavaScript {
|
|
|
50862
51040
|
}
|
|
50863
51041
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
50864
51042
|
|
|
50865
|
-
},{}],
|
|
51043
|
+
},{}],276:[function(require,module,exports){
|
|
50866
51044
|
"use strict";
|
|
50867
51045
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50868
51046
|
exports.TradutorReversoPython = void 0;
|
|
@@ -51515,7 +51693,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
51515
51693
|
}
|
|
51516
51694
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
51517
51695
|
|
|
51518
|
-
},{"./python/python3-lexer":
|
|
51696
|
+
},{"./python/python3-lexer":263,"./python/python3-parser":264,"antlr4ts":395,"antlr4ts/tree/AbstractParseTreeVisitor":413}],277:[function(require,module,exports){
|
|
51519
51697
|
"use strict";
|
|
51520
51698
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
51521
51699
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52106,7 +52284,7 @@ class TradutorReversoTenda {
|
|
|
52106
52284
|
}
|
|
52107
52285
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
52108
52286
|
|
|
52109
|
-
},{"../construtos":
|
|
52287
|
+
},{"../construtos":64,"../tipos-de-simbolos/tenda":255}],278:[function(require,module,exports){
|
|
52110
52288
|
"use strict";
|
|
52111
52289
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52112
52290
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52793,7 +52971,7 @@ class TradutorRuby {
|
|
|
52793
52971
|
}
|
|
52794
52972
|
exports.TradutorRuby = TradutorRuby;
|
|
52795
52973
|
|
|
52796
|
-
},{"../construtos":
|
|
52974
|
+
},{"../construtos":64,"../declaracoes":113,"../tipos-de-simbolos/delegua":248}],279:[function(require,module,exports){
|
|
52797
52975
|
"use strict";
|
|
52798
52976
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
52799
52977
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -53680,7 +53858,7 @@ process.exit(codigoSaida);
|
|
|
53680
53858
|
}
|
|
53681
53859
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
53682
53860
|
|
|
53683
|
-
},{"../construtos":
|
|
53861
|
+
},{"../construtos":64,"../declaracoes":113}],280:[function(require,module,exports){
|
|
53684
53862
|
"use strict";
|
|
53685
53863
|
/*!
|
|
53686
53864
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53688,7 +53866,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
53688
53866
|
*/
|
|
53689
53867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53690
53868
|
|
|
53691
|
-
},{}],
|
|
53869
|
+
},{}],281:[function(require,module,exports){
|
|
53692
53870
|
"use strict";
|
|
53693
53871
|
/*!
|
|
53694
53872
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53696,7 +53874,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
53696
53874
|
*/
|
|
53697
53875
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53698
53876
|
|
|
53699
|
-
},{}],
|
|
53877
|
+
},{}],282:[function(require,module,exports){
|
|
53700
53878
|
"use strict";
|
|
53701
53879
|
/*!
|
|
53702
53880
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53858,7 +54036,7 @@ __decorate([
|
|
|
53858
54036
|
], ANTLRInputStream.prototype, "toString", null);
|
|
53859
54037
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
53860
54038
|
|
|
53861
|
-
},{"./Decorators":
|
|
54039
|
+
},{"./Decorators":293,"./IntStream":299,"assert":436}],283:[function(require,module,exports){
|
|
53862
54040
|
"use strict";
|
|
53863
54041
|
/*!
|
|
53864
54042
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -53941,7 +54119,7 @@ __decorate([
|
|
|
53941
54119
|
], BailErrorStrategy.prototype, "sync", null);
|
|
53942
54120
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
53943
54121
|
|
|
53944
|
-
},{"./Decorators":
|
|
54122
|
+
},{"./Decorators":293,"./DefaultErrorStrategy":294,"./InputMismatchException":298,"./misc/ParseCancellationException":410}],284:[function(require,module,exports){
|
|
53945
54123
|
"use strict";
|
|
53946
54124
|
/*!
|
|
53947
54125
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54431,7 +54609,7 @@ BufferedTokenStream = __decorate([
|
|
|
54431
54609
|
], BufferedTokenStream);
|
|
54432
54610
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
54433
54611
|
|
|
54434
|
-
},{"./CommonToken":
|
|
54612
|
+
},{"./CommonToken":289,"./Decorators":293,"./Lexer":301,"./Token":318,"./misc/Interval":405,"assert":436}],285:[function(require,module,exports){
|
|
54435
54613
|
"use strict";
|
|
54436
54614
|
/*!
|
|
54437
54615
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54439,7 +54617,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
54439
54617
|
*/
|
|
54440
54618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54441
54619
|
|
|
54442
|
-
},{}],
|
|
54620
|
+
},{}],286:[function(require,module,exports){
|
|
54443
54621
|
"use strict";
|
|
54444
54622
|
/*!
|
|
54445
54623
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54573,7 +54751,7 @@ var CharStreams;
|
|
|
54573
54751
|
// }
|
|
54574
54752
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
54575
54753
|
|
|
54576
|
-
},{"./CodePointBuffer":
|
|
54754
|
+
},{"./CodePointBuffer":287,"./CodePointCharStream":288,"./IntStream":299}],287:[function(require,module,exports){
|
|
54577
54755
|
"use strict";
|
|
54578
54756
|
/*!
|
|
54579
54757
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54808,7 +54986,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
54808
54986
|
CodePointBuffer.Builder = Builder;
|
|
54809
54987
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
54810
54988
|
|
|
54811
|
-
},{"./misc/Character":
|
|
54989
|
+
},{"./misc/Character":401,"assert":436}],288:[function(require,module,exports){
|
|
54812
54990
|
"use strict";
|
|
54813
54991
|
/*!
|
|
54814
54992
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54958,7 +55136,7 @@ __decorate([
|
|
|
54958
55136
|
], CodePointCharStream.prototype, "getText", null);
|
|
54959
55137
|
exports.CodePointCharStream = CodePointCharStream;
|
|
54960
55138
|
|
|
54961
|
-
},{"./Decorators":
|
|
55139
|
+
},{"./Decorators":293,"./IntStream":299,"./misc/Interval":405,"assert":436}],289:[function(require,module,exports){
|
|
54962
55140
|
"use strict";
|
|
54963
55141
|
/*!
|
|
54964
55142
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55188,7 +55366,7 @@ CommonToken = __decorate([
|
|
|
55188
55366
|
], CommonToken);
|
|
55189
55367
|
exports.CommonToken = CommonToken;
|
|
55190
55368
|
|
|
55191
|
-
},{"./Decorators":
|
|
55369
|
+
},{"./Decorators":293,"./Token":318,"./misc/Interval":405}],290:[function(require,module,exports){
|
|
55192
55370
|
"use strict";
|
|
55193
55371
|
/*!
|
|
55194
55372
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55252,7 +55430,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
55252
55430
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
55253
55431
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
55254
55432
|
|
|
55255
|
-
},{"./CommonToken":
|
|
55433
|
+
},{"./CommonToken":289,"./Decorators":293,"./misc/Interval":405}],291:[function(require,module,exports){
|
|
55256
55434
|
"use strict";
|
|
55257
55435
|
/*!
|
|
55258
55436
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55379,7 +55557,7 @@ CommonTokenStream = __decorate([
|
|
|
55379
55557
|
], CommonTokenStream);
|
|
55380
55558
|
exports.CommonTokenStream = CommonTokenStream;
|
|
55381
55559
|
|
|
55382
|
-
},{"./BufferedTokenStream":
|
|
55560
|
+
},{"./BufferedTokenStream":284,"./Decorators":293,"./Token":318}],292:[function(require,module,exports){
|
|
55383
55561
|
"use strict";
|
|
55384
55562
|
/*!
|
|
55385
55563
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55413,7 +55591,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
55413
55591
|
*/
|
|
55414
55592
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
55415
55593
|
|
|
55416
|
-
},{}],
|
|
55594
|
+
},{}],293:[function(require,module,exports){
|
|
55417
55595
|
"use strict";
|
|
55418
55596
|
/*!
|
|
55419
55597
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55440,7 +55618,7 @@ function SuppressWarnings(options) {
|
|
|
55440
55618
|
}
|
|
55441
55619
|
exports.SuppressWarnings = SuppressWarnings;
|
|
55442
55620
|
|
|
55443
|
-
},{}],
|
|
55621
|
+
},{}],294:[function(require,module,exports){
|
|
55444
55622
|
"use strict";
|
|
55445
55623
|
/*!
|
|
55446
55624
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56254,7 +56432,7 @@ __decorate([
|
|
|
56254
56432
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
56255
56433
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
56256
56434
|
|
|
56257
|
-
},{"./Decorators":
|
|
56435
|
+
},{"./Decorators":293,"./FailedPredicateException":297,"./InputMismatchException":298,"./NoViableAltException":305,"./Token":318,"./atn/ATNState":332,"./atn/ATNStateType":333,"./atn/PredictionContext":373,"./misc/IntervalSet":406}],295:[function(require,module,exports){
|
|
56258
56436
|
"use strict";
|
|
56259
56437
|
/*!
|
|
56260
56438
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56330,7 +56508,7 @@ var Dependents;
|
|
|
56330
56508
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
56331
56509
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
56332
56510
|
|
|
56333
|
-
},{}],
|
|
56511
|
+
},{}],296:[function(require,module,exports){
|
|
56334
56512
|
"use strict";
|
|
56335
56513
|
/*!
|
|
56336
56514
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56478,7 +56656,7 @@ __decorate([
|
|
|
56478
56656
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
56479
56657
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
56480
56658
|
|
|
56481
|
-
},{"./Decorators":
|
|
56659
|
+
},{"./Decorators":293,"./misc/BitSet":400,"./misc/Interval":405}],297:[function(require,module,exports){
|
|
56482
56660
|
"use strict";
|
|
56483
56661
|
/*!
|
|
56484
56662
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56543,7 +56721,7 @@ FailedPredicateException = __decorate([
|
|
|
56543
56721
|
], FailedPredicateException);
|
|
56544
56722
|
exports.FailedPredicateException = FailedPredicateException;
|
|
56545
56723
|
|
|
56546
|
-
},{"./Decorators":
|
|
56724
|
+
},{"./Decorators":293,"./RecognitionException":312,"./atn/PredicateTransition":372}],298:[function(require,module,exports){
|
|
56547
56725
|
"use strict";
|
|
56548
56726
|
/*!
|
|
56549
56727
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56583,7 +56761,7 @@ InputMismatchException = __decorate([
|
|
|
56583
56761
|
], InputMismatchException);
|
|
56584
56762
|
exports.InputMismatchException = InputMismatchException;
|
|
56585
56763
|
|
|
56586
|
-
},{"./Decorators":
|
|
56764
|
+
},{"./Decorators":293,"./RecognitionException":312}],299:[function(require,module,exports){
|
|
56587
56765
|
"use strict";
|
|
56588
56766
|
/*!
|
|
56589
56767
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56606,7 +56784,7 @@ var IntStream;
|
|
|
56606
56784
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
56607
56785
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
56608
56786
|
|
|
56609
|
-
},{}],
|
|
56787
|
+
},{}],300:[function(require,module,exports){
|
|
56610
56788
|
"use strict";
|
|
56611
56789
|
/*!
|
|
56612
56790
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56653,7 +56831,7 @@ __decorate([
|
|
|
56653
56831
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
56654
56832
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
56655
56833
|
|
|
56656
|
-
},{"./Decorators":
|
|
56834
|
+
},{"./Decorators":293,"./ParserRuleContext":309}],301:[function(require,module,exports){
|
|
56657
56835
|
"use strict";
|
|
56658
56836
|
/*!
|
|
56659
56837
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56989,7 +57167,7 @@ __decorate([
|
|
|
56989
57167
|
], Lexer.prototype, "charPositionInLine", null);
|
|
56990
57168
|
exports.Lexer = Lexer;
|
|
56991
57169
|
|
|
56992
|
-
},{"./CommonTokenFactory":
|
|
57170
|
+
},{"./CommonTokenFactory":290,"./Decorators":293,"./IntStream":299,"./LexerNoViableAltException":303,"./Recognizer":313,"./Token":318,"./atn/LexerATNSimulator":351,"./misc/IntegerStack":404,"./misc/Interval":405}],302:[function(require,module,exports){
|
|
56993
57171
|
"use strict";
|
|
56994
57172
|
/*!
|
|
56995
57173
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57069,7 +57247,7 @@ LexerInterpreter = __decorate([
|
|
|
57069
57247
|
], LexerInterpreter);
|
|
57070
57248
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57071
57249
|
|
|
57072
|
-
},{"./Decorators":
|
|
57250
|
+
},{"./Decorators":293,"./Lexer":301,"./atn/LexerATNSimulator":351}],303:[function(require,module,exports){
|
|
57073
57251
|
"use strict";
|
|
57074
57252
|
/*!
|
|
57075
57253
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57126,7 +57304,7 @@ LexerNoViableAltException = __decorate([
|
|
|
57126
57304
|
], LexerNoViableAltException);
|
|
57127
57305
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
57128
57306
|
|
|
57129
|
-
},{"./Decorators":
|
|
57307
|
+
},{"./Decorators":293,"./RecognitionException":312,"./misc/Interval":405,"./misc/Utils":412}],304:[function(require,module,exports){
|
|
57130
57308
|
"use strict";
|
|
57131
57309
|
/*!
|
|
57132
57310
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57336,7 +57514,7 @@ ListTokenSource = __decorate([
|
|
|
57336
57514
|
], ListTokenSource);
|
|
57337
57515
|
exports.ListTokenSource = ListTokenSource;
|
|
57338
57516
|
|
|
57339
|
-
},{"./CommonTokenFactory":
|
|
57517
|
+
},{"./CommonTokenFactory":290,"./Decorators":293,"./Token":318}],305:[function(require,module,exports){
|
|
57340
57518
|
"use strict";
|
|
57341
57519
|
/*!
|
|
57342
57520
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57391,7 +57569,7 @@ __decorate([
|
|
|
57391
57569
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
57392
57570
|
exports.NoViableAltException = NoViableAltException;
|
|
57393
57571
|
|
|
57394
|
-
},{"./Decorators":
|
|
57572
|
+
},{"./Decorators":293,"./Parser":306,"./RecognitionException":312}],306:[function(require,module,exports){
|
|
57395
57573
|
(function (process){(function (){
|
|
57396
57574
|
"use strict";
|
|
57397
57575
|
/*!
|
|
@@ -58237,7 +58415,7 @@ __decorate([
|
|
|
58237
58415
|
exports.Parser = Parser;
|
|
58238
58416
|
|
|
58239
58417
|
}).call(this)}).call(this,require('_process'))
|
|
58240
|
-
},{"./Decorators":
|
|
58418
|
+
},{"./Decorators":293,"./DefaultErrorStrategy":294,"./Lexer":301,"./ProxyParserErrorListener":311,"./Recognizer":313,"./Token":318,"./atn/ATNDeserializationOptions":329,"./atn/ATNDeserializer":330,"./atn/ParseInfo":366,"./atn/ParserATNSimulator":367,"./atn/ProfilingATNSimulator":376,"./misc/IntegerStack":404,"./misc/Utils":412,"./tree/ErrorNode":414,"./tree/TerminalNode":416,"./tree/pattern/ParseTreePatternMatcher":421,"_process":495}],307:[function(require,module,exports){
|
|
58241
58419
|
"use strict";
|
|
58242
58420
|
/*!
|
|
58243
58421
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58245,7 +58423,7 @@ exports.Parser = Parser;
|
|
|
58245
58423
|
*/
|
|
58246
58424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58247
58425
|
|
|
58248
|
-
},{}],
|
|
58426
|
+
},{}],308:[function(require,module,exports){
|
|
58249
58427
|
"use strict";
|
|
58250
58428
|
/*!
|
|
58251
58429
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58653,7 +58831,7 @@ ParserInterpreter = __decorate([
|
|
|
58653
58831
|
], ParserInterpreter);
|
|
58654
58832
|
exports.ParserInterpreter = ParserInterpreter;
|
|
58655
58833
|
|
|
58656
|
-
},{"./Decorators":
|
|
58834
|
+
},{"./Decorators":293,"./FailedPredicateException":297,"./InputMismatchException":298,"./InterpreterRuleContext":300,"./Parser":306,"./RecognitionException":312,"./Token":318,"./atn/ATNState":332,"./atn/ATNStateType":333,"./atn/LoopEndState":363,"./atn/ParserATNSimulator":367,"./atn/StarLoopEntryState":385,"./misc/BitSet":400}],309:[function(require,module,exports){
|
|
58657
58835
|
"use strict";
|
|
58658
58836
|
/*!
|
|
58659
58837
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58954,7 +59132,7 @@ __decorate([
|
|
|
58954
59132
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
58955
59133
|
exports.ParserRuleContext = ParserRuleContext;
|
|
58956
59134
|
|
|
58957
|
-
},{"./Decorators":
|
|
59135
|
+
},{"./Decorators":293,"./RuleContext":314,"./misc/Interval":405,"./tree/ErrorNode":414,"./tree/TerminalNode":416}],310:[function(require,module,exports){
|
|
58958
59136
|
"use strict";
|
|
58959
59137
|
/*!
|
|
58960
59138
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59004,7 +59182,7 @@ __decorate([
|
|
|
59004
59182
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59005
59183
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59006
59184
|
|
|
59007
|
-
},{"./Decorators":
|
|
59185
|
+
},{"./Decorators":293}],311:[function(require,module,exports){
|
|
59008
59186
|
"use strict";
|
|
59009
59187
|
/*!
|
|
59010
59188
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59063,7 +59241,7 @@ __decorate([
|
|
|
59063
59241
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59064
59242
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59065
59243
|
|
|
59066
|
-
},{"./Decorators":
|
|
59244
|
+
},{"./Decorators":293,"./ProxyErrorListener":310}],312:[function(require,module,exports){
|
|
59067
59245
|
"use strict";
|
|
59068
59246
|
/*!
|
|
59069
59247
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59168,7 +59346,7 @@ class RecognitionException extends Error {
|
|
|
59168
59346
|
}
|
|
59169
59347
|
exports.RecognitionException = RecognitionException;
|
|
59170
59348
|
|
|
59171
|
-
},{}],
|
|
59349
|
+
},{}],313:[function(require,module,exports){
|
|
59172
59350
|
"use strict";
|
|
59173
59351
|
/*!
|
|
59174
59352
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59387,7 +59565,7 @@ __decorate([
|
|
|
59387
59565
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
59388
59566
|
exports.Recognizer = Recognizer;
|
|
59389
59567
|
|
|
59390
|
-
},{"./ConsoleErrorListener":
|
|
59568
|
+
},{"./ConsoleErrorListener":292,"./Decorators":293,"./ProxyErrorListener":310,"./Token":318,"./misc/Utils":412}],314:[function(require,module,exports){
|
|
59391
59569
|
"use strict";
|
|
59392
59570
|
/*!
|
|
59393
59571
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59604,7 +59782,7 @@ __decorate([
|
|
|
59604
59782
|
], RuleContext.prototype, "toStringTree", null);
|
|
59605
59783
|
exports.RuleContext = RuleContext;
|
|
59606
59784
|
|
|
59607
|
-
},{"./Decorators":
|
|
59785
|
+
},{"./Decorators":293,"./ParserRuleContext":309,"./Recognizer":313,"./atn/ATN":326,"./misc/Interval":405,"./tree/RuleNode":415,"./tree/Trees":417}],315:[function(require,module,exports){
|
|
59608
59786
|
"use strict";
|
|
59609
59787
|
/*!
|
|
59610
59788
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59655,7 +59833,7 @@ __decorate([
|
|
|
59655
59833
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
59656
59834
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
59657
59835
|
|
|
59658
|
-
},{"./Decorators":
|
|
59836
|
+
},{"./Decorators":293,"./ParserRuleContext":309,"./atn/ATN":326}],316:[function(require,module,exports){
|
|
59659
59837
|
"use strict";
|
|
59660
59838
|
/*!
|
|
59661
59839
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59678,7 +59856,7 @@ function RuleDependency(dependency) {
|
|
|
59678
59856
|
}
|
|
59679
59857
|
exports.RuleDependency = RuleDependency;
|
|
59680
59858
|
|
|
59681
|
-
},{}],
|
|
59859
|
+
},{}],317:[function(require,module,exports){
|
|
59682
59860
|
"use strict";
|
|
59683
59861
|
/*!
|
|
59684
59862
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59697,7 +59875,7 @@ function RuleVersion(version) {
|
|
|
59697
59875
|
}
|
|
59698
59876
|
exports.RuleVersion = RuleVersion;
|
|
59699
59877
|
|
|
59700
|
-
},{}],
|
|
59878
|
+
},{}],318:[function(require,module,exports){
|
|
59701
59879
|
"use strict";
|
|
59702
59880
|
/*!
|
|
59703
59881
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59737,7 +59915,7 @@ var Token;
|
|
|
59737
59915
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
59738
59916
|
})(Token = exports.Token || (exports.Token = {}));
|
|
59739
59917
|
|
|
59740
|
-
},{"./IntStream":
|
|
59918
|
+
},{"./IntStream":299}],319:[function(require,module,exports){
|
|
59741
59919
|
"use strict";
|
|
59742
59920
|
/*!
|
|
59743
59921
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59745,7 +59923,7 @@ var Token;
|
|
|
59745
59923
|
*/
|
|
59746
59924
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59747
59925
|
|
|
59748
|
-
},{}],
|
|
59926
|
+
},{}],320:[function(require,module,exports){
|
|
59749
59927
|
"use strict";
|
|
59750
59928
|
/*!
|
|
59751
59929
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59753,7 +59931,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
59753
59931
|
*/
|
|
59754
59932
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59755
59933
|
|
|
59756
|
-
},{}],
|
|
59934
|
+
},{}],321:[function(require,module,exports){
|
|
59757
59935
|
"use strict";
|
|
59758
59936
|
/*!
|
|
59759
59937
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59761,7 +59939,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
59761
59939
|
*/
|
|
59762
59940
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59763
59941
|
|
|
59764
|
-
},{}],
|
|
59942
|
+
},{}],322:[function(require,module,exports){
|
|
59765
59943
|
"use strict";
|
|
59766
59944
|
/*!
|
|
59767
59945
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60269,7 +60447,7 @@ __decorate([
|
|
|
60269
60447
|
Decorators_1.Override
|
|
60270
60448
|
], ReplaceOp.prototype, "toString", null);
|
|
60271
60449
|
|
|
60272
|
-
},{"./Decorators":
|
|
60450
|
+
},{"./Decorators":293,"./Token":318,"./misc/Interval":405}],323:[function(require,module,exports){
|
|
60273
60451
|
"use strict";
|
|
60274
60452
|
/*!
|
|
60275
60453
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60277,7 +60455,7 @@ __decorate([
|
|
|
60277
60455
|
*/
|
|
60278
60456
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60279
60457
|
|
|
60280
|
-
},{}],
|
|
60458
|
+
},{}],324:[function(require,module,exports){
|
|
60281
60459
|
"use strict";
|
|
60282
60460
|
/*!
|
|
60283
60461
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60397,7 +60575,7 @@ __decorate([
|
|
|
60397
60575
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
60398
60576
|
exports.VocabularyImpl = VocabularyImpl;
|
|
60399
60577
|
|
|
60400
|
-
},{"./Decorators":
|
|
60578
|
+
},{"./Decorators":293,"./Token":318}],325:[function(require,module,exports){
|
|
60401
60579
|
"use strict";
|
|
60402
60580
|
/*!
|
|
60403
60581
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60405,7 +60583,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
60405
60583
|
*/
|
|
60406
60584
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60407
60585
|
|
|
60408
|
-
},{}],
|
|
60586
|
+
},{}],326:[function(require,module,exports){
|
|
60409
60587
|
"use strict";
|
|
60410
60588
|
/*!
|
|
60411
60589
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60627,7 +60805,7 @@ exports.ATN = ATN;
|
|
|
60627
60805
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
60628
60806
|
exports.ATN = ATN;
|
|
60629
60807
|
|
|
60630
|
-
},{"../Decorators":
|
|
60808
|
+
},{"../Decorators":293,"../Token":318,"../dfa/DFA":391,"../misc/Array2DHashMap":396,"../misc/IntervalSet":406,"../misc/ObjectEqualityComparator":409,"./InvalidState":349,"./LL1Analyzer":350,"./PredictionContext":373,"assert":436}],327:[function(require,module,exports){
|
|
60631
60809
|
"use strict";
|
|
60632
60810
|
/*!
|
|
60633
60811
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61152,7 +61330,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
61152
61330
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
61153
61331
|
], ActionSemanticContextATNConfig);
|
|
61154
61332
|
|
|
61155
|
-
},{"../Decorators":
|
|
61333
|
+
},{"../Decorators":293,"../misc/Array2DHashMap":396,"../misc/MurmurHash":408,"../misc/ObjectEqualityComparator":409,"./DecisionState":346,"./PredictionContext":373,"./SemanticContext":381,"assert":436}],328:[function(require,module,exports){
|
|
61156
61334
|
"use strict";
|
|
61157
61335
|
/*!
|
|
61158
61336
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61599,7 +61777,7 @@ __decorate([
|
|
|
61599
61777
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
61600
61778
|
exports.ATNConfigSet = ATNConfigSet;
|
|
61601
61779
|
|
|
61602
|
-
},{"../Decorators":
|
|
61780
|
+
},{"../Decorators":293,"../misc/Array2DHashMap":396,"../misc/Array2DHashSet":397,"../misc/ArrayEqualityComparator":398,"../misc/BitSet":400,"../misc/ObjectEqualityComparator":409,"../misc/Utils":412,"./ATN":326,"./ATNConfig":327,"./PredictionContext":373,"./PredictionContextCache":374,"./SemanticContext":381,"assert":436}],329:[function(require,module,exports){
|
|
61603
61781
|
"use strict";
|
|
61604
61782
|
/*!
|
|
61605
61783
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61678,7 +61856,7 @@ __decorate([
|
|
|
61678
61856
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
61679
61857
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
61680
61858
|
|
|
61681
|
-
},{"../Decorators":
|
|
61859
|
+
},{"../Decorators":293}],330:[function(require,module,exports){
|
|
61682
61860
|
"use strict";
|
|
61683
61861
|
/*!
|
|
61684
61862
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62765,7 +62943,7 @@ __decorate([
|
|
|
62765
62943
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
62766
62944
|
exports.ATNDeserializer = ATNDeserializer;
|
|
62767
62945
|
|
|
62768
|
-
},{"../Decorators":
|
|
62946
|
+
},{"../Decorators":293,"../Token":318,"../dfa/DFA":391,"../misc/Array2DHashSet":397,"../misc/BitSet":400,"../misc/IntervalSet":406,"../misc/UUID":411,"./ATN":326,"./ATNDeserializationOptions":329,"./ATNStateType":333,"./ActionTransition":335,"./AtomTransition":337,"./BasicBlockStartState":338,"./BasicState":339,"./BlockEndState":340,"./BlockStartState":341,"./DecisionState":346,"./EpsilonTransition":347,"./InvalidState":349,"./LexerChannelAction":353,"./LexerCustomAction":354,"./LexerModeAction":356,"./LexerMoreAction":357,"./LexerPopModeAction":358,"./LexerPushModeAction":359,"./LexerSkipAction":360,"./LexerTypeAction":361,"./LoopEndState":363,"./NotSetTransition":364,"./ParserATNSimulator":367,"./PlusBlockStartState":368,"./PlusLoopbackState":369,"./PrecedencePredicateTransition":370,"./PredicateTransition":372,"./RangeTransition":377,"./RuleStartState":378,"./RuleStopState":379,"./RuleTransition":380,"./SetTransition":382,"./StarBlockStartState":384,"./StarLoopEntryState":385,"./StarLoopbackState":386,"./TokensStartState":387,"./WildcardTransition":389}],331:[function(require,module,exports){
|
|
62769
62947
|
"use strict";
|
|
62770
62948
|
/*!
|
|
62771
62949
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62829,7 +63007,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
62829
63007
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
62830
63008
|
exports.ATNSimulator = ATNSimulator;
|
|
62831
63009
|
|
|
62832
|
-
},{"../Decorators":
|
|
63010
|
+
},{"../Decorators":293,"../dfa/DFAState":393,"./ATNConfigSet":328,"./PredictionContext":373}],332:[function(require,module,exports){
|
|
62833
63011
|
"use strict";
|
|
62834
63012
|
/*!
|
|
62835
63013
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63016,7 +63194,7 @@ exports.ATNState = ATNState;
|
|
|
63016
63194
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63017
63195
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63018
63196
|
|
|
63019
|
-
},{"../Decorators":
|
|
63197
|
+
},{"../Decorators":293}],333:[function(require,module,exports){
|
|
63020
63198
|
"use strict";
|
|
63021
63199
|
/*!
|
|
63022
63200
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63042,7 +63220,7 @@ var ATNStateType;
|
|
|
63042
63220
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63043
63221
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63044
63222
|
|
|
63045
|
-
},{}],
|
|
63223
|
+
},{}],334:[function(require,module,exports){
|
|
63046
63224
|
"use strict";
|
|
63047
63225
|
/*!
|
|
63048
63226
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63062,7 +63240,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63062
63240
|
}
|
|
63063
63241
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63064
63242
|
|
|
63065
|
-
},{"./Transition":
|
|
63243
|
+
},{"./Transition":388}],335:[function(require,module,exports){
|
|
63066
63244
|
"use strict";
|
|
63067
63245
|
/*!
|
|
63068
63246
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63118,7 +63296,7 @@ ActionTransition = __decorate([
|
|
|
63118
63296
|
], ActionTransition);
|
|
63119
63297
|
exports.ActionTransition = ActionTransition;
|
|
63120
63298
|
|
|
63121
|
-
},{"../Decorators":
|
|
63299
|
+
},{"../Decorators":293,"./Transition":388}],336:[function(require,module,exports){
|
|
63122
63300
|
"use strict";
|
|
63123
63301
|
/*!
|
|
63124
63302
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63205,7 +63383,7 @@ AmbiguityInfo = __decorate([
|
|
|
63205
63383
|
], AmbiguityInfo);
|
|
63206
63384
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
63207
63385
|
|
|
63208
|
-
},{"../Decorators":
|
|
63386
|
+
},{"../Decorators":293,"./DecisionEventInfo":344}],337:[function(require,module,exports){
|
|
63209
63387
|
"use strict";
|
|
63210
63388
|
/*!
|
|
63211
63389
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63263,7 +63441,7 @@ AtomTransition = __decorate([
|
|
|
63263
63441
|
], AtomTransition);
|
|
63264
63442
|
exports.AtomTransition = AtomTransition;
|
|
63265
63443
|
|
|
63266
|
-
},{"../Decorators":
|
|
63444
|
+
},{"../Decorators":293,"../misc/IntervalSet":406,"./Transition":388}],338:[function(require,module,exports){
|
|
63267
63445
|
"use strict";
|
|
63268
63446
|
/*!
|
|
63269
63447
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63295,7 +63473,7 @@ __decorate([
|
|
|
63295
63473
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
63296
63474
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
63297
63475
|
|
|
63298
|
-
},{"../Decorators":
|
|
63476
|
+
},{"../Decorators":293,"./ATNStateType":333,"./BlockStartState":341}],339:[function(require,module,exports){
|
|
63299
63477
|
"use strict";
|
|
63300
63478
|
/*!
|
|
63301
63479
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63327,7 +63505,7 @@ __decorate([
|
|
|
63327
63505
|
], BasicState.prototype, "stateType", null);
|
|
63328
63506
|
exports.BasicState = BasicState;
|
|
63329
63507
|
|
|
63330
|
-
},{"../Decorators":
|
|
63508
|
+
},{"../Decorators":293,"./ATNState":332,"./ATNStateType":333}],340:[function(require,module,exports){
|
|
63331
63509
|
"use strict";
|
|
63332
63510
|
/*!
|
|
63333
63511
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63356,7 +63534,7 @@ __decorate([
|
|
|
63356
63534
|
], BlockEndState.prototype, "stateType", null);
|
|
63357
63535
|
exports.BlockEndState = BlockEndState;
|
|
63358
63536
|
|
|
63359
|
-
},{"../Decorators":
|
|
63537
|
+
},{"../Decorators":293,"./ATNState":332,"./ATNStateType":333}],341:[function(require,module,exports){
|
|
63360
63538
|
"use strict";
|
|
63361
63539
|
/*!
|
|
63362
63540
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63370,7 +63548,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
63370
63548
|
}
|
|
63371
63549
|
exports.BlockStartState = BlockStartState;
|
|
63372
63550
|
|
|
63373
|
-
},{"./DecisionState":
|
|
63551
|
+
},{"./DecisionState":346}],342:[function(require,module,exports){
|
|
63374
63552
|
"use strict";
|
|
63375
63553
|
/*!
|
|
63376
63554
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63440,7 +63618,7 @@ __decorate([
|
|
|
63440
63618
|
], ConflictInfo.prototype, "hashCode", null);
|
|
63441
63619
|
exports.ConflictInfo = ConflictInfo;
|
|
63442
63620
|
|
|
63443
|
-
},{"../Decorators":
|
|
63621
|
+
},{"../Decorators":293,"../misc/Utils":412}],343:[function(require,module,exports){
|
|
63444
63622
|
"use strict";
|
|
63445
63623
|
/*!
|
|
63446
63624
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63500,7 +63678,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
63500
63678
|
], ContextSensitivityInfo);
|
|
63501
63679
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
63502
63680
|
|
|
63503
|
-
},{"../Decorators":
|
|
63681
|
+
},{"../Decorators":293,"./DecisionEventInfo":344}],344:[function(require,module,exports){
|
|
63504
63682
|
"use strict";
|
|
63505
63683
|
/*!
|
|
63506
63684
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63552,7 +63730,7 @@ DecisionEventInfo = __decorate([
|
|
|
63552
63730
|
], DecisionEventInfo);
|
|
63553
63731
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
63554
63732
|
|
|
63555
|
-
},{"../Decorators":
|
|
63733
|
+
},{"../Decorators":293}],345:[function(require,module,exports){
|
|
63556
63734
|
"use strict";
|
|
63557
63735
|
/*!
|
|
63558
63736
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63765,7 +63943,7 @@ __decorate([
|
|
|
63765
63943
|
], DecisionInfo.prototype, "toString", null);
|
|
63766
63944
|
exports.DecisionInfo = DecisionInfo;
|
|
63767
63945
|
|
|
63768
|
-
},{"../Decorators":
|
|
63946
|
+
},{"../Decorators":293}],346:[function(require,module,exports){
|
|
63769
63947
|
"use strict";
|
|
63770
63948
|
/*!
|
|
63771
63949
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63785,7 +63963,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
63785
63963
|
}
|
|
63786
63964
|
exports.DecisionState = DecisionState;
|
|
63787
63965
|
|
|
63788
|
-
},{"./ATNState":
|
|
63966
|
+
},{"./ATNState":332}],347:[function(require,module,exports){
|
|
63789
63967
|
"use strict";
|
|
63790
63968
|
/*!
|
|
63791
63969
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63851,7 +64029,7 @@ EpsilonTransition = __decorate([
|
|
|
63851
64029
|
], EpsilonTransition);
|
|
63852
64030
|
exports.EpsilonTransition = EpsilonTransition;
|
|
63853
64031
|
|
|
63854
|
-
},{"../Decorators":
|
|
64032
|
+
},{"../Decorators":293,"./Transition":388}],348:[function(require,module,exports){
|
|
63855
64033
|
"use strict";
|
|
63856
64034
|
/*!
|
|
63857
64035
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63904,7 +64082,7 @@ ErrorInfo = __decorate([
|
|
|
63904
64082
|
], ErrorInfo);
|
|
63905
64083
|
exports.ErrorInfo = ErrorInfo;
|
|
63906
64084
|
|
|
63907
|
-
},{"../Decorators":
|
|
64085
|
+
},{"../Decorators":293,"./DecisionEventInfo":344}],349:[function(require,module,exports){
|
|
63908
64086
|
"use strict";
|
|
63909
64087
|
/*!
|
|
63910
64088
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63935,7 +64113,7 @@ __decorate([
|
|
|
63935
64113
|
], InvalidState.prototype, "stateType", null);
|
|
63936
64114
|
exports.InvalidState = InvalidState;
|
|
63937
64115
|
|
|
63938
|
-
},{"../Decorators":
|
|
64116
|
+
},{"../Decorators":293,"./ATNStateType":333,"./BasicState":339}],350:[function(require,module,exports){
|
|
63939
64117
|
"use strict";
|
|
63940
64118
|
/*!
|
|
63941
64119
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64157,7 +64335,7 @@ LL1Analyzer = __decorate([
|
|
|
64157
64335
|
], LL1Analyzer);
|
|
64158
64336
|
exports.LL1Analyzer = LL1Analyzer;
|
|
64159
64337
|
|
|
64160
|
-
},{"../Decorators":
|
|
64338
|
+
},{"../Decorators":293,"../Token":318,"../misc/Array2DHashSet":397,"../misc/BitSet":400,"../misc/IntervalSet":406,"../misc/ObjectEqualityComparator":409,"./ATNConfig":327,"./AbstractPredicateTransition":334,"./NotSetTransition":364,"./PredictionContext":373,"./RuleStopState":379,"./RuleTransition":380,"./WildcardTransition":389}],351:[function(require,module,exports){
|
|
64161
64339
|
"use strict";
|
|
64162
64340
|
/*!
|
|
64163
64341
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64874,7 +65052,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
64874
65052
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
64875
65053
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
64876
65054
|
|
|
64877
|
-
},{"../Decorators":
|
|
65055
|
+
},{"../Decorators":293,"../IntStream":299,"../Lexer":301,"../LexerNoViableAltException":303,"../Token":318,"../dfa/AcceptStateInfo":390,"../dfa/DFAState":393,"../misc/Interval":405,"./ATN":326,"./ATNConfig":327,"./ATNConfigSet":328,"./ATNSimulator":331,"./LexerActionExecutor":352,"./OrderedATNConfigSet":365,"./PredictionContext":373,"./RuleStopState":379,"assert":436}],352:[function(require,module,exports){
|
|
64878
65056
|
"use strict";
|
|
64879
65057
|
/*!
|
|
64880
65058
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65075,7 +65253,7 @@ LexerActionExecutor = __decorate([
|
|
|
65075
65253
|
], LexerActionExecutor);
|
|
65076
65254
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65077
65255
|
|
|
65078
|
-
},{"../Decorators":
|
|
65256
|
+
},{"../Decorators":293,"../misc/ArrayEqualityComparator":398,"../misc/MurmurHash":408,"./LexerIndexedCustomAction":355}],353:[function(require,module,exports){
|
|
65079
65257
|
"use strict";
|
|
65080
65258
|
/*!
|
|
65081
65259
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65180,7 +65358,7 @@ __decorate([
|
|
|
65180
65358
|
], LexerChannelAction.prototype, "toString", null);
|
|
65181
65359
|
exports.LexerChannelAction = LexerChannelAction;
|
|
65182
65360
|
|
|
65183
|
-
},{"../Decorators":
|
|
65361
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],354:[function(require,module,exports){
|
|
65184
65362
|
"use strict";
|
|
65185
65363
|
/*!
|
|
65186
65364
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65309,7 +65487,7 @@ __decorate([
|
|
|
65309
65487
|
], LexerCustomAction.prototype, "equals", null);
|
|
65310
65488
|
exports.LexerCustomAction = LexerCustomAction;
|
|
65311
65489
|
|
|
65312
|
-
},{"../Decorators":
|
|
65490
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],355:[function(require,module,exports){
|
|
65313
65491
|
"use strict";
|
|
65314
65492
|
/*!
|
|
65315
65493
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65444,7 +65622,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
65444
65622
|
], LexerIndexedCustomAction);
|
|
65445
65623
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
65446
65624
|
|
|
65447
|
-
},{"../Decorators":
|
|
65625
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],356:[function(require,module,exports){
|
|
65448
65626
|
"use strict";
|
|
65449
65627
|
/*!
|
|
65450
65628
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65549,7 +65727,7 @@ __decorate([
|
|
|
65549
65727
|
], LexerModeAction.prototype, "toString", null);
|
|
65550
65728
|
exports.LexerModeAction = LexerModeAction;
|
|
65551
65729
|
|
|
65552
|
-
},{"../Decorators":
|
|
65730
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],357:[function(require,module,exports){
|
|
65553
65731
|
"use strict";
|
|
65554
65732
|
/*!
|
|
65555
65733
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65645,7 +65823,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
65645
65823
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
65646
65824
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
65647
65825
|
|
|
65648
|
-
},{"../Decorators":
|
|
65826
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],358:[function(require,module,exports){
|
|
65649
65827
|
"use strict";
|
|
65650
65828
|
/*!
|
|
65651
65829
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65741,7 +65919,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
65741
65919
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
65742
65920
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
65743
65921
|
|
|
65744
|
-
},{"../Decorators":
|
|
65922
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],359:[function(require,module,exports){
|
|
65745
65923
|
"use strict";
|
|
65746
65924
|
/*!
|
|
65747
65925
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65846,7 +66024,7 @@ __decorate([
|
|
|
65846
66024
|
], LexerPushModeAction.prototype, "toString", null);
|
|
65847
66025
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
65848
66026
|
|
|
65849
|
-
},{"../Decorators":
|
|
66027
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],360:[function(require,module,exports){
|
|
65850
66028
|
"use strict";
|
|
65851
66029
|
/*!
|
|
65852
66030
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65942,7 +66120,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
65942
66120
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
65943
66121
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
65944
66122
|
|
|
65945
|
-
},{"../Decorators":
|
|
66123
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],361:[function(require,module,exports){
|
|
65946
66124
|
"use strict";
|
|
65947
66125
|
/*!
|
|
65948
66126
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66046,7 +66224,7 @@ __decorate([
|
|
|
66046
66224
|
], LexerTypeAction.prototype, "toString", null);
|
|
66047
66225
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66048
66226
|
|
|
66049
|
-
},{"../Decorators":
|
|
66227
|
+
},{"../Decorators":293,"../misc/MurmurHash":408}],362:[function(require,module,exports){
|
|
66050
66228
|
"use strict";
|
|
66051
66229
|
/*!
|
|
66052
66230
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66098,7 +66276,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66098
66276
|
], LookaheadEventInfo);
|
|
66099
66277
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
66100
66278
|
|
|
66101
|
-
},{"../Decorators":
|
|
66279
|
+
},{"../Decorators":293,"./DecisionEventInfo":344}],363:[function(require,module,exports){
|
|
66102
66280
|
"use strict";
|
|
66103
66281
|
/*!
|
|
66104
66282
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66127,7 +66305,7 @@ __decorate([
|
|
|
66127
66305
|
], LoopEndState.prototype, "stateType", null);
|
|
66128
66306
|
exports.LoopEndState = LoopEndState;
|
|
66129
66307
|
|
|
66130
|
-
},{"../Decorators":
|
|
66308
|
+
},{"../Decorators":293,"./ATNState":332,"./ATNStateType":333}],364:[function(require,module,exports){
|
|
66131
66309
|
"use strict";
|
|
66132
66310
|
/*!
|
|
66133
66311
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66176,7 +66354,7 @@ NotSetTransition = __decorate([
|
|
|
66176
66354
|
], NotSetTransition);
|
|
66177
66355
|
exports.NotSetTransition = NotSetTransition;
|
|
66178
66356
|
|
|
66179
|
-
},{"../Decorators":
|
|
66357
|
+
},{"../Decorators":293,"./SetTransition":382}],365:[function(require,module,exports){
|
|
66180
66358
|
"use strict";
|
|
66181
66359
|
/*!
|
|
66182
66360
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66231,7 +66409,7 @@ __decorate([
|
|
|
66231
66409
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
66232
66410
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
66233
66411
|
|
|
66234
|
-
},{"../Decorators":
|
|
66412
|
+
},{"../Decorators":293,"./ATNConfigSet":328}],366:[function(require,module,exports){
|
|
66235
66413
|
"use strict";
|
|
66236
66414
|
/*!
|
|
66237
66415
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66393,7 +66571,7 @@ ParseInfo = __decorate([
|
|
|
66393
66571
|
], ParseInfo);
|
|
66394
66572
|
exports.ParseInfo = ParseInfo;
|
|
66395
66573
|
|
|
66396
|
-
},{"../Decorators":
|
|
66574
|
+
},{"../Decorators":293}],367:[function(require,module,exports){
|
|
66397
66575
|
"use strict";
|
|
66398
66576
|
/*!
|
|
66399
66577
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -68666,7 +68844,7 @@ ParserATNSimulator = __decorate([
|
|
|
68666
68844
|
], ParserATNSimulator);
|
|
68667
68845
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
68668
68846
|
|
|
68669
|
-
},{"../Decorators":
|
|
68847
|
+
},{"../Decorators":293,"../IntStream":299,"../NoViableAltException":305,"../ParserRuleContext":309,"../Token":318,"../VocabularyImpl":324,"../dfa/AcceptStateInfo":390,"../dfa/DFAState":393,"../misc/Array2DHashSet":397,"../misc/Arrays":399,"../misc/BitSet":400,"../misc/IntegerList":403,"../misc/Interval":405,"../misc/ObjectEqualityComparator":409,"./ATN":326,"./ATNConfig":327,"./ATNConfigSet":328,"./ATNSimulator":331,"./ATNStateType":333,"./ActionTransition":335,"./AtomTransition":337,"./ConflictInfo":342,"./DecisionState":346,"./NotSetTransition":364,"./PredictionContext":373,"./PredictionContextCache":374,"./PredictionMode":375,"./RuleStopState":379,"./RuleTransition":380,"./SemanticContext":381,"./SetTransition":382,"./SimulatorState":383,"assert":436}],368:[function(require,module,exports){
|
|
68670
68848
|
"use strict";
|
|
68671
68849
|
/*!
|
|
68672
68850
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -68699,7 +68877,7 @@ __decorate([
|
|
|
68699
68877
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
68700
68878
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
68701
68879
|
|
|
68702
|
-
},{"../Decorators":
|
|
68880
|
+
},{"../Decorators":293,"./ATNStateType":333,"./BlockStartState":341}],369:[function(require,module,exports){
|
|
68703
68881
|
"use strict";
|
|
68704
68882
|
/*!
|
|
68705
68883
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -68730,7 +68908,7 @@ __decorate([
|
|
|
68730
68908
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
68731
68909
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
68732
68910
|
|
|
68733
|
-
},{"../Decorators":
|
|
68911
|
+
},{"../Decorators":293,"./ATNStateType":333,"./DecisionState":346}],370:[function(require,module,exports){
|
|
68734
68912
|
"use strict";
|
|
68735
68913
|
/*!
|
|
68736
68914
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -68793,7 +68971,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
68793
68971
|
], PrecedencePredicateTransition);
|
|
68794
68972
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
68795
68973
|
|
|
68796
|
-
},{"../Decorators":
|
|
68974
|
+
},{"../Decorators":293,"./AbstractPredicateTransition":334,"./SemanticContext":381}],371:[function(require,module,exports){
|
|
68797
68975
|
"use strict";
|
|
68798
68976
|
/*!
|
|
68799
68977
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -68856,7 +69034,7 @@ PredicateEvalInfo = __decorate([
|
|
|
68856
69034
|
], PredicateEvalInfo);
|
|
68857
69035
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
68858
69036
|
|
|
68859
|
-
},{"../Decorators":
|
|
69037
|
+
},{"../Decorators":293,"./DecisionEventInfo":344}],372:[function(require,module,exports){
|
|
68860
69038
|
"use strict";
|
|
68861
69039
|
/*!
|
|
68862
69040
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -68922,7 +69100,7 @@ PredicateTransition = __decorate([
|
|
|
68922
69100
|
], PredicateTransition);
|
|
68923
69101
|
exports.PredicateTransition = PredicateTransition;
|
|
68924
69102
|
|
|
68925
|
-
},{"../Decorators":
|
|
69103
|
+
},{"../Decorators":293,"./AbstractPredicateTransition":334,"./SemanticContext":381}],373:[function(require,module,exports){
|
|
68926
69104
|
"use strict";
|
|
68927
69105
|
/*!
|
|
68928
69106
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69613,7 +69791,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
69613
69791
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
69614
69792
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
69615
69793
|
|
|
69616
|
-
},{"../Decorators":
|
|
69794
|
+
},{"../Decorators":293,"../misc/Array2DHashMap":396,"../misc/Array2DHashSet":397,"../misc/Arrays":399,"../misc/MurmurHash":408,"./PredictionContextCache":374,"assert":436}],374:[function(require,module,exports){
|
|
69617
69795
|
"use strict";
|
|
69618
69796
|
/*!
|
|
69619
69797
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69754,7 +69932,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
69754
69932
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
69755
69933
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
69756
69934
|
|
|
69757
|
-
},{"../Decorators":
|
|
69935
|
+
},{"../Decorators":293,"../misc/Array2DHashMap":396,"../misc/ObjectEqualityComparator":409,"./PredictionContext":373,"assert":436}],375:[function(require,module,exports){
|
|
69758
69936
|
"use strict";
|
|
69759
69937
|
/*!
|
|
69760
69938
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69915,7 +70093,7 @@ var PredictionMode;
|
|
|
69915
70093
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
69916
70094
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
69917
70095
|
|
|
69918
|
-
},{"../Decorators":
|
|
70096
|
+
},{"../Decorators":293,"../misc/Array2DHashMap":396,"../misc/MurmurHash":408,"./RuleStopState":379}],376:[function(require,module,exports){
|
|
69919
70097
|
(function (process){(function (){
|
|
69920
70098
|
"use strict";
|
|
69921
70099
|
/*!
|
|
@@ -70184,7 +70362,7 @@ __decorate([
|
|
|
70184
70362
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
70185
70363
|
|
|
70186
70364
|
}).call(this)}).call(this,require('_process'))
|
|
70187
|
-
},{"../Decorators":
|
|
70365
|
+
},{"../Decorators":293,"./ATN":326,"./ATNSimulator":331,"./AmbiguityInfo":336,"./ContextSensitivityInfo":343,"./DecisionInfo":345,"./ErrorInfo":348,"./LookaheadEventInfo":362,"./ParserATNSimulator":367,"./PredicateEvalInfo":371,"./SemanticContext":381,"./SimulatorState":383,"_process":495}],377:[function(require,module,exports){
|
|
70188
70366
|
"use strict";
|
|
70189
70367
|
/*!
|
|
70190
70368
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70242,7 +70420,7 @@ RangeTransition = __decorate([
|
|
|
70242
70420
|
], RangeTransition);
|
|
70243
70421
|
exports.RangeTransition = RangeTransition;
|
|
70244
70422
|
|
|
70245
|
-
},{"../Decorators":
|
|
70423
|
+
},{"../Decorators":293,"../misc/IntervalSet":406,"./Transition":388}],378:[function(require,module,exports){
|
|
70246
70424
|
"use strict";
|
|
70247
70425
|
/*!
|
|
70248
70426
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70275,7 +70453,7 @@ __decorate([
|
|
|
70275
70453
|
], RuleStartState.prototype, "stateType", null);
|
|
70276
70454
|
exports.RuleStartState = RuleStartState;
|
|
70277
70455
|
|
|
70278
|
-
},{"../Decorators":
|
|
70456
|
+
},{"../Decorators":293,"./ATNState":332,"./ATNStateType":333}],379:[function(require,module,exports){
|
|
70279
70457
|
"use strict";
|
|
70280
70458
|
/*!
|
|
70281
70459
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70314,7 +70492,7 @@ __decorate([
|
|
|
70314
70492
|
], RuleStopState.prototype, "stateType", null);
|
|
70315
70493
|
exports.RuleStopState = RuleStopState;
|
|
70316
70494
|
|
|
70317
|
-
},{"../Decorators":
|
|
70495
|
+
},{"../Decorators":293,"./ATNState":332,"./ATNStateType":333}],380:[function(require,module,exports){
|
|
70318
70496
|
"use strict";
|
|
70319
70497
|
/*!
|
|
70320
70498
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70370,7 +70548,7 @@ RuleTransition = __decorate([
|
|
|
70370
70548
|
], RuleTransition);
|
|
70371
70549
|
exports.RuleTransition = RuleTransition;
|
|
70372
70550
|
|
|
70373
|
-
},{"../Decorators":
|
|
70551
|
+
},{"../Decorators":293,"./Transition":388}],381:[function(require,module,exports){
|
|
70374
70552
|
"use strict";
|
|
70375
70553
|
/*!
|
|
70376
70554
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70850,7 +71028,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
70850
71028
|
SemanticContext.OR = OR;
|
|
70851
71029
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
70852
71030
|
|
|
70853
|
-
},{"../Decorators":
|
|
71031
|
+
},{"../Decorators":293,"../misc/Array2DHashSet":397,"../misc/ArrayEqualityComparator":398,"../misc/MurmurHash":408,"../misc/ObjectEqualityComparator":409,"../misc/Utils":412}],382:[function(require,module,exports){
|
|
70854
71032
|
"use strict";
|
|
70855
71033
|
/*!
|
|
70856
71034
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70916,7 +71094,7 @@ SetTransition = __decorate([
|
|
|
70916
71094
|
], SetTransition);
|
|
70917
71095
|
exports.SetTransition = SetTransition;
|
|
70918
71096
|
|
|
70919
|
-
},{"../Decorators":
|
|
71097
|
+
},{"../Decorators":293,"../Token":318,"../misc/IntervalSet":406,"./Transition":388}],383:[function(require,module,exports){
|
|
70920
71098
|
"use strict";
|
|
70921
71099
|
/*!
|
|
70922
71100
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70952,7 +71130,7 @@ SimulatorState = __decorate([
|
|
|
70952
71130
|
], SimulatorState);
|
|
70953
71131
|
exports.SimulatorState = SimulatorState;
|
|
70954
71132
|
|
|
70955
|
-
},{"../Decorators":
|
|
71133
|
+
},{"../Decorators":293,"../ParserRuleContext":309}],384:[function(require,module,exports){
|
|
70956
71134
|
"use strict";
|
|
70957
71135
|
/*!
|
|
70958
71136
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70980,7 +71158,7 @@ __decorate([
|
|
|
70980
71158
|
], StarBlockStartState.prototype, "stateType", null);
|
|
70981
71159
|
exports.StarBlockStartState = StarBlockStartState;
|
|
70982
71160
|
|
|
70983
|
-
},{"../Decorators":
|
|
71161
|
+
},{"../Decorators":293,"./ATNStateType":333,"./BlockStartState":341}],385:[function(require,module,exports){
|
|
70984
71162
|
"use strict";
|
|
70985
71163
|
/*!
|
|
70986
71164
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71037,7 +71215,7 @@ __decorate([
|
|
|
71037
71215
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71038
71216
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71039
71217
|
|
|
71040
|
-
},{"../Decorators":
|
|
71218
|
+
},{"../Decorators":293,"../misc/BitSet":400,"./ATNStateType":333,"./DecisionState":346}],386:[function(require,module,exports){
|
|
71041
71219
|
"use strict";
|
|
71042
71220
|
/*!
|
|
71043
71221
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71068,7 +71246,7 @@ __decorate([
|
|
|
71068
71246
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71069
71247
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71070
71248
|
|
|
71071
|
-
},{"../Decorators":
|
|
71249
|
+
},{"../Decorators":293,"./ATNState":332,"./ATNStateType":333}],387:[function(require,module,exports){
|
|
71072
71250
|
"use strict";
|
|
71073
71251
|
/*!
|
|
71074
71252
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71097,7 +71275,7 @@ __decorate([
|
|
|
71097
71275
|
], TokensStartState.prototype, "stateType", null);
|
|
71098
71276
|
exports.TokensStartState = TokensStartState;
|
|
71099
71277
|
|
|
71100
|
-
},{"../Decorators":
|
|
71278
|
+
},{"../Decorators":293,"./ATNStateType":333,"./DecisionState":346}],388:[function(require,module,exports){
|
|
71101
71279
|
"use strict";
|
|
71102
71280
|
/*!
|
|
71103
71281
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71171,7 +71349,7 @@ Transition = __decorate([
|
|
|
71171
71349
|
], Transition);
|
|
71172
71350
|
exports.Transition = Transition;
|
|
71173
71351
|
|
|
71174
|
-
},{"../Decorators":
|
|
71352
|
+
},{"../Decorators":293}],389:[function(require,module,exports){
|
|
71175
71353
|
"use strict";
|
|
71176
71354
|
/*!
|
|
71177
71355
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71219,7 +71397,7 @@ WildcardTransition = __decorate([
|
|
|
71219
71397
|
], WildcardTransition);
|
|
71220
71398
|
exports.WildcardTransition = WildcardTransition;
|
|
71221
71399
|
|
|
71222
|
-
},{"../Decorators":
|
|
71400
|
+
},{"../Decorators":293,"./Transition":388}],390:[function(require,module,exports){
|
|
71223
71401
|
"use strict";
|
|
71224
71402
|
/*!
|
|
71225
71403
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71261,7 +71439,7 @@ class AcceptStateInfo {
|
|
|
71261
71439
|
}
|
|
71262
71440
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
71263
71441
|
|
|
71264
|
-
},{}],
|
|
71442
|
+
},{}],391:[function(require,module,exports){
|
|
71265
71443
|
"use strict";
|
|
71266
71444
|
/*!
|
|
71267
71445
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71436,7 +71614,7 @@ DFA = __decorate([
|
|
|
71436
71614
|
], DFA);
|
|
71437
71615
|
exports.DFA = DFA;
|
|
71438
71616
|
|
|
71439
|
-
},{"../Decorators":
|
|
71617
|
+
},{"../Decorators":293,"../VocabularyImpl":324,"../atn/ATNConfigSet":328,"../atn/StarLoopEntryState":385,"../misc/Array2DHashSet":397,"../misc/ObjectEqualityComparator":409,"./DFASerializer":392,"./DFAState":393,"./LexerDFASerializer":394}],392:[function(require,module,exports){
|
|
71440
71618
|
"use strict";
|
|
71441
71619
|
/*!
|
|
71442
71620
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71578,7 +71756,7 @@ __decorate([
|
|
|
71578
71756
|
], DFASerializer.prototype, "toString", null);
|
|
71579
71757
|
exports.DFASerializer = DFASerializer;
|
|
71580
71758
|
|
|
71581
|
-
},{"../Decorators":
|
|
71759
|
+
},{"../Decorators":293,"../Recognizer":313,"../VocabularyImpl":324,"../atn/ATNSimulator":331,"../atn/PredictionContext":373}],393:[function(require,module,exports){
|
|
71582
71760
|
"use strict";
|
|
71583
71761
|
/*!
|
|
71584
71762
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71809,7 +71987,7 @@ exports.DFAState = DFAState;
|
|
|
71809
71987
|
DFAState.PredPrediction = PredPrediction;
|
|
71810
71988
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
71811
71989
|
|
|
71812
|
-
},{"../Decorators":
|
|
71990
|
+
},{"../Decorators":293,"../atn/ATN":326,"../atn/PredictionContext":373,"../misc/BitSet":400,"../misc/MurmurHash":408,"assert":436}],394:[function(require,module,exports){
|
|
71813
71991
|
"use strict";
|
|
71814
71992
|
/*!
|
|
71815
71993
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71846,7 +72024,7 @@ LexerDFASerializer = __decorate([
|
|
|
71846
72024
|
], LexerDFASerializer);
|
|
71847
72025
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
71848
72026
|
|
|
71849
|
-
},{"../Decorators":
|
|
72027
|
+
},{"../Decorators":293,"../VocabularyImpl":324,"./DFASerializer":392}],395:[function(require,module,exports){
|
|
71850
72028
|
"use strict";
|
|
71851
72029
|
/*!
|
|
71852
72030
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71912,7 +72090,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
71912
72090
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
71913
72091
|
__exportStar(require("./WritableToken"), exports);
|
|
71914
72092
|
|
|
71915
|
-
},{"./ANTLRErrorListener":
|
|
72093
|
+
},{"./ANTLRErrorListener":280,"./ANTLRErrorStrategy":281,"./ANTLRInputStream":282,"./BailErrorStrategy":283,"./BufferedTokenStream":284,"./CharStream":285,"./CharStreams":286,"./CodePointBuffer":287,"./CodePointCharStream":288,"./CommonToken":289,"./CommonTokenFactory":290,"./CommonTokenStream":291,"./ConsoleErrorListener":292,"./DefaultErrorStrategy":294,"./Dependents":295,"./DiagnosticErrorListener":296,"./FailedPredicateException":297,"./InputMismatchException":298,"./IntStream":299,"./InterpreterRuleContext":300,"./Lexer":301,"./LexerInterpreter":302,"./LexerNoViableAltException":303,"./ListTokenSource":304,"./NoViableAltException":305,"./Parser":306,"./ParserErrorListener":307,"./ParserInterpreter":308,"./ParserRuleContext":309,"./ProxyErrorListener":310,"./ProxyParserErrorListener":311,"./RecognitionException":312,"./Recognizer":313,"./RuleContext":314,"./RuleContextWithAltNum":315,"./RuleDependency":316,"./RuleVersion":317,"./Token":318,"./TokenFactory":319,"./TokenSource":320,"./TokenStream":321,"./TokenStreamRewriter":322,"./Vocabulary":323,"./VocabularyImpl":324,"./WritableToken":325}],396:[function(require,module,exports){
|
|
71916
72094
|
"use strict";
|
|
71917
72095
|
/*!
|
|
71918
72096
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71995,7 +72173,7 @@ class Array2DHashMap {
|
|
|
71995
72173
|
}
|
|
71996
72174
|
exports.Array2DHashMap = Array2DHashMap;
|
|
71997
72175
|
|
|
71998
|
-
},{"./Array2DHashSet":
|
|
72176
|
+
},{"./Array2DHashSet":397}],397:[function(require,module,exports){
|
|
71999
72177
|
"use strict";
|
|
72000
72178
|
/*!
|
|
72001
72179
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72362,7 +72540,7 @@ __decorate([
|
|
|
72362
72540
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
72363
72541
|
exports.Array2DHashSet = Array2DHashSet;
|
|
72364
72542
|
|
|
72365
|
-
},{"../Decorators":
|
|
72543
|
+
},{"../Decorators":293,"./DefaultEqualityComparator":402,"./MurmurHash":408,"assert":436}],398:[function(require,module,exports){
|
|
72366
72544
|
"use strict";
|
|
72367
72545
|
/*!
|
|
72368
72546
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72434,7 +72612,7 @@ __decorate([
|
|
|
72434
72612
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
72435
72613
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
72436
72614
|
|
|
72437
|
-
},{"../Decorators":
|
|
72615
|
+
},{"../Decorators":293,"./MurmurHash":408,"./ObjectEqualityComparator":409}],399:[function(require,module,exports){
|
|
72438
72616
|
"use strict";
|
|
72439
72617
|
/*!
|
|
72440
72618
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72504,7 +72682,7 @@ var Arrays;
|
|
|
72504
72682
|
Arrays.toString = toString;
|
|
72505
72683
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
72506
72684
|
|
|
72507
|
-
},{}],
|
|
72685
|
+
},{}],400:[function(require,module,exports){
|
|
72508
72686
|
"use strict";
|
|
72509
72687
|
/*!
|
|
72510
72688
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73176,7 +73354,7 @@ class BitSetIterator {
|
|
|
73176
73354
|
[Symbol.iterator]() { return this; }
|
|
73177
73355
|
}
|
|
73178
73356
|
|
|
73179
|
-
},{"./MurmurHash":
|
|
73357
|
+
},{"./MurmurHash":408,"util":500}],401:[function(require,module,exports){
|
|
73180
73358
|
"use strict";
|
|
73181
73359
|
/*!
|
|
73182
73360
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73197,7 +73375,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
73197
73375
|
}
|
|
73198
73376
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
73199
73377
|
|
|
73200
|
-
},{}],
|
|
73378
|
+
},{}],402:[function(require,module,exports){
|
|
73201
73379
|
"use strict";
|
|
73202
73380
|
/*!
|
|
73203
73381
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73268,7 +73446,7 @@ __decorate([
|
|
|
73268
73446
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
73269
73447
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
73270
73448
|
|
|
73271
|
-
},{"../Decorators":
|
|
73449
|
+
},{"../Decorators":293,"./MurmurHash":408,"./ObjectEqualityComparator":409}],403:[function(require,module,exports){
|
|
73272
73450
|
"use strict";
|
|
73273
73451
|
/*!
|
|
73274
73452
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73562,7 +73740,7 @@ __decorate([
|
|
|
73562
73740
|
], IntegerList.prototype, "toString", null);
|
|
73563
73741
|
exports.IntegerList = IntegerList;
|
|
73564
73742
|
|
|
73565
|
-
},{"../Decorators":
|
|
73743
|
+
},{"../Decorators":293,"./Arrays":399}],404:[function(require,module,exports){
|
|
73566
73744
|
"use strict";
|
|
73567
73745
|
/*!
|
|
73568
73746
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73592,7 +73770,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
73592
73770
|
}
|
|
73593
73771
|
exports.IntegerStack = IntegerStack;
|
|
73594
73772
|
|
|
73595
|
-
},{"./IntegerList":
|
|
73773
|
+
},{"./IntegerList":403}],405:[function(require,module,exports){
|
|
73596
73774
|
"use strict";
|
|
73597
73775
|
/*!
|
|
73598
73776
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73735,7 +73913,7 @@ __decorate([
|
|
|
73735
73913
|
], Interval.prototype, "toString", null);
|
|
73736
73914
|
exports.Interval = Interval;
|
|
73737
73915
|
|
|
73738
|
-
},{"../Decorators":
|
|
73916
|
+
},{"../Decorators":293}],406:[function(require,module,exports){
|
|
73739
73917
|
"use strict";
|
|
73740
73918
|
/*!
|
|
73741
73919
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74381,7 +74559,7 @@ __decorate([
|
|
|
74381
74559
|
], IntervalSet, "subtract", null);
|
|
74382
74560
|
exports.IntervalSet = IntervalSet;
|
|
74383
74561
|
|
|
74384
|
-
},{"../Decorators":
|
|
74562
|
+
},{"../Decorators":293,"../Lexer":301,"../Token":318,"./ArrayEqualityComparator":398,"./IntegerList":403,"./Interval":405,"./MurmurHash":408}],407:[function(require,module,exports){
|
|
74385
74563
|
"use strict";
|
|
74386
74564
|
/*!
|
|
74387
74565
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74414,7 +74592,7 @@ class MultiMap extends Map {
|
|
|
74414
74592
|
}
|
|
74415
74593
|
exports.MultiMap = MultiMap;
|
|
74416
74594
|
|
|
74417
|
-
},{}],
|
|
74595
|
+
},{}],408:[function(require,module,exports){
|
|
74418
74596
|
"use strict";
|
|
74419
74597
|
/*!
|
|
74420
74598
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74529,7 +74707,7 @@ var MurmurHash;
|
|
|
74529
74707
|
}
|
|
74530
74708
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
74531
74709
|
|
|
74532
|
-
},{}],
|
|
74710
|
+
},{}],409:[function(require,module,exports){
|
|
74533
74711
|
"use strict";
|
|
74534
74712
|
/*!
|
|
74535
74713
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74588,7 +74766,7 @@ __decorate([
|
|
|
74588
74766
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
74589
74767
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
74590
74768
|
|
|
74591
|
-
},{"../Decorators":
|
|
74769
|
+
},{"../Decorators":293}],410:[function(require,module,exports){
|
|
74592
74770
|
"use strict";
|
|
74593
74771
|
/*!
|
|
74594
74772
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74617,7 +74795,7 @@ class ParseCancellationException extends Error {
|
|
|
74617
74795
|
}
|
|
74618
74796
|
exports.ParseCancellationException = ParseCancellationException;
|
|
74619
74797
|
|
|
74620
|
-
},{}],
|
|
74798
|
+
},{}],411:[function(require,module,exports){
|
|
74621
74799
|
"use strict";
|
|
74622
74800
|
/*!
|
|
74623
74801
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74671,7 +74849,7 @@ class UUID {
|
|
|
74671
74849
|
}
|
|
74672
74850
|
exports.UUID = UUID;
|
|
74673
74851
|
|
|
74674
|
-
},{"./MurmurHash":
|
|
74852
|
+
},{"./MurmurHash":408}],412:[function(require,module,exports){
|
|
74675
74853
|
"use strict";
|
|
74676
74854
|
/*!
|
|
74677
74855
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74846,7 +75024,7 @@ exports.toCharArray = toCharArray;
|
|
|
74846
75024
|
// return s;
|
|
74847
75025
|
// }
|
|
74848
75026
|
|
|
74849
|
-
},{}],
|
|
75027
|
+
},{}],413:[function(require,module,exports){
|
|
74850
75028
|
"use strict";
|
|
74851
75029
|
/*!
|
|
74852
75030
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74991,7 +75169,7 @@ __decorate([
|
|
|
74991
75169
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
74992
75170
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
74993
75171
|
|
|
74994
|
-
},{"../Decorators":
|
|
75172
|
+
},{"../Decorators":293}],414:[function(require,module,exports){
|
|
74995
75173
|
"use strict";
|
|
74996
75174
|
/*!
|
|
74997
75175
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75027,7 +75205,7 @@ __decorate([
|
|
|
75027
75205
|
], ErrorNode.prototype, "accept", null);
|
|
75028
75206
|
exports.ErrorNode = ErrorNode;
|
|
75029
75207
|
|
|
75030
|
-
},{"../Decorators":
|
|
75208
|
+
},{"../Decorators":293,"./TerminalNode":416}],415:[function(require,module,exports){
|
|
75031
75209
|
"use strict";
|
|
75032
75210
|
/*!
|
|
75033
75211
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75039,7 +75217,7 @@ class RuleNode {
|
|
|
75039
75217
|
}
|
|
75040
75218
|
exports.RuleNode = RuleNode;
|
|
75041
75219
|
|
|
75042
|
-
},{}],
|
|
75220
|
+
},{}],416:[function(require,module,exports){
|
|
75043
75221
|
"use strict";
|
|
75044
75222
|
/*!
|
|
75045
75223
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75131,7 +75309,7 @@ __decorate([
|
|
|
75131
75309
|
], TerminalNode.prototype, "toString", null);
|
|
75132
75310
|
exports.TerminalNode = TerminalNode;
|
|
75133
75311
|
|
|
75134
|
-
},{"../Decorators":
|
|
75312
|
+
},{"../Decorators":293,"../Token":318,"../misc/Interval":405}],417:[function(require,module,exports){
|
|
75135
75313
|
"use strict";
|
|
75136
75314
|
/*!
|
|
75137
75315
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75375,7 +75553,7 @@ __decorate([
|
|
|
75375
75553
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
75376
75554
|
exports.Trees = Trees;
|
|
75377
75555
|
|
|
75378
|
-
},{"../CommonToken":
|
|
75556
|
+
},{"../CommonToken":289,"../Decorators":293,"../Parser":306,"../ParserRuleContext":309,"../Token":318,"../atn/ATN":326,"../misc/Utils":412,"./ErrorNode":414,"./RuleNode":415,"./TerminalNode":416}],418:[function(require,module,exports){
|
|
75379
75557
|
"use strict";
|
|
75380
75558
|
/*!
|
|
75381
75559
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75399,7 +75577,7 @@ class Chunk {
|
|
|
75399
75577
|
}
|
|
75400
75578
|
exports.Chunk = Chunk;
|
|
75401
75579
|
|
|
75402
|
-
},{}],
|
|
75580
|
+
},{}],419:[function(require,module,exports){
|
|
75403
75581
|
"use strict";
|
|
75404
75582
|
/*!
|
|
75405
75583
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75579,7 +75757,7 @@ ParseTreeMatch = __decorate([
|
|
|
75579
75757
|
], ParseTreeMatch);
|
|
75580
75758
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
75581
75759
|
|
|
75582
|
-
},{"../../Decorators":
|
|
75760
|
+
},{"../../Decorators":293}],420:[function(require,module,exports){
|
|
75583
75761
|
"use strict";
|
|
75584
75762
|
/*!
|
|
75585
75763
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75737,7 +75915,7 @@ ParseTreePattern = __decorate([
|
|
|
75737
75915
|
], ParseTreePattern);
|
|
75738
75916
|
exports.ParseTreePattern = ParseTreePattern;
|
|
75739
75917
|
|
|
75740
|
-
},{"../../Decorators":
|
|
75918
|
+
},{"../../Decorators":293,"../xpath/XPath":426}],421:[function(require,module,exports){
|
|
75741
75919
|
"use strict";
|
|
75742
75920
|
/*!
|
|
75743
75921
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76215,7 +76393,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
76215
76393
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
76216
76394
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
76217
76395
|
|
|
76218
|
-
},{"../../BailErrorStrategy":
|
|
76396
|
+
},{"../../BailErrorStrategy":283,"../../CharStreams":286,"../../CommonTokenStream":291,"../../Decorators":293,"../../ListTokenSource":304,"../../ParserInterpreter":308,"../../ParserRuleContext":309,"../../RecognitionException":312,"../../Token":318,"../../misc/MultiMap":407,"../../misc/ParseCancellationException":410,"../RuleNode":415,"../TerminalNode":416,"./ParseTreeMatch":419,"./ParseTreePattern":420,"./RuleTagToken":422,"./TagChunk":423,"./TextChunk":424,"./TokenTagToken":425}],422:[function(require,module,exports){
|
|
76219
76397
|
"use strict";
|
|
76220
76398
|
/*!
|
|
76221
76399
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76413,7 +76591,7 @@ RuleTagToken = __decorate([
|
|
|
76413
76591
|
], RuleTagToken);
|
|
76414
76592
|
exports.RuleTagToken = RuleTagToken;
|
|
76415
76593
|
|
|
76416
|
-
},{"../../Decorators":
|
|
76594
|
+
},{"../../Decorators":293,"../../Token":318}],423:[function(require,module,exports){
|
|
76417
76595
|
"use strict";
|
|
76418
76596
|
/*!
|
|
76419
76597
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76500,7 +76678,7 @@ __decorate([
|
|
|
76500
76678
|
], TagChunk.prototype, "toString", null);
|
|
76501
76679
|
exports.TagChunk = TagChunk;
|
|
76502
76680
|
|
|
76503
|
-
},{"../../Decorators":
|
|
76681
|
+
},{"../../Decorators":293,"./Chunk":418}],424:[function(require,module,exports){
|
|
76504
76682
|
"use strict";
|
|
76505
76683
|
/*!
|
|
76506
76684
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76570,7 +76748,7 @@ TextChunk = __decorate([
|
|
|
76570
76748
|
], TextChunk);
|
|
76571
76749
|
exports.TextChunk = TextChunk;
|
|
76572
76750
|
|
|
76573
|
-
},{"../../Decorators":
|
|
76751
|
+
},{"../../Decorators":293,"./Chunk":418}],425:[function(require,module,exports){
|
|
76574
76752
|
"use strict";
|
|
76575
76753
|
/*!
|
|
76576
76754
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76665,7 +76843,7 @@ TokenTagToken = __decorate([
|
|
|
76665
76843
|
], TokenTagToken);
|
|
76666
76844
|
exports.TokenTagToken = TokenTagToken;
|
|
76667
76845
|
|
|
76668
|
-
},{"../../CommonToken":
|
|
76846
|
+
},{"../../CommonToken":289,"../../Decorators":293}],426:[function(require,module,exports){
|
|
76669
76847
|
"use strict";
|
|
76670
76848
|
/*!
|
|
76671
76849
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76862,7 +77040,7 @@ exports.XPath = XPath;
|
|
|
76862
77040
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
76863
77041
|
XPath.NOT = "!"; // word for invert operator
|
|
76864
77042
|
|
|
76865
|
-
},{"../../CharStreams":
|
|
77043
|
+
},{"../../CharStreams":286,"../../CommonTokenStream":291,"../../LexerNoViableAltException":303,"../../ParserRuleContext":309,"../../Token":318,"./XPathLexer":428,"./XPathLexerErrorListener":429,"./XPathRuleAnywhereElement":430,"./XPathRuleElement":431,"./XPathTokenAnywhereElement":432,"./XPathTokenElement":433,"./XPathWildcardAnywhereElement":434,"./XPathWildcardElement":435}],427:[function(require,module,exports){
|
|
76866
77044
|
"use strict";
|
|
76867
77045
|
/*!
|
|
76868
77046
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76897,7 +77075,7 @@ __decorate([
|
|
|
76897
77075
|
], XPathElement.prototype, "toString", null);
|
|
76898
77076
|
exports.XPathElement = XPathElement;
|
|
76899
77077
|
|
|
76900
|
-
},{"../../Decorators":
|
|
77078
|
+
},{"../../Decorators":293}],428:[function(require,module,exports){
|
|
76901
77079
|
"use strict";
|
|
76902
77080
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
76903
77081
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -77372,7 +77550,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
77372
77550
|
XPathLexer._serializedATNSegment1,
|
|
77373
77551
|
], "");
|
|
77374
77552
|
|
|
77375
|
-
},{"../../Lexer":
|
|
77553
|
+
},{"../../Lexer":301,"../../VocabularyImpl":324,"../../atn/ATNDeserializer":330,"../../atn/LexerATNSimulator":351,"../../misc/Utils":412}],429:[function(require,module,exports){
|
|
77376
77554
|
"use strict";
|
|
77377
77555
|
/*!
|
|
77378
77556
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77397,7 +77575,7 @@ __decorate([
|
|
|
77397
77575
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
77398
77576
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
77399
77577
|
|
|
77400
|
-
},{"../../Decorators":
|
|
77578
|
+
},{"../../Decorators":293}],430:[function(require,module,exports){
|
|
77401
77579
|
"use strict";
|
|
77402
77580
|
/*!
|
|
77403
77581
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77431,7 +77609,7 @@ __decorate([
|
|
|
77431
77609
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
77432
77610
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
77433
77611
|
|
|
77434
|
-
},{"../../Decorators":
|
|
77612
|
+
},{"../../Decorators":293,"../Trees":417,"./XPathElement":427}],431:[function(require,module,exports){
|
|
77435
77613
|
"use strict";
|
|
77436
77614
|
/*!
|
|
77437
77615
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77474,7 +77652,7 @@ __decorate([
|
|
|
77474
77652
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
77475
77653
|
exports.XPathRuleElement = XPathRuleElement;
|
|
77476
77654
|
|
|
77477
|
-
},{"../../Decorators":
|
|
77655
|
+
},{"../../Decorators":293,"../../ParserRuleContext":309,"../Trees":417,"./XPathElement":427}],432:[function(require,module,exports){
|
|
77478
77656
|
"use strict";
|
|
77479
77657
|
/*!
|
|
77480
77658
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77506,7 +77684,7 @@ __decorate([
|
|
|
77506
77684
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
77507
77685
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
77508
77686
|
|
|
77509
|
-
},{"../../Decorators":
|
|
77687
|
+
},{"../../Decorators":293,"../Trees":417,"./XPathElement":427}],433:[function(require,module,exports){
|
|
77510
77688
|
"use strict";
|
|
77511
77689
|
/*!
|
|
77512
77690
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77549,7 +77727,7 @@ __decorate([
|
|
|
77549
77727
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
77550
77728
|
exports.XPathTokenElement = XPathTokenElement;
|
|
77551
77729
|
|
|
77552
|
-
},{"../../Decorators":
|
|
77730
|
+
},{"../../Decorators":293,"../TerminalNode":416,"../Trees":417,"./XPathElement":427}],434:[function(require,module,exports){
|
|
77553
77731
|
"use strict";
|
|
77554
77732
|
/*!
|
|
77555
77733
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77585,7 +77763,7 @@ __decorate([
|
|
|
77585
77763
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
77586
77764
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
77587
77765
|
|
|
77588
|
-
},{"../../Decorators":
|
|
77766
|
+
},{"../../Decorators":293,"../Trees":417,"./XPath":426,"./XPathElement":427}],435:[function(require,module,exports){
|
|
77589
77767
|
"use strict";
|
|
77590
77768
|
/*!
|
|
77591
77769
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77625,7 +77803,7 @@ __decorate([
|
|
|
77625
77803
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
77626
77804
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
77627
77805
|
|
|
77628
|
-
},{"../../Decorators":
|
|
77806
|
+
},{"../../Decorators":293,"../Trees":417,"./XPath":426,"./XPathElement":427}],436:[function(require,module,exports){
|
|
77629
77807
|
(function (global){(function (){
|
|
77630
77808
|
'use strict';
|
|
77631
77809
|
|
|
@@ -78135,7 +78313,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
78135
78313
|
};
|
|
78136
78314
|
|
|
78137
78315
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78138
|
-
},{"object.assign/polyfill":
|
|
78316
|
+
},{"object.assign/polyfill":493,"util/":439}],437:[function(require,module,exports){
|
|
78139
78317
|
if (typeof Object.create === 'function') {
|
|
78140
78318
|
// implementation from standard node.js 'util' module
|
|
78141
78319
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -78160,14 +78338,14 @@ if (typeof Object.create === 'function') {
|
|
|
78160
78338
|
}
|
|
78161
78339
|
}
|
|
78162
78340
|
|
|
78163
|
-
},{}],
|
|
78341
|
+
},{}],438:[function(require,module,exports){
|
|
78164
78342
|
module.exports = function isBuffer(arg) {
|
|
78165
78343
|
return arg && typeof arg === 'object'
|
|
78166
78344
|
&& typeof arg.copy === 'function'
|
|
78167
78345
|
&& typeof arg.fill === 'function'
|
|
78168
78346
|
&& typeof arg.readUInt8 === 'function';
|
|
78169
78347
|
}
|
|
78170
|
-
},{}],
|
|
78348
|
+
},{}],439:[function(require,module,exports){
|
|
78171
78349
|
(function (process,global){(function (){
|
|
78172
78350
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
78173
78351
|
//
|
|
@@ -78757,7 +78935,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
78757
78935
|
}
|
|
78758
78936
|
|
|
78759
78937
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78760
|
-
},{"./support/isBuffer":
|
|
78938
|
+
},{"./support/isBuffer":438,"_process":495,"inherits":437}],440:[function(require,module,exports){
|
|
78761
78939
|
(function (global){(function (){
|
|
78762
78940
|
'use strict';
|
|
78763
78941
|
|
|
@@ -78778,7 +78956,7 @@ module.exports = function availableTypedArrays() {
|
|
|
78778
78956
|
};
|
|
78779
78957
|
|
|
78780
78958
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78781
|
-
},{"possible-typed-array-names":
|
|
78959
|
+
},{"possible-typed-array-names":494}],441:[function(require,module,exports){
|
|
78782
78960
|
(function (process,global){(function (){
|
|
78783
78961
|
module.exports = process.hrtime || hrtime
|
|
78784
78962
|
|
|
@@ -78809,7 +78987,7 @@ function hrtime(previousTimestamp){
|
|
|
78809
78987
|
return [seconds,nanoseconds]
|
|
78810
78988
|
}
|
|
78811
78989
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78812
|
-
},{"_process":
|
|
78990
|
+
},{"_process":495}],442:[function(require,module,exports){
|
|
78813
78991
|
'use strict';
|
|
78814
78992
|
|
|
78815
78993
|
var bind = require('function-bind');
|
|
@@ -78821,7 +78999,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
78821
78999
|
/** @type {import('./actualApply')} */
|
|
78822
79000
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
78823
79001
|
|
|
78824
|
-
},{"./functionApply":
|
|
79002
|
+
},{"./functionApply":444,"./functionCall":445,"./reflectApply":447,"function-bind":463}],443:[function(require,module,exports){
|
|
78825
79003
|
'use strict';
|
|
78826
79004
|
|
|
78827
79005
|
var bind = require('function-bind');
|
|
@@ -78833,19 +79011,19 @@ module.exports = function applyBind() {
|
|
|
78833
79011
|
return actualApply(bind, $apply, arguments);
|
|
78834
79012
|
};
|
|
78835
79013
|
|
|
78836
|
-
},{"./actualApply":
|
|
79014
|
+
},{"./actualApply":442,"./functionApply":444,"function-bind":463}],444:[function(require,module,exports){
|
|
78837
79015
|
'use strict';
|
|
78838
79016
|
|
|
78839
79017
|
/** @type {import('./functionApply')} */
|
|
78840
79018
|
module.exports = Function.prototype.apply;
|
|
78841
79019
|
|
|
78842
|
-
},{}],
|
|
79020
|
+
},{}],445:[function(require,module,exports){
|
|
78843
79021
|
'use strict';
|
|
78844
79022
|
|
|
78845
79023
|
/** @type {import('./functionCall')} */
|
|
78846
79024
|
module.exports = Function.prototype.call;
|
|
78847
79025
|
|
|
78848
|
-
},{}],
|
|
79026
|
+
},{}],446:[function(require,module,exports){
|
|
78849
79027
|
'use strict';
|
|
78850
79028
|
|
|
78851
79029
|
var bind = require('function-bind');
|
|
@@ -78862,13 +79040,13 @@ module.exports = function callBindBasic(args) {
|
|
|
78862
79040
|
return $actualApply(bind, $call, args);
|
|
78863
79041
|
};
|
|
78864
79042
|
|
|
78865
|
-
},{"./actualApply":
|
|
79043
|
+
},{"./actualApply":442,"./functionCall":445,"es-errors/type":458,"function-bind":463}],447:[function(require,module,exports){
|
|
78866
79044
|
'use strict';
|
|
78867
79045
|
|
|
78868
79046
|
/** @type {import('./reflectApply')} */
|
|
78869
79047
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
78870
79048
|
|
|
78871
|
-
},{}],
|
|
79049
|
+
},{}],448:[function(require,module,exports){
|
|
78872
79050
|
'use strict';
|
|
78873
79051
|
|
|
78874
79052
|
var setFunctionLength = require('set-function-length');
|
|
@@ -78894,7 +79072,7 @@ if ($defineProperty) {
|
|
|
78894
79072
|
module.exports.apply = applyBind;
|
|
78895
79073
|
}
|
|
78896
79074
|
|
|
78897
|
-
},{"call-bind-apply-helpers":
|
|
79075
|
+
},{"call-bind-apply-helpers":446,"call-bind-apply-helpers/applyBind":443,"es-define-property":452,"set-function-length":497}],449:[function(require,module,exports){
|
|
78898
79076
|
'use strict';
|
|
78899
79077
|
|
|
78900
79078
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -78915,7 +79093,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
78915
79093
|
return intrinsic;
|
|
78916
79094
|
};
|
|
78917
79095
|
|
|
78918
|
-
},{"call-bind-apply-helpers":
|
|
79096
|
+
},{"call-bind-apply-helpers":446,"get-intrinsic":464}],450:[function(require,module,exports){
|
|
78919
79097
|
'use strict';
|
|
78920
79098
|
|
|
78921
79099
|
var $defineProperty = require('es-define-property');
|
|
@@ -78973,7 +79151,7 @@ module.exports = function defineDataProperty(
|
|
|
78973
79151
|
}
|
|
78974
79152
|
};
|
|
78975
79153
|
|
|
78976
|
-
},{"es-define-property":
|
|
79154
|
+
},{"es-define-property":452,"es-errors/syntax":457,"es-errors/type":458,"gopd":469}],451:[function(require,module,exports){
|
|
78977
79155
|
'use strict';
|
|
78978
79156
|
|
|
78979
79157
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79005,7 +79183,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79005
79183
|
}
|
|
79006
79184
|
: false;
|
|
79007
79185
|
|
|
79008
|
-
},{"call-bind-apply-helpers":
|
|
79186
|
+
},{"call-bind-apply-helpers":446,"gopd":469}],452:[function(require,module,exports){
|
|
79009
79187
|
'use strict';
|
|
79010
79188
|
|
|
79011
79189
|
/** @type {import('.')} */
|
|
@@ -79021,55 +79199,55 @@ if ($defineProperty) {
|
|
|
79021
79199
|
|
|
79022
79200
|
module.exports = $defineProperty;
|
|
79023
79201
|
|
|
79024
|
-
},{}],
|
|
79202
|
+
},{}],453:[function(require,module,exports){
|
|
79025
79203
|
'use strict';
|
|
79026
79204
|
|
|
79027
79205
|
/** @type {import('./eval')} */
|
|
79028
79206
|
module.exports = EvalError;
|
|
79029
79207
|
|
|
79030
|
-
},{}],
|
|
79208
|
+
},{}],454:[function(require,module,exports){
|
|
79031
79209
|
'use strict';
|
|
79032
79210
|
|
|
79033
79211
|
/** @type {import('.')} */
|
|
79034
79212
|
module.exports = Error;
|
|
79035
79213
|
|
|
79036
|
-
},{}],
|
|
79214
|
+
},{}],455:[function(require,module,exports){
|
|
79037
79215
|
'use strict';
|
|
79038
79216
|
|
|
79039
79217
|
/** @type {import('./range')} */
|
|
79040
79218
|
module.exports = RangeError;
|
|
79041
79219
|
|
|
79042
|
-
},{}],
|
|
79220
|
+
},{}],456:[function(require,module,exports){
|
|
79043
79221
|
'use strict';
|
|
79044
79222
|
|
|
79045
79223
|
/** @type {import('./ref')} */
|
|
79046
79224
|
module.exports = ReferenceError;
|
|
79047
79225
|
|
|
79048
|
-
},{}],
|
|
79226
|
+
},{}],457:[function(require,module,exports){
|
|
79049
79227
|
'use strict';
|
|
79050
79228
|
|
|
79051
79229
|
/** @type {import('./syntax')} */
|
|
79052
79230
|
module.exports = SyntaxError;
|
|
79053
79231
|
|
|
79054
|
-
},{}],
|
|
79232
|
+
},{}],458:[function(require,module,exports){
|
|
79055
79233
|
'use strict';
|
|
79056
79234
|
|
|
79057
79235
|
/** @type {import('./type')} */
|
|
79058
79236
|
module.exports = TypeError;
|
|
79059
79237
|
|
|
79060
|
-
},{}],
|
|
79238
|
+
},{}],459:[function(require,module,exports){
|
|
79061
79239
|
'use strict';
|
|
79062
79240
|
|
|
79063
79241
|
/** @type {import('./uri')} */
|
|
79064
79242
|
module.exports = URIError;
|
|
79065
79243
|
|
|
79066
|
-
},{}],
|
|
79244
|
+
},{}],460:[function(require,module,exports){
|
|
79067
79245
|
'use strict';
|
|
79068
79246
|
|
|
79069
79247
|
/** @type {import('.')} */
|
|
79070
79248
|
module.exports = Object;
|
|
79071
79249
|
|
|
79072
|
-
},{}],
|
|
79250
|
+
},{}],461:[function(require,module,exports){
|
|
79073
79251
|
'use strict';
|
|
79074
79252
|
|
|
79075
79253
|
var isCallable = require('is-callable');
|
|
@@ -79140,7 +79318,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
79140
79318
|
}
|
|
79141
79319
|
};
|
|
79142
79320
|
|
|
79143
|
-
},{"is-callable":
|
|
79321
|
+
},{"is-callable":477}],462:[function(require,module,exports){
|
|
79144
79322
|
'use strict';
|
|
79145
79323
|
|
|
79146
79324
|
/* eslint no-invalid-this: 1 */
|
|
@@ -79226,14 +79404,14 @@ module.exports = function bind(that) {
|
|
|
79226
79404
|
return bound;
|
|
79227
79405
|
};
|
|
79228
79406
|
|
|
79229
|
-
},{}],
|
|
79407
|
+
},{}],463:[function(require,module,exports){
|
|
79230
79408
|
'use strict';
|
|
79231
79409
|
|
|
79232
79410
|
var implementation = require('./implementation');
|
|
79233
79411
|
|
|
79234
79412
|
module.exports = Function.prototype.bind || implementation;
|
|
79235
79413
|
|
|
79236
|
-
},{"./implementation":
|
|
79414
|
+
},{"./implementation":462}],464:[function(require,module,exports){
|
|
79237
79415
|
'use strict';
|
|
79238
79416
|
|
|
79239
79417
|
var undefined;
|
|
@@ -79613,7 +79791,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
79613
79791
|
return value;
|
|
79614
79792
|
};
|
|
79615
79793
|
|
|
79616
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
79794
|
+
},{"call-bind-apply-helpers/functionApply":444,"call-bind-apply-helpers/functionCall":445,"es-define-property":452,"es-errors":454,"es-errors/eval":453,"es-errors/range":455,"es-errors/ref":456,"es-errors/syntax":457,"es-errors/type":458,"es-errors/uri":459,"es-object-atoms":460,"function-bind":463,"get-proto":467,"get-proto/Object.getPrototypeOf":465,"get-proto/Reflect.getPrototypeOf":466,"gopd":469,"has-symbols":471,"hasown":474,"math-intrinsics/abs":481,"math-intrinsics/floor":482,"math-intrinsics/max":484,"math-intrinsics/min":485,"math-intrinsics/pow":486,"math-intrinsics/round":487,"math-intrinsics/sign":488}],465:[function(require,module,exports){
|
|
79617
79795
|
'use strict';
|
|
79618
79796
|
|
|
79619
79797
|
var $Object = require('es-object-atoms');
|
|
@@ -79621,13 +79799,13 @@ var $Object = require('es-object-atoms');
|
|
|
79621
79799
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
79622
79800
|
module.exports = $Object.getPrototypeOf || null;
|
|
79623
79801
|
|
|
79624
|
-
},{"es-object-atoms":
|
|
79802
|
+
},{"es-object-atoms":460}],466:[function(require,module,exports){
|
|
79625
79803
|
'use strict';
|
|
79626
79804
|
|
|
79627
79805
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
79628
79806
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
79629
79807
|
|
|
79630
|
-
},{}],
|
|
79808
|
+
},{}],467:[function(require,module,exports){
|
|
79631
79809
|
'use strict';
|
|
79632
79810
|
|
|
79633
79811
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -79656,13 +79834,13 @@ module.exports = reflectGetProto
|
|
|
79656
79834
|
}
|
|
79657
79835
|
: null;
|
|
79658
79836
|
|
|
79659
|
-
},{"./Object.getPrototypeOf":
|
|
79837
|
+
},{"./Object.getPrototypeOf":465,"./Reflect.getPrototypeOf":466,"dunder-proto/get":451}],468:[function(require,module,exports){
|
|
79660
79838
|
'use strict';
|
|
79661
79839
|
|
|
79662
79840
|
/** @type {import('./gOPD')} */
|
|
79663
79841
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
79664
79842
|
|
|
79665
|
-
},{}],
|
|
79843
|
+
},{}],469:[function(require,module,exports){
|
|
79666
79844
|
'use strict';
|
|
79667
79845
|
|
|
79668
79846
|
/** @type {import('.')} */
|
|
@@ -79679,7 +79857,7 @@ if ($gOPD) {
|
|
|
79679
79857
|
|
|
79680
79858
|
module.exports = $gOPD;
|
|
79681
79859
|
|
|
79682
|
-
},{"./gOPD":
|
|
79860
|
+
},{"./gOPD":468}],470:[function(require,module,exports){
|
|
79683
79861
|
'use strict';
|
|
79684
79862
|
|
|
79685
79863
|
var $defineProperty = require('es-define-property');
|
|
@@ -79703,7 +79881,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
79703
79881
|
|
|
79704
79882
|
module.exports = hasPropertyDescriptors;
|
|
79705
79883
|
|
|
79706
|
-
},{"es-define-property":
|
|
79884
|
+
},{"es-define-property":452}],471:[function(require,module,exports){
|
|
79707
79885
|
'use strict';
|
|
79708
79886
|
|
|
79709
79887
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -79719,7 +79897,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
79719
79897
|
return hasSymbolSham();
|
|
79720
79898
|
};
|
|
79721
79899
|
|
|
79722
|
-
},{"./shams":
|
|
79900
|
+
},{"./shams":472}],472:[function(require,module,exports){
|
|
79723
79901
|
'use strict';
|
|
79724
79902
|
|
|
79725
79903
|
/** @type {import('./shams')} */
|
|
@@ -79766,7 +79944,7 @@ module.exports = function hasSymbols() {
|
|
|
79766
79944
|
return true;
|
|
79767
79945
|
};
|
|
79768
79946
|
|
|
79769
|
-
},{}],
|
|
79947
|
+
},{}],473:[function(require,module,exports){
|
|
79770
79948
|
'use strict';
|
|
79771
79949
|
|
|
79772
79950
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -79776,7 +79954,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
79776
79954
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
79777
79955
|
};
|
|
79778
79956
|
|
|
79779
|
-
},{"has-symbols/shams":
|
|
79957
|
+
},{"has-symbols/shams":472}],474:[function(require,module,exports){
|
|
79780
79958
|
'use strict';
|
|
79781
79959
|
|
|
79782
79960
|
var call = Function.prototype.call;
|
|
@@ -79786,7 +79964,7 @@ var bind = require('function-bind');
|
|
|
79786
79964
|
/** @type {import('.')} */
|
|
79787
79965
|
module.exports = bind.call(call, $hasOwn);
|
|
79788
79966
|
|
|
79789
|
-
},{"function-bind":
|
|
79967
|
+
},{"function-bind":463}],475:[function(require,module,exports){
|
|
79790
79968
|
if (typeof Object.create === 'function') {
|
|
79791
79969
|
// implementation from standard node.js 'util' module
|
|
79792
79970
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -79815,7 +79993,7 @@ if (typeof Object.create === 'function') {
|
|
|
79815
79993
|
}
|
|
79816
79994
|
}
|
|
79817
79995
|
|
|
79818
|
-
},{}],
|
|
79996
|
+
},{}],476:[function(require,module,exports){
|
|
79819
79997
|
'use strict';
|
|
79820
79998
|
|
|
79821
79999
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -79861,7 +80039,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
79861
80039
|
/** @type {import('.')} */
|
|
79862
80040
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
79863
80041
|
|
|
79864
|
-
},{"call-bound":
|
|
80042
|
+
},{"call-bound":449,"has-tostringtag/shams":473}],477:[function(require,module,exports){
|
|
79865
80043
|
'use strict';
|
|
79866
80044
|
|
|
79867
80045
|
var fnToStr = Function.prototype.toString;
|
|
@@ -79964,7 +80142,7 @@ module.exports = reflectApply
|
|
|
79964
80142
|
return tryFunctionObject(value);
|
|
79965
80143
|
};
|
|
79966
80144
|
|
|
79967
|
-
},{}],
|
|
80145
|
+
},{}],478:[function(require,module,exports){
|
|
79968
80146
|
'use strict';
|
|
79969
80147
|
|
|
79970
80148
|
var callBound = require('call-bound');
|
|
@@ -80013,7 +80191,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80013
80191
|
return getProto(fn) === GeneratorFunction;
|
|
80014
80192
|
};
|
|
80015
80193
|
|
|
80016
|
-
},{"call-bound":
|
|
80194
|
+
},{"call-bound":449,"get-proto":467,"has-tostringtag/shams":473,"safe-regex-test":496}],479:[function(require,module,exports){
|
|
80017
80195
|
'use strict';
|
|
80018
80196
|
|
|
80019
80197
|
var callBound = require('call-bound');
|
|
@@ -80084,7 +80262,7 @@ if (hasToStringTag) {
|
|
|
80084
80262
|
|
|
80085
80263
|
module.exports = fn;
|
|
80086
80264
|
|
|
80087
|
-
},{"call-bound":
|
|
80265
|
+
},{"call-bound":449,"gopd":469,"has-tostringtag/shams":473,"hasown":474}],480:[function(require,module,exports){
|
|
80088
80266
|
'use strict';
|
|
80089
80267
|
|
|
80090
80268
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80094,19 +80272,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80094
80272
|
return !!whichTypedArray(value);
|
|
80095
80273
|
};
|
|
80096
80274
|
|
|
80097
|
-
},{"which-typed-array":
|
|
80275
|
+
},{"which-typed-array":501}],481:[function(require,module,exports){
|
|
80098
80276
|
'use strict';
|
|
80099
80277
|
|
|
80100
80278
|
/** @type {import('./abs')} */
|
|
80101
80279
|
module.exports = Math.abs;
|
|
80102
80280
|
|
|
80103
|
-
},{}],
|
|
80281
|
+
},{}],482:[function(require,module,exports){
|
|
80104
80282
|
'use strict';
|
|
80105
80283
|
|
|
80106
80284
|
/** @type {import('./floor')} */
|
|
80107
80285
|
module.exports = Math.floor;
|
|
80108
80286
|
|
|
80109
|
-
},{}],
|
|
80287
|
+
},{}],483:[function(require,module,exports){
|
|
80110
80288
|
'use strict';
|
|
80111
80289
|
|
|
80112
80290
|
/** @type {import('./isNaN')} */
|
|
@@ -80114,31 +80292,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
80114
80292
|
return a !== a;
|
|
80115
80293
|
};
|
|
80116
80294
|
|
|
80117
|
-
},{}],
|
|
80295
|
+
},{}],484:[function(require,module,exports){
|
|
80118
80296
|
'use strict';
|
|
80119
80297
|
|
|
80120
80298
|
/** @type {import('./max')} */
|
|
80121
80299
|
module.exports = Math.max;
|
|
80122
80300
|
|
|
80123
|
-
},{}],
|
|
80301
|
+
},{}],485:[function(require,module,exports){
|
|
80124
80302
|
'use strict';
|
|
80125
80303
|
|
|
80126
80304
|
/** @type {import('./min')} */
|
|
80127
80305
|
module.exports = Math.min;
|
|
80128
80306
|
|
|
80129
|
-
},{}],
|
|
80307
|
+
},{}],486:[function(require,module,exports){
|
|
80130
80308
|
'use strict';
|
|
80131
80309
|
|
|
80132
80310
|
/** @type {import('./pow')} */
|
|
80133
80311
|
module.exports = Math.pow;
|
|
80134
80312
|
|
|
80135
|
-
},{}],
|
|
80313
|
+
},{}],487:[function(require,module,exports){
|
|
80136
80314
|
'use strict';
|
|
80137
80315
|
|
|
80138
80316
|
/** @type {import('./round')} */
|
|
80139
80317
|
module.exports = Math.round;
|
|
80140
80318
|
|
|
80141
|
-
},{}],
|
|
80319
|
+
},{}],488:[function(require,module,exports){
|
|
80142
80320
|
'use strict';
|
|
80143
80321
|
|
|
80144
80322
|
var $isNaN = require('./isNaN');
|
|
@@ -80151,7 +80329,7 @@ module.exports = function sign(number) {
|
|
|
80151
80329
|
return number < 0 ? -1 : +1;
|
|
80152
80330
|
};
|
|
80153
80331
|
|
|
80154
|
-
},{"./isNaN":
|
|
80332
|
+
},{"./isNaN":483}],489:[function(require,module,exports){
|
|
80155
80333
|
'use strict';
|
|
80156
80334
|
|
|
80157
80335
|
var keysShim;
|
|
@@ -80275,7 +80453,7 @@ if (!Object.keys) {
|
|
|
80275
80453
|
}
|
|
80276
80454
|
module.exports = keysShim;
|
|
80277
80455
|
|
|
80278
|
-
},{"./isArguments":
|
|
80456
|
+
},{"./isArguments":491}],490:[function(require,module,exports){
|
|
80279
80457
|
'use strict';
|
|
80280
80458
|
|
|
80281
80459
|
var slice = Array.prototype.slice;
|
|
@@ -80309,7 +80487,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
80309
80487
|
|
|
80310
80488
|
module.exports = keysShim;
|
|
80311
80489
|
|
|
80312
|
-
},{"./implementation":
|
|
80490
|
+
},{"./implementation":489,"./isArguments":491}],491:[function(require,module,exports){
|
|
80313
80491
|
'use strict';
|
|
80314
80492
|
|
|
80315
80493
|
var toStr = Object.prototype.toString;
|
|
@@ -80328,7 +80506,7 @@ module.exports = function isArguments(value) {
|
|
|
80328
80506
|
return isArgs;
|
|
80329
80507
|
};
|
|
80330
80508
|
|
|
80331
|
-
},{}],
|
|
80509
|
+
},{}],492:[function(require,module,exports){
|
|
80332
80510
|
'use strict';
|
|
80333
80511
|
|
|
80334
80512
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -80376,7 +80554,7 @@ module.exports = function assign(target, source1) {
|
|
|
80376
80554
|
return to; // step 4
|
|
80377
80555
|
};
|
|
80378
80556
|
|
|
80379
|
-
},{"call-bound":
|
|
80557
|
+
},{"call-bound":449,"es-object-atoms":460,"has-symbols/shams":472,"object-keys":490}],493:[function(require,module,exports){
|
|
80380
80558
|
'use strict';
|
|
80381
80559
|
|
|
80382
80560
|
var implementation = require('./implementation');
|
|
@@ -80433,7 +80611,7 @@ module.exports = function getPolyfill() {
|
|
|
80433
80611
|
return Object.assign;
|
|
80434
80612
|
};
|
|
80435
80613
|
|
|
80436
|
-
},{"./implementation":
|
|
80614
|
+
},{"./implementation":492}],494:[function(require,module,exports){
|
|
80437
80615
|
'use strict';
|
|
80438
80616
|
|
|
80439
80617
|
/** @type {import('.')} */
|
|
@@ -80452,7 +80630,7 @@ module.exports = [
|
|
|
80452
80630
|
'BigUint64Array'
|
|
80453
80631
|
];
|
|
80454
80632
|
|
|
80455
|
-
},{}],
|
|
80633
|
+
},{}],495:[function(require,module,exports){
|
|
80456
80634
|
// shim for using process in browser
|
|
80457
80635
|
var process = module.exports = {};
|
|
80458
80636
|
|
|
@@ -80638,7 +80816,7 @@ process.chdir = function (dir) {
|
|
|
80638
80816
|
};
|
|
80639
80817
|
process.umask = function() { return 0; };
|
|
80640
80818
|
|
|
80641
|
-
},{}],
|
|
80819
|
+
},{}],496:[function(require,module,exports){
|
|
80642
80820
|
'use strict';
|
|
80643
80821
|
|
|
80644
80822
|
var callBound = require('call-bound');
|
|
@@ -80657,7 +80835,7 @@ module.exports = function regexTester(regex) {
|
|
|
80657
80835
|
};
|
|
80658
80836
|
};
|
|
80659
80837
|
|
|
80660
|
-
},{"call-bound":
|
|
80838
|
+
},{"call-bound":449,"es-errors/type":458,"is-regex":479}],497:[function(require,module,exports){
|
|
80661
80839
|
'use strict';
|
|
80662
80840
|
|
|
80663
80841
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -80701,9 +80879,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
80701
80879
|
return fn;
|
|
80702
80880
|
};
|
|
80703
80881
|
|
|
80704
|
-
},{"define-data-property":
|
|
80705
|
-
arguments[4][
|
|
80706
|
-
},{"dup":
|
|
80882
|
+
},{"define-data-property":450,"es-errors/type":458,"get-intrinsic":464,"gopd":469,"has-property-descriptors":470}],498:[function(require,module,exports){
|
|
80883
|
+
arguments[4][438][0].apply(exports,arguments)
|
|
80884
|
+
},{"dup":438}],499:[function(require,module,exports){
|
|
80707
80885
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
80708
80886
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
80709
80887
|
|
|
@@ -81039,7 +81217,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81039
81217
|
});
|
|
81040
81218
|
});
|
|
81041
81219
|
|
|
81042
|
-
},{"is-arguments":
|
|
81220
|
+
},{"is-arguments":476,"is-generator-function":478,"is-typed-array":480,"which-typed-array":501}],500:[function(require,module,exports){
|
|
81043
81221
|
(function (process){(function (){
|
|
81044
81222
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81045
81223
|
//
|
|
@@ -81758,7 +81936,7 @@ function callbackify(original) {
|
|
|
81758
81936
|
exports.callbackify = callbackify;
|
|
81759
81937
|
|
|
81760
81938
|
}).call(this)}).call(this,require('_process'))
|
|
81761
|
-
},{"./support/isBuffer":
|
|
81939
|
+
},{"./support/isBuffer":498,"./support/types":499,"_process":495,"inherits":475}],501:[function(require,module,exports){
|
|
81762
81940
|
(function (global){(function (){
|
|
81763
81941
|
'use strict';
|
|
81764
81942
|
|
|
@@ -81879,5 +82057,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
81879
82057
|
};
|
|
81880
82058
|
|
|
81881
82059
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
81882
|
-
},{"available-typed-arrays":
|
|
82060
|
+
},{"available-typed-arrays":440,"call-bind":448,"call-bound":449,"for-each":461,"get-proto":467,"gopd":469,"has-tostringtag/shams":473}]},{},[141])(141)
|
|
81883
82061
|
});
|