Documentation
¶
Index ¶
- type Context
- type Package
- type Scope
- func (s *Scope) Define(name string, typ types.Type)
- func (s *Scope) DefineBuiltin(name string, typ types.Type)
- func (s *Scope) Exports() map[string]types.Type
- func (s *Scope) Import(name string, scope *Scope)
- func (s *Scope) Pop() *Scope
- func (s *Scope) RegisterFn(def *ast.FnDefStmt) error
- func (s *Scope) RegisterImport(def *ast.IdentExpr) error
- func (s Scope) ResolveExpr(expr ast.Expr) (types.Type, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.