Versions in this module Expand all Collapse all v1 v1.0.1-vault-7 Nov 7, 2024 v1.0.1-vault-6 Oct 30, 2024 v1.0.1-vault-5 Oct 13, 2022 v1.0.1-vault-4 Oct 26, 2022 v1.0.1-vault-3 Jun 11, 2021 v1.0.1-vault-2 May 4, 2021 v1.0.1-vault Oct 15, 2020 v1.0.1-nomad-1 Jun 19, 2025 v1.0.0 Aug 26, 2018 Changes in this version + type Pos struct + Column int + Filename string + Line int + Offset int + func (p *Pos) IsValid() bool + func (p Pos) After(u Pos) bool + func (p Pos) Before(u Pos) bool + func (p Pos) String() string + type Token struct + Pos Pos + Text string + Type Type + func (t Token) HCLToken() hcltoken.Token + func (t Token) String() string + type Type int + const BOOL + const COLON + const COMMA + const EOF + const FLOAT + const ILLEGAL + const LBRACE + const LBRACK + const NULL + const NUMBER + const PERIOD + const RBRACE + const RBRACK + const STRING + func (t Type) IsIdentifier() bool + func (t Type) IsLiteral() bool + func (t Type) IsOperator() bool + func (t Type) String() string