You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emitter.go is currently a large switch that mixes expression lowering, statement lowering, control flow, type conversion, imports, builtins, sizing, and user-facing validation.
Tasks
Split expression lowering from statement lowering.
Problem
emitter.gois currently a large switch that mixes expression lowering, statement lowering, control flow, type conversion, imports, builtins, sizing, and user-facing validation.Tasks
Ref:
emitter/emitter.go.Related: #4