Reduced token size
This commit is contained in:
parent
7bfd0e731d
commit
1e3705df55
47 changed files with 543 additions and 764 deletions
|
@ -13,7 +13,7 @@ type Function struct {
|
|||
scope.Stack
|
||||
Name string
|
||||
File *fs.File
|
||||
Body token.List
|
||||
Body []token.Token
|
||||
Assembler asm.Assembler
|
||||
Functions map[string]*Function
|
||||
Err error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue