Implemented structs
This commit is contained in:
parent
50fc8c6249
commit
e36d9fade3
32 changed files with 267 additions and 63 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
// Variable represents a named register.
|
||||
type Variable struct {
|
||||
Type *types.Type
|
||||
Type types.Type
|
||||
Name string
|
||||
Alive uint8
|
||||
Register cpu.Register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue