• Joined on 2024-04-09
giles pushed to loops/go at coop/rose-ash 2026-05-27 21:11:22 +00:00
ff9abe3ae6 go: eval.sx scaffold — literals + vars + binops + 25 tests; Phase 3 closed [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 21:05:10 +00:00
21bb17e4a6 go: types.sx — interface satisfaction (structural method-set check) + 7 tests [shapes-static-types-bidirectional]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:59:47 +00:00
4bd9262060 go: types.sx — composite-literal element checking; Phase 3 bar crossed + 10 tests [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:56:12 +00:00
5b4a8be689 go: types.sx — call type-checking + 8 tests; recursive funcs now type [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:53:02 +00:00
9f4c6787e4 go: types.sx — func-decl + stmt-level dispatch + 7 tests [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:49:31 +00:00
5e27a7f0c9 go: types.sx — declaration checking (var/const/type + :=) + 12 tests [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:46:07 +00:00
86ddaf255c go: types.sx — literal synth + binop + assignability; canonical pitfall handled + 16 tests [shapes-static-types-bidirectional]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:41:04 +00:00
6c3b7d1cf9 go: types.sx scaffold — synth/check skeleton + 12 tests; Phase 3 starts [shapes-static-types-bidirectional]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:34:18 +00:00
2404a593bd go: parse.sx — multi-form file parsing + 7 e2e tests; PHASE 2 COMPLETE [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:29:43 +00:00
44fb231391 go: parse.sx — switch + select + 8 tests; stmts done [shapes-scheduler]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:24:26 +00:00
171a08a2f8 go: parse.sx — go/defer/send/for-range + 9 tests [shapes-scheduler]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:17:43 +00:00
ba41f8a580 go: parse.sx — if/else, for, break/continue, inc-dec + 11 tests [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 20:11:03 +00:00
5f6d62f45b go: parse.sx — statements (return / short-decl / assign / block) + 9 tests [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 19:52:10 +00:00
ad21776002 go: parse.sx — func + method declarations + 8 tests [shapes-static-types-bidirectional]
giles pushed to loops/fed-sx-m1 at coop/rose-ash 2026-05-27 19:48:28 +00:00
4c0295cdff fed-sx-m1: Step 4b-obj — 10 bootstrap object-types + manifest update + 12 new parse tests (22 total)
giles pushed to loops/go at coop/rose-ash 2026-05-27 19:44:29 +00:00
4922b6e987 go: parse.sx — package/import/var/const/type declarations + 10 tests [consumes-ast]
giles pushed to loops/go at coop/rose-ash 2026-05-27 08:21:49 +00:00
632e06d3cf go: parse.sx — composite literals + 8 tests [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 08:16:25 +00:00
48379e04bc go: parse.sx — interface type expressions + 8 tests; type expressions DONE [nothing]
giles pushed to loops/go at coop/rose-ash 2026-05-27 08:12:10 +00:00
a94ffa0feb go: parse.sx — struct type expressions + 8 tests [proposes-ast]
giles pushed to loops/go at coop/rose-ash 2026-05-27 08:06:55 +00:00
9acdbcb8d8 go: parse.sx — func type expressions (anonymous params) + 9 tests [nothing]