• v5.11.0 31bcbd04af

    v5.11.0 — Native tokenizer/parser, bootstrap performance breakthrough
    Some checks failed
    CI / build-and-test (push) Waiting to run
    GitHub Mirror / mirror (push) Has been cancelled
    Stable

    root released this 2026-03-20 01:17:31 -03:00 | 73 commits to main since this release

    Native Tokenizer/Parser

    • String#tokenize: Native Rust tokenizer at native speed
    • String#koder_parse: Full recursive descent parser in Rust
    • Performance: Parsing 103KB files in 0s (was timeout >300s)
    • Self-hosted compiler: Produces working x86_64 ELF binaries

    Standard Library

    • Archive.rar_create: Create RAR archives
    • Archive.rar_read: Read files from RAR

    Backlog

    • Close #035: HTTP/1.1 complete
    • Close #052: Archive formats complete
    • #043: Parser bottleneck resolved
    Downloads