Improved instruction parser
This commit is contained in:
@ -4,6 +4,7 @@ import "git.akyoto.dev/cli/q/src/build/token"
|
||||
|
||||
// Variable represents a variable in a function.
|
||||
type Variable struct {
|
||||
Name string
|
||||
Value token.List
|
||||
IsConst bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user