sdlang-d ~fix-40 (2026-03-29T20:05:33.4060384)
Dub
Repo
ValueEvent
sdlang
parser
Event: Found a Value in the current tag
struct
ValueEvent {
Location
location
;
Value
value
;
}
Members
Variables
location
Location
location
;
Undocumented in source.
value
Value
value
;
Undocumented in source.
Meta
Source
See Implementation
sdlang
parser
aliases
ParserEvent
functions
parseFile
parseSource
pullParseFile
pullParseSource
structs
AttributeEvent
TagEndEvent
TagStartEvent
ValueEvent
Event: Found a Value in the current tag