giles
aaabe370d6
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m29s
apl: bracket indexing A[I] → (I⌷A) (+7 tests, 415/415)
Parser: maybe-bracket helper wraps any value followed by [expr]
into (:dyad (:fn-glyph ⌷) idx val). Wired into :name and :lparen
branches of collect-segments-loop.
apl-run "(10 20 30)[2]" → 20
apl-run "A ← 100 200 300 ⋄ A[2]" → 200
apl-run "(⍳5)[3] × 7" → 21
Multi-axis A[I;J] deferred — needs semicolon-split parsing.
2026-05-07 14:07:05 +00:00
..
2026-05-06 18:21:03 +00:00
2026-05-06 09:19:56 +00:00
2026-05-07 14:07:05 +00:00
2026-05-05 12:35:26 +00:00
2026-05-06 09:19:56 +00:00
2026-05-06 09:19:56 +00:00
2026-05-06 09:19:56 +00:00
2026-04-25 08:06:17 +00:00
2026-04-24 16:03:00 +00:00
2026-05-06 09:19:56 +00:00
2026-04-24 16:03:00 +00:00
2026-04-25 08:54:00 +00:00
2026-05-06 09:19:56 +00:00
2026-04-24 15:47:25 +00:00
2026-04-24 15:50:22 +00:00
2026-04-25 18:35:32 +00:00
2026-05-06 09:19:56 +00:00
2026-04-24 16:03:00 +00:00
2026-05-06 09:19:56 +00:00
2026-05-06 09:19:56 +00:00
2026-05-06 09:19:56 +00:00
2026-04-24 15:16:45 +00:00
2026-05-01 20:20:56 +00:00
2026-04-25 16:32:26 +00:00
2026-05-06 11:06:05 +00:00
2026-05-06 15:37:40 +00:00