@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,219 +1,219 @@
|
|
|
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
|
-
exports.LexadorVisuAlg = void 0;
|
|
7
|
-
const lexador_base_linha_unica_1 = require("../lexador-base-linha-unica");
|
|
8
|
-
const visualg_1 = __importDefault(require("../../tipos-de-simbolos/visualg"));
|
|
9
|
-
const visualg_2 = __importDefault(require("./palavras-reservadas/visualg"));
|
|
10
|
-
const dicionarioBibliotecaGlobal = {
|
|
11
|
-
int: 'inteiro',
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* O Lexador do VisuAlg é de linha única porque não possui comentários
|
|
15
|
-
* multilinha na especificação.
|
|
16
|
-
*/
|
|
17
|
-
class LexadorVisuAlg extends lexador_base_linha_unica_1.LexadorBaseLinhaUnica {
|
|
18
|
-
analisarNumero() {
|
|
19
|
-
while (this.eDigito(this.simboloAtual())) {
|
|
20
|
-
this.avancar();
|
|
21
|
-
}
|
|
22
|
-
if (this.simboloAtual() == '.' && this.eDigito(this.proximoSimbolo())) {
|
|
23
|
-
this.avancar();
|
|
24
|
-
while (this.eDigito(this.simboloAtual())) {
|
|
25
|
-
this.avancar();
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
const numeroCompleto = this.codigo.substring(this.inicioSimbolo, this.atual);
|
|
29
|
-
this.adicionarSimbolo(visualg_1.default.NUMERO, parseFloat(numeroCompleto));
|
|
30
|
-
}
|
|
31
|
-
analisarTexto(delimitador) {
|
|
32
|
-
while (this.simboloAtual() !== delimitador && !this.eFinalDoCodigo()) {
|
|
33
|
-
this.avancar();
|
|
34
|
-
}
|
|
35
|
-
if (this.eFinalDoCodigo()) {
|
|
36
|
-
this.erros.push({
|
|
37
|
-
linha: this.linha + 1,
|
|
38
|
-
caractere: this.simboloAnterior(),
|
|
39
|
-
mensagem: 'Caractere não finalizado.',
|
|
40
|
-
});
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
const valor = this.codigo.substring(this.inicioSimbolo + 1, this.atual);
|
|
44
|
-
this.adicionarSimbolo(visualg_1.default.CARACTERE, valor);
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Identificação de palavra-chave.
|
|
48
|
-
* Palavras-chaves em VisuAlg não são sensíveis a tamanho de caixa
|
|
49
|
-
* (caracteres maiúsculos e minúsculos são equivalentes).
|
|
50
|
-
*/
|
|
51
|
-
identificarPalavraChave() {
|
|
52
|
-
while (this.eAlfabetoOuDigito(this.simboloAtual())) {
|
|
53
|
-
this.avancar();
|
|
54
|
-
}
|
|
55
|
-
const codigo = this.codigo.substring(this.inicioSimbolo, this.atual).toLowerCase();
|
|
56
|
-
if (codigo in visualg_2.default) {
|
|
57
|
-
this.adicionarSimbolo(visualg_2.default[codigo], dicionarioBibliotecaGlobal.hasOwnProperty(codigo) ? dicionarioBibliotecaGlobal[codigo] : codigo);
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
this.adicionarSimbolo(visualg_1.default.IDENTIFICADOR, codigo);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
analisarToken() {
|
|
64
|
-
const caractere = this.simboloAtual();
|
|
65
|
-
switch (caractere) {
|
|
66
|
-
case '(':
|
|
67
|
-
this.adicionarSimbolo(visualg_1.default.PARENTESE_ESQUERDO);
|
|
68
|
-
this.avancar();
|
|
69
|
-
break;
|
|
70
|
-
case ')':
|
|
71
|
-
this.adicionarSimbolo(visualg_1.default.PARENTESE_DIREITO);
|
|
72
|
-
this.avancar();
|
|
73
|
-
break;
|
|
74
|
-
case '[':
|
|
75
|
-
this.adicionarSimbolo(visualg_1.default.COLCHETE_ESQUERDO);
|
|
76
|
-
this.avancar();
|
|
77
|
-
break;
|
|
78
|
-
case ']':
|
|
79
|
-
this.adicionarSimbolo(visualg_1.default.COLCHETE_DIREITO);
|
|
80
|
-
this.avancar();
|
|
81
|
-
break;
|
|
82
|
-
case ':':
|
|
83
|
-
this.adicionarSimbolo(visualg_1.default.DOIS_PONTOS);
|
|
84
|
-
this.avancar();
|
|
85
|
-
break;
|
|
86
|
-
case '<':
|
|
87
|
-
this.avancar();
|
|
88
|
-
switch (this.simboloAtual()) {
|
|
89
|
-
case '-':
|
|
90
|
-
this.adicionarSimbolo(visualg_1.default.SETA_ATRIBUICAO);
|
|
91
|
-
this.avancar();
|
|
92
|
-
break;
|
|
93
|
-
case '=':
|
|
94
|
-
this.adicionarSimbolo(visualg_1.default.MENOR_IGUAL);
|
|
95
|
-
this.avancar();
|
|
96
|
-
break;
|
|
97
|
-
case '>':
|
|
98
|
-
this.adicionarSimbolo(visualg_1.default.DIFERENTE);
|
|
99
|
-
this.avancar();
|
|
100
|
-
break;
|
|
101
|
-
default:
|
|
102
|
-
this.adicionarSimbolo(visualg_1.default.MENOR);
|
|
103
|
-
break;
|
|
104
|
-
}
|
|
105
|
-
break;
|
|
106
|
-
case '>':
|
|
107
|
-
this.avancar();
|
|
108
|
-
if (this.simboloAtual() === '=') {
|
|
109
|
-
this.adicionarSimbolo(visualg_1.default.MAIOR_IGUAL);
|
|
110
|
-
this.avancar();
|
|
111
|
-
}
|
|
112
|
-
else {
|
|
113
|
-
this.adicionarSimbolo(visualg_1.default.MAIOR);
|
|
114
|
-
}
|
|
115
|
-
break;
|
|
116
|
-
case '=':
|
|
117
|
-
this.adicionarSimbolo(visualg_1.default.IGUAL);
|
|
118
|
-
this.avancar();
|
|
119
|
-
break;
|
|
120
|
-
case ',':
|
|
121
|
-
this.adicionarSimbolo(visualg_1.default.VIRGULA);
|
|
122
|
-
this.avancar();
|
|
123
|
-
break;
|
|
124
|
-
case '.':
|
|
125
|
-
this.adicionarSimbolo(visualg_1.default.PONTO);
|
|
126
|
-
this.avancar();
|
|
127
|
-
break;
|
|
128
|
-
case '-':
|
|
129
|
-
this.adicionarSimbolo(visualg_1.default.SUBTRACAO);
|
|
130
|
-
this.avancar();
|
|
131
|
-
break;
|
|
132
|
-
case '+':
|
|
133
|
-
this.adicionarSimbolo(visualg_1.default.ADICAO);
|
|
134
|
-
this.avancar();
|
|
135
|
-
break;
|
|
136
|
-
case '%':
|
|
137
|
-
this.adicionarSimbolo(visualg_1.default.MODULO);
|
|
138
|
-
this.avancar();
|
|
139
|
-
break;
|
|
140
|
-
case '*':
|
|
141
|
-
this.adicionarSimbolo(visualg_1.default.MULTIPLICACAO);
|
|
142
|
-
this.avancar();
|
|
143
|
-
break;
|
|
144
|
-
case '^':
|
|
145
|
-
this.adicionarSimbolo(visualg_1.default.EXPONENCIACAO);
|
|
146
|
-
this.avancar();
|
|
147
|
-
break;
|
|
148
|
-
case '/':
|
|
149
|
-
this.avancar();
|
|
150
|
-
switch (this.simboloAtual()) {
|
|
151
|
-
case '/':
|
|
152
|
-
while (this.simboloAtual() != '\n' && !this.eFinalDoCodigo())
|
|
153
|
-
this.avancar();
|
|
154
|
-
break;
|
|
155
|
-
default:
|
|
156
|
-
this.adicionarSimbolo(visualg_1.default.DIVISAO);
|
|
157
|
-
break;
|
|
158
|
-
}
|
|
159
|
-
break;
|
|
160
|
-
case '\\':
|
|
161
|
-
this.adicionarSimbolo(visualg_1.default.DIVISAO_INTEIRA);
|
|
162
|
-
this.avancar();
|
|
163
|
-
break;
|
|
164
|
-
// Esta sessão ignora espaços em branco na tokenização.
|
|
165
|
-
// Ponto-e-vírgula é opcional em Delégua, então pode apenas ser ignorado.
|
|
166
|
-
case ' ':
|
|
167
|
-
case '\0':
|
|
168
|
-
case '\r':
|
|
169
|
-
case '\t':
|
|
170
|
-
case ';':
|
|
171
|
-
this.avancar();
|
|
172
|
-
break;
|
|
173
|
-
case '\n':
|
|
174
|
-
this.adicionarSimbolo(visualg_1.default.QUEBRA_LINHA);
|
|
175
|
-
this.linha++;
|
|
176
|
-
this.avancar();
|
|
177
|
-
break;
|
|
178
|
-
case '"':
|
|
179
|
-
this.avancar();
|
|
180
|
-
this.analisarTexto('"');
|
|
181
|
-
this.avancar();
|
|
182
|
-
break;
|
|
183
|
-
default:
|
|
184
|
-
if (this.eDigito(caractere))
|
|
185
|
-
this.analisarNumero();
|
|
186
|
-
else if (this.eAlfabeto(caractere))
|
|
187
|
-
this.identificarPalavraChave();
|
|
188
|
-
else {
|
|
189
|
-
this.erros.push({
|
|
190
|
-
linha: this.linha + 1,
|
|
191
|
-
caractere: caractere,
|
|
192
|
-
mensagem: 'Caractere inesperado.',
|
|
193
|
-
});
|
|
194
|
-
this.avancar();
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
mapear(codigo, hashArquivo) {
|
|
199
|
-
this.erros = [];
|
|
200
|
-
this.simbolos = [];
|
|
201
|
-
this.inicioSimbolo = 0;
|
|
202
|
-
this.atual = 0;
|
|
203
|
-
this.linha = 0;
|
|
204
|
-
// Em VisuAlg, quebras de linha são relevantes na avaliação sintática.
|
|
205
|
-
// Portanto, o Lexador precisa trabalhar com uma linha só.
|
|
206
|
-
this.codigo = codigo.join('\n') || '';
|
|
207
|
-
this.hashArquivo = hashArquivo;
|
|
208
|
-
while (!this.eFinalDoCodigo()) {
|
|
209
|
-
this.inicioSimbolo = this.atual;
|
|
210
|
-
this.analisarToken();
|
|
211
|
-
}
|
|
212
|
-
return {
|
|
213
|
-
simbolos: this.simbolos,
|
|
214
|
-
erros: this.erros,
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
exports.LexadorVisuAlg = LexadorVisuAlg;
|
|
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
|
+
exports.LexadorVisuAlg = void 0;
|
|
7
|
+
const lexador_base_linha_unica_1 = require("../lexador-base-linha-unica");
|
|
8
|
+
const visualg_1 = __importDefault(require("../../tipos-de-simbolos/visualg"));
|
|
9
|
+
const visualg_2 = __importDefault(require("./palavras-reservadas/visualg"));
|
|
10
|
+
const dicionarioBibliotecaGlobal = {
|
|
11
|
+
int: 'inteiro',
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* O Lexador do VisuAlg é de linha única porque não possui comentários
|
|
15
|
+
* multilinha na especificação.
|
|
16
|
+
*/
|
|
17
|
+
class LexadorVisuAlg extends lexador_base_linha_unica_1.LexadorBaseLinhaUnica {
|
|
18
|
+
analisarNumero() {
|
|
19
|
+
while (this.eDigito(this.simboloAtual())) {
|
|
20
|
+
this.avancar();
|
|
21
|
+
}
|
|
22
|
+
if (this.simboloAtual() == '.' && this.eDigito(this.proximoSimbolo())) {
|
|
23
|
+
this.avancar();
|
|
24
|
+
while (this.eDigito(this.simboloAtual())) {
|
|
25
|
+
this.avancar();
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
const numeroCompleto = this.codigo.substring(this.inicioSimbolo, this.atual);
|
|
29
|
+
this.adicionarSimbolo(visualg_1.default.NUMERO, parseFloat(numeroCompleto));
|
|
30
|
+
}
|
|
31
|
+
analisarTexto(delimitador) {
|
|
32
|
+
while (this.simboloAtual() !== delimitador && !this.eFinalDoCodigo()) {
|
|
33
|
+
this.avancar();
|
|
34
|
+
}
|
|
35
|
+
if (this.eFinalDoCodigo()) {
|
|
36
|
+
this.erros.push({
|
|
37
|
+
linha: this.linha + 1,
|
|
38
|
+
caractere: this.simboloAnterior(),
|
|
39
|
+
mensagem: 'Caractere não finalizado.',
|
|
40
|
+
});
|
|
41
|
+
return;
|
|
42
|
+
}
|
|
43
|
+
const valor = this.codigo.substring(this.inicioSimbolo + 1, this.atual);
|
|
44
|
+
this.adicionarSimbolo(visualg_1.default.CARACTERE, valor);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Identificação de palavra-chave.
|
|
48
|
+
* Palavras-chaves em VisuAlg não são sensíveis a tamanho de caixa
|
|
49
|
+
* (caracteres maiúsculos e minúsculos são equivalentes).
|
|
50
|
+
*/
|
|
51
|
+
identificarPalavraChave() {
|
|
52
|
+
while (this.eAlfabetoOuDigito(this.simboloAtual())) {
|
|
53
|
+
this.avancar();
|
|
54
|
+
}
|
|
55
|
+
const codigo = this.codigo.substring(this.inicioSimbolo, this.atual).toLowerCase();
|
|
56
|
+
if (codigo in visualg_2.default) {
|
|
57
|
+
this.adicionarSimbolo(visualg_2.default[codigo], dicionarioBibliotecaGlobal.hasOwnProperty(codigo) ? dicionarioBibliotecaGlobal[codigo] : codigo);
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
this.adicionarSimbolo(visualg_1.default.IDENTIFICADOR, codigo);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
analisarToken() {
|
|
64
|
+
const caractere = this.simboloAtual();
|
|
65
|
+
switch (caractere) {
|
|
66
|
+
case '(':
|
|
67
|
+
this.adicionarSimbolo(visualg_1.default.PARENTESE_ESQUERDO);
|
|
68
|
+
this.avancar();
|
|
69
|
+
break;
|
|
70
|
+
case ')':
|
|
71
|
+
this.adicionarSimbolo(visualg_1.default.PARENTESE_DIREITO);
|
|
72
|
+
this.avancar();
|
|
73
|
+
break;
|
|
74
|
+
case '[':
|
|
75
|
+
this.adicionarSimbolo(visualg_1.default.COLCHETE_ESQUERDO);
|
|
76
|
+
this.avancar();
|
|
77
|
+
break;
|
|
78
|
+
case ']':
|
|
79
|
+
this.adicionarSimbolo(visualg_1.default.COLCHETE_DIREITO);
|
|
80
|
+
this.avancar();
|
|
81
|
+
break;
|
|
82
|
+
case ':':
|
|
83
|
+
this.adicionarSimbolo(visualg_1.default.DOIS_PONTOS);
|
|
84
|
+
this.avancar();
|
|
85
|
+
break;
|
|
86
|
+
case '<':
|
|
87
|
+
this.avancar();
|
|
88
|
+
switch (this.simboloAtual()) {
|
|
89
|
+
case '-':
|
|
90
|
+
this.adicionarSimbolo(visualg_1.default.SETA_ATRIBUICAO);
|
|
91
|
+
this.avancar();
|
|
92
|
+
break;
|
|
93
|
+
case '=':
|
|
94
|
+
this.adicionarSimbolo(visualg_1.default.MENOR_IGUAL);
|
|
95
|
+
this.avancar();
|
|
96
|
+
break;
|
|
97
|
+
case '>':
|
|
98
|
+
this.adicionarSimbolo(visualg_1.default.DIFERENTE);
|
|
99
|
+
this.avancar();
|
|
100
|
+
break;
|
|
101
|
+
default:
|
|
102
|
+
this.adicionarSimbolo(visualg_1.default.MENOR);
|
|
103
|
+
break;
|
|
104
|
+
}
|
|
105
|
+
break;
|
|
106
|
+
case '>':
|
|
107
|
+
this.avancar();
|
|
108
|
+
if (this.simboloAtual() === '=') {
|
|
109
|
+
this.adicionarSimbolo(visualg_1.default.MAIOR_IGUAL);
|
|
110
|
+
this.avancar();
|
|
111
|
+
}
|
|
112
|
+
else {
|
|
113
|
+
this.adicionarSimbolo(visualg_1.default.MAIOR);
|
|
114
|
+
}
|
|
115
|
+
break;
|
|
116
|
+
case '=':
|
|
117
|
+
this.adicionarSimbolo(visualg_1.default.IGUAL);
|
|
118
|
+
this.avancar();
|
|
119
|
+
break;
|
|
120
|
+
case ',':
|
|
121
|
+
this.adicionarSimbolo(visualg_1.default.VIRGULA);
|
|
122
|
+
this.avancar();
|
|
123
|
+
break;
|
|
124
|
+
case '.':
|
|
125
|
+
this.adicionarSimbolo(visualg_1.default.PONTO);
|
|
126
|
+
this.avancar();
|
|
127
|
+
break;
|
|
128
|
+
case '-':
|
|
129
|
+
this.adicionarSimbolo(visualg_1.default.SUBTRACAO);
|
|
130
|
+
this.avancar();
|
|
131
|
+
break;
|
|
132
|
+
case '+':
|
|
133
|
+
this.adicionarSimbolo(visualg_1.default.ADICAO);
|
|
134
|
+
this.avancar();
|
|
135
|
+
break;
|
|
136
|
+
case '%':
|
|
137
|
+
this.adicionarSimbolo(visualg_1.default.MODULO);
|
|
138
|
+
this.avancar();
|
|
139
|
+
break;
|
|
140
|
+
case '*':
|
|
141
|
+
this.adicionarSimbolo(visualg_1.default.MULTIPLICACAO);
|
|
142
|
+
this.avancar();
|
|
143
|
+
break;
|
|
144
|
+
case '^':
|
|
145
|
+
this.adicionarSimbolo(visualg_1.default.EXPONENCIACAO);
|
|
146
|
+
this.avancar();
|
|
147
|
+
break;
|
|
148
|
+
case '/':
|
|
149
|
+
this.avancar();
|
|
150
|
+
switch (this.simboloAtual()) {
|
|
151
|
+
case '/':
|
|
152
|
+
while (this.simboloAtual() != '\n' && !this.eFinalDoCodigo())
|
|
153
|
+
this.avancar();
|
|
154
|
+
break;
|
|
155
|
+
default:
|
|
156
|
+
this.adicionarSimbolo(visualg_1.default.DIVISAO);
|
|
157
|
+
break;
|
|
158
|
+
}
|
|
159
|
+
break;
|
|
160
|
+
case '\\':
|
|
161
|
+
this.adicionarSimbolo(visualg_1.default.DIVISAO_INTEIRA);
|
|
162
|
+
this.avancar();
|
|
163
|
+
break;
|
|
164
|
+
// Esta sessão ignora espaços em branco na tokenização.
|
|
165
|
+
// Ponto-e-vírgula é opcional em Delégua, então pode apenas ser ignorado.
|
|
166
|
+
case ' ':
|
|
167
|
+
case '\0':
|
|
168
|
+
case '\r':
|
|
169
|
+
case '\t':
|
|
170
|
+
case ';':
|
|
171
|
+
this.avancar();
|
|
172
|
+
break;
|
|
173
|
+
case '\n':
|
|
174
|
+
this.adicionarSimbolo(visualg_1.default.QUEBRA_LINHA);
|
|
175
|
+
this.linha++;
|
|
176
|
+
this.avancar();
|
|
177
|
+
break;
|
|
178
|
+
case '"':
|
|
179
|
+
this.avancar();
|
|
180
|
+
this.analisarTexto('"');
|
|
181
|
+
this.avancar();
|
|
182
|
+
break;
|
|
183
|
+
default:
|
|
184
|
+
if (this.eDigito(caractere))
|
|
185
|
+
this.analisarNumero();
|
|
186
|
+
else if (this.eAlfabeto(caractere))
|
|
187
|
+
this.identificarPalavraChave();
|
|
188
|
+
else {
|
|
189
|
+
this.erros.push({
|
|
190
|
+
linha: this.linha + 1,
|
|
191
|
+
caractere: caractere,
|
|
192
|
+
mensagem: 'Caractere inesperado.',
|
|
193
|
+
});
|
|
194
|
+
this.avancar();
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
mapear(codigo, hashArquivo) {
|
|
199
|
+
this.erros = [];
|
|
200
|
+
this.simbolos = [];
|
|
201
|
+
this.inicioSimbolo = 0;
|
|
202
|
+
this.atual = 0;
|
|
203
|
+
this.linha = 0;
|
|
204
|
+
// Em VisuAlg, quebras de linha são relevantes na avaliação sintática.
|
|
205
|
+
// Portanto, o Lexador precisa trabalhar com uma linha só.
|
|
206
|
+
this.codigo = codigo.join('\n') || '';
|
|
207
|
+
this.hashArquivo = hashArquivo;
|
|
208
|
+
while (!this.eFinalDoCodigo()) {
|
|
209
|
+
this.inicioSimbolo = this.atual;
|
|
210
|
+
this.analisarToken();
|
|
211
|
+
}
|
|
212
|
+
return {
|
|
213
|
+
simbolos: this.simbolos,
|
|
214
|
+
erros: this.erros,
|
|
215
|
+
};
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
exports.LexadorVisuAlg = LexadorVisuAlg;
|
|
219
219
|
//# sourceMappingURL=lexador-visualg.js.map
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
a: string;
|
|
3
|
-
ai: string;
|
|
4
|
-
ajuda: string;
|
|
5
|
-
bambam: string;
|
|
6
|
-
birl: string;
|
|
7
|
-
bora: string;
|
|
8
|
-
biceps: string;
|
|
9
|
-
ce: string;
|
|
10
|
-
cumpade: string;
|
|
11
|
-
da: string;
|
|
12
|
-
dar: string;
|
|
13
|
-
do: string;
|
|
14
|
-
doente: string;
|
|
15
|
-
descendente: string;
|
|
16
|
-
ele: string;
|
|
17
|
-
essa: string;
|
|
18
|
-
filho: string;
|
|
19
|
-
frango: string;
|
|
20
|
-
gente: string;
|
|
21
|
-
home: string;
|
|
22
|
-
hora: string;
|
|
23
|
-
mais: string;
|
|
24
|
-
maluco: string;
|
|
25
|
-
monstrao: string;
|
|
26
|
-
monstro: string;
|
|
27
|
-
monstrinho: string;
|
|
28
|
-
nao: string;
|
|
29
|
-
negativa: string;
|
|
30
|
-
o: string;
|
|
31
|
-
oh: string;
|
|
32
|
-
po: string;
|
|
33
|
-
porra: string;
|
|
34
|
-
puta: string;
|
|
35
|
-
que: string;
|
|
36
|
-
quer: string;
|
|
37
|
-
quero: string;
|
|
38
|
-
sai: string;
|
|
39
|
-
show: string;
|
|
40
|
-
ta: string;
|
|
41
|
-
vai: string;
|
|
42
|
-
vamo: string;
|
|
43
|
-
ver: string;
|
|
44
|
-
trapezio: string;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
a: string;
|
|
3
|
+
ai: string;
|
|
4
|
+
ajuda: string;
|
|
5
|
+
bambam: string;
|
|
6
|
+
birl: string;
|
|
7
|
+
bora: string;
|
|
8
|
+
biceps: string;
|
|
9
|
+
ce: string;
|
|
10
|
+
cumpade: string;
|
|
11
|
+
da: string;
|
|
12
|
+
dar: string;
|
|
13
|
+
do: string;
|
|
14
|
+
doente: string;
|
|
15
|
+
descendente: string;
|
|
16
|
+
ele: string;
|
|
17
|
+
essa: string;
|
|
18
|
+
filho: string;
|
|
19
|
+
frango: string;
|
|
20
|
+
gente: string;
|
|
21
|
+
home: string;
|
|
22
|
+
hora: string;
|
|
23
|
+
mais: string;
|
|
24
|
+
maluco: string;
|
|
25
|
+
monstrao: string;
|
|
26
|
+
monstro: string;
|
|
27
|
+
monstrinho: string;
|
|
28
|
+
nao: string;
|
|
29
|
+
negativa: string;
|
|
30
|
+
o: string;
|
|
31
|
+
oh: string;
|
|
32
|
+
po: string;
|
|
33
|
+
porra: string;
|
|
34
|
+
puta: string;
|
|
35
|
+
que: string;
|
|
36
|
+
quer: string;
|
|
37
|
+
quero: string;
|
|
38
|
+
sai: string;
|
|
39
|
+
show: string;
|
|
40
|
+
ta: string;
|
|
41
|
+
vai: string;
|
|
42
|
+
vamo: string;
|
|
43
|
+
ver: string;
|
|
44
|
+
trapezio: string;
|
|
45
|
+
};
|
|
46
|
+
export default _default;
|
|
@@ -1,64 +1,64 @@
|
|
|
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 birl_1 = __importDefault(require("../../../tipos-de-simbolos/birl"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
// HORA_DO_SHOW: tiposDeSimbolos.HORA_DO_SHOW,
|
|
9
|
-
// BIRL: tiposDeSimbolos.BIRL,
|
|
10
|
-
// QUE_QUE_CE_QUER_MONSTRAO: tiposDeSimbolos.QUE_QUE_CE_QUER_MONSTRAO,
|
|
11
|
-
// ELE_QUE_A_GENTE_QUER: tiposDeSimbolos.ELE_QUE_A_GENTE_QUER,
|
|
12
|
-
// NAO_VAI_DAR_NAO: tiposDeSimbolos.NAO_VAI_DAR_NAO,
|
|
13
|
-
// QUE_NAO_VAI_DAR_O_QUE: tiposDeSimbolos.QUE_NAO_VAI_DAR_O_QUE,
|
|
14
|
-
// NEGATIVA_BAMBAM: tiposDeSimbolos.NEGATIVA_BAMBAM,
|
|
15
|
-
// MAIS_QUERO_MAIS: tiposDeSimbolos.MAIS_QUERO_MAIS,
|
|
16
|
-
// VAMO_MONSTRO: tiposDeSimbolos.VAMO_MONSTRO,
|
|
17
|
-
// SAI_FILHO_DA_PUTA: tiposDeSimbolos.SAI_FILHO_DA_PUTA,
|
|
18
|
-
// OH_O_HOME_AI_PO: tiposDeSimbolos.OH_O_HOME_AI_PO,
|
|
19
|
-
// AJUDA_O_MALUCO_TA_DOENTE: tiposDeSimbolos.AJUDA_O_MALUCO_TA_DOENTE,
|
|
20
|
-
a: birl_1.default.A,
|
|
21
|
-
ai: birl_1.default.AI,
|
|
22
|
-
ajuda: birl_1.default.AJUDA,
|
|
23
|
-
bambam: birl_1.default.BAMBAM,
|
|
24
|
-
birl: birl_1.default.BIRL,
|
|
25
|
-
bora: birl_1.default.BORA,
|
|
26
|
-
biceps: birl_1.default.BICEPS,
|
|
27
|
-
ce: birl_1.default.CE,
|
|
28
|
-
cumpade: birl_1.default.CUMPADE,
|
|
29
|
-
da: birl_1.default.DA,
|
|
30
|
-
dar: birl_1.default.DAR,
|
|
31
|
-
do: birl_1.default.DO,
|
|
32
|
-
doente: birl_1.default.DOENTE,
|
|
33
|
-
descendente: birl_1.default.DESCENDENTE,
|
|
34
|
-
ele: birl_1.default.ELE,
|
|
35
|
-
essa: birl_1.default.ESSA,
|
|
36
|
-
filho: birl_1.default.FILHO,
|
|
37
|
-
frango: birl_1.default.FRANGO,
|
|
38
|
-
gente: birl_1.default.GENTE,
|
|
39
|
-
home: birl_1.default.HOME,
|
|
40
|
-
hora: birl_1.default.HORA,
|
|
41
|
-
mais: birl_1.default.MAIS,
|
|
42
|
-
maluco: birl_1.default.MALUCO,
|
|
43
|
-
monstrao: birl_1.default.MONSTRAO,
|
|
44
|
-
monstro: birl_1.default.MONSTRO,
|
|
45
|
-
monstrinho: birl_1.default.MONSTRINHO,
|
|
46
|
-
nao: birl_1.default.NAO,
|
|
47
|
-
negativa: birl_1.default.NEGATIVA,
|
|
48
|
-
o: birl_1.default.O,
|
|
49
|
-
oh: birl_1.default.OH,
|
|
50
|
-
po: birl_1.default.PO,
|
|
51
|
-
porra: birl_1.default.PORRA,
|
|
52
|
-
puta: birl_1.default.PUTA,
|
|
53
|
-
que: birl_1.default.QUE,
|
|
54
|
-
quer: birl_1.default.QUER,
|
|
55
|
-
quero: birl_1.default.QUERO,
|
|
56
|
-
sai: birl_1.default.SAI,
|
|
57
|
-
show: birl_1.default.SHOW,
|
|
58
|
-
ta: birl_1.default.TA,
|
|
59
|
-
vai: birl_1.default.VAI,
|
|
60
|
-
vamo: birl_1.default.VAMO,
|
|
61
|
-
ver: birl_1.default.VER,
|
|
62
|
-
trapezio: birl_1.default.TRAPEZIO,
|
|
63
|
-
};
|
|
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 birl_1 = __importDefault(require("../../../tipos-de-simbolos/birl"));
|
|
7
|
+
exports.default = {
|
|
8
|
+
// HORA_DO_SHOW: tiposDeSimbolos.HORA_DO_SHOW,
|
|
9
|
+
// BIRL: tiposDeSimbolos.BIRL,
|
|
10
|
+
// QUE_QUE_CE_QUER_MONSTRAO: tiposDeSimbolos.QUE_QUE_CE_QUER_MONSTRAO,
|
|
11
|
+
// ELE_QUE_A_GENTE_QUER: tiposDeSimbolos.ELE_QUE_A_GENTE_QUER,
|
|
12
|
+
// NAO_VAI_DAR_NAO: tiposDeSimbolos.NAO_VAI_DAR_NAO,
|
|
13
|
+
// QUE_NAO_VAI_DAR_O_QUE: tiposDeSimbolos.QUE_NAO_VAI_DAR_O_QUE,
|
|
14
|
+
// NEGATIVA_BAMBAM: tiposDeSimbolos.NEGATIVA_BAMBAM,
|
|
15
|
+
// MAIS_QUERO_MAIS: tiposDeSimbolos.MAIS_QUERO_MAIS,
|
|
16
|
+
// VAMO_MONSTRO: tiposDeSimbolos.VAMO_MONSTRO,
|
|
17
|
+
// SAI_FILHO_DA_PUTA: tiposDeSimbolos.SAI_FILHO_DA_PUTA,
|
|
18
|
+
// OH_O_HOME_AI_PO: tiposDeSimbolos.OH_O_HOME_AI_PO,
|
|
19
|
+
// AJUDA_O_MALUCO_TA_DOENTE: tiposDeSimbolos.AJUDA_O_MALUCO_TA_DOENTE,
|
|
20
|
+
a: birl_1.default.A,
|
|
21
|
+
ai: birl_1.default.AI,
|
|
22
|
+
ajuda: birl_1.default.AJUDA,
|
|
23
|
+
bambam: birl_1.default.BAMBAM,
|
|
24
|
+
birl: birl_1.default.BIRL,
|
|
25
|
+
bora: birl_1.default.BORA,
|
|
26
|
+
biceps: birl_1.default.BICEPS,
|
|
27
|
+
ce: birl_1.default.CE,
|
|
28
|
+
cumpade: birl_1.default.CUMPADE,
|
|
29
|
+
da: birl_1.default.DA,
|
|
30
|
+
dar: birl_1.default.DAR,
|
|
31
|
+
do: birl_1.default.DO,
|
|
32
|
+
doente: birl_1.default.DOENTE,
|
|
33
|
+
descendente: birl_1.default.DESCENDENTE,
|
|
34
|
+
ele: birl_1.default.ELE,
|
|
35
|
+
essa: birl_1.default.ESSA,
|
|
36
|
+
filho: birl_1.default.FILHO,
|
|
37
|
+
frango: birl_1.default.FRANGO,
|
|
38
|
+
gente: birl_1.default.GENTE,
|
|
39
|
+
home: birl_1.default.HOME,
|
|
40
|
+
hora: birl_1.default.HORA,
|
|
41
|
+
mais: birl_1.default.MAIS,
|
|
42
|
+
maluco: birl_1.default.MALUCO,
|
|
43
|
+
monstrao: birl_1.default.MONSTRAO,
|
|
44
|
+
monstro: birl_1.default.MONSTRO,
|
|
45
|
+
monstrinho: birl_1.default.MONSTRINHO,
|
|
46
|
+
nao: birl_1.default.NAO,
|
|
47
|
+
negativa: birl_1.default.NEGATIVA,
|
|
48
|
+
o: birl_1.default.O,
|
|
49
|
+
oh: birl_1.default.OH,
|
|
50
|
+
po: birl_1.default.PO,
|
|
51
|
+
porra: birl_1.default.PORRA,
|
|
52
|
+
puta: birl_1.default.PUTA,
|
|
53
|
+
que: birl_1.default.QUE,
|
|
54
|
+
quer: birl_1.default.QUER,
|
|
55
|
+
quero: birl_1.default.QUERO,
|
|
56
|
+
sai: birl_1.default.SAI,
|
|
57
|
+
show: birl_1.default.SHOW,
|
|
58
|
+
ta: birl_1.default.TA,
|
|
59
|
+
vai: birl_1.default.VAI,
|
|
60
|
+
vamo: birl_1.default.VAMO,
|
|
61
|
+
ver: birl_1.default.VER,
|
|
62
|
+
trapezio: birl_1.default.TRAPEZIO,
|
|
63
|
+
};
|
|
64
64
|
//# sourceMappingURL=birl.js.map
|