Implemented structs
This commit is contained in:
@ -4,7 +4,7 @@ import "git.akyoto.dev/cli/q/src/token"
|
||||
|
||||
// Field is a field in a data structure.
|
||||
type Field struct {
|
||||
Type *Type
|
||||
Type Type
|
||||
Name string
|
||||
Position token.Position
|
||||
Offset uint8
|
||||
|
Reference in New Issue
Block a user