• Joined on 2025-11-05
blu pushed tag v0.1.4 to blu/lux 2026-02-19 02:52:16 -05:00
blu released Lux v0.1.4 at blu/lux 2026-02-19 02:52:14 -05:00
blu pushed to master at blu/lux 2026-02-19 02:44:52 -05:00
4ba7a23ae3 feat: add comprehensive compilation checks to validate.sh
blu pushed to master at blu/lux 2026-02-19 02:42:25 -05:00
89741b4a32 fix: move top-level let initialization into main() in C backend
blu pushed to master at blu/lux 2026-02-19 02:15:41 -05:00
3a2376cd49 feat: port AST definitions to Lux (self-hosting)
4dfb04a1b6 chore: sync Cargo.lock with version 0.1.3
3cdde02eb2 feat: add Int.toFloat/Float.toInt JS backend support and fix Map C codegen
a5762d0397 feat: add built-in Map type with String keys
1132c621c6 fix: allow newlines before then in if/then/else expressions
Compare 7 commits »
blu pushed to master at blu/lux 2026-02-18 23:24:55 -05:00
6a2e4a7ac1 chore: bump version to 0.1.3
blu pushed tag v0.1.3 to blu/lux 2026-02-18 23:12:15 -05:00
blu released Lux v0.1.3 at blu/lux 2026-02-18 23:12:13 -05:00
blu pushed to master at blu/lux 2026-02-18 23:06:03 -05:00
3d706cb32b feat: add record spread syntax { ...base, field: val }
7c3bfa9301 feat: add Math.sin, Math.cos, Math.atan2 trig functions
b56c5461f1 fix: JS const _ duplication and hardcoded version string
61e1469845 feat: add ++ concat operator and auto-invoke main
bb0a288210 chore: bump version to 0.1.2
Compare 9 commits »
blu released Lux v0.1.2 at blu/lux 2026-02-18 21:28:33 -05:00
blu pushed tag v0.1.2 to blu/lux 2026-02-18 21:28:32 -05:00
blu released Lux v0.1.1 at blu/lux 2026-02-18 20:44:36 -05:00
blu pushed tag v0.1.1 to blu/lux 2026-02-18 20:44:36 -05:00
blu pushed to master at blu/lux 2026-02-18 20:22:16 -05:00
bd843d2219 fix: record type aliases now work for unification and field access
d76aa17b38 feat: static binary builds and automated release script
Compare 2 commits »
blu pushed tag v0.1.0 to blu/lux 2026-02-18 19:17:41 -05:00
blu released Lux v0.1.0 at blu/lux 2026-02-18 19:17:36 -05:00
blu pushed to master at blu/lux 2026-02-18 19:08:40 -05:00
7c55b76dae feat: static binary builds and automated release script
blu pushed to master at blu/lux 2026-02-18 17:22:23 -05:00
c23d9c7078 fix: test runner now supports module imports
blu pushed to master at blu/lux 2026-02-18 16:46:03 -05:00
fffacd2467 feat: C backend module import support, Int/Float.toString, Test.assertEqualMsg
blu pushed to master at blu/pkgs.lux 2026-02-18 14:58:31 -05:00
c5a2276f6e feat: add frontmatter and path packages to registry