• v5.13.0 f67e5d3788

    v5.13.0 — Native NASM codegen, full compile pipeline at native speed
    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:49:44 -03:00 | 67 commits to main since this release

    Native NASM Code Generator

    • Array#generate_nasm: 2455 lines of Rust implementing full bytecode→NASM x86_64 codegen
    • All compiler phases now native: tokenize→parse→bytecode→NASM
    • 103KB files compile in <30s (was timeout >300s)
    • Close #059

    Performance

    File Bytecodes ASM Lines Time
    85B 11 1328 <1s
    14KB 2604 14640 <1s
    103KB 11004 71506 <30s
    Downloads