Fixed incorrect const values

This commit is contained in:
2025-02-21 13:47:56 +01:00
parent 04ece57b27
commit 1ca61190eb
22 changed files with 93 additions and 92 deletions

View File

@ -8,6 +8,6 @@ import (
// Constant registers a single value to be accessible under a descriptive name.
type Constant struct {
Name string
Value token.Token
Token token.Token
File *fs.File
}