sdlite.ast

Types for holding SDLang document data.

Members

Aliases

SDLValue
alias SDLValue = TaggedUnion!SDLValueFields

A single SDLang value

Functions

validateIdentifier
void validateIdentifier(string ident)
Undocumented in source. Be warned that the author may not have intended to support it.
validateQualifiedIdentiifier
void validateQualifiedIdentiifier(string qualified_ident)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SDLAttribute
struct SDLAttribute

Attribute of a node

SDLNode
struct SDLNode

Represents a single SDL node.

SDLValueFields
struct SDLValueFields
Undocumented in source.

Meta