Improved type system
This commit is contained in:
parent
8eabcf258d
commit
69a5fdc703
20 changed files with 111 additions and 67 deletions
|
@ -17,7 +17,7 @@ type Function struct {
|
|||
File *fs.File
|
||||
Body token.List
|
||||
Parameters []*scope.Variable
|
||||
ReturnTypes []types.Type
|
||||
ReturnTypes []*types.Type
|
||||
Functions map[string]*Function
|
||||
Err error
|
||||
deferred []func()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue