/S.NET

s-expression serilizer/deserilizer

Primary LanguageC#GNU General Public License v3.0GPL-3.0

NO WAR IN UKRAINE

rusSIAN FASCISTS ARE DENIED ACCESS TO THE REPOSITORY


S.NET

Logo

Implementation of s-expression serializion/deserialization in .NET using C#.

Very useful lib for reading settings files when needed smth more then just key-value dictionary. Much more human readable settings format then ugly json,xml,yaml, etc.

Visual Studio highlighting

Use any lisp like language syntax higligting extention, for ex. SyntaxHighlightingPack

Examples

(user (name "Bob")
      (years "200"))