@designliquido/delegua 0.15.1 → 0.15.3
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.d.ts +92 -92
- package/fontes/avaliador-sintatico/avaliador-sintatico.js +857 -857
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-birl.d.ts +27 -27
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-birl.js +319 -294
- 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-eguap.d.ts +84 -84
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-eguap.js +714 -714
- 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 -49
- package/fontes/avaliador-sintatico/dialetos/avaliador-sintatico-portugol-studio.js +419 -419
- 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/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/dialetos/visualg/caracteres.d.ts +3 -0
- package/fontes/bibliotecas/dialetos/visualg/caracteres.js +35 -0
- package/fontes/bibliotecas/dialetos/visualg/caracteres.js.map +1 -0
- package/fontes/bibliotecas/dialetos/visualg/index.d.ts +2 -0
- package/fontes/bibliotecas/dialetos/visualg/index.js +18 -0
- package/fontes/bibliotecas/dialetos/visualg/index.js.map +1 -1
- package/fontes/bibliotecas/dialetos/visualg/numerica.d.ts +3 -0
- package/fontes/bibliotecas/dialetos/visualg/numerica.js +65 -0
- package/fontes/bibliotecas/dialetos/visualg/numerica.js.map +1 -0
- 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 -11
- package/fontes/construtos/unario.js +16 -16
- 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/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 +53 -46
- package/fontes/interpretador/dialetos/visualg/interpretador-visualg.js +194 -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 +186 -188
- package/fontes/interpretador/interpretador-base.js +1001 -1000
- 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/interpretador-com-depuracao.js.map +1 -1
- 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 -211
- 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 -21
- package/fontes/lexador/dialetos/lexador-portugol-studio.js +280 -280
- 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 -46
- package/fontes/lexador/dialetos/palavras-reservadas/birl.js +63 -63
- 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 -23
- package/fontes/lexador/dialetos/palavras-reservadas/portugol-studio.js +28 -28
- 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 -412
- 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 -71
- package/fontes/tipos-de-simbolos/birl.js +78 -78
- 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 -53
- package/fontes/tipos-de-simbolos/portugol-studio.js +54 -54
- 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-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,36 +1,36 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
e: string;
|
|
3
|
-
em: string;
|
|
4
|
-
caso: string;
|
|
5
|
-
classe: string;
|
|
6
|
-
continua: string;
|
|
7
|
-
enquanto: string;
|
|
8
|
-
escolha: string;
|
|
9
|
-
escreva: string;
|
|
10
|
-
falso: string;
|
|
11
|
-
fazer: string;
|
|
12
|
-
finalmente: string;
|
|
13
|
-
funcao: string;
|
|
14
|
-
função: string;
|
|
15
|
-
herda: string;
|
|
16
|
-
importar: string;
|
|
17
|
-
isto: string;
|
|
18
|
-
leia: string;
|
|
19
|
-
nulo: string;
|
|
20
|
-
ou: string;
|
|
21
|
-
para: string;
|
|
22
|
-
padrao: string;
|
|
23
|
-
pausa: string;
|
|
24
|
-
pegue: string;
|
|
25
|
-
retorna: string;
|
|
26
|
-
se: string;
|
|
27
|
-
senaose: string;
|
|
28
|
-
senãose: string;
|
|
29
|
-
senao: string;
|
|
30
|
-
senão: string;
|
|
31
|
-
super: string;
|
|
32
|
-
tente: string;
|
|
33
|
-
var: string;
|
|
34
|
-
verdadeiro: string;
|
|
35
|
-
};
|
|
36
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
e: string;
|
|
3
|
+
em: string;
|
|
4
|
+
caso: string;
|
|
5
|
+
classe: string;
|
|
6
|
+
continua: string;
|
|
7
|
+
enquanto: string;
|
|
8
|
+
escolha: string;
|
|
9
|
+
escreva: string;
|
|
10
|
+
falso: string;
|
|
11
|
+
fazer: string;
|
|
12
|
+
finalmente: string;
|
|
13
|
+
funcao: string;
|
|
14
|
+
função: string;
|
|
15
|
+
herda: string;
|
|
16
|
+
importar: string;
|
|
17
|
+
isto: string;
|
|
18
|
+
leia: string;
|
|
19
|
+
nulo: string;
|
|
20
|
+
ou: string;
|
|
21
|
+
para: string;
|
|
22
|
+
padrao: string;
|
|
23
|
+
pausa: string;
|
|
24
|
+
pegue: string;
|
|
25
|
+
retorna: string;
|
|
26
|
+
se: string;
|
|
27
|
+
senaose: string;
|
|
28
|
+
senãose: string;
|
|
29
|
+
senao: string;
|
|
30
|
+
senão: string;
|
|
31
|
+
super: string;
|
|
32
|
+
tente: string;
|
|
33
|
+
var: string;
|
|
34
|
+
verdadeiro: string;
|
|
35
|
+
};
|
|
36
|
+
export default _default;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const egua_classico_1 = __importDefault(require("../../../tipos-de-simbolos/egua-classico"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
e: egua_classico_1.default.E,
|
|
9
|
-
em: egua_classico_1.default.EM,
|
|
10
|
-
caso: egua_classico_1.default.CASO,
|
|
11
|
-
classe: egua_classico_1.default.CLASSE,
|
|
12
|
-
continua: egua_classico_1.default.CONTINUA,
|
|
13
|
-
enquanto: egua_classico_1.default.ENQUANTO,
|
|
14
|
-
escolha: egua_classico_1.default.ESCOLHA,
|
|
15
|
-
escreva: egua_classico_1.default.ESCREVA,
|
|
16
|
-
falso: egua_classico_1.default.FALSO,
|
|
17
|
-
fazer: egua_classico_1.default.FAZER,
|
|
18
|
-
finalmente: egua_classico_1.default.FINALMENTE,
|
|
19
|
-
funcao: egua_classico_1.default.FUNCAO,
|
|
20
|
-
função: egua_classico_1.default.FUNÇÃO,
|
|
21
|
-
herda: egua_classico_1.default.HERDA,
|
|
22
|
-
importar: egua_classico_1.default.IMPORTAR,
|
|
23
|
-
isto: egua_classico_1.default.ISTO,
|
|
24
|
-
leia: egua_classico_1.default.LEIA,
|
|
25
|
-
nulo: egua_classico_1.default.NULO,
|
|
26
|
-
ou: egua_classico_1.default.OU,
|
|
27
|
-
para: egua_classico_1.default.PARA,
|
|
28
|
-
padrao: egua_classico_1.default.PADRAO,
|
|
29
|
-
pausa: egua_classico_1.default.PAUSA,
|
|
30
|
-
pegue: egua_classico_1.default.PEGUE,
|
|
31
|
-
retorna: egua_classico_1.default.RETORNA,
|
|
32
|
-
se: egua_classico_1.default.SE,
|
|
33
|
-
senaose: egua_classico_1.default.SENAOSE,
|
|
34
|
-
senãose: egua_classico_1.default.SENÃOSE,
|
|
35
|
-
senao: egua_classico_1.default.SENAO,
|
|
36
|
-
senão: egua_classico_1.default.SENÃO,
|
|
37
|
-
super: egua_classico_1.default.SUPER,
|
|
38
|
-
tente: egua_classico_1.default.TENTE,
|
|
39
|
-
var: egua_classico_1.default.VARIAVEL,
|
|
40
|
-
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
41
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const egua_classico_1 = __importDefault(require("../../../tipos-de-simbolos/egua-classico"));
|
|
7
|
+
exports.default = {
|
|
8
|
+
e: egua_classico_1.default.E,
|
|
9
|
+
em: egua_classico_1.default.EM,
|
|
10
|
+
caso: egua_classico_1.default.CASO,
|
|
11
|
+
classe: egua_classico_1.default.CLASSE,
|
|
12
|
+
continua: egua_classico_1.default.CONTINUA,
|
|
13
|
+
enquanto: egua_classico_1.default.ENQUANTO,
|
|
14
|
+
escolha: egua_classico_1.default.ESCOLHA,
|
|
15
|
+
escreva: egua_classico_1.default.ESCREVA,
|
|
16
|
+
falso: egua_classico_1.default.FALSO,
|
|
17
|
+
fazer: egua_classico_1.default.FAZER,
|
|
18
|
+
finalmente: egua_classico_1.default.FINALMENTE,
|
|
19
|
+
funcao: egua_classico_1.default.FUNCAO,
|
|
20
|
+
função: egua_classico_1.default.FUNÇÃO,
|
|
21
|
+
herda: egua_classico_1.default.HERDA,
|
|
22
|
+
importar: egua_classico_1.default.IMPORTAR,
|
|
23
|
+
isto: egua_classico_1.default.ISTO,
|
|
24
|
+
leia: egua_classico_1.default.LEIA,
|
|
25
|
+
nulo: egua_classico_1.default.NULO,
|
|
26
|
+
ou: egua_classico_1.default.OU,
|
|
27
|
+
para: egua_classico_1.default.PARA,
|
|
28
|
+
padrao: egua_classico_1.default.PADRAO,
|
|
29
|
+
pausa: egua_classico_1.default.PAUSA,
|
|
30
|
+
pegue: egua_classico_1.default.PEGUE,
|
|
31
|
+
retorna: egua_classico_1.default.RETORNA,
|
|
32
|
+
se: egua_classico_1.default.SE,
|
|
33
|
+
senaose: egua_classico_1.default.SENAOSE,
|
|
34
|
+
senãose: egua_classico_1.default.SENÃOSE,
|
|
35
|
+
senao: egua_classico_1.default.SENAO,
|
|
36
|
+
senão: egua_classico_1.default.SENÃO,
|
|
37
|
+
super: egua_classico_1.default.SUPER,
|
|
38
|
+
tente: egua_classico_1.default.TENTE,
|
|
39
|
+
var: egua_classico_1.default.VARIAVEL,
|
|
40
|
+
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
41
|
+
};
|
|
42
42
|
//# sourceMappingURL=egua-classico.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
hai: string;
|
|
3
|
-
};
|
|
4
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
hai: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const guarani_1 = __importDefault(require("../../../tipos-de-simbolos/guarani"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
hai: guarani_1.default.HAI
|
|
9
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const guarani_1 = __importDefault(require("../../../tipos-de-simbolos/guarani"));
|
|
7
|
+
exports.default = {
|
|
8
|
+
hai: guarani_1.default.HAI
|
|
9
|
+
};
|
|
10
10
|
//# sourceMappingURL=guarani.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './birl';
|
|
2
|
-
export * from './portugol-studio';
|
|
3
|
-
export * from './visualg';
|
|
1
|
+
export * from './birl';
|
|
2
|
+
export * from './portugol-studio';
|
|
3
|
+
export * from './visualg';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./birl"), exports);
|
|
18
|
-
__exportStar(require("./portugol-studio"), exports);
|
|
19
|
-
__exportStar(require("./visualg"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./birl"), exports);
|
|
18
|
+
__exportStar(require("./portugol-studio"), exports);
|
|
19
|
+
__exportStar(require("./visualg"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
escrever: string;
|
|
3
|
-
fim: string;
|
|
4
|
-
inicio: string;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
escrever: string;
|
|
3
|
+
fim: string;
|
|
4
|
+
inicio: string;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const portugol_ipt_1 = __importDefault(require("../../../tipos-de-simbolos/portugol-ipt"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
escrever: portugol_ipt_1.default.ESCREVER,
|
|
9
|
-
fim: portugol_ipt_1.default.FIM,
|
|
10
|
-
inicio: portugol_ipt_1.default.INICIO
|
|
11
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const portugol_ipt_1 = __importDefault(require("../../../tipos-de-simbolos/portugol-ipt"));
|
|
7
|
+
exports.default = {
|
|
8
|
+
escrever: portugol_ipt_1.default.ESCREVER,
|
|
9
|
+
fim: portugol_ipt_1.default.FIM,
|
|
10
|
+
inicio: portugol_ipt_1.default.INICIO
|
|
11
|
+
};
|
|
12
12
|
//# sourceMappingURL=portugol-ipt.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
cadeia: string;
|
|
3
|
-
caracter: string;
|
|
4
|
-
const: string;
|
|
5
|
-
enquanto: string;
|
|
6
|
-
escreva: string;
|
|
7
|
-
e: string;
|
|
8
|
-
faca: string;
|
|
9
|
-
falso: string;
|
|
10
|
-
funcao: string;
|
|
11
|
-
inteiro: string;
|
|
12
|
-
leia: string;
|
|
13
|
-
logico: string;
|
|
14
|
-
ou: string;
|
|
15
|
-
para: string;
|
|
16
|
-
programa: string;
|
|
17
|
-
real: string;
|
|
18
|
-
se: string;
|
|
19
|
-
senao: string;
|
|
20
|
-
vazio: string;
|
|
21
|
-
verdadeiro: string;
|
|
22
|
-
};
|
|
23
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
cadeia: string;
|
|
3
|
+
caracter: string;
|
|
4
|
+
const: string;
|
|
5
|
+
enquanto: string;
|
|
6
|
+
escreva: string;
|
|
7
|
+
e: string;
|
|
8
|
+
faca: string;
|
|
9
|
+
falso: string;
|
|
10
|
+
funcao: string;
|
|
11
|
+
inteiro: string;
|
|
12
|
+
leia: string;
|
|
13
|
+
logico: string;
|
|
14
|
+
ou: string;
|
|
15
|
+
para: string;
|
|
16
|
+
programa: string;
|
|
17
|
+
real: string;
|
|
18
|
+
se: string;
|
|
19
|
+
senao: string;
|
|
20
|
+
vazio: string;
|
|
21
|
+
verdadeiro: string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const portugol_studio_1 = __importDefault(require("../../../tipos-de-simbolos/portugol-studio"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
cadeia: portugol_studio_1.default.CADEIA,
|
|
9
|
-
caracter: portugol_studio_1.default.CARACTER,
|
|
10
|
-
const: portugol_studio_1.default.CONSTANTE,
|
|
11
|
-
enquanto: portugol_studio_1.default.ENQUANTO,
|
|
12
|
-
escreva: portugol_studio_1.default.ESCREVA,
|
|
13
|
-
e: portugol_studio_1.default.E,
|
|
14
|
-
faca: portugol_studio_1.default.FACA,
|
|
15
|
-
falso: portugol_studio_1.default.FALSO,
|
|
16
|
-
funcao: portugol_studio_1.default.FUNCAO,
|
|
17
|
-
inteiro: portugol_studio_1.default.INTEIRO,
|
|
18
|
-
leia: portugol_studio_1.default.LEIA,
|
|
19
|
-
logico: portugol_studio_1.default.LOGICO,
|
|
20
|
-
ou: portugol_studio_1.default.OU,
|
|
21
|
-
para: portugol_studio_1.default.PARA,
|
|
22
|
-
programa: portugol_studio_1.default.PROGRAMA,
|
|
23
|
-
real: portugol_studio_1.default.REAL,
|
|
24
|
-
se: portugol_studio_1.default.SE,
|
|
25
|
-
senao: portugol_studio_1.default.SENAO,
|
|
26
|
-
vazio: portugol_studio_1.default.VAZIO,
|
|
27
|
-
verdadeiro: portugol_studio_1.default.VERDADEIRO
|
|
28
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const portugol_studio_1 = __importDefault(require("../../../tipos-de-simbolos/portugol-studio"));
|
|
7
|
+
exports.default = {
|
|
8
|
+
cadeia: portugol_studio_1.default.CADEIA,
|
|
9
|
+
caracter: portugol_studio_1.default.CARACTER,
|
|
10
|
+
const: portugol_studio_1.default.CONSTANTE,
|
|
11
|
+
enquanto: portugol_studio_1.default.ENQUANTO,
|
|
12
|
+
escreva: portugol_studio_1.default.ESCREVA,
|
|
13
|
+
e: portugol_studio_1.default.E,
|
|
14
|
+
faca: portugol_studio_1.default.FACA,
|
|
15
|
+
falso: portugol_studio_1.default.FALSO,
|
|
16
|
+
funcao: portugol_studio_1.default.FUNCAO,
|
|
17
|
+
inteiro: portugol_studio_1.default.INTEIRO,
|
|
18
|
+
leia: portugol_studio_1.default.LEIA,
|
|
19
|
+
logico: portugol_studio_1.default.LOGICO,
|
|
20
|
+
ou: portugol_studio_1.default.OU,
|
|
21
|
+
para: portugol_studio_1.default.PARA,
|
|
22
|
+
programa: portugol_studio_1.default.PROGRAMA,
|
|
23
|
+
real: portugol_studio_1.default.REAL,
|
|
24
|
+
se: portugol_studio_1.default.SE,
|
|
25
|
+
senao: portugol_studio_1.default.SENAO,
|
|
26
|
+
vazio: portugol_studio_1.default.VAZIO,
|
|
27
|
+
verdadeiro: portugol_studio_1.default.VERDADEIRO
|
|
28
|
+
};
|
|
29
29
|
//# sourceMappingURL=portugol-studio.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: {};
|
|
2
|
-
export default _default;
|
|
1
|
+
declare const _default: {};
|
|
2
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = {};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = {};
|
|
4
4
|
//# sourceMappingURL=rantiaquin.js.map
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
abs: string;
|
|
3
|
-
algoritmo: string;
|
|
4
|
-
arccos: string;
|
|
5
|
-
arcsen: string;
|
|
6
|
-
arctan: string;
|
|
7
|
-
ate: string;
|
|
8
|
-
caractere: string;
|
|
9
|
-
caso: string;
|
|
10
|
-
cos: string;
|
|
11
|
-
cotan: string;
|
|
12
|
-
de: string;
|
|
13
|
-
e: string;
|
|
14
|
-
enquanto: string;
|
|
15
|
-
entao: string;
|
|
16
|
-
escolha: string;
|
|
17
|
-
escreva: string;
|
|
18
|
-
escreval: string;
|
|
19
|
-
exp: string;
|
|
20
|
-
faca: string;
|
|
21
|
-
falso: string;
|
|
22
|
-
fimalgoritmo: string;
|
|
23
|
-
fimenquanto: string;
|
|
24
|
-
fimescolha: string;
|
|
25
|
-
fimfuncao: string;
|
|
26
|
-
fimpara: string;
|
|
27
|
-
fimprocedimento: string;
|
|
28
|
-
fimrepita: string;
|
|
29
|
-
fimse: string;
|
|
30
|
-
funcao: string;
|
|
31
|
-
grauprad: string;
|
|
32
|
-
inicio: string;
|
|
33
|
-
int: string;
|
|
34
|
-
inteiro: string;
|
|
35
|
-
interrompa: string;
|
|
36
|
-
leia: string;
|
|
37
|
-
log: string;
|
|
38
|
-
logn: string;
|
|
39
|
-
logico: string;
|
|
40
|
-
ou: string;
|
|
41
|
-
outrocaso: string;
|
|
42
|
-
para: string;
|
|
43
|
-
pi: string;
|
|
44
|
-
procedimento: string;
|
|
45
|
-
quad: string;
|
|
46
|
-
radpgrau: string;
|
|
47
|
-
raizq: string;
|
|
48
|
-
rand: string;
|
|
49
|
-
randi: string;
|
|
50
|
-
real: string;
|
|
51
|
-
repita: string;
|
|
52
|
-
se: string;
|
|
53
|
-
sen: string;
|
|
54
|
-
senao: string;
|
|
55
|
-
tan: string;
|
|
56
|
-
var: string;
|
|
57
|
-
verdadeiro: string;
|
|
58
|
-
vetor: string;
|
|
59
|
-
};
|
|
60
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
abs: string;
|
|
3
|
+
algoritmo: string;
|
|
4
|
+
arccos: string;
|
|
5
|
+
arcsen: string;
|
|
6
|
+
arctan: string;
|
|
7
|
+
ate: string;
|
|
8
|
+
caractere: string;
|
|
9
|
+
caso: string;
|
|
10
|
+
cos: string;
|
|
11
|
+
cotan: string;
|
|
12
|
+
de: string;
|
|
13
|
+
e: string;
|
|
14
|
+
enquanto: string;
|
|
15
|
+
entao: string;
|
|
16
|
+
escolha: string;
|
|
17
|
+
escreva: string;
|
|
18
|
+
escreval: string;
|
|
19
|
+
exp: string;
|
|
20
|
+
faca: string;
|
|
21
|
+
falso: string;
|
|
22
|
+
fimalgoritmo: string;
|
|
23
|
+
fimenquanto: string;
|
|
24
|
+
fimescolha: string;
|
|
25
|
+
fimfuncao: string;
|
|
26
|
+
fimpara: string;
|
|
27
|
+
fimprocedimento: string;
|
|
28
|
+
fimrepita: string;
|
|
29
|
+
fimse: string;
|
|
30
|
+
funcao: string;
|
|
31
|
+
grauprad: string;
|
|
32
|
+
inicio: string;
|
|
33
|
+
int: string;
|
|
34
|
+
inteiro: string;
|
|
35
|
+
interrompa: string;
|
|
36
|
+
leia: string;
|
|
37
|
+
log: string;
|
|
38
|
+
logn: string;
|
|
39
|
+
logico: string;
|
|
40
|
+
ou: string;
|
|
41
|
+
outrocaso: string;
|
|
42
|
+
para: string;
|
|
43
|
+
pi: string;
|
|
44
|
+
procedimento: string;
|
|
45
|
+
quad: string;
|
|
46
|
+
radpgrau: string;
|
|
47
|
+
raizq: string;
|
|
48
|
+
rand: string;
|
|
49
|
+
randi: string;
|
|
50
|
+
real: string;
|
|
51
|
+
repita: string;
|
|
52
|
+
se: string;
|
|
53
|
+
sen: string;
|
|
54
|
+
senao: string;
|
|
55
|
+
tan: string;
|
|
56
|
+
var: string;
|
|
57
|
+
verdadeiro: string;
|
|
58
|
+
vetor: string;
|
|
59
|
+
};
|
|
60
|
+
export default _default;
|
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const visualg_1 = __importDefault(require("../../../tipos-de-simbolos/visualg"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
abs: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
9
|
-
algoritmo: visualg_1.default.ALGORITMO,
|
|
10
|
-
arccos: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
11
|
-
arcsen: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
12
|
-
arctan: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
13
|
-
ate: visualg_1.default.ATE,
|
|
14
|
-
caractere: visualg_1.default.CARACTERE,
|
|
15
|
-
caso: visualg_1.default.CASO,
|
|
16
|
-
cos: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
17
|
-
cotan: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
18
|
-
de: visualg_1.default.DE,
|
|
19
|
-
e: visualg_1.default.E,
|
|
20
|
-
enquanto: visualg_1.default.ENQUANTO,
|
|
21
|
-
entao: visualg_1.default.ENTAO,
|
|
22
|
-
escolha: visualg_1.default.ESCOLHA,
|
|
23
|
-
escreva: visualg_1.default.ESCREVA,
|
|
24
|
-
escreval: visualg_1.default.ESCREVA_LINHA,
|
|
25
|
-
exp: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
26
|
-
faca: visualg_1.default.FACA,
|
|
27
|
-
falso: visualg_1.default.FALSO,
|
|
28
|
-
fimalgoritmo: visualg_1.default.FIM_ALGORITMO,
|
|
29
|
-
fimenquanto: visualg_1.default.FIM_ENQUANTO,
|
|
30
|
-
fimescolha: visualg_1.default.FIM_ESCOLHA,
|
|
31
|
-
fimfuncao: visualg_1.default.FIM_FUNCAO,
|
|
32
|
-
fimpara: visualg_1.default.FIM_PARA,
|
|
33
|
-
fimprocedimento: visualg_1.default.FIM_PROCEDIMENTO,
|
|
34
|
-
fimrepita: visualg_1.default.FIM_REPITA,
|
|
35
|
-
fimse: visualg_1.default.FIM_SE,
|
|
36
|
-
funcao: visualg_1.default.FUNCAO,
|
|
37
|
-
grauprad: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
38
|
-
inicio: visualg_1.default.INICIO,
|
|
39
|
-
int: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
40
|
-
inteiro: visualg_1.default.INTEIRO,
|
|
41
|
-
interrompa: visualg_1.default.INTERROMPA,
|
|
42
|
-
leia: visualg_1.default.LEIA,
|
|
43
|
-
log: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
44
|
-
logn: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
45
|
-
logico: visualg_1.default.LOGICO,
|
|
46
|
-
ou: visualg_1.default.OU,
|
|
47
|
-
outrocaso: visualg_1.default.OUTRO_CASO,
|
|
48
|
-
para: visualg_1.default.PARA,
|
|
49
|
-
pi: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
50
|
-
procedimento: visualg_1.default.PROCEDIMENTO,
|
|
51
|
-
quad: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
52
|
-
radpgrau: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
53
|
-
raizq: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
54
|
-
rand: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
55
|
-
randi: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
56
|
-
real: visualg_1.default.REAL,
|
|
57
|
-
repita: visualg_1.default.REPITA,
|
|
58
|
-
se: visualg_1.default.SE,
|
|
59
|
-
sen: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
60
|
-
senao: visualg_1.default.SENAO,
|
|
61
|
-
tan: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
62
|
-
var: visualg_1.default.VAR,
|
|
63
|
-
verdadeiro: visualg_1.default.VERDADEIRO,
|
|
64
|
-
vetor: visualg_1.default.VETOR,
|
|
65
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const visualg_1 = __importDefault(require("../../../tipos-de-simbolos/visualg"));
|
|
7
|
+
exports.default = {
|
|
8
|
+
abs: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
9
|
+
algoritmo: visualg_1.default.ALGORITMO,
|
|
10
|
+
arccos: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
11
|
+
arcsen: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
12
|
+
arctan: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
13
|
+
ate: visualg_1.default.ATE,
|
|
14
|
+
caractere: visualg_1.default.CARACTERE,
|
|
15
|
+
caso: visualg_1.default.CASO,
|
|
16
|
+
cos: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
17
|
+
cotan: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
18
|
+
de: visualg_1.default.DE,
|
|
19
|
+
e: visualg_1.default.E,
|
|
20
|
+
enquanto: visualg_1.default.ENQUANTO,
|
|
21
|
+
entao: visualg_1.default.ENTAO,
|
|
22
|
+
escolha: visualg_1.default.ESCOLHA,
|
|
23
|
+
escreva: visualg_1.default.ESCREVA,
|
|
24
|
+
escreval: visualg_1.default.ESCREVA_LINHA,
|
|
25
|
+
exp: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
26
|
+
faca: visualg_1.default.FACA,
|
|
27
|
+
falso: visualg_1.default.FALSO,
|
|
28
|
+
fimalgoritmo: visualg_1.default.FIM_ALGORITMO,
|
|
29
|
+
fimenquanto: visualg_1.default.FIM_ENQUANTO,
|
|
30
|
+
fimescolha: visualg_1.default.FIM_ESCOLHA,
|
|
31
|
+
fimfuncao: visualg_1.default.FIM_FUNCAO,
|
|
32
|
+
fimpara: visualg_1.default.FIM_PARA,
|
|
33
|
+
fimprocedimento: visualg_1.default.FIM_PROCEDIMENTO,
|
|
34
|
+
fimrepita: visualg_1.default.FIM_REPITA,
|
|
35
|
+
fimse: visualg_1.default.FIM_SE,
|
|
36
|
+
funcao: visualg_1.default.FUNCAO,
|
|
37
|
+
grauprad: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
38
|
+
inicio: visualg_1.default.INICIO,
|
|
39
|
+
int: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
40
|
+
inteiro: visualg_1.default.INTEIRO,
|
|
41
|
+
interrompa: visualg_1.default.INTERROMPA,
|
|
42
|
+
leia: visualg_1.default.LEIA,
|
|
43
|
+
log: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
44
|
+
logn: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
45
|
+
logico: visualg_1.default.LOGICO,
|
|
46
|
+
ou: visualg_1.default.OU,
|
|
47
|
+
outrocaso: visualg_1.default.OUTRO_CASO,
|
|
48
|
+
para: visualg_1.default.PARA,
|
|
49
|
+
pi: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
50
|
+
procedimento: visualg_1.default.PROCEDIMENTO,
|
|
51
|
+
quad: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
52
|
+
radpgrau: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
53
|
+
raizq: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
54
|
+
rand: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
55
|
+
randi: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
56
|
+
real: visualg_1.default.REAL,
|
|
57
|
+
repita: visualg_1.default.REPITA,
|
|
58
|
+
se: visualg_1.default.SE,
|
|
59
|
+
sen: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
60
|
+
senao: visualg_1.default.SENAO,
|
|
61
|
+
tan: visualg_1.default.METODO_BIBLIOTECA_GLOBAL,
|
|
62
|
+
var: visualg_1.default.VAR,
|
|
63
|
+
verdadeiro: visualg_1.default.VERDADEIRO,
|
|
64
|
+
vetor: visualg_1.default.VETOR,
|
|
65
|
+
};
|
|
66
66
|
//# sourceMappingURL=visualg.js.map
|