Files
hakorune/apps/macros/examples/for_foreach_macro.nyash

10 lines
230 B
Plaintext

// for_/foreach_ normalization marker macro
static box MacroBoxSpec {
name() { return "ForForeach" }
expand(json, ctx) {
// Identity in Ny child; actual transform is handled by internal-child (Rust)
return json
}
}