Implemented const keyword
This commit is contained in:
13
src/core/Constant.go
Normal file
13
src/core/Constant.go
Normal file
@ -0,0 +1,13 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
"git.akyoto.dev/cli/q/src/fs"
|
||||
"git.akyoto.dev/cli/q/src/token"
|
||||
)
|
||||
|
||||
// Constant registers a single value to be accessible under a descriptive name.
|
||||
type Constant struct {
|
||||
Name string
|
||||
Value token.Token
|
||||
File *fs.File
|
||||
}
|
Reference in New Issue
Block a user