-
Lux v0.1.4 Stable
released this
2026-02-19 02:52:13 -05:00 | 35 commits to master since this releaseLux v0.1.4
Changes
- chore: bump version to 0.1.4
- feat: add comprehensive compilation checks to validate.sh
- fix: move top-level let initialization into main() in C backend
- feat: port AST definitions to Lux (self-hosting)
- chore: sync Cargo.lock with version 0.1.3
- feat: add Int.toFloat/Float.toInt JS backend support and fix Map C codegen
- feat: add built-in Map type with String keys
- fix: allow newlines before
thenin if/then/else expressions - fix: JS backend scoping for let/match/if inside closures
- fix: record spread works with named type aliases
Installation
curl -Lo lux https://git.qrty.ink/blu/lux/releases/download/v0.1.4/lux-linux-x86_64 chmod +x lux ./lux --versionDownloads