Improved instruction parser
This commit is contained in:
parent
a4ecaf0622
commit
78cde0d0bd
7 changed files with 114 additions and 54 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue