digitalmars.D.announce - Release of the very first version of newsdlang
- solidstate1991 (12/12) Jan 11 https://code.dlang.org/packages/newsdlang
- Discordance (3/15) Jan 13 Thank you! Nice to see SDL getting some love; I think it's
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!
Jan 11
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.
Jan 13