package compiler type Scope struct{} func NewScope() *Scope { return &Scope{} }