macro(loopform): add LoopNormalize behavior routing (identity for MVP); AST JSON Local support

This commit is contained in:
Selfhosting Dev
2025-09-19 22:52:22 +09:00
parent 9d40e9137a
commit c4dda4ce01
4 changed files with 30 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Kinds (subset for Phase 2+)
- FunctionCall: { kind: "FunctionCall", name: string, arguments: [Node] }
- Array: { kind: "Array", elements: [Node] }
- Map: { kind: "Map", entries: [{k: string, v: Node}] }
- Local: { kind: "Local", variables: [string], inits: [Node|null] }
LiteralValue
- { type: "string", value: string }