No description
Find a file
Claude 20ab172f5b
docs: add go-i18n reversal + go-html combined design
Bottom-up approach: grammar reversal (Layers 1-2) first,
then go-html HLCRF rendering on top. Both modules share
grammar tables and compose into the same binary.

Phase 1: go-i18n/reversal/ (tokeniser + imprint + multiplier)
Phase 2: go-html (HLCRF parser + Flexy-heritage rendering)
Phase 3: Integration + WASM
Phase 4: CoreDeno + Web Components

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 22:45:18 +00:00
docs/plans docs: add go-i18n reversal + go-html combined design 2026-02-16 22:45:18 +00:00
locales feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
compose.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
context.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
debug.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
go.mod feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
go.sum feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
grammar.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
grammar_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
handler.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
handler_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
hooks.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
i18n.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
loader.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
loader_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
localise.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
service.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
service_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
time.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
transform.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00