HLCRF layout engine for Go — semantic HTML rendering with go-i18n grammar pipeline
Find a file
Claude 7e484aba8b
test: add go-html → go-i18n reversal integration test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 23:43:26 +00:00
context.go feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00
go.mod feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00
go.sum feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00
integration_test.go test: add go-html → go-i18n reversal integration test 2026-02-16 23:43:26 +00:00
layout.go feat: add nested layout path chains 2026-02-16 23:40:40 +00:00
layout_test.go feat: add HLCRF Layout type with semantic elements 2026-02-16 23:39:43 +00:00
node.go feat: add conditional, entitlement, switch, and each nodes 2026-02-16 23:36:54 +00:00
node_test.go feat: add conditional, entitlement, switch, and each nodes 2026-02-16 23:36:54 +00:00
path.go feat: add nested layout path chains 2026-02-16 23:40:40 +00:00
path_test.go feat: add nested layout path chains 2026-02-16 23:40:40 +00:00
render.go feat: add render pipeline and validation tests 2026-02-16 23:43:05 +00:00
render_test.go feat: add render pipeline and validation tests 2026-02-16 23:43:05 +00:00