Skip to content

Releases: kitsuneislife/artcode

Artcode v0.2.0

28 Mar 16:42

Choose a tag to compare

Instalação rápida

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/kitsuneislife/artcode/main/install.sh | bash

Windows (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.art

Full Changelog: v0.1.0...v0.2.0

Artcode v0.1.0

05 Mar 04:54

Choose a tag to compare

Instalação rápida

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/kitsuneislife/artcode/main/install.sh | bash

Windows (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.art

What'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