macro(loopform): add LoopNormalize behavior routing (identity for MVP); AST JSON Local support
This commit is contained in:
@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user