BLang - Uma linguagem de programação simples em português
Project description
BLang 🇧🇷
Uma linguagem de programação simples escrita em português.
Instalação
pip install blang-lang
Como usar
Crie um arquivo teste.bl e rode:
blang teste.bl
Ou modo interativo:
blang
Sintaxe
# variável
var nome = "Bernardo"
var vida = 100
# imprimir
fala "Olá " + nome
fala vida
# condicional
se vida > 50 entao
fala "tá vivo!"
senao
fala "game over"
fim
# loop
repete 3 vezes
fala "oi"
fim
# função
funcao somar(a, b)
retorna a + b
fim
var resultado = somar(10, 20)
fala resultado
Funções nativas
| Função | Descrição |
|---|---|
texto(x) |
Converte para texto |
num(x) |
Converte para número |
tipo(x) |
Retorna o tipo do valor |
tamanho(x) |
Retorna o tamanho do texto |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blang_lang-1.0.0.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blang_lang-1.0.0.tar.gz.
File metadata
- Download URL: blang_lang-1.0.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11cd2fe67b947d765733ad8dfc80949c8f1056990aa04d101cbb072de79f5ea2
|
|
| MD5 |
d17385a9926b18e68284d3f6b27078b6
|
|
| BLAKE2b-256 |
1859a88e800b64ed6cb9d3611ab5924d124303470a45991fe0e77c9076f5acf1
|
File details
Details for the file blang_lang-1.0.0-py3-none-any.whl.
File metadata
- Download URL: blang_lang-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27c2edcd1690730bbe0159189f2e47f555efd284e91bccbcde15d481ca3e109a
|
|
| MD5 |
cf07a2cccabd8e97205cfa3ec9eaca20
|
|
| BLAKE2b-256 |
4b956de55cc79ba42baaa0fb81dc609dab8905c384152ef9afb618d40ac252d6
|