SDLang-D
SDLang-D copied to clipboard
Get value with path
I want something like this:
getTagValue!string("/path/to/value");
to get the value with path.
path "root" {
to "to" {
value "value"
}
}
I'll look into that alongside with improving memory safety.