Implemented expression parsing
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
package build
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/build/token"
|
||||
import "git.akyoto.dev/cli/q/src/build/expression"
|
||||
|
||||
// Variable represents a variable in a function.
|
||||
type Variable struct {
|
||||
Name string
|
||||
Value token.List
|
||||
Value *expression.Expression
|
||||
IsConst bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user