002 array init

○ Planned This feature is planned but not yet implemented.

Feature: Kernel array initialization

Error Details

output_emitted.zig:62:13: error: use of undeclared identifier 'kernel_data'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:62:13: error: use of undeclared identifier 'kernel_data'
            kernel_data[0].x,
            ^~~~~~~~~~~

Code

input.kz

Flows

flow ~shape click a branch to expand · @labels scroll to their anchor
shape (expr: Body, source: x: f64, y: f64, mass: f64,)
flow ~init click a branch to expand · @labels scroll to their anchor
init (expr: Body, source: { x: 0.0, y: 0.0, mass: 1.0 }, { x: 1.0, y: 0.0, mass: 0.5 }, { x: 2.0, y: 0.0, mass: 0.25 },)