Releases: kitsuneislife/artcode
Releases · kitsuneislife/artcode
Artcode v0.2.0
Instalação rápida
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/kitsuneislife/artcode/main/install.sh | bashWindows (PowerShell):
Baixe art-windows-x86_64.exe abaixo e coloque em algum diretório no seu PATH.
Uso
art run meu_script.art
art lsp # Language Server para o editor
art metrics --json meu_script.artFull Changelog: v0.1.0...v0.2.0
Artcode v0.1.0
Instalação rápida
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/kitsuneislife/artcode/main/install.sh | bashWindows (PowerShell):
Baixe art-windows-x86_64.exe abaixo e coloque em algum diretório no seu PATH.
Uso
art run meu_script.art
art lsp # Language Server para o editor
art metrics --json meu_script.artWhat's Changed
- Add comprehensive Portuguese project overview (README.md) by @Copilot in #1
- test(interpreter): finalizer edge-case tests (promotion & reentrant) by @thurzinhos in #2
New Contributors
- @Copilot made their first contribution in #1
- @thurzinhos made their first contribution in #2
Full Changelog: https://github.com/kitsuneislife/artcode/commits/v0.1.0