• v4.0.0 7fa4bf28e0

    v4.0.0 — Self-hosting milestone (45+ features, 12 bootstrap tests)
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-15 21:05:52 -03:00 | 150 commits to main since this release

    Koder v4.0.0 — Self-hosting milestone

    Koder can now process its own code through a complete pipeline:
    source → tokenize → parse → compile → bytecode VM → output

    Self-hosted bootstrap (1849 lines of Koder)

    • 12/12 tests passing
    • 45+ language features
    • Classes with @ivars and method calls
    • Functions with parameters and return
    • if/elsif/else, while, for-in, case/when
    • Arrays, hashes, ranges, nil, &&/||, lambdas
    • 25+ built-in methods (.to_s, .length, .push, .sort, etc.)

    Rust workspace

    • 21 crates, ~95K+ lines, 3124+ tests
    • 5 backends: interpreter, VM, native AOT, JS, WASM
    • 50+ stdlib modules
    • Full toolchain: REPL, debugger, formatter, linter, LSP, doc gen, pkg manager
    Downloads