Compare commits

...

4 Commits

Author SHA1 Message Date
will.anderson c23c5112a7 Merge pull request 'el: native @route dispatch + multi-decorator stacking in modular compiler' (#93) from feat/el-route-decorators into main
El SDK Release / build-and-release (push) Failing after 14m37s
2026-08-15 23:23:23 +00:00
will.anderson b40af4a5f3 Merge pull request 'promote stage -> main: transduce unification + HNSW + ggml adapter + reconciliation (2026-08-15)' (#120) from stage into main
El SDK Release / build-and-release (push) Failing after 44s
2026-08-15 22:37:50 +00:00
will.anderson c7a78ab1eb Merge pull request 'promote dev -> stage: transduce unification + HNSW + ggml adapter + reconciliation (2026-08-15)' (#119) from dev into stage
El SDK CI - stage / build-and-test (push) Failing after 46s
El SDK Release / build-and-release (pull_request) Failing after 45s
2026-08-15 22:37:07 +00:00
will.anderson 8c94d92033 el: native @route dispatch + multi-decorator stacking in modular compiler
El SDK Release / build-and-release (pull_request) Failing after 11m40s
Port the @route decorator from the bootstrap prototype into the production
modular compiler (parser + streaming codegen), and generalize single
decorators to a stacked list so a handler can be both @route and a VBD role
(@manager/@engine/@accessor). The dispatcher is synthesized from a token
pre-scan (survives the streaming backend's per-fn AST discard, works for
library modules) and emitted specificity-sorted so overlapping prefixes never
shadow by source order. Supports method lists ("GET|POST"), "ANY", and
suffix/compound matchers. Inert on all non-@route code (byte-identical C).
2026-08-10 16:11:15 -05:00

Diff Content Not Available