Reduced token size
This commit is contained in:
parent
7bfd0e731d
commit
1e3705df55
47 changed files with 543 additions and 764 deletions
|
@ -5,5 +5,6 @@ import "git.akyoto.dev/cli/q/src/build/token"
|
|||
// File represents a single source file.
|
||||
type File struct {
|
||||
Path string
|
||||
Bytes []byte
|
||||
Tokens token.List
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue