hipddf v0.4.0 (2022-01-20T03:16:50Z)
Dub
Repo
HipDDFToken
hipddf
parser
Undocumented in source.
struct
HipDDFToken {
string
str
;
HipDDFTokenType
type
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
str
string
str
;
Undocumented in source.
type
HipDDFTokenType
type
;
Undocumented in source.
Meta
Source
See Implementation
hipddf
parser
enums
HipDDFTokenType
functions
getToken
isAlpha
isArraySyntax
isAssociativeArraySyntax
isEndOfLine
isLiteral
isNumeric
isWhitespace
parseAssignment
parseHipDDF
parseType
parserIsVarArray
parserObjGet
parserObjHasVar
parserObjSymbol
parserVarLength
parserVarSymbol
parserVarType
parserVarValue
structs
HipDDFObjectInternal
HipDDFToken
HipDDFTokenizer
HipDDFVarInternal