• v3.4.0 305de0eb74

    v3.4.0 — SQLite + JWT + OAuth
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 19:19:54 -03:00 | 225 commits to main since this release

    SQLite (motor SQL em memória), JWT (HMAC-SHA256), OAuth 2.0 (PKCE). 2958 testes.

    Downloads
  • v3.3.0 6cc8827ca7

    v3.3.0 — MCP Client + Server
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 18:41:03 -03:00 | 228 commits to main since this release

    MCP: client (connect/tools/call), server (tool registry + JSON-RPC), CLI koder mcp serve com 5 tools. 2936 testes.

    Downloads
  • v3.2.0 bf0244d9b5

    v3.2.0 — Python converter refined
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 18:29:41 -03:00 | 229 commits to main since this release

    koder convert Python: indentação corrigida, lambda, type hints, dict/list. 2926 testes.

    Downloads
  • v3.1.0 facd6a5c9a

    v3.1.0 — CI/CD Pipeline
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 18:21:11 -03:00 | 231 commits to main since this release

    CI/CD: Gitea Actions workflow, scripts/ci.sh, pre-push hook, Makefile (15 targets), CONTRIBUTING.md. 2915 testes.

    Downloads
  • v3.0.0 2a73220b87

    root released this 2026-03-14 18:12:14 -03:00 | 232 commits to main since this release

    Website oficial: https://koder-lang.koder.dev
    20 crates, ~75K+ linhas, 2915 testes, 5 backends.
    Toolchain completo.

    Downloads
  • v2.9.0 256d77f7f8

    root released this 2026-03-14 18:01:31 -03:00 | 234 commits to main since this release

    WASM: classes, exceptions, closures, arrays, hashes, modules. JS: stdlib expandido. 2915 testes.

    Downloads
  • v2.8.0 684a336af7

    v2.8.0 Stable

    root released this 2026-03-14 17:40:16 -03:00 | 236 commits to main since this release

    chunk_while, slice_when, Range expandido. 2865 testes, 0 falhas.

    Downloads
  • v2.7.0 2d8f447782

    v2.7.0 Stable

    root released this 2026-03-14 17:13:08 -03:00 | 238 commits to main since this release

    reduce(:sym), Numeric#step, repeated_permutation, scan com bloco. 2842 testes.

    Downloads
  • v2.6.0 56708f7eed

    root released this 2026-03-14 17:00:17 -03:00 | 239 commits to main since this release

    Koder v2.6.0 — Source-to-Source Transpiler

    New: koder convert

    Convert entire projects from Ruby, Python, or Crystal to Koder.

    koder convert ~/rails-app/ --from ruby -o ~/koder-app/ --verbose
    koder convert ~/django-app/ --from python -o ~/koder-app/
    

    Features

    • Ruby→Koder: classes, blocks, lambdas, Rails detection, Gemfile→koder.toml
    • Python→Koder: indentation→end, init→initialize, self→@var, f-strings→#{}
    • Crystal→Koder: reuses Ruby converter
    • Recursive directory: mirrors project structure, copies non-code files
    • Flags: --dry-run, --verbose, --exclude
    • Report: converted/copied/skipped/failed counts

    2814 tests, 0 failures

    Downloads
  • v2.5.0 ac9bce4086

    root released this 2026-03-14 14:16:56 -03:00 | 244 commits to main since this release

    Koder v2.5.0

    VS Code Extension

    • Syntax highlighting, LSP client, 35 snippets
    • Language configuration (brackets, folding, indentation)

    Documentation

    • Language Reference (2717 lines)
    • Getting Started tutorial (450 lines)
    • Stdlib API Reference (1798 lines, 40+ modules)

    Advanced Examples (7)

    functional, data_structures, oop_advanced, metaprogramming, concurrency, pattern_matching, web_server

    2765 testes, 0 falhas

    Downloads