Versions in this module Expand all Collapse all v0 v0.6.0 Jul 31, 2025 Changes in this version + const Ampersand + const At + const BraceEnd + const BraceStart + const Caret + const Clear + const CurlyEnd + const CurlyStart + const DirSep + const Dollar + const Escape + const Exclamation + const False + const Grave + const HexStart + const KeyValSep + const MaybeMore + const Newline + const Nil + const Percent + const Plus + const Question + const Semicolon + const StampSep + const StampStart + const Star + const StrMark + const Tilde + const True + const TupEnd + const TupSep + const TupStart + const VarEnd + const VarSep + const VarStart + const Whitespace + func AllSingleRuneTokens() string + type KeyValBuilder struct + func (x *KeyValBuilder) AppendPartToDirectory(token string) + func (x *KeyValBuilder) AppendToLastDirPart(token string) error + func (x *KeyValBuilder) AppendToValueStr(token string) error + func (x *KeyValBuilder) AppendToValueVar(typ keyval.ValueType) error + func (x *KeyValBuilder) AppendVarToDirectory() + func (x *KeyValBuilder) Get() keyval.KeyValue + func (x *KeyValBuilder) SetKeyTuple(tup keyval.Tuple) + func (x *KeyValBuilder) SetValue(val keyval.Value) + type TupBuilder struct + func (x *TupBuilder) Append(e keyval.TupElement) + func (x *TupBuilder) AppendToLastElemStr(token string) error + func (x *TupBuilder) AppendToLastElemVar(typ keyval.ValueType) error + func (x *TupBuilder) EndTuple() bool + func (x *TupBuilder) Get() keyval.Tuple + func (x *TupBuilder) StartSubTuple()