@designliquido/delegua 0.14.7 → 0.15.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/README.md +85 -85
- package/bin/delegua +2 -2
- package/bin/package.json +88 -88
- package/fontes/avaliador-sintatico/avaliador-sintatico-base.d.ts +67 -67
- package/fontes/avaliador-sintatico/avaliador-sintatico-base.js +215 -215
- package/fontes/avaliador-sintatico/avaliador-sintatico-base.js.map +1 -1
- package/fontes/avaliador-sintatico/avaliador-sintatico.d.ts +92 -92
- package/fontes/avaliador-sintatico/avaliador-sintatico.js +857 -727
- package/fontes/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-birl.d.ts +27 -22
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-birl.js +294 -145
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-birl.js.map +1 -1
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts +69 -69
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js +640 -640
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js.map +1 -1
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-eguap.d.ts +84 -84
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-eguap.js +714 -714
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-eguap.js.map +1 -1
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-guarani.d.ts +20 -20
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-guarani.js +149 -149
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-portugol-studio.d.ts +49 -33
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-portugol-studio.js +419 -218
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-portugol-studio.js.map +1 -1
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-visualg.d.ts +73 -73
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-visualg.js +534 -534
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-visualg.js.map +1 -1
- package/fontes/avaliador-sintatico/dialetos/index.d.ts +5 -5
- package/fontes/avaliador-sintatico/dialetos/index.js +21 -21
- package/fontes/avaliador-sintatico/erro-avaliador-sintatico.d.ts +5 -5
- package/fontes/avaliador-sintatico/erro-avaliador-sintatico.js +11 -11
- package/fontes/avaliador-sintatico/index.d.ts +2 -2
- package/fontes/avaliador-sintatico/index.js +18 -18
- package/fontes/avaliador-sintatico/retornos/index.d.ts +3 -3
- package/fontes/avaliador-sintatico/retornos/index.js +19 -19
- package/fontes/avaliador-sintatico/retornos/retorno-declaracao.d.ts +3 -3
- package/fontes/avaliador-sintatico/retornos/retorno-declaracao.js +2 -2
- package/fontes/avaliador-sintatico/retornos/retorno-primario.d.ts +3 -3
- package/fontes/avaliador-sintatico/retornos/retorno-primario.js +2 -2
- package/fontes/avaliador-sintatico/retornos/retorno-resolver-declaracao.d.ts +2 -2
- package/fontes/avaliador-sintatico/retornos/retorno-resolver-declaracao.js +2 -2
- package/fontes/bibliotecas/biblioteca-global.d.ts +3 -3
- package/fontes/bibliotecas/biblioteca-global.js +315 -315
- package/fontes/bibliotecas/dialetos/egua-classico/biblioteca-global.d.ts +1 -1
- package/fontes/bibliotecas/dialetos/egua-classico/biblioteca-global.js +230 -230
- package/fontes/bibliotecas/dialetos/egua-classico/index.d.ts +2 -2
- package/fontes/bibliotecas/dialetos/egua-classico/index.js +32 -32
- package/fontes/bibliotecas/dialetos/egua-classico/matematica.d.ts +1 -1
- package/fontes/bibliotecas/dialetos/egua-classico/matematica.js +478 -478
- package/fontes/bibliotecas/dialetos/egua-classico/tempo.d.ts +1 -1
- package/fontes/bibliotecas/dialetos/egua-classico/tempo.js +39 -39
- package/fontes/bibliotecas/dialetos/egua-classico/textos.d.ts +8 -8
- package/fontes/bibliotecas/dialetos/egua-classico/textos.js +201 -201
- package/fontes/bibliotecas/primitivas-texto.d.ts +11 -11
- package/fontes/bibliotecas/primitivas-texto.js +12 -12
- package/fontes/bibliotecas/primitivas-vetor.d.ts +15 -15
- package/fontes/bibliotecas/primitivas-vetor.js +33 -33
- package/fontes/construtos/acesso-indice-variavel.d.ts +15 -15
- package/fontes/construtos/acesso-indice-variavel.js +20 -20
- package/fontes/construtos/acesso-metodo.d.ts +14 -14
- package/fontes/construtos/acesso-metodo.js +19 -19
- package/fontes/construtos/agrupamento.d.ts +14 -14
- package/fontes/construtos/agrupamento.js +19 -19
- package/fontes/construtos/atribuicao-sobrescrita.d.ts +11 -11
- package/fontes/construtos/atribuicao-sobrescrita.js +16 -16
- package/fontes/construtos/atribuir.d.ts +10 -10
- package/fontes/construtos/atribuir.js +15 -15
- package/fontes/construtos/binario.d.ts +22 -22
- package/fontes/construtos/binario.js +27 -27
- package/fontes/construtos/chamada.d.ts +13 -13
- package/fontes/construtos/chamada.js +36 -36
- package/fontes/construtos/construto.d.ts +7 -7
- package/fontes/construtos/construto.js +2 -2
- package/fontes/construtos/definir-valor.d.ts +11 -11
- package/fontes/construtos/definir-valor.js +16 -16
- package/fontes/construtos/dicionario.d.ts +10 -10
- package/fontes/construtos/dicionario.js +15 -15
- package/fontes/construtos/formatacao-escrita.d.ts +16 -16
- package/fontes/construtos/formatacao-escrita.js +21 -21
- package/fontes/construtos/funcao.d.ts +10 -10
- package/fontes/construtos/funcao.js +15 -15
- package/fontes/construtos/index.d.ts +19 -19
- package/fontes/construtos/index.js +35 -35
- package/fontes/construtos/isto.d.ts +9 -9
- package/fontes/construtos/isto.js +14 -14
- package/fontes/construtos/literal.d.ts +10 -10
- package/fontes/construtos/literal.js +14 -14
- package/fontes/construtos/logico.d.ts +11 -11
- package/fontes/construtos/logico.js +16 -16
- package/fontes/construtos/super.d.ts +10 -10
- package/fontes/construtos/super.js +15 -15
- package/fontes/construtos/unario.d.ts +11 -10
- package/fontes/construtos/unario.js +16 -15
- package/fontes/construtos/unario.js.map +1 -1
- package/fontes/construtos/variavel.d.ts +9 -9
- package/fontes/construtos/variavel.js +14 -14
- package/fontes/construtos/vetor.d.ts +9 -9
- package/fontes/construtos/vetor.js +14 -14
- package/fontes/declaracoes/bloco.d.ts +7 -7
- package/fontes/declaracoes/bloco.js +14 -14
- package/fontes/declaracoes/classe.d.ts +9 -9
- package/fontes/declaracoes/classe.js +16 -16
- package/fontes/declaracoes/continua.d.ts +6 -6
- package/fontes/declaracoes/continua.js +13 -13
- package/fontes/declaracoes/declaracao.d.ts +8 -8
- package/fontes/declaracoes/declaracao.js +17 -17
- package/fontes/declaracoes/enquanto.d.ts +9 -9
- package/fontes/declaracoes/enquanto.js +15 -15
- package/fontes/declaracoes/escolha.d.ts +14 -14
- package/fontes/declaracoes/escolha.js +19 -19
- package/fontes/declaracoes/escreva-mesma-linha.d.ts +8 -8
- package/fontes/declaracoes/escreva-mesma-linha.js +14 -14
- package/fontes/declaracoes/escreva.d.ts +8 -8
- package/fontes/declaracoes/escreva.js +14 -14
- package/fontes/declaracoes/expressao.d.ts +8 -8
- package/fontes/declaracoes/expressao.js +14 -14
- package/fontes/declaracoes/fazer.d.ts +8 -8
- package/fontes/declaracoes/fazer.js +15 -15
- package/fontes/declaracoes/funcao.d.ts +9 -9
- package/fontes/declaracoes/funcao.js +15 -15
- package/fontes/declaracoes/importar.d.ts +9 -9
- package/fontes/declaracoes/importar.js +15 -15
- package/fontes/declaracoes/index.d.ts +19 -19
- package/fontes/declaracoes/index.js +35 -35
- package/fontes/declaracoes/leia.d.ts +12 -12
- package/fontes/declaracoes/leia.js +18 -18
- package/fontes/declaracoes/para.d.ts +10 -10
- package/fontes/declaracoes/para.js +17 -17
- package/fontes/declaracoes/retorna.d.ts +8 -8
- package/fontes/declaracoes/retorna.js +15 -15
- package/fontes/declaracoes/se.d.ts +11 -11
- package/fontes/declaracoes/se.js +17 -17
- package/fontes/declaracoes/sustar.d.ts +6 -6
- package/fontes/declaracoes/sustar.js +13 -13
- package/fontes/declaracoes/tente.d.ts +14 -14
- package/fontes/declaracoes/tente.js +20 -20
- package/fontes/declaracoes/var.d.ts +9 -9
- package/fontes/declaracoes/var.js +15 -15
- package/fontes/depuracao/cyrb53.d.ts +9 -9
- package/fontes/depuracao/cyrb53.js +22 -22
- package/fontes/depuracao/index.d.ts +2 -2
- package/fontes/depuracao/index.js +23 -23
- package/fontes/depuracao/ponto-parada.d.ts +4 -4
- package/fontes/depuracao/ponto-parada.js +2 -2
- package/fontes/espaco-variaveis.d.ts +19 -19
- package/fontes/espaco-variaveis.js +19 -19
- package/fontes/estruturas/chamavel.d.ts +5 -5
- package/fontes/estruturas/chamavel.js +12 -12
- package/fontes/estruturas/classe-padrao.d.ts +17 -17
- package/fontes/estruturas/classe-padrao.js +28 -28
- package/fontes/estruturas/delegua-classe.d.ts +16 -16
- package/fontes/estruturas/delegua-classe.js +38 -38
- package/fontes/estruturas/delegua-funcao.d.ts +18 -18
- package/fontes/estruturas/delegua-funcao.js +60 -60
- package/fontes/estruturas/funcao-padrao.d.ts +12 -12
- package/fontes/estruturas/funcao-padrao.js +22 -22
- package/fontes/estruturas/index.d.ts +9 -9
- package/fontes/estruturas/index.js +25 -25
- package/fontes/estruturas/metodo-primitiva.d.ts +17 -17
- package/fontes/estruturas/metodo-primitiva.js +26 -26
- package/fontes/estruturas/modulo.d.ts +9 -9
- package/fontes/estruturas/modulo.js +13 -13
- package/fontes/estruturas/objeto-delegua-classe.d.ts +10 -10
- package/fontes/estruturas/objeto-delegua-classe.js +26 -26
- package/fontes/estruturas/objeto-padrao.d.ts +9 -9
- package/fontes/estruturas/objeto-padrao.js +21 -21
- package/fontes/excecoes/erro-em-tempo-de-execucao.d.ts +7 -7
- package/fontes/excecoes/erro-em-tempo-de-execucao.js +13 -13
- package/fontes/excecoes/index.d.ts +1 -1
- package/fontes/excecoes/index.js +17 -17
- package/fontes/formatadores/delegua.d.ts +18 -18
- package/fontes/formatadores/delegua.js +82 -82
- package/fontes/formatadores/index.d.ts +1 -1
- package/fontes/formatadores/index.js +17 -17
- package/fontes/interfaces/avaliador-sintatico-interface.d.ts +57 -57
- package/fontes/interfaces/avaliador-sintatico-interface.js +2 -2
- package/fontes/interfaces/construtos/index.d.ts +4 -4
- package/fontes/interfaces/construtos/index.js +2 -2
- package/fontes/interfaces/escopo-execucao.d.ts +11 -11
- package/fontes/interfaces/escopo-execucao.js +2 -2
- package/fontes/interfaces/index.d.ts +11 -11
- package/fontes/interfaces/index.js +27 -27
- package/fontes/interfaces/interpretador-com-depuracao-interface.d.ts +17 -17
- package/fontes/interfaces/interpretador-com-depuracao-interface.js +2 -2
- package/fontes/interfaces/interpretador-interface.d.ts +55 -55
- package/fontes/interfaces/interpretador-interface.js +2 -2
- package/fontes/interfaces/lexador-interface.d.ts +23 -23
- package/fontes/interfaces/lexador-interface.js +2 -2
- package/fontes/interfaces/parametro-interface.d.ts +6 -6
- package/fontes/interfaces/parametro-interface.js +2 -2
- package/fontes/interfaces/pilha-escopos-execucao-interface.d.ts +25 -25
- package/fontes/interfaces/pilha-escopos-execucao-interface.js +2 -2
- package/fontes/interfaces/pilha-interface.d.ts +7 -7
- package/fontes/interfaces/pilha-interface.js +2 -2
- package/fontes/interfaces/resolvedor-interface.d.ts +41 -41
- package/fontes/interfaces/resolvedor-interface.js +2 -2
- package/fontes/interfaces/retornos/index.d.ts +4 -4
- package/fontes/interfaces/retornos/index.js +20 -20
- package/fontes/interfaces/retornos/retorno-avaliador-sintatico.d.ts +6 -6
- package/fontes/interfaces/retornos/retorno-avaliador-sintatico.js +2 -2
- package/fontes/interfaces/retornos/retorno-execucao-interface.d.ts +5 -5
- package/fontes/interfaces/retornos/retorno-execucao-interface.js +2 -2
- package/fontes/interfaces/retornos/retorno-interpretador.d.ts +5 -5
- package/fontes/interfaces/retornos/retorno-interpretador.js +2 -2
- package/fontes/interfaces/retornos/retorno-lexador.d.ts +10 -10
- package/fontes/interfaces/retornos/retorno-lexador.js +2 -2
- package/fontes/interfaces/simbolo-interface.d.ts +7 -7
- package/fontes/interfaces/simbolo-interface.js +2 -2
- package/fontes/interfaces/tradutor-interface.d.ts +4 -4
- package/fontes/interfaces/tradutor-interface.js +2 -2
- package/fontes/interfaces/variavel-interface.d.ts +4 -4
- package/fontes/interfaces/variavel-interface.js +2 -2
- package/fontes/interpretador/dialetos/egua-classico/index.d.ts +1 -1
- package/fontes/interpretador/dialetos/egua-classico/index.js +17 -17
- package/fontes/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +99 -99
- package/fontes/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +743 -743
- package/fontes/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/erro-resolvedor.d.ts +5 -5
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/erro-resolvedor.js +11 -11
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/index.d.ts +3 -3
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/index.js +19 -19
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/pilha-escopos.d.ts +9 -9
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/pilha-escopos.js +25 -25
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +87 -87
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +387 -387
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/retorno-resolvedor.d.ts +6 -6
- package/fontes/interpretador/dialetos/egua-classico/resolvedor/retorno-resolvedor.js +2 -2
- package/fontes/interpretador/dialetos/index.d.ts +4 -4
- package/fontes/interpretador/dialetos/index.js +20 -20
- package/fontes/interpretador/dialetos/portugol-studio/interpretador-portugol-studio.d.ts +12 -12
- package/fontes/interpretador/dialetos/portugol-studio/interpretador-portugol-studio.js +26 -26
- package/fontes/interpretador/dialetos/visualg/interpretador-visualg-com-depuracao.d.ts +40 -40
- package/fontes/interpretador/dialetos/visualg/interpretador-visualg-com-depuracao.js +96 -96
- package/fontes/interpretador/dialetos/visualg/interpretador-visualg-com-depuracao.js.map +1 -1
- package/fontes/interpretador/dialetos/visualg/interpretador-visualg.d.ts +46 -46
- package/fontes/interpretador/dialetos/visualg/interpretador-visualg.js +102 -102
- package/fontes/interpretador/dialetos/visualg/interpretador-visualg.js.map +1 -1
- package/fontes/interpretador/erro-interpretador.d.ts +8 -8
- package/fontes/interpretador/erro-interpretador.js +2 -2
- package/fontes/interpretador/index.d.ts +4 -4
- package/fontes/interpretador/index.js +20 -20
- package/fontes/interpretador/inferenciador.d.ts +1 -1
- package/fontes/interpretador/inferenciador.js +31 -31
- package/fontes/interpretador/interpretador-base.d.ts +188 -187
- package/fontes/interpretador/interpretador-base.js +1000 -972
- package/fontes/interpretador/interpretador-base.js.map +1 -1
- package/fontes/interpretador/interpretador-com-depuracao.d.ts +199 -199
- package/fontes/interpretador/interpretador-com-depuracao.js +516 -516
- package/fontes/interpretador/pilha-escopos-execucao.d.ts +38 -38
- package/fontes/interpretador/pilha-escopos-execucao.js +158 -158
- package/fontes/lexador/dialetos/index.d.ts +6 -6
- package/fontes/lexador/dialetos/index.js +22 -22
- package/fontes/lexador/dialetos/lexador-birl.d.ts +12 -12
- package/fontes/lexador/dialetos/lexador-birl.js +211 -165
- package/fontes/lexador/dialetos/lexador-birl.js.map +1 -1
- package/fontes/lexador/dialetos/lexador-egua-classico.d.ts +36 -36
- package/fontes/lexador/dialetos/lexador-egua-classico.js +286 -286
- package/fontes/lexador/dialetos/lexador-eguap.d.ts +51 -51
- package/fontes/lexador/dialetos/lexador-eguap.js +398 -398
- package/fontes/lexador/dialetos/lexador-guarani.d.ts +9 -9
- package/fontes/lexador/dialetos/lexador-guarani.js +113 -113
- package/fontes/lexador/dialetos/lexador-portugol-ipt.d.ts +33 -33
- package/fontes/lexador/dialetos/lexador-portugol-ipt.js +195 -195
- package/fontes/lexador/dialetos/lexador-portugol-studio.d.ts +21 -15
- package/fontes/lexador/dialetos/lexador-portugol-studio.js +280 -244
- package/fontes/lexador/dialetos/lexador-portugol-studio.js.map +1 -1
- package/fontes/lexador/dialetos/lexador-visualg.d.ts +18 -18
- package/fontes/lexador/dialetos/lexador-visualg.js +218 -218
- package/fontes/lexador/dialetos/palavras-reservadas/birl.d.ts +46 -41
- package/fontes/lexador/dialetos/palavras-reservadas/birl.js +63 -58
- package/fontes/lexador/dialetos/palavras-reservadas/birl.js.map +1 -1
- package/fontes/lexador/dialetos/palavras-reservadas/egua-classico.d.ts +36 -36
- package/fontes/lexador/dialetos/palavras-reservadas/egua-classico.js +41 -41
- package/fontes/lexador/dialetos/palavras-reservadas/guarani.d.ts +4 -4
- package/fontes/lexador/dialetos/palavras-reservadas/guarani.js +9 -9
- package/fontes/lexador/dialetos/palavras-reservadas/index.d.ts +3 -3
- package/fontes/lexador/dialetos/palavras-reservadas/index.js +19 -19
- package/fontes/lexador/dialetos/palavras-reservadas/portugol-ipt.d.ts +6 -6
- package/fontes/lexador/dialetos/palavras-reservadas/portugol-ipt.js +11 -11
- package/fontes/lexador/dialetos/palavras-reservadas/portugol-studio.d.ts +23 -11
- package/fontes/lexador/dialetos/palavras-reservadas/portugol-studio.js +28 -16
- package/fontes/lexador/dialetos/palavras-reservadas/portugol-studio.js.map +1 -1
- package/fontes/lexador/dialetos/palavras-reservadas/rantiaquin.d.ts +2 -2
- package/fontes/lexador/dialetos/palavras-reservadas/rantiaquin.js +3 -3
- package/fontes/lexador/dialetos/palavras-reservadas/visualg.d.ts +60 -60
- package/fontes/lexador/dialetos/palavras-reservadas/visualg.js +65 -65
- package/fontes/lexador/dialetos/pragma.d.ts +8 -8
- package/fontes/lexador/dialetos/pragma.js +2 -2
- package/fontes/lexador/erro-lexador.d.ts +5 -5
- package/fontes/lexador/erro-lexador.js +2 -2
- package/fontes/lexador/index.d.ts +2 -2
- package/fontes/lexador/index.js +18 -18
- package/fontes/lexador/lexador-base-linha-unica.d.ts +28 -28
- package/fontes/lexador/lexador-base-linha-unica.js +82 -82
- package/fontes/lexador/lexador-base.d.ts +41 -41
- package/fontes/lexador/lexador-base.js +112 -112
- package/fontes/lexador/lexador.d.ts +43 -43
- package/fontes/lexador/lexador.js +412 -408
- package/fontes/lexador/lexador.js.map +1 -1
- package/fontes/lexador/palavras-reservadas.d.ts +36 -36
- package/fontes/lexador/palavras-reservadas.js +41 -41
- package/fontes/lexador/simbolo.d.ts +10 -10
- package/fontes/lexador/simbolo.js +16 -16
- package/fontes/quebras/index.d.ts +10 -10
- package/fontes/quebras/index.js +19 -19
- package/fontes/tipos-de-simbolos/birl.d.ts +71 -57
- package/fontes/tipos-de-simbolos/birl.js +78 -61
- package/fontes/tipos-de-simbolos/birl.js.map +1 -1
- package/fontes/tipos-de-simbolos/comum.d.ts +22 -22
- package/fontes/tipos-de-simbolos/comum.js +23 -23
- package/fontes/tipos-de-simbolos/delegua.d.ts +80 -80
- package/fontes/tipos-de-simbolos/delegua.js +81 -81
- package/fontes/tipos-de-simbolos/egua-classico.d.ts +77 -77
- package/fontes/tipos-de-simbolos/egua-classico.js +78 -78
- package/fontes/tipos-de-simbolos/eguap.d.ts +73 -73
- package/fontes/tipos-de-simbolos/eguap.js +74 -74
- package/fontes/tipos-de-simbolos/guarani.d.ts +14 -14
- package/fontes/tipos-de-simbolos/guarani.js +15 -15
- package/fontes/tipos-de-simbolos/portugol-ipt.d.ts +28 -28
- package/fontes/tipos-de-simbolos/portugol-ipt.js +29 -29
- package/fontes/tipos-de-simbolos/portugol-studio.d.ts +53 -37
- package/fontes/tipos-de-simbolos/portugol-studio.js +54 -38
- package/fontes/tipos-de-simbolos/portugol-studio.js.map +1 -1
- package/fontes/tipos-de-simbolos/rantiaquin.d.ts +2 -2
- package/fontes/tipos-de-simbolos/rantiaquin.js +3 -3
- package/fontes/tipos-de-simbolos/visualg.d.ts +68 -68
- package/fontes/tipos-de-simbolos/visualg.js +69 -69
- package/fontes/tradutores/dicionarios/dicionario-delegua-javascript.d.ts +2 -2
- package/fontes/tradutores/dicionarios/dicionario-delegua-javascript.js +10 -10
- package/fontes/tradutores/dicionarios/index.d.ts +1 -1
- package/fontes/tradutores/dicionarios/index.js +17 -17
- package/fontes/tradutores/index.d.ts +2 -2
- package/fontes/tradutores/index.js +18 -18
- package/fontes/tradutores/python/python3-lexer.d.ts +152 -152
- package/fontes/tradutores/python/python3-lexer.js +1226 -1226
- package/fontes/tradutores/python/python3-listener.d.ts +953 -953
- package/fontes/tradutores/python/python3-listener.js +2 -2
- package/fontes/tradutores/python/python3-parser.d.ts +1330 -1330
- package/fontes/tradutores/python/python3-parser.js +11156 -11156
- package/fontes/tradutores/python/python3-visitor.d.ts +612 -612
- package/fontes/tradutores/python/python3-visitor.js +2 -2
- package/fontes/tradutores/tradutor-javascript.d.ts +83 -83
- package/fontes/tradutores/tradutor-javascript.js +470 -470
- package/fontes/tradutores/tradutor-javascript.js.map +1 -1
- package/fontes/tradutores/tradutor-python.d.ts +1 -1
- package/fontes/tradutores/tradutor-python.js +34 -34
- package/fontes/tradutores/tradutor-reverso-javascript.d.ts +47 -47
- package/fontes/tradutores/tradutor-reverso-javascript.js +342 -342
- package/index.d.ts +5 -5
- package/index.js +23 -23
- package/package.json +88 -88
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function (interpreter: any, globals: any): any;
|
|
1
|
+
export default function (interpreter: any, globals: any): any;
|
|
@@ -1,231 +1,231 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const estruturas_1 = require("../../../estruturas");
|
|
4
|
-
const excecoes_1 = require("../../../excecoes");
|
|
5
|
-
/* eslint-disable prefer-rest-params */
|
|
6
|
-
function default_1(interpreter, globals) {
|
|
7
|
-
// Retorna um número aleatório entre 0 e 1.
|
|
8
|
-
globals.definirVariavel('aleatorio', new estruturas_1.FuncaoPadrao(1, function () {
|
|
9
|
-
return Math.random();
|
|
10
|
-
}));
|
|
11
|
-
// Retorna um número aleatório de acordo com o parâmetro passado.
|
|
12
|
-
// MIN(inclusivo) - MAX(exclusivo)
|
|
13
|
-
globals.definirVariavel('aleatorioEntre', new estruturas_1.FuncaoPadrao(1, function (min, max) {
|
|
14
|
-
if (!arguments[0]) {
|
|
15
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'A função recebe ao menos um parâmetro');
|
|
16
|
-
}
|
|
17
|
-
if (arguments.length === 1) {
|
|
18
|
-
if (typeof min !== 'number') {
|
|
19
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'O parâmetro deve ser do tipo número');
|
|
20
|
-
}
|
|
21
|
-
return Math.floor(Math.random() * (0 - min)) + min;
|
|
22
|
-
}
|
|
23
|
-
if (arguments.length > 2) {
|
|
24
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'A quantidade de argumentos máxima é 2');
|
|
25
|
-
}
|
|
26
|
-
if (typeof min !== 'number' || typeof max !== 'number') {
|
|
27
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Os dois parâmetros devem ser do tipo número.');
|
|
28
|
-
}
|
|
29
|
-
return Math.floor(Math.random() * (max - min)) + min;
|
|
30
|
-
}));
|
|
31
|
-
globals.definirVariavel('inteiro', new estruturas_1.FuncaoPadrao(1, function (value) {
|
|
32
|
-
if (value === undefined || value === null) {
|
|
33
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Somente números podem passar para inteiro.');
|
|
34
|
-
}
|
|
35
|
-
if (!/^-{0,1}\d+$/.test(value) && !/^\d+\.\d+$/.test(value)) {
|
|
36
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Somente números podem passar para inteiro.');
|
|
37
|
-
}
|
|
38
|
-
return parseInt(value);
|
|
39
|
-
}));
|
|
40
|
-
globals.definirVariavel('paraCada', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
41
|
-
if (!Array.isArray(array)) {
|
|
42
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
43
|
-
}
|
|
44
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
45
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
46
|
-
}
|
|
47
|
-
for (let index = 0; index < array.length; ++index) {
|
|
48
|
-
await callback.chamar(interpreter, [array[index]]);
|
|
49
|
-
}
|
|
50
|
-
}));
|
|
51
|
-
globals.definirVariavel('mapear', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
52
|
-
if (!Array.isArray(array)) {
|
|
53
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
54
|
-
}
|
|
55
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
56
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
57
|
-
}
|
|
58
|
-
let provisorio = [];
|
|
59
|
-
for (let index = 0; index < array.length; ++index) {
|
|
60
|
-
provisorio.push(await callback.chamar(interpreter, [array[index]]));
|
|
61
|
-
}
|
|
62
|
-
return provisorio;
|
|
63
|
-
}));
|
|
64
|
-
globals.definirVariavel('filtrar', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
65
|
-
if (!Array.isArray(array)) {
|
|
66
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
67
|
-
}
|
|
68
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
69
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
70
|
-
}
|
|
71
|
-
let provisorio = [];
|
|
72
|
-
for (let index = 0; index < array.length; ++index) {
|
|
73
|
-
if (await callback.chamar(interpreter, [array[index]])) {
|
|
74
|
-
provisorio.push(array[index]);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
return provisorio;
|
|
78
|
-
}));
|
|
79
|
-
globals.definirVariavel('reduzir', new estruturas_1.FuncaoPadrao(1, async function (array, callback, padrao) {
|
|
80
|
-
if (!Array.isArray(array)) {
|
|
81
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
82
|
-
}
|
|
83
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
84
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
85
|
-
}
|
|
86
|
-
let provisorio = padrao;
|
|
87
|
-
let inicio = 0;
|
|
88
|
-
if (!provisorio) {
|
|
89
|
-
provisorio = array[0];
|
|
90
|
-
inicio = 1;
|
|
91
|
-
}
|
|
92
|
-
for (let index = inicio; index < array.length; ++index) {
|
|
93
|
-
provisorio = await callback.chamar(interpreter, [provisorio, array[index]]);
|
|
94
|
-
}
|
|
95
|
-
return provisorio;
|
|
96
|
-
}));
|
|
97
|
-
globals.definirVariavel('encontrar', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
98
|
-
if (!Array.isArray(array)) {
|
|
99
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
100
|
-
}
|
|
101
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
102
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
103
|
-
}
|
|
104
|
-
for (let index = 0; index < array.length; ++index) {
|
|
105
|
-
if (await callback.chamar(interpreter, [array[index]])) {
|
|
106
|
-
return array[index];
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
return null;
|
|
110
|
-
}));
|
|
111
|
-
globals.definirVariavel('encontrarUltimo', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
112
|
-
if (!Array.isArray(array)) {
|
|
113
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
114
|
-
}
|
|
115
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
116
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
117
|
-
}
|
|
118
|
-
for (let index = array.length - 1; index >= 0; --index) {
|
|
119
|
-
if (await callback.chamar(interpreter, [array[index]])) {
|
|
120
|
-
return array[index];
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}));
|
|
124
|
-
globals.definirVariavel('encontrarIndice', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
125
|
-
if (!Array.isArray(array)) {
|
|
126
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
127
|
-
}
|
|
128
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
129
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
130
|
-
}
|
|
131
|
-
for (let index = 0; index < array.length; ++index) {
|
|
132
|
-
if (await callback.chamar(interpreter, [array[index]])) {
|
|
133
|
-
return index;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
return -1;
|
|
137
|
-
}));
|
|
138
|
-
globals.definirVariavel('encontrarUltimoIndice', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
139
|
-
if (!Array.isArray(array)) {
|
|
140
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
141
|
-
}
|
|
142
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
143
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
144
|
-
}
|
|
145
|
-
for (let index = array.length - 1; index >= 0; --index) {
|
|
146
|
-
if (await callback.chamar(interpreter, [array[index]])) {
|
|
147
|
-
return index;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}));
|
|
151
|
-
globals.definirVariavel('incluido', new estruturas_1.FuncaoPadrao(1, function (array, valor) {
|
|
152
|
-
if (!Array.isArray(array)) {
|
|
153
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
154
|
-
}
|
|
155
|
-
for (let index = 0; index < array.length; ++index) {
|
|
156
|
-
if (array[index] == valor) {
|
|
157
|
-
return true;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
return false;
|
|
161
|
-
}));
|
|
162
|
-
globals.definirVariavel('algum', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
163
|
-
if (!Array.isArray(array)) {
|
|
164
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
165
|
-
}
|
|
166
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
167
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
168
|
-
}
|
|
169
|
-
for (let index = 0; index < array.length; ++index) {
|
|
170
|
-
if (await callback.chamar(interpreter, [array[index]])) {
|
|
171
|
-
return true;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
return false;
|
|
175
|
-
}));
|
|
176
|
-
globals.definirVariavel('todos', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
177
|
-
if (!Array.isArray(array)) {
|
|
178
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
179
|
-
}
|
|
180
|
-
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
181
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
182
|
-
}
|
|
183
|
-
for (let index = 0; index < array.length; ++index) {
|
|
184
|
-
if (!(await callback.chamar(interpreter, [array[index]]))) {
|
|
185
|
-
return false;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
return true;
|
|
189
|
-
}));
|
|
190
|
-
globals.definirVariavel('ordenar', new estruturas_1.FuncaoPadrao(1, function (obj) {
|
|
191
|
-
if (Array.isArray(obj) == false) {
|
|
192
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Valor Inválido. Objeto inserido não é um vetor.');
|
|
193
|
-
}
|
|
194
|
-
let trocado;
|
|
195
|
-
let length = obj.length;
|
|
196
|
-
do {
|
|
197
|
-
trocado = false;
|
|
198
|
-
for (let i = 0; i < length - 1; i++) {
|
|
199
|
-
if (obj[i] > obj[i + 1]) {
|
|
200
|
-
[obj[i], obj[i + 1]] = [obj[i + 1], obj[i]];
|
|
201
|
-
trocado = true;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
} while (trocado);
|
|
205
|
-
return obj;
|
|
206
|
-
}));
|
|
207
|
-
globals.definirVariavel('real', new estruturas_1.FuncaoPadrao(1, function (value) {
|
|
208
|
-
if (!/^-{0,1}\d+$/.test(value) && !/^\d+\.\d+$/.test(value))
|
|
209
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Somente números podem passar para real.');
|
|
210
|
-
return parseFloat(value);
|
|
211
|
-
}));
|
|
212
|
-
globals.definirVariavel('tamanho', new estruturas_1.FuncaoPadrao(1, function (obj) {
|
|
213
|
-
if (!isNaN(obj)) {
|
|
214
|
-
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Não é possível encontrar o tamanho de um número.');
|
|
215
|
-
}
|
|
216
|
-
if (obj instanceof estruturas_1.DeleguaFuncao) {
|
|
217
|
-
return obj.declaracao.parametros.length;
|
|
218
|
-
}
|
|
219
|
-
if (obj instanceof estruturas_1.FuncaoPadrao) {
|
|
220
|
-
return obj.valorAridade;
|
|
221
|
-
}
|
|
222
|
-
return obj.length;
|
|
223
|
-
}));
|
|
224
|
-
globals.definirVariavel('texto', new estruturas_1.FuncaoPadrao(1, function (value) {
|
|
225
|
-
return `${value}`;
|
|
226
|
-
}));
|
|
227
|
-
globals.definirVariavel('exports', {});
|
|
228
|
-
return globals;
|
|
229
|
-
}
|
|
230
|
-
exports.default = default_1;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const estruturas_1 = require("../../../estruturas");
|
|
4
|
+
const excecoes_1 = require("../../../excecoes");
|
|
5
|
+
/* eslint-disable prefer-rest-params */
|
|
6
|
+
function default_1(interpreter, globals) {
|
|
7
|
+
// Retorna um número aleatório entre 0 e 1.
|
|
8
|
+
globals.definirVariavel('aleatorio', new estruturas_1.FuncaoPadrao(1, function () {
|
|
9
|
+
return Math.random();
|
|
10
|
+
}));
|
|
11
|
+
// Retorna um número aleatório de acordo com o parâmetro passado.
|
|
12
|
+
// MIN(inclusivo) - MAX(exclusivo)
|
|
13
|
+
globals.definirVariavel('aleatorioEntre', new estruturas_1.FuncaoPadrao(1, function (min, max) {
|
|
14
|
+
if (!arguments[0]) {
|
|
15
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'A função recebe ao menos um parâmetro');
|
|
16
|
+
}
|
|
17
|
+
if (arguments.length === 1) {
|
|
18
|
+
if (typeof min !== 'number') {
|
|
19
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'O parâmetro deve ser do tipo número');
|
|
20
|
+
}
|
|
21
|
+
return Math.floor(Math.random() * (0 - min)) + min;
|
|
22
|
+
}
|
|
23
|
+
if (arguments.length > 2) {
|
|
24
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'A quantidade de argumentos máxima é 2');
|
|
25
|
+
}
|
|
26
|
+
if (typeof min !== 'number' || typeof max !== 'number') {
|
|
27
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Os dois parâmetros devem ser do tipo número.');
|
|
28
|
+
}
|
|
29
|
+
return Math.floor(Math.random() * (max - min)) + min;
|
|
30
|
+
}));
|
|
31
|
+
globals.definirVariavel('inteiro', new estruturas_1.FuncaoPadrao(1, function (value) {
|
|
32
|
+
if (value === undefined || value === null) {
|
|
33
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Somente números podem passar para inteiro.');
|
|
34
|
+
}
|
|
35
|
+
if (!/^-{0,1}\d+$/.test(value) && !/^\d+\.\d+$/.test(value)) {
|
|
36
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Somente números podem passar para inteiro.');
|
|
37
|
+
}
|
|
38
|
+
return parseInt(value);
|
|
39
|
+
}));
|
|
40
|
+
globals.definirVariavel('paraCada', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
41
|
+
if (!Array.isArray(array)) {
|
|
42
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
43
|
+
}
|
|
44
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
45
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
46
|
+
}
|
|
47
|
+
for (let index = 0; index < array.length; ++index) {
|
|
48
|
+
await callback.chamar(interpreter, [array[index]]);
|
|
49
|
+
}
|
|
50
|
+
}));
|
|
51
|
+
globals.definirVariavel('mapear', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
52
|
+
if (!Array.isArray(array)) {
|
|
53
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
54
|
+
}
|
|
55
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
56
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
57
|
+
}
|
|
58
|
+
let provisorio = [];
|
|
59
|
+
for (let index = 0; index < array.length; ++index) {
|
|
60
|
+
provisorio.push(await callback.chamar(interpreter, [array[index]]));
|
|
61
|
+
}
|
|
62
|
+
return provisorio;
|
|
63
|
+
}));
|
|
64
|
+
globals.definirVariavel('filtrar', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
65
|
+
if (!Array.isArray(array)) {
|
|
66
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
67
|
+
}
|
|
68
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
69
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
70
|
+
}
|
|
71
|
+
let provisorio = [];
|
|
72
|
+
for (let index = 0; index < array.length; ++index) {
|
|
73
|
+
if (await callback.chamar(interpreter, [array[index]])) {
|
|
74
|
+
provisorio.push(array[index]);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
return provisorio;
|
|
78
|
+
}));
|
|
79
|
+
globals.definirVariavel('reduzir', new estruturas_1.FuncaoPadrao(1, async function (array, callback, padrao) {
|
|
80
|
+
if (!Array.isArray(array)) {
|
|
81
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
82
|
+
}
|
|
83
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
84
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
85
|
+
}
|
|
86
|
+
let provisorio = padrao;
|
|
87
|
+
let inicio = 0;
|
|
88
|
+
if (!provisorio) {
|
|
89
|
+
provisorio = array[0];
|
|
90
|
+
inicio = 1;
|
|
91
|
+
}
|
|
92
|
+
for (let index = inicio; index < array.length; ++index) {
|
|
93
|
+
provisorio = await callback.chamar(interpreter, [provisorio, array[index]]);
|
|
94
|
+
}
|
|
95
|
+
return provisorio;
|
|
96
|
+
}));
|
|
97
|
+
globals.definirVariavel('encontrar', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
98
|
+
if (!Array.isArray(array)) {
|
|
99
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
100
|
+
}
|
|
101
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
102
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
103
|
+
}
|
|
104
|
+
for (let index = 0; index < array.length; ++index) {
|
|
105
|
+
if (await callback.chamar(interpreter, [array[index]])) {
|
|
106
|
+
return array[index];
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
return null;
|
|
110
|
+
}));
|
|
111
|
+
globals.definirVariavel('encontrarUltimo', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
112
|
+
if (!Array.isArray(array)) {
|
|
113
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
114
|
+
}
|
|
115
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
116
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
117
|
+
}
|
|
118
|
+
for (let index = array.length - 1; index >= 0; --index) {
|
|
119
|
+
if (await callback.chamar(interpreter, [array[index]])) {
|
|
120
|
+
return array[index];
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}));
|
|
124
|
+
globals.definirVariavel('encontrarIndice', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
125
|
+
if (!Array.isArray(array)) {
|
|
126
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
127
|
+
}
|
|
128
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
129
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
130
|
+
}
|
|
131
|
+
for (let index = 0; index < array.length; ++index) {
|
|
132
|
+
if (await callback.chamar(interpreter, [array[index]])) {
|
|
133
|
+
return index;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
return -1;
|
|
137
|
+
}));
|
|
138
|
+
globals.definirVariavel('encontrarUltimoIndice', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
139
|
+
if (!Array.isArray(array)) {
|
|
140
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
141
|
+
}
|
|
142
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
143
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
144
|
+
}
|
|
145
|
+
for (let index = array.length - 1; index >= 0; --index) {
|
|
146
|
+
if (await callback.chamar(interpreter, [array[index]])) {
|
|
147
|
+
return index;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}));
|
|
151
|
+
globals.definirVariavel('incluido', new estruturas_1.FuncaoPadrao(1, function (array, valor) {
|
|
152
|
+
if (!Array.isArray(array)) {
|
|
153
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
154
|
+
}
|
|
155
|
+
for (let index = 0; index < array.length; ++index) {
|
|
156
|
+
if (array[index] == valor) {
|
|
157
|
+
return true;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
return false;
|
|
161
|
+
}));
|
|
162
|
+
globals.definirVariavel('algum', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
163
|
+
if (!Array.isArray(array)) {
|
|
164
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
165
|
+
}
|
|
166
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
167
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
168
|
+
}
|
|
169
|
+
for (let index = 0; index < array.length; ++index) {
|
|
170
|
+
if (await callback.chamar(interpreter, [array[index]])) {
|
|
171
|
+
return true;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
return false;
|
|
175
|
+
}));
|
|
176
|
+
globals.definirVariavel('todos', new estruturas_1.FuncaoPadrao(1, async function (array, callback) {
|
|
177
|
+
if (!Array.isArray(array)) {
|
|
178
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O primeiro parâmetro da função, deve ser um array.');
|
|
179
|
+
}
|
|
180
|
+
if (callback.constructor.name !== 'DeleguaFuncao') {
|
|
181
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Parâmetro inválido. O segundo parâmetro da função, deve ser uma função.');
|
|
182
|
+
}
|
|
183
|
+
for (let index = 0; index < array.length; ++index) {
|
|
184
|
+
if (!(await callback.chamar(interpreter, [array[index]]))) {
|
|
185
|
+
return false;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
return true;
|
|
189
|
+
}));
|
|
190
|
+
globals.definirVariavel('ordenar', new estruturas_1.FuncaoPadrao(1, function (obj) {
|
|
191
|
+
if (Array.isArray(obj) == false) {
|
|
192
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Valor Inválido. Objeto inserido não é um vetor.');
|
|
193
|
+
}
|
|
194
|
+
let trocado;
|
|
195
|
+
let length = obj.length;
|
|
196
|
+
do {
|
|
197
|
+
trocado = false;
|
|
198
|
+
for (let i = 0; i < length - 1; i++) {
|
|
199
|
+
if (obj[i] > obj[i + 1]) {
|
|
200
|
+
[obj[i], obj[i + 1]] = [obj[i + 1], obj[i]];
|
|
201
|
+
trocado = true;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
} while (trocado);
|
|
205
|
+
return obj;
|
|
206
|
+
}));
|
|
207
|
+
globals.definirVariavel('real', new estruturas_1.FuncaoPadrao(1, function (value) {
|
|
208
|
+
if (!/^-{0,1}\d+$/.test(value) && !/^\d+\.\d+$/.test(value))
|
|
209
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Somente números podem passar para real.');
|
|
210
|
+
return parseFloat(value);
|
|
211
|
+
}));
|
|
212
|
+
globals.definirVariavel('tamanho', new estruturas_1.FuncaoPadrao(1, function (obj) {
|
|
213
|
+
if (!isNaN(obj)) {
|
|
214
|
+
throw new excecoes_1.ErroEmTempoDeExecucao(this.simbolo, 'Não é possível encontrar o tamanho de um número.');
|
|
215
|
+
}
|
|
216
|
+
if (obj instanceof estruturas_1.DeleguaFuncao) {
|
|
217
|
+
return obj.declaracao.parametros.length;
|
|
218
|
+
}
|
|
219
|
+
if (obj instanceof estruturas_1.FuncaoPadrao) {
|
|
220
|
+
return obj.valorAridade;
|
|
221
|
+
}
|
|
222
|
+
return obj.length;
|
|
223
|
+
}));
|
|
224
|
+
globals.definirVariavel('texto', new estruturas_1.FuncaoPadrao(1, function (value) {
|
|
225
|
+
return `${value}`;
|
|
226
|
+
}));
|
|
227
|
+
globals.definirVariavel('exports', {});
|
|
228
|
+
return globals;
|
|
229
|
+
}
|
|
230
|
+
exports.default = default_1;
|
|
231
231
|
//# sourceMappingURL=biblioteca-global.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { DeleguaModulo } from '../../../estruturas';
|
|
2
|
-
export declare const carregarModuloPorNome: (nome: string) => DeleguaModulo;
|
|
1
|
+
import { DeleguaModulo } from '../../../estruturas';
|
|
2
|
+
export declare const carregarModuloPorNome: (nome: string) => DeleguaModulo;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.carregarModuloPorNome = void 0;
|
|
4
|
-
const estruturas_1 = require("../../../estruturas");
|
|
5
|
-
const carregarModulo = function (nomeModulo, caminhoModulo) {
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
7
|
-
let dadosDoModulo = require(caminhoModulo);
|
|
8
|
-
let novoModulo = new estruturas_1.DeleguaModulo(nomeModulo);
|
|
9
|
-
let keys = Object.keys(dadosDoModulo);
|
|
10
|
-
for (let i = 0; i < keys.length; i++) {
|
|
11
|
-
let itemAtual = dadosDoModulo[keys[i]];
|
|
12
|
-
if (typeof itemAtual === 'function') {
|
|
13
|
-
novoModulo[keys[i]] = new estruturas_1.FuncaoPadrao(itemAtual.length, itemAtual);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
novoModulo[keys[i]] = itemAtual;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
return novoModulo;
|
|
20
|
-
};
|
|
21
|
-
const carregarModuloPorNome = function (nome) {
|
|
22
|
-
switch (nome) {
|
|
23
|
-
case 'tempo':
|
|
24
|
-
return carregarModulo('tempo', './tempo.ts');
|
|
25
|
-
case 'matematica':
|
|
26
|
-
return carregarModulo('matematica', './matematica.ts');
|
|
27
|
-
case 'textos':
|
|
28
|
-
return carregarModulo('textos', './textos.ts');
|
|
29
|
-
}
|
|
30
|
-
return null;
|
|
31
|
-
};
|
|
32
|
-
exports.carregarModuloPorNome = carregarModuloPorNome;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.carregarModuloPorNome = void 0;
|
|
4
|
+
const estruturas_1 = require("../../../estruturas");
|
|
5
|
+
const carregarModulo = function (nomeModulo, caminhoModulo) {
|
|
6
|
+
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
7
|
+
let dadosDoModulo = require(caminhoModulo);
|
|
8
|
+
let novoModulo = new estruturas_1.DeleguaModulo(nomeModulo);
|
|
9
|
+
let keys = Object.keys(dadosDoModulo);
|
|
10
|
+
for (let i = 0; i < keys.length; i++) {
|
|
11
|
+
let itemAtual = dadosDoModulo[keys[i]];
|
|
12
|
+
if (typeof itemAtual === 'function') {
|
|
13
|
+
novoModulo[keys[i]] = new estruturas_1.FuncaoPadrao(itemAtual.length, itemAtual);
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
novoModulo[keys[i]] = itemAtual;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return novoModulo;
|
|
20
|
+
};
|
|
21
|
+
const carregarModuloPorNome = function (nome) {
|
|
22
|
+
switch (nome) {
|
|
23
|
+
case 'tempo':
|
|
24
|
+
return carregarModulo('tempo', './tempo.ts');
|
|
25
|
+
case 'matematica':
|
|
26
|
+
return carregarModulo('matematica', './matematica.ts');
|
|
27
|
+
case 'textos':
|
|
28
|
+
return carregarModulo('textos', './textos.ts');
|
|
29
|
+
}
|
|
30
|
+
return null;
|
|
31
|
+
};
|
|
32
|
+
exports.carregarModuloPorNome = carregarModuloPorNome;
|
|
33
33
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|