e04ae563ef113d6f70d34998d189ba17d2be018c
Verifies every Five extension works in dynamic compilation: - Multi-return (RETURN a,b + a,b := Func()) - DEFER (Go defer in PRG) - Slice (a[2:4]) - Channel operators (ch <- val, <- ch) - SPAWN / LAUNCH / GOROUTINE - WATCH (channel multiplexing) - ASYNC / AWAIT - WITH TIMEOUT - Nil-safe (?:) - f-string interpolation - CONST block - PARALLEL FOR - IMPORT + pkg.Func() (Go direct call) - obj:Method() (Go object bridge) - MacroEval (runtime expression evaluation) All 16 tests PASS — dynamic PRG has full feature parity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
Five — Harbour+Go Fusion Language (PRG→Go native binary)
Languages
Go
57.9%
xBase
22%
C
19.5%
Shell
0.5%
Makefile
0.1%