Problem
NLS language semantics are currently entangled with Python emitter quirks. The 'language' is effectively a Python macro system, not an independent language with its own semantics.
Acceptance Criteria
Why This Blocks v1.0
A production language platform must be separable from its implementation backend. This is the architectural gate for multi-target and long-term language stability.
Problem
NLS language semantics are currently entangled with Python emitter quirks. The 'language' is effectively a Python macro system, not an independent language with its own semantics.
Acceptance Criteria
Why This Blocks v1.0
A production language platform must be separable from its implementation backend. This is the architectural gate for multi-target and long-term language stability.