Implemented structs
This commit is contained in:
parent
50fc8c6249
commit
e36d9fade3
32 changed files with 267 additions and 63 deletions
|
@ -18,8 +18,9 @@ type Function struct {
|
|||
File *fs.File
|
||||
Body token.List
|
||||
Parameters []*scope.Variable
|
||||
ReturnTypes []*types.Type
|
||||
ReturnTypes []types.Type
|
||||
Functions map[string]*Function
|
||||
Types map[string]types.Type
|
||||
DLLs dll.List
|
||||
Err error
|
||||
deferred []func()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue