Changes

Jump to navigation Jump to search
3 bytes added ,  17:19, 2 February 2020
no edit summary
Line 1: Line 1: −
TyD (Tynan's Tidy Data Language) is an open source data language created by Tynan Sylvester, to improve the layout of game-oriented data. You can read the official specification here(https://github.com/TynanSylvester/TyD).
+
TyD (Tynan's Tidy Data Language) is an open source data language created by Tynan Sylvester, to improve the layout of game-oriented data. You can read the official specification [https://github.com/TynanSylvester/TyD here].
 
==Quick overview==
 
==Quick overview==
 
Values in TyD can be simple_values, “quoted strings”, numbers, lists, tables or null. Values can be given a name, making them a record of name/value. You can make a table using curly brackets, and putting a list of records in it, separated by new lines or semicolons, e.g.
 
Values in TyD can be simple_values, “quoted strings”, numbers, lists, tables or null. Values can be given a name, making them a record of name/value. You can make a table using curly brackets, and putting a list of records in it, separated by new lines or semicolons, e.g.
Line 38: Line 38:     
==In Software Inc.==
 
==In Software Inc.==
Software Inc. uses a fork of Tynan’s C# implementation of TyD, which you can find here(https://github.com/khornel/TyDSharp).
+
Software Inc. uses a fork of Tynan’s C# implementation of TyD, which you can find [https://github.com/khornel/TyDSharp here].
If you want to know why Software Inc. switched from XML to TyD, and not something else, you should read the comparison section of the TyD specification.(https://github.com/TynanSylvester/TyD#comparisons) Other than the reasons listed, TyD resembled C# a lot, which reduces friction during development and I would rather not rely on a third party closed-source solution when parsing data.
+
If you want to know why Software Inc. switched from XML to TyD, and not something else, [https://github.com/TynanSylvester/TyD#comparisons you should read the comparison section of the TyD specification]. Other than the reasons listed, TyD resembled C# a lot, which reduces friction during development and I would rather not rely on a third party closed-source solution when parsing data.

Navigation menu