-
v5.4.0 — Arrays, String Concat, Native Runtime v4
StableSome checks are pendingCI / build-and-test (push) Waiting to runreleased this
2026-03-16 17:51:39 -03:00 | 118 commits to main since this releaseWhat's New in v5.4.0
Native Runtime v4 (491 bytes)
- Array operations: arr_alloc, arr_push (auto-grow), arr_get, arr_length
- String concat: heap-allocated string concatenation via tagged values
- Int-to-string:
x.to_sconverts integer to heap string - NOT opcode: logical negation
Native Codegen Features
Feature Status Integers + arithmetic ✅ String literals ✅ String concatenation ✅ Int-to-string (to_s) ✅ Variables ✅ If/else ✅ While loops ✅ Functions (def/call/return) ✅ Arrays (literal, index, push) ✅ NEW Comparisons (all 6) ✅ Logical (&&, ||, !) ✅ Booleans, nil ✅ Tests
- 14 native ELF tests passing (675-981 byte binaries)
- 11 VM bootstrap tests passing
- 20 Rust integration tests passing
Self-Hosting Progress
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads