-
v5.0.0 — SELF-HOSTING: Koder compiles to native ELF!
StableSome checks are pendingCI / build-and-test (push) Waiting to runreleased this
2026-03-16 11:15:17 -03:00 | 131 commits to main since this releaseKoder v5.0.0 — Self-hosting Achieved!
Koder can now compile its own source code to native x86_64 ELF binaries.
Full pipeline running entirely in Koder:
source → tokenize → parse → compile → native x86_64 ELF binarykoder_compile_native("puts 42", "/tmp/output")generates a 180-byte standalone executable.Self-hosted bootstrap: 3392 lines
- 100+ language features
- 100+ built-in methods
- 50+ stdlib modules (all implemented)
- Native x86_64 ELF code generation
- 11/11 bootstrap tests
Rust workspace
- 21 crates, ~95K+ lines, 3124 tests
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads