Implemented numeric constants
This commit is contained in:
9
src/build/Variable.go
Normal file
9
src/build/Variable.go
Normal file
@ -0,0 +1,9 @@
|
||||
package build
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/build/token"
|
||||
|
||||
// Variable represents a variable in a function.
|
||||
type Variable struct {
|
||||
Value token.List
|
||||
IsConst bool
|
||||
}
|
Reference in New Issue
Block a user