2 days ago

https://code.dlang.org/packages/newsdlang

https://github.com/ZILtoid1991/newsdlang

newsdlang is a yet another SDLang parser, that is also equipped to parse hexadecimal numbers, ISO dates, etc. (XDL - Extendible Declarative Language). Currently it's lacking in features, and the previously advertised KDL-compatibility might get dropped, while other features from that get adapted. Unlike SDLang-d, it can store and mostly restore comments, although with potential formatting differences.

A lot of features have to be tested, next I'm going to validate whether the current features work as I expect them to. Feel free to provide me testcases too!

8 hours ago
On Sunday, 12 January 2025 at 00:08:45 UTC, solidstate1991 wrote:
> https://code.dlang.org/packages/newsdlang
>
> https://github.com/ZILtoid1991/newsdlang
>
> newsdlang is a yet another SDLang parser, that is also equipped to parse hexadecimal numbers, ISO dates, etc. (XDL - Extendible Declarative Language). Currently it's lacking in features, and the previously advertised KDL-compatibility might get dropped, while other features from that get adapted. Unlike SDLang-d, it can store and mostly restore comments, although with potential formatting differences.
>
> A lot of features have to be tested, next I'm going to validate whether the current features work as I expect them to. Feel free to provide me testcases too!

Thank you! Nice to see SDL getting some love; I think it's under-loved, more so when compared to YAML.