Improved type system
This commit is contained in:
parent
8eabcf258d
commit
69a5fdc703
20 changed files with 111 additions and 67 deletions
|
@ -7,8 +7,8 @@ import (
|
|||
|
||||
// Variable represents a named register.
|
||||
type Variable struct {
|
||||
Type *types.Type
|
||||
Name string
|
||||
Type types.Type
|
||||
Alive uint8
|
||||
Register cpu.Register
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue