Implemented environment type

This commit is contained in:
2025-02-21 17:35:42 +01:00
parent 4caac57210
commit 91e01de3ad
15 changed files with 67 additions and 51 deletions

View File

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