Added main prefix
This commit is contained in:
parent
e537e543cc
commit
6510166ae0
9 changed files with 34 additions and 20 deletions
|
@ -9,6 +9,7 @@ import (
|
|||
// Function represents the smallest unit of code.
|
||||
type Function struct {
|
||||
register.Machine
|
||||
Package string
|
||||
Name string
|
||||
File *fs.File
|
||||
Body []token.Token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue