www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release of the very first version of newsdlang

reply solidstate1991 <laszloszeremi outlook.com> writes:
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
parent Discordance <discordance example.com> writes:
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