-
released this
2026-03-19 23:53:31 -03:00 | 78 commits to main since this releaseSelf-Hosted Compiler Modularization
- Compiler backend extracted: Separated bytecode + NASM codegen into
lib/compiler_backend.kd - Frontend shared:
lib/bootstrap_frontend.kdrefactored
Self-Hosted CLI Promotion (#058)
KODER_PREFER_SELFHOSTED: Opt-in env var to prefer self-hosted implementations- Promoted routes:
fmt,pkg,js,wasm,repl,lsp,debug - Authority matrix:
docs/selfhosted-transition.mddefines parity gates
Standard Library
File.append: New method for appending content to filesNetmodule: Cookies, multipart,follow_redirects,max_redirects- YAML: Tagged value support (
!!str,!!int,!!float,!!bool, custom!tag) - Archive: RAR list/extract, 7-Zip list/extract/create
CI/CD
- GitHub mirror: Auto-mirror to GitHub on push (secret-gated)
- CI hardening: Self-hosted driver toolchain checks
Backlog Completed
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Compiler backend extracted: Separated bytecode + NASM codegen into