SDLang-D icon indicating copy to clipboard operation
SDLang-D copied to clipboard

Get value with path

Open Domain opened this issue 7 years ago • 1 comments

I want something like this: getTagValue!string("/path/to/value"); to get the value with path.

path "root" {
    to "to" {
        value "value"
    }
}

Domain avatar Jul 21 '18 08:07 Domain

I'll look into that alongside with improving memory safety.

ZILtoid1991 avatar Jul 23 '19 21:07 ZILtoid1991